Age | Commit message (Collapse) | Author | Files | Lines |
|
Conflicts:
src/Backends/Banshee.Gnome/Banshee.Gnome.csproj
src/Backends/Banshee.Hal/Banshee.Hal.csproj
src/Clients/Beroe/Beroe.csproj
src/Clients/Booter/Booter.csproj
src/Clients/Halie/Halie.csproj
src/Clients/Muinshee/Muinshee.csproj
src/Core/Banshee.Core/Banshee.Core.csproj
src/Core/Banshee.Services/Banshee.Services.csproj
src/Core/Banshee.ThickClient/Banshee.ThickClient.csproj
src/Extensions/Banshee.MultimediaKeys/Banshee.MultimediaKeys.csproj
src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.csproj
src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue.csproj
|
|
Useful so we can treat bin/ as the root of our directory struture on
Windows, where we'll bundle Gtk+ and GStreamer.
|
|
Conflicts:
configure.ac
src/Backends/Banshee.Gnome/Banshee.Gnome.csproj
src/Backends/Banshee.Hal/Banshee.Hal.csproj
src/Clients/Beroe/Beroe.csproj
src/Clients/Booter/Booter.csproj
src/Clients/Halie/Halie.csproj
src/Clients/Muinshee/Muinshee.csproj
src/Core/Banshee.CollectionIndexer/Banshee.CollectionIndexer.csproj
src/Core/Banshee.Core/Banshee.Core.csproj
src/Core/Banshee.Services/Banshee.Services.csproj
src/Core/Banshee.ThickClient/Banshee.ThickClient.csproj
src/Extensions/Banshee.Mpris/Banshee.Mpris.csproj
src/Extensions/Banshee.MultimediaKeys/Banshee.MultimediaKeys.csproj
src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.csproj
src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue.csproj
|
|
Removes more <Package> reference entries, syncs source file lists with
Makefiles, and updates a couple references.
|
|
|
|
|
|
|
|
Use find + sed to fix References in about every .csproj file, making
them not version specific, and adding a HintPath if appropriate.
|
|
Is the same as our automake build now.
|
|
|
|
Also modify .sln configuration to not build projects that aren't relevant,
and to build a few that are but weren't marked to be built on Windows.
|
|
Updated hintpaths to point to bin/ instead of winbin/. Removed all
MonoPosixHelper references. Added necessary <DefineConstants> and
<AllowUnsafeBlocks> instructions to be able to build in MonoDevelop.
Signed-off-by: Bertrand Lorentz <bertrand.lorentz@gmail.com>
|
|
Remove all custom commands from all projects options, and disable the
makefile integration for the "Execute" target. This allows MonoDevelop
to do its debugging thing with mdb. Fixes bgo#573731.
Word of caution : From now on, when starting Banshee from MonoDevelop
with "Run" or "Debug", the parameters are "--debug --uninstalled", so
your default database file will be used. I didn't find a way to pass the
value of the BANSHEE_DEV_OPTIONS env var as a parameter, which is what
"make run" does.
|
|
|
|
|
|
Requires SharpDevelop 3.0, .NET 3.5 SP1, and Gtk# 2.12.8. Fixed build
issues in a few places, added a couple necessary #ifdef WIN32. On
Windows, set to x86 build target (see bgo #558272). Added banshee.ico
for use in Windows.
|
|
2009-03-11 Gabriel Burt <gabriel.burt@gmail.com>
* Banshee.sln:
* libbanshee/libbanshee.cproj:
* *.csproj: Updated by MonoDevelop, removing empty elements and saving
some per-project preferences like use-spaces-for-tabs etc.
svn path=/trunk/banshee/; revision=5130
|
|
svn path=/trunk/banshee/; revision=4947
|
|
it's just fun to reorder elements?
svn path=/trunk/banshee/; revision=4782
|
|
2008-10-27 Gabriel Burt <gabriel.burt@gmail.com>
* libbanshee/libbanshee.cproj:
* *.csproj: Add custom make and make run commands for build/execute
* Banshee.sln: Remove Torrent and MediaWeb projects from the build
* build/build.rules.mk: Add run target that does make run in the top dir
svn path=/trunk/banshee/; revision=4763
|
|
2008-09-15 Aaron Bockover <abock@gnome.org>
* src/Clients/Beroe/Beroe/IndexerClient.cs: Support a --client option to
run the fake indexer client
* src/Clients/Beroe/Beroe/RemoteClient.cs: An example client indexer
that doesn't really do anything
* src/Core/Banshee.Services/Banshee.Collection.Indexer.RemoteHelper/IndexerClient.cs:
First pass at a wrapper implementing the proper logic for interacting
with the Banshee indexer and respecting the boot sequence and client
startup hints
svn path=/trunk/banshee/; revision=4542
|
|
2008-09-11 Aaron Bockover <abock@gnome.org>
* src/Clients/Booter: New client to take care of the booting of other
clients based on the crazy boot sequence logic (to be added)
* src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs: Moved
the non-GUI related boot logic to the new Booter client
* src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs:
Call DBusConnection.Connect
* src/Core/Banshee.Services/Banshee.ServiceStack/DBusConnection.cs:
* src/Core/Banshee.Services/Banshee.ServiceStack/DBusServiceManager.cs:
Refactored slightly to allow for the use of multiple busses
* src/Clients/Halie/Halie/Client.cs:
* src/Clients/Beroe/Beroe/IndexerClient.cs: Updated to reflect small API
change in DBusConnection
* build/build.environment.mk:
* Banshee.sln:
* configure.ac: Add Booter
svn path=/trunk/banshee/; revision=4514
|