build,core,plugins: Port to GDBus and GVariant
[profile/ivi/rygel.git] / src / rygel / rygel-main.vala
2010-10-04 Zeeshan Ali (Khattak)build,core,plugins: Port to GDBus and GVariant
2010-09-28 Zeeshan Ali (Khattak)core,ui,build: Make i18n system actually work
2010-09-11 Jens Georgcore,plugins: Fix bgo#629348
2010-08-30 Philip Withnallcore,plugins: Miscellaneous string fixes
2010-08-11 Zeeshan Ali (Khattak)core: Correctly handle string involving plurals
2010-08-10 Zeeshan Ali (Khattak)core: Remove redundant return statement
2010-06-22 Zeeshan Ali (Khattak)core: Separate VAPI for misc functions from C world
2010-06-21 Zeeshan Ali (Khattak)core: Simplify and fix (unix) signal handling
2010-06-21 Zeeshan Ali (Khattak)core: Handle POSIX signals in Vala, no need for C
2010-06-19 Zeeshan Ali (Khattak)core,ui: Drop usage of '+=' for connecting signals
2010-05-25 Zeeshan Ali (Khattak)core: Timeout on plugin loading
2010-04-19 Zeeshan Ali (Khattak)core,plugins,ui: Mark translatable strings
2010-03-20 Jens Georgcore: Fix build against vala git master
2010-01-24 Zeeshan Ali (Khattak)core: Restart application on SIGHUP
2009-10-24 Zeeshan Ali (Khattak)core: Defer creation of device to mainloop
2009-10-04 Zeeshan Ali (Khattak)core,ui: Handle some previously unhandled errors
2009-10-03 Zeeshan Ali (Khattak)core: Explicit use of mutable iterators
2009-09-29 Zeeshan Ali (Khattak)core: Don't mind D-Bus service initialization failure
2009-09-28 Zeeshan Ali (Khattak)core: Initialize LogHander at start-up
2009-09-03 Zeeshan Ali (Khattak)core,ui,data: Replace 'ip' config with 'interface'
2009-09-02 Zeeshan Ali (Khattak)core: Hide internal API
2009-07-30 Zeeshan Ali (Khattak)core: Copy the factory list before creating devices
2009-07-30 Zeeshan Ali (Khattak)core: Add factory before creating devices from it
2009-07-30 Zeeshan Ali (Khattak)core: Copy the plugin list before creating devices
2009-07-29 Zeeshan Ali (Khattak)core: Use the new GSSDP/GUPnP APIs
2009-07-14 Zeeshan Ali (Khattak)core: No need to mark the device unavailable
2009-07-08 Zeeshan Ali (Khattak)core: Move context.host_path call to RootDeviceFactory
2009-07-08 Zeeshan Ali (Khattak)core: Make the device unavailable before removing
2009-07-08 Zeeshan Ali (Khattak)core: Can't remove from ArrayList during iteration
2009-07-08 Zeeshan Ali (Khattak)core: Useful debug messages on context (un)availability
2009-07-08 Zeeshan Ali (Khattak)core: Multiple/dynamic network handling
2009-06-17 Zeeshan Ali (Khattak)core,plugins,ui: Fix self-contradiction in headers
2009-06-15 Zeeshan Ali (Khattak)core: Remove a redundant 'using' statement
2009-06-12 Zeeshan Ali (Khattak)core: Basic implementation of CmdlineConfig
2009-06-12 Zeeshan Ali (Khattak)core: Provide DBus service
2009-05-31 Zeeshan Ali (Khattak)core: Rename create_root_device() to create()
2009-05-31 Zeeshan Ali (Khattak)core: *MediaServer* -> *RootDevice*
2009-05-10 Zeeshan Ali (Khattak)Attach the availability of MediaServer and Plugin
2009-02-19 Zeeshan Ali (Khattak)Set appliction name.
2009-01-19 Zeeshan Ali (Khattak)Refer to Rygel by name in License headers.
2009-01-19 Zeeshan Ali (Khattak)Refer to LGPL by it's (not so) new name.
2009-01-19 Zeeshan Ali (Khattak)Relicense under LGPL version 2.
2009-01-18 Zeeshan Ali (Khattak)Merge branch 'leak-tests' into streamer-renaming
2008-12-14 Zeeshan Ali (Khattak)Initialize gstreamer.
2008-11-26 Zeeshan Ali (Khattak)Try to quit the app gracefully on SIGTERM.
2008-11-26 Zeeshan Ali (Khattak)Add API to Main for exiting the app with an exit code.
2008-11-26 Zeeshan Ali (Khattak)Turn MainLoop into a prop of the Main class.
2008-11-26 Zeeshan Ali (Khattak)Use exceptions rather than returning nulls.
2008-11-25 Zeeshan Ali (Khattak)Rename 'media-server' dir to 'rygel'.