# Generated by Makefile. Do not edit. 2011-03-23 Ted Gould 0.3.22 2011-03-23 Ted Gould Adding API to know what the environment the indicator is in 2011-03-22 Ted Gould Adding a nice little checking function 2011-03-22 Ted Gould Adding an environments variable and make a lifecycle for it. 2011-03-22 Ted Gould Getting some stub functions in 2011-03-22 Ted Gould Making the environments a list of strings 2011-03-16 Ted Gould 0.3.21 2011-03-16 Ted Gould Fix checking for target environment on the desktop group 2011-03-16 Ted Gould Make sure not to use TargetEnvironment on the desktop group 2011-03-03 Ted Gould 0.3.20 2011-03-03 Ted Gould Use the TargetEnvironment key 2011-03-02 Ted Gould Removing warning that there are no shortcuts, that's a valid thing to have. 2011-03-02 Ted Gould Adding a target environment key and checking for that over others. 2011-02-17 Ted Gould 0.3.19 2011-02-16 Ted Gould Returning reserveds as we're breaking ABI anyway 2011-02-16 Ted Gould Bumping the major version of the lib and the indicator directory 2011-02-16 Ted Gould Merging support for having an accessible description 2011-02-08 Luke Yelavich accessible_name -> accessible_desc in tests as well 2011-02-08 Luke Yelavich * accessible_name -> accessible_desc to better reflect the use of the content. * Add accessible-desc-update signal so that indicators can tell indicator-applet/unity that the accessible description has changed 2011-02-01 Luke Yelavich use const gchar for variable and prototype 2011-02-01 Luke Yelavich Merge from trunk 2011-01-18 Luke Yelavich Add accessible_name variable in indicator entry structure 2011-02-16 Ted Gould Fixing makefile to include all the necissary files in dist 2011-02-15 Ted Gould Adding the service.in files as well 2011-02-15 Sebastien Bacher Add session.conf.in to dist 2011-01-27 Ted Gould 0.3.18 2011-01-27 Ted Gould Adding a signal for scrolling that includes the entry 2011-01-27 Marco Trevisan (Treviño) Removed typo in code. Pasted a more SCROLL value :P 2011-01-27 Marco Trevisan (Treviño) Added support for "signal-entry" signal libindicator support the new "scroll-entry" signal (which get called using the target entry as parameter too) I think that maybe we could simply rewrite the "scroll" signal, but I kept it there for compatibility reasons; however, actually just the indicator-sound should be fixed in case of switch... 2011-01-14 Ted Gould 0.3.17 2011-01-13 Ted Gould Use dbus name watches instead of g-owner-change signal for watching for restarts. 2011-01-13 Michael Terry use actual DBus NameOwnerChanged interface rather than GDBus's higher level signal because that one only works for well-known names 2011-01-13 Michael Terry fix basename issue when make is given full path 2011-01-13 Ted Gould 0.3.16 2011-01-10 Ted Gould Adding a signal for the menu being closed. 2011-01-10 Ted Gould Fixing doc strings 2011-01-09 Ted Gould Adding a virtual function for closing the menu and a wrapper for it. 2011-01-10 Ted Gould Porting to GDBus 2011-01-09 Ted Gould Using the GCancellable to detect if we're already creating a proxy so that we don't do it twice. 2011-01-09 Ted Gould Using variant_unref instead of object_unref as it's a variant 2011-01-09 Ted Gould Making getting the proxy and watching cancellable so that we don't get weird crashes. 2011-01-09 Ted Gould Adding in the ability to cancel the connection on short lived objects. 2011-01-07 Ted Gould Removing a test that is broken at a lower level 2011-01-07 Ted Gould Getting test suite build fixes 2011-01-07 Ted Gould Syncing up to trunk 2011-01-07 Ted Gould Switching to the session bus 2011-01-07 Ted Gould Out of order parameters. 2011-01-07 Ted Gould Adding in creating the interface info from the XML files 2011-01-07 Ted Gould Replacing the service proxy with a brand new GDBus one 2011-01-07 Ted Gould Ignoring the new files 2011-01-07 Ted Gould Removing the bus and dbus_proxy variables as we won't need them anymore. 2011-01-07 Ted Gould Switching around headers to the new world order 2011-01-07 Ted Gould Instead of setting up a proxy to watch the watcher we're setting up a bus name watch on each one. 2011-01-07 Ted Gould Little clean-ups the compiler found now that it's more happy. 2011-01-07 Ted Gould Switch over to getting the GDBus bus instead of the dbus-glib one 2011-01-07 Ted Gould Removing unused prototypes 2011-01-07 Ted Gould Fleshing out the bus_method_call functions and tying them into the traditional start points from dbus. 2011-01-07 Ted Gould Switching the way that we get a name on dbus and removing the dbus_proxy which was used for this previously. 2011-01-07 Ted Gould Setting up the VTable 2011-01-07 Ted Gould Switching the registration of the object over. 2011-01-07 Ted Gould Parsing the XML file for the interface description on class init 2011-01-07 Ted Gould Removing the dbus-glib headers 2011-01-07 Ted Gould Changing the way the dbus xml is handled. 2011-01-06 Ted Gould Removing dbus-glib from the build 2011-01-09 Ted Gould Making the test suite compile again 2011-01-07 Ted Gould Disabling the launch test temporarily as it seems broken in GLib 2011-01-07 Ted Gould Fixing the linking of the tests to the right libs 2011-01-06 Ted Gould Fixing the GTK3 include path. 2011-01-06 Ken VanDine fixed the includedir 2011-01-06 Ted Gould Fixing build source path and build a GTK3 loader 2010-11-24 Ken VanDine Use abs_srcdir to find template files 2010-11-24 Ken VanDine Build indicator-loader3 2011-01-06 Ted Gould Adding an important field to relate to when to show the indicator. 2011-01-04 Ted Gould Adding a function to check whether we should show the indicator with priority. 2011-01-04 Ted Gould Making it a real signal now 2011-01-04 Ted Gould Adding a show now state to indicate priority. 2010-11-11 Ted Gould 0.3.15 2010-11-11 Ted Gould Fixing the ignore file tarball matching 2010-11-11 Ted Gould Merging in the GTK3 basis for the build 2010-11-11 Ted Gould Making sure to get both pc files in the tarball 2010-11-11 Ted Gould Checking for deprecations and making sure we check on distcheck 2010-11-11 Ted Gould Putting the GTK3 indicators in a different directory. 2010-11-11 Ted Gould Updating ignore for the GTK3 stuff 2010-11-11 Ted Gould Merging in trunk to solve conflicts 2010-10-06 Michael Terry instead of always building gtk2 and gtk3, add a --with-gtk= flag to configure to specify which to build with 2010-06-19 Michael Terry don't use 3.3 version, rather use indicator3 2010-06-19 Michael Terry first pass at providing a gtk3 version 2010-10-15 Ted Gould Adding a file to have the debugging environment variables 2010-10-15 Ted Gould Add mean comment 2010-10-15 Ted Gould Adding a number in the name 2010-10-15 Ted Gould Installing the environment file in the session dir 2010-10-15 Ted Gould All the environment flags we should set for debugging 2010-09-21 Ted Gould 0.3.14 2010-09-21 Ted Gould Changing AUTHORS to mention it's built 2010-09-21 Ted Gould Adding dist hooks for AUTHORS and ChangeLog 2010-09-19 Ted Gould Adding in the about-to-show signal 2010-09-17 Ted Gould Adding some version information so we don't need a conflicts 2010-09-16 Ted Gould Changing indicator directory to '4' 2010-09-16 Ted Gould Creating a callback on the loader to signal the event press down to the entry. 2010-09-16 Ted Gould Fleshing out the entry activate function 2010-09-16 Ted Gould Breaking the ABI and adding a subclassable function. 2010-09-16 Ted Gould Adding a function to push activate back down. 2010-09-15 Ted Gould 0.3.13 2010-09-15 Ted Gould Printout on menu showing in the loader 2010-09-15 Ted Gould Putting a printout in for showing menus. 2010-09-14 Ted Gould Adding a menu_show signal 2010-09-14 Ted Gould Adding in the signal for the menu showing 2010-09-14 Ted Gould Forgot the signal name 2010-09-14 Ted Gould Adding slot for the menu show signal 2010-08-18 Ted Gould 0.3.12 2010-08-18 Ted Gould Fixing a g_error so we don't kill unity 2010-08-16 Ted Gould Changing the message to a warning and clearing the GtkImage. 2010-08-13 Ted Gould Adding debug flag 2010-08-13 Mikkel Kamstrup Erlandsen Add an --enable-debug flag to configure script that forces a -g to gcc 2010-08-12 Ted Gould 0.3.11 2010-08-12 Ted Gould Allowing for absolute file names for icons. 2010-08-09 Karl Added absolute filename fixes 2010-07-15 Ted Gould 0.3.10 2010-07-13 Ted Gould Adding a configurable timeout by environment variable. 2010-07-12 Ted Gould Adding a new variable to adjust the time of the kill switch. 2010-07-09 Ted Gould Fixing unwatching lookups. 2010-07-09 Ted Gould We want the key not the value. 2010-07-09 Ted Gould Taking it to the next level with impoliteness. 2010-07-09 Ted Gould Lots of impoliteness to make sure. 2010-07-09 Ted Gould Adding an impolite manager. 2010-07-09 Ted Gould Bug 2010-07-09 Ted Gould Adding in the unwatching test 2010-07-09 Ted Gould A couple debug messages to make the test easier to read the output from. 2010-07-09 Ted Gould Up to 5 watchers. 2010-07-09 Ted Gould Longer timeout 2010-07-09 Ted Gould Okay, we need our own service too. Bah. 2010-07-09 Ted Gould Delaying the watchers to ensure that we don't dbus activate, and removing the session.conf to even allow for that. 2010-07-09 Ted Gould Starting the service ourselves. 2010-07-09 Ted Gould Ignoring the new builds. 2010-07-09 Ted Gould Making a new manager 2010-07-09 Ted Gould Start a multi watch test 2010-07-09 Ted Gould Uhg, wrong branch 2010-07-09 Ted Gould Stop asking for the name, instead let's find it on our own. 2010-07-09 Ted Gould A could of protections for the core. 2010-07-09 Ted Gould Freeing the service. 2010-07-08 Ted Gould 0.3.9 2010-07-08 Ted Gould Fixing signals so that our tests pass 2010-07-08 Ted Gould Documenting the choices of not having a nice callback func. 2010-07-08 Ted Gould Use the same function so we know everything is all right. 2010-07-08 Ted Gould Unreffing the objects in dispose and ensuring we disconnect the signals first. 2010-07-08 Ted Gould Disconnecting signal before removing from hashtable so we don't try twice. 2010-07-08 Ted Gould Shutdown services when watchers leave the bus. 2010-07-06 Ted Gould Creating a callback for the destory signal, but then moving the unwatch into a core function so that we can call it. 2010-07-06 Ted Gould Actually creating a proxy to see if we can detect the watcher going away. 2010-07-06 Ted Gould Making ths bus tracked in the private structure 2010-07-06 Ted Gould Switching the watchers data structure over to a hashtable. 2010-07-06 Ted Gould Removing unused style check 2010-07-06 Ted Gould Removing the style lookup that wasn't used. 2010-05-06 Ted Gould Dummy commit 2010-04-09 Ted Gould 0.3.8 2010-04-09 Ted Gould Disting the templates. 2010-04-09 Ted Gould 0.3.7 2010-04-09 Ted Gould Fixing the desktop test to make it more reliable. 2010-04-06 Ted Gould Translating the shortcuts of the actions based on the desktop file translation domains. 2010-04-06 Ted Gould Typo 2010-04-05 Ted Gould Switching to only use the g_dgettext version if the locale_string function doesn't change the string from the normal lookup (and we have a domain to look in). 2010-04-05 Ted Gould Make it so that we check the GNOME-Gettext-Domain as well 2010-04-02 Ted Gould If we don't have a domain just use the locale function, otherwise we need to use that domain to get the translation. 2010-04-02 Ted Gould Adding a private variable for the translation domain and grabbing it from the keyfile. 2010-03-18 Ted Gould 0.3.6 2010-03-17 Ted Gould Adding the signal for scrolling in the indicator-object 2010-03-17 Cody Russell name 2010-03-17 Cody Russell Documentation fix. 2010-03-16 Cody Russell Use IndicatorScrollDirection instead of gboolean in IndicatorObjectClass->scroll function pointer. 2010-03-16 Cody Russell Define IndicatorScrollDirection enum for scroll signal parameter. 2010-03-15 Cody Russell Add 'scroll' signal. 2010-03-11 Ted Gould 0.3.5 2010-03-11 Ted Gould Creating a function to update the icon to a new name. 2010-03-11 Ted Gould Watching for style changes on the image. 2010-03-11 Ted Gould Check to see if we've seen the image previously before adding signals in. 2010-03-11 Ted Gould Splitting things out into an update function and a buid function. 2010-03-10 Ted Gould Add a small helper for loading images. 2010-03-10 Ted Gould Adding in a copyright header. 2010-03-10 Ted Gould A little loader to test to see if we load an icon and what size it is. 2010-03-10 Ted Gould If we get an icon that is too big, we have to scale it. 2010-03-10 Ted Gould Doing dynamic size calculation based on the font if we have a prop set telling us to do so. 2010-03-10 Ted Gould Disconnect from theme update when the image goes away. 2010-03-10 Ted Gould Setting up the callback for themes changing. 2010-03-10 Ted Gould Pulled out a bunch of the code into a refresh function for signals. 2010-03-10 Ted Gould Fleshing out the image loading function. 2010-03-10 Ted Gould Adding in an image helper library. 2010-02-25 Ted Gould 0.3.4 2010-02-19 Ted Gould No reason we need newer APIs than this. 2010-02-18 Ted Gould 0.3.3 2010-02-18 Ted Gould Adding in an object to get shortcuts out of desktop files. 2010-02-16 Ted Gould Ignoring the touch file for the testing 2010-02-16 Ted Gould Being more specific about where we should find the touch file for distcheck 2010-02-16 Ted Gould Disabling debug messages 2010-02-16 Ted Gould Debug messages. 2010-02-16 Ted Gould We should look at the other nicks even if this one doesn't work. 2010-02-16 Ted Gould Shipping our test desktop file 2010-02-16 Ted Gould Clean up touch file 2010-02-16 Ted Gould Checking to ensure the right nick is in the list 2010-02-16 Ted Gould Using the nick directly to make this work better. 2010-02-16 Ted Gould Wrong identity 2010-02-16 Ted Gould Forgot to set the type of the desktop file, need to be an Application. 2010-02-16 Ted Gould Add a test to launch an nick 2010-02-16 Ted Gould Adding a check to ensure we're getting the right names from the nicks. 2010-02-16 Ted Gould Making the function not recurse forever. 2010-02-16 Ted Gould Adding in local filter test functions. 2010-02-16 Ted Gould Check to ensure a global no show works. 2010-02-16 Ted Gould Fix group detection to put a space in the name of the group 2010-02-16 Ted Gould Better name 2010-02-16 Ted Gould Ignoring the new stuff 2010-02-16 Ted Gould A backslash off 2010-02-16 Ted Gould Adding in a basic test desktop file test 2010-02-16 Ted Gould Create a testing desktop file 2010-02-16 Ted Gould Refactoring the list checks into their own functions so we can check the desktop group as well. 2010-02-16 Ted Gould Adding in checking to see if we should be showing this entry. 2010-02-16 Ted Gould Basic parsing of the files. 2010-02-16 Ted Gould Checking for our shortcuts key, we don't really want a desktop file without it. 2010-02-16 Ted Gould Start loading the keyfile. 2010-02-16 Ted Gould Removing the reading of the desktop file. 2010-02-16 Ted Gould Identity management with the properties. 2010-02-16 Ted Gould Some error handling. 2010-02-15 Ted Gould A basic property system. 2010-02-15 Ted Gould Fleshing out the exec function which require GIO Unix 2010-02-15 Ted Gould Fleshing out getting the Name of a shortcut 2010-02-15 Ted Gould Fleshing out _new and _get_nicks Both are lovely functions. 2010-02-15 Ted Gould Getting some new private variables, and making sure they have a full lifecycle. 2010-02-15 Ted Gould Instanciating the prototypes and making some comments. 2010-02-15 Ted Gould Letz get ur prototypes 2010-02-15 Ted Gould Copyright headers 2010-02-15 Ted Gould Adding in the new object we're building for evaluating desktop shortcuts. 2010-02-04 Ted Gould 0.3.2 2010-02-02 Ted Gould Fixes to the test suite. 2010-02-02 Ted Gould Adjusting to new timeout value 2010-02-02 Ted Gould Switching to 'bash' 2010-02-02 Ted Gould Adding an printout for saying which display we created. 2010-02-02 Ted Gould Adding in run-xvfb.sh 2010-02-01 Ted Gould Better handling of some timeout conditions and more logging. 2010-01-28 Ted Gould Adding a debug message for restarting the service. 2010-01-28 Ted Gould Error handling when building our proxies. 2010-01-28 Ted Gould Changing timeout to be approximatedly 1 second. 2010-01-28 Ted Gould checking the error field for name callback and printing an error when it fails. 2010-01-28 Ted Gould In the timeout function mention that we're shutting down, and have an environment variable to stop that. 2010-01-21 Ted Gould 0.3.1 2010-01-21 Ted Gould When a watch fails we're moving to having that try and restart the startup/connection process again. 2010-01-21 Ted Gould Adding in tracking of the restart idle function and making sure we don't do it twice. 2010-01-21 Ted Gould In case we're restarting because of the 'Watch' returning failure we'd have a valid 'service_proxy' object to kill 2010-01-21 Ted Gould Setting up the watch_cb function so that in errors it'll try to restart. As most errors will be fixed by trying again. 2010-01-19 Ted Gould Support for entries having a location and moving that location. 2010-01-18 Ted Gould Update from trunk. 2010-01-15 Ted Gould Having the signaller test check the 'moved' signal as well as the others. 2010-01-15 Ted Gould No error on not having a get_location function. We'll just return zero. 2010-01-15 Ted Gould Basic location checking test. 2010-01-15 Ted Gould Fleshing out the get_location function as much as they're implemented here. 2010-01-15 Ted Gould Fixing the signal comments. 2010-01-15 Ted Gould Setting up the move signal, which required custom marshallers. 2010-01-15 Ted Gould API changes required to have locations for the entries. 2010-01-18 Ted Gould Adding the code for having the services automatically restart if they crash. 2010-01-15 Ted Gould It's a fundamental mistake to believe that we can protect people using this interface from the disconnection. We have no information to say that the new service starting will come up in the same state as the one before it. We need the individual implementers to verify that. Now we need to fix that. This commit does so. 2010-01-15 Ted Gould Handling the connected signal as well, making sure we emit it. 2010-01-15 Ted Gould Switching what our enviroment variable is for, let's just stop the whole thing instead of playing with it. 2010-01-15 Ted Gould Setting up the signal for when the proxies falls down, we restart. 2010-01-15 Ted Gould Filling out the function to start it again, and adding in the function to respond to the timeout. 2010-01-15 Ted Gould Reset the restart_count when we start, and start to bring in 'start_service_again' to begin to throttle the restarts. 2010-01-15 Ted Gould Getting a multiplier, and providing a way to override it using an environment variable. 2009-12-10 Ted Gould 0.3.0 2009-12-10 Ted Gould Adding in license headers. 2009-12-10 Ted Gould Adding in license headers. 2009-12-07 Ted Gould Documentation, licenses, and some slight updates. 2009-12-04 Ted Gould GPLv3 copyright headers. 2009-12-04 Ted Gould Implemented the _connected function as it's silly that it wasn't. 2009-12-04 Ted Gould More gtk-doc comments. 2009-12-03 Ted Gould Adding in some comments and a little bit of code cleanup. 2009-12-03 Ted Gould Putting in comments for the functions. 2009-12-03 Ted Gould Service version numbers. 2009-12-07 Ted Gould Add in support for sevice API versions. 2009-12-07 Ted Gould Fixing a typo in the error message -- noticed by David Barth. 2009-12-03 Ted Gould Adding a weak pointer to the service proxy. 2009-12-03 Ted Gould Switching unwatch to being a no_reply function call. 2009-12-03 Ted Gould Full signal handlers so that we can see everything. 2009-12-02 Ted Gould Merge in from trunk, now two failing tests. 2009-12-02 Ted Gould Forgot to delete the programs. 2009-12-02 Ted Gould Actually checking the version and erroring on it. 2009-12-02 Ted Gould Specifying who can't get the session bus. 2009-12-02 Ted Gould Printing out the session bus address 2009-12-02 Ted Gould Changing the names we're registering for to be correct. 2009-12-02 Ted Gould Not erroring when we're supposed to pass. 2009-12-02 Ted Gould Adding a log domain for error messages 2009-12-02 Ted Gould Adding a new test to look at version numbers. 2009-12-02 Ted Gould Adding _new functions that include the version number in them. 2009-12-02 Ted Gould Sending a version number for the local service. 2009-12-01 Ted Gould Adding a property for version. 2009-12-01 Ted Gould Change the watch function to return both an API version and a user set version. 2009-12-03 Ted Gould Patch to fix autogen.sh 2009-12-03 Cody Russell Fix autogen.sh so parameters are passed 2009-12-02 Ted Gould Adding an unwatch command to allow for graceful disconnection from a service if we're not interested in it. 2009-12-01 Ted Gould Only getting the bus once. 2009-12-01 Ted Gould Trying to get a proxy before starting the service every time. If it exists, let's use it. 2009-12-01 Ted Gould New files to ignore. 2009-12-01 Ted Gould Adding a test to ensure that a service gets shutdown by someone unwatching it. 2009-12-01 Ted Gould Checking to make sure we don't get connected twice, that'd be an error. 2009-12-01 Ted Gould Updating connection prototype to get all the data. 2009-12-01 Ted Gould Making the timeout a failure case, and making it so that we want a graceful shutdown. 2009-12-01 Ted Gould Unwatching if we have mismatched version. 2009-12-01 Ted Gould When destroying the object we tell the watched service that we're not watching it. 2009-12-01 Ted Gould Using the define for the version on both sides 2009-12-01 Ted Gould Finding the watcher and removing him from the list. 2009-12-01 Ted Gould Add an unwatch function with a basic handler. 2009-11-24 Ted Gould Adding in a small tool to test loading of indicators on the command line. (easier development) 2009-11-24 Ted Gould Adding support for removing entries 2009-11-24 Ted Gould Stopping the app when the window closes. 2009-11-24 Ted Gould Grabbing the entry added function as well, didn't realize how much it did :) 2009-11-24 Ted Gould Showing the menubar and window 2009-11-24 Ted Gould Adding a small little tool to load an indicator from the command line. 2009-11-05 Ted Gould 64-bit fix in that GTypes are not ints on 64-bit 2009-11-05 Ted Gould Changing the indicator-object API to support indicators that have multiple entries, and are dynamic. 2009-11-04 Ted Gould Changing the include directory as well. 2009-11-04 Ted Gould Moving everything up to '3' as we're breaking everyone pretty bad at this point. 2009-11-04 Ted Gould Updating to current trunk. 2009-11-04 Ted Gould Use close instead of unreffing. 2009-11-04 Ted Gould Adding a simple indicator test that checks to make sure we can signal up the stack. 2009-11-04 Ted Gould Building a dummy indicator that signals. 2009-11-04 Ted Gould Using the proper define for the type. 2009-11-03 Ted Gould Adding in some ID helpers. 2009-11-03 Ted Gould Adding in some signals to make for some more fun. 2009-11-03 Ted Gould Updating to current trunk. 2009-11-03 Ted Gould Changing the way the module is free'd 2009-11-03 Ted Gould Having the test expect an object, but fail when calling the functions. 2009-11-03 Ted Gould Make the tester dynamically link the lib so that there's not two versions of everything. 2009-11-03 Ted Gould Linking the indicators with the libindicator library. 2009-11-03 Ted Gould Switching to checking the entires list instead of individual functions. 2009-11-03 Ted Gould Converting the dummy indicators over to the new API. They compile now. 2009-11-03 Ted Gould Typo 2009-11-03 Ted Gould Creating the actual backing function for indicator_object_get_entries. 2009-11-03 Ted Gould Adding in a default handler for get_entries. 2009-11-03 Ted Gould Whew, blew up the interface and built it back again. 2009-11-03 Ted Gould Redefining the interface. Now this object should get subclassed by folks. 2009-11-03 Ted Gould Removing the instance object. I think that we can do everything we need by using the object. 2009-11-03 Ted Gould Switching to a set_type function instead of making people do that themselves. 2009-11-03 Ted Gould Adding in the basis for the instance class. 2009-11-03 Ted Gould Stripping out the symbols for the old stuff, and going with the new of just getting a type. 2009-11-03 Ted Gould We need atleast the loader branch as that's what we want to change. 2009-11-03 Ted Gould Adding a service management interface into libindicators as many will use that. 2009-11-03 Ted Gould Making a warning not use a colloquialism. 2009-11-03 Ted Gould Changing version to service_version 2009-11-03 Ted Gould Syncing up with trunk before merging. 2009-11-02 Ted Gould Oops, we need to tell package config that we're a big library now. 2009-11-02 Ted Gould Distcheck fixes. Looking for the files in the right place and making sure we clean up after ourselves. 2009-11-02 Ted Gould We should pass the test if we get a connection, it means we activated. 2009-11-02 Ted Gould We want to not get the shutdown. Since we're testing that we get it without connection we can now assume that if we don't get it we should pass. 2009-11-02 Ted Gould Adding a fallback to the session bus after trying the starter bus. 2009-11-02 Ted Gould Switching the name to match the service file... should fail. 2009-11-02 Ted Gould Building a service file. 2009-11-02 Ted Gould Adding in the basic data needed to start bringing up a test to start the service. 2009-11-02 Ted Gould Fixing up the build rules so that they're directory independent. 2009-11-02 Ted Gould Some things are errors that should really be warnings. 2009-11-02 Ted Gould Ah, we can't throw an error on success. 2009-10-30 Ted Gould Adding a test that ensures we don't get a connect signal. 2009-10-30 Ted Gould Adding in the connected property and signalling when we're all hooked up. 2009-10-29 Ted Gould A service proxy, and then calling watch. 2009-10-29 Ted Gould Building the dbus proxy and using it a little bit. 2009-10-29 Ted Gould Ah, forgot to free name 2009-10-29 Ted Gould Properties functions. 2009-10-29 Ted Gould Signals and properties, oh my! 2009-10-29 Ted Gould Adding the API functions. 2009-10-29 Ted Gould Oops, forgot to set to passed. 2009-10-29 Ted Gould Sending shutdown signal 500 ms after getting a name if we have no watchers. 2009-10-29 Ted Gould Adding in the watchers and timeout parameter. 2009-10-29 Ted Gould Adding in some shared strings for finding intefaces and objects. 2009-10-29 Ted Gould Woot! We're a DBus service now. 2009-10-29 Ted Gould Building ourselves a DBus proxy. 2009-10-29 Ted Gould Filling in more of the name property. 2009-10-29 Ted Gould Adding in the 'name' property 2009-10-29 Ted Gould Adding the shutdown signal 2009-10-29 Ted Gould Woot! A failing test. Look how TDD I am. 2009-10-29 Ted Gould Making the gtester stuff into a autotest thingy. 2009-10-29 Ted Gould Creating a new test and linking it into things. 2009-10-29 Ted Gould Putting a dummy implementation in for _new for linking 2009-10-29 Ted Gould Adding basic interfaces and docs to IndicatorService 2009-10-29 Ted Gould Defining some API and boot strapping documentation. 2009-10-29 Ted Gould Making 'INDICATOR' the prefix for the objects. 2009-10-29 Ted Gould Putting in some templated objects. 2009-10-28 Ted Gould Building ourselves a little dbus spec 2009-10-28 Ted Gould Adding a description for the indicator service. 2009-10-28 Ted Gould Grabbing the loader branch 2009-11-03 Ted Gould Merging in an interface for loading modules cleanly. 2009-11-03 Ted Gould Changing comment on private struct. 2009-11-03 Ted Gould Typo 2009-11-03 Ted Gould Comments in the copyright statements updated. 2009-10-28 Ted Gould Removing valgrind as I want to clean this branch up and make another for that. 2009-10-28 Ted Gould Oh, legal headers. Fun, fun. 2009-10-28 Ted Gould Adding in comments. 2009-10-14 Ted Gould Adding in check for valgrind that we'll need for the test tools. 2009-10-11 Ted Gould Adding the terballs into ignore 2009-10-11 Ted Gould Making a tools directory 2009-10-11 Ted Gould using the blank dummy indicator 2009-10-11 Ted Gould Building a new dummy indicator that doesn't have any symbols in it. 2009-10-08 Ted Gould Testing the accessors 2009-10-08 Ted Gould Adding some accessor functions for the various GTK objects. 2009-10-08 Ted Gould Maintaining a reference to the objects we create in the object. 2009-10-08 Ted Gould We need to use GTK. 2009-10-08 Ted Gould A better dummy menu. 2009-10-08 Ted Gould Create a very simple indicator and testing it. 2009-10-08 Ted Gould Being a bit more verbose 2009-10-08 Ted Gould Making it so that the null test checks for failure as we shoudln't have a null image and label. Also making it so that warnings don't cause the test to fail. 2009-10-08 Ted Gould Making it so that we use the same unref code as everyone else. 2009-10-08 Ted Gould Truth again. Keeps bitting back. I shouldn't of lied in the 2nd grade, I confess! No more, please. 2009-10-08 Ted Gould Checking to see if a file exists before trying to load it. 2009-10-08 Ted Gould Truth. Sucks. 2009-10-08 Ted Gould Turning all the return if fails into proper if's with warning and unref the object so there aren't any memory leaks. 2009-10-08 Ted Gould Use the new build dir flag 2009-10-08 Ted Gould Build dir fix and making gtester run all of them even if one fails. 2009-10-08 Ted Gould Making it so that we're not using g_return_if_fail as it messes up the test suite. 2009-10-08 Ted Gould Fleshing out the load from file function. Still fails. 2009-10-08 Ted Gould A test to load the dummy indicator 2009-10-08 Ted Gould Apparently they have to be installable to get the .so. Fail. 2009-10-08 Ted Gould Adding a test that should pass as given a bad filename we should get no object back. 2009-10-08 Ted Gould Adding a function to create an object from a file 2009-10-08 Ted Gould Creating a dummy indicator that returns null 2009-10-08 Ted Gould Switch from GLib to GTK as that's what we really needed. 2009-10-08 Ted Gould Using a weak ref instead of connecting to a signal that doesn't exist 2009-10-08 Ted Gould Putting data in the private 2009-10-08 Ted Gould Test to build the object and unref it. 2009-10-08 Ted Gould Fleshing out the test a little bit. 2009-10-08 Ted Gould Adding in a simple little test. 2009-10-08 Ted Gould Adding in a tests folder 2009-10-08 Ted Gould Ignoring our new file. 2009-10-06 Ted Gould Adding some pkg-config love to get things compiling all nice like. 2009-10-06 Ted Gould Building a base object. 2009-10-08 Ted Gould 0.2.1 2009-10-06 Ted Gould Adding license information to the header 2009-10-06 Ted Gould oops, should be GPLv3 not LGPLv3 2009-10-06 Ted Gould Header for the header file that has the LGPLv3 2009-09-10 Ted Gould Making 0.2.0 2009-08-19 Ted Gould Using AM 1.11 silent mode 2009-08-18 Ted Gould Deleting everything only leaving libindicator 2009-08-08 Ted Gould Adding an icons directory to the .pc file 2009-08-07 Ted Gould Merging in the branch making two applets. 2009-08-07 Ted Gould Changing the Bonobo server description file name to match that of FUSA. 2009-08-07 Ted Gould Oops, we need more identity. 2009-08-07 Ted Gould Switching the name to the proper server file. 2009-08-07 Ted Gould Loading only the SUS plugin. 2009-08-07 Ted Gould Blocking out SUS from standard applet. 2009-08-07 Ted Gould Fixing the generation rules for the bonobo server files. 2009-08-07 Ted Gould Ignoring more files. 2009-08-07 Ted Gould Switching the name to actually be correct. 2009-08-07 Ted Gould Changing the name of the directory to -sus which makes more sense 2009-08-07 Ted Gould New executable name 2009-08-07 Ted Gould Renaming the server file 2009-08-07 Ted Gould Adjusting the namespace. Just to make things fun like that. 2009-08-07 Ted Gould Making the schema translatable 2009-08-07 Ted Gould Adding a new server to connect with our new applet. Still needs changes as it's just a copy. 2009-08-07 Ted Gould Adding a new build target for our new applet 2009-08-07 Ted Gould Adding the new src to the build system 2009-08-07 Ted Gould New src entry 2009-08-06 Ted Gould Aurelien's patch to add a set_server function to indicators. 2009-08-06 Aurelien Gateau Updated documentation 2009-08-05 Aurelien Gateau Introduce indicate_indicator_set_server() so that server can be defined for message indicators too. 2009-08-05 Ted Gould Maintaining the count independent of the entires. 2009-08-04 Ted Gould Update the pc file from the GTK split out. 2009-08-04 Ted Gould Merging in the splitout of a GTK version of the lib 2009-08-04 Ted Gould Adding libindicate a build include 2009-08-04 Ted Gould Removing some more noise 2009-08-04 Ted Gould Ignoring the tarball 2009-08-04 Ted Gould Ignoring the right file 2009-08-04 Ted Gould Making seperate versioning for libindicate-gtk 2009-08-04 Ted Gould Bumping the version as we removed a function. 2009-08-04 Ted Gould A bunch of distcheck fixes to clean things up 2009-08-03 Ted Gould Some odd change 2009-08-03 Ted Gould Last libgtk-pixbuf header 2009-08-03 Ted Gould Removing GTK dependencies from the libindicate stuff 2009-08-03 Ted Gould Fixing these guys to include the -gtk library where needed 2009-08-03 Ted Gould Some ignore files for fun 2009-08-03 Ted Gould Oops, forgot the listener stuff 2009-08-03 Ted Gould Moving the listener code and some indicator code into libindicate-gtk 2009-08-03 Ted Gould Okay, now it is the offending function in it. 2009-08-03 Ted Gould Creating a default little GTK library to move the GTK stuff in 2009-08-03 Ted Gould Adding a function to set the server of the indicator upon creation. indicate_indicator_new_with_server() 2009-08-03 Ted Gould Merging in changes to the destroy and removing a warning. 2009-07-27 Aurelien Gateau Removed warning: it's annoying in unittests. 2009-07-27 Aurelien Gateau Destroy dbus proxies in listener finalize. Makes it possible to destroy a listener and recreate one without calling the old instance callbacks (useful for unit-tests). 2009-08-03 Ted Gould Ignoring built files 2009-07-21 Ted Gould Fixing the other signal marshallers 2009-07-21 Ted Gould Using the server marshaller 2009-07-21 Ted Gould Creating the server marshallers that we need 2009-07-21 Ted Gould Oops, we shouldn't have a prototype for a function that doesn't exist. Thanks to Aurilien. 2009-07-03 Ted Gould Configure change to cleanup output 2009-07-03 Ted Gould A little like mentioned on the GNOME Wiki, but doesn't work until I have a higher version of automake. Doesn't seem to cause problems though. 2009-06-08 Ted Gould Patch from Mark Trompell to make suffix checking better. 2009-05-05 Ted Gould Merging in the documentation branch. 2009-04-30 Ted Gould Never understand this file really. 2009-04-30 Ted Gould Fixing function listing 2009-04-30 Ted Gould Fixing typo 2009-04-30 Ted Gould Fixing some documentation bugs. 2009-04-30 Ted Gould Documenting most of the public visible functions 2009-04-30 Ted Gould Adding in arguments for the signals 2009-04-30 Ted Gould Adding in arguments on the signal docs. 2009-04-30 Ted Gould Woot, signal documentation works now. 2009-04-30 Ted Gould Basic signals docs. 2009-04-30 Ted Gould Server section documentation. 2009-04-30 Ted Gould Comments for the class, who put all those functions on there... 2009-04-30 Ted Gould Adding in message documentation and cleaning up some mistakes as I see them. 2009-04-30 Ted Gould Never understand this file 2009-04-30 Ted Gould Doing a better job about defining out the documentation gets created and looks. Much cleaner. 2009-04-30 Ted Gould Breaking out into sections. 2009-04-30 Ted Gould Section information 2009-04-30 Ted Gould Adding to the unused side of things. 2009-04-30 Ted Gould Removing the big defines that aren't useful and the boilerplate get_type functions. 2009-04-30 Ted Gould Reformatting to make gtk-doc happy. 2009-04-30 Ted Gould Making it more like English and less like a pointer table. 2009-04-30 Ted Gould Adding in IndicateIndicatorClass documentation. 2009-04-30 Ted Gould What is the server 2009-04-30 Ted Gould Typo 2009-04-30 Ted Gould Getting most of the indicator documentation in the pool. 2009-04-30 Ted Gould Turns out that gtk-doc can't have the name of the function on the same line as the start of the comment. How stupid. 2009-04-30 Ted Gould Removing symbols that shouldn't be in the docs anyway. 2009-04-30 Ted Gould Ignoring the dbus and glib-marshaller generated header files. 2009-04-30 Ted Gould Dispaly typo 2009-04-30 Ted Gould First pass at trying to create some function documentation for Indicator 2009-04-29 Ted Gould Patch from Niel Patel to close the directory after opening it. 2009-04-29 Ted Gould Patch from Niel Patel to close the directory after opening it. 2009-04-27 Ted Gould How important a simple backslash is :) 2009-04-27 Ted Gould Merging in the testing branch to get some tests for this guy 2009-04-27 Ted Gould Switching to system dbus-test-runner 2009-04-20 Ted Gould Adding a test to build a bunch of indicators 2009-04-20 Ted Gould Adding in multiple servers connecting in to declare interest test 2009-04-20 Ted Gould Expanding range of interest test and not checking to see if we got none, we shouldn't get it. 2009-04-20 Ted Gould Gaurding against setting bad interests 2009-04-20 Ted Gould Adding an interests test 2009-04-20 Ted Gould Woot, now we do distcheck too 2009-04-20 Ted Gould Distcheck fixes 2009-04-20 Ted Gould Adding in a simple test 2009-04-20 Ted Gould Build infrastructure for first test 2009-04-20 Ted Gould Moving tests to examples 2009-04-22 Ted Gould Get the submenu set right. 2009-04-22 Ted Gould Slipping in the hbox 2009-04-22 Ted Gould Oops, cut and paste error, pulling up the wrong symbols 2009-04-22 Ted Gould Turning versions into a function and adding a name symbol. Not yet used though. 2009-04-22 Ted Gould Wow, the genius of making a symbol you want to export static is simply amazing. It's truly a wonder of nature that I can tie my shoes in the morning. 2009-04-22 Ted Gould Oops, not what I wanted. These should have been prototypes not global variables. Takes a second to think about it, but yeah, that's what they were. 2009-04-22 Ted Gould Forgot a + on gtk 2009-04-21 Ted Gould Changing to an icon and a lable and building our own item 2009-04-21 Ted Gould Putting in and checking version information to ensure we all agree about the header version 2009-04-21 Ted Gould Fixing and using the new indicator header. This will help to connect things together and make them actually work in a reasonably type safe way. 2009-04-21 Ted Gould Moving the indicators directory to match libindicator 2009-04-21 Ted Gould Setting the indicators directory manually 2009-04-21 Ted Gould Creating an indicator lib to make sure we can attach all these things together. 2009-04-20 Ted Gould Chaning the include so that it works for make distcheck 2009-04-13 Ted Gould Adding in support for finding out if people are interesting on the bus using introspection instead of sending a random function call to them and seeing what happens. 2009-04-13 Ted Gould Commenting out some debug messages 2009-04-13 Ted Gould Less debug 2009-04-13 Ted Gould Ah, a typo. Bother. 2009-04-13 Ted Gould Okay, connected into that other there code... let's see what happens. 2009-04-13 Ted Gould Fleshing out some 2009-04-13 Ted Gould Whoa, it like builds and stuff 2009-04-12 Ted Gould Updating from trunk 2009-04-12 Ted Gould Proto-pseudo-code for the introspection functions that are going to be needed 2009-04-10 Ted Gould Adding in libxml linking 2009-04-13 Ted Gould Fixes to the finalize functions. 2009-04-13 Ted Gould Making into a 6 2009-04-13 Ted Gould Adding a bug number 2009-04-13 Ted Gould Adding in call to the parent class' finalize function as well, this should free all the way up to the top. 2009-04-12 Ted Gould Some slight code cleanups to remove warnings 2009-04-11 Ted Gould Fixing some pedantic little bugs to try and figure out what's causing 359018 2009-04-10 Ted Gould Dummy to put bug number in. 2009-04-10 Ted Gould Create the virtual function for checking interest. 2009-04-10 Ted Gould Merging in Eitan's gtype-ify of the enums and the IndicateListener... objects. 2009-04-10 Eitan Isaacson gtypify IndicateListenerIndicator 2009-04-10 Eitan Isaacson changed IndicateListenerServer to a gtyped pointer instead of a gboxed. 2009-04-08 Eitan Isaacson Changed marshallers to GBoxed for IndicatorListenerServer. Make copy/free functions empty for now. 2009-04-08 Eitan Isaacson GBoxed IndicateListenerServer 2009-04-08 Eitan Isaacson gtypified the interests enum. 2009-04-10 Ted Gould Marking the dev branch as such. 2009-04-07 Ted Gould Added in an 'icon-name' to make the about dialog have a proper icon. 2009-04-07 Ted Gould Clearing another warning. Shame gdk doesn't do this one for us. 2009-04-07 Ted Gould Patch from Eitan Isaacson to correct prototype. Had to be adjusted slightly as the prototypes had moved. 2009-04-07 Ted Gould Ignoring our new test 2009-04-07 Ted Gould Patch from Eitan Isaacson to remove a ref/unref infinite loop that effectively made it so that we kept our objects forever. While we love them, at some point we need to say goodbye. 2009-04-07 Ted Gould Making it so that we don't register the object twice. This is really a work around, but it's atleast fixes the crasher. Which sucked. We need to work with the dbus folks to make this better. 2009-04-07 Ted Gould Adding show hide server test from Eitan on bug 351537 2009-04-07 Ted Gould I finally understood what seb128 told me about the version numbering. I feel so stupid for not understanding before :) 2009-04-07 Ted Gould Hiding some debugging messages. 2009-04-07 Ted Gould Simplifying error message 2009-04-06 Ted Gould * Some debug messages * Making the comparison of interests detect changings properly * Correctly use g_list_remove in several cases making for long lists * Using g_list_prepend instead of append because it's faster. * Checking whether we've got proxies before destroying them. 2009-04-03 Ted Gould Moving private interests out of the public header file. 2009-04-03 Ted Gould Not quite sure how these got added, but I'm not going to fight it. 2009-04-03 Ted Gould Trying to get to a sane state. I apparently don't know as much about library versioning as I thought I did. 2009-04-03 Ted Gould Hiding all of the functions that part of the DBus interface in that now they're all prefixed with '_' so that they don't get exported as part of the library symbols. This should simplify everything a little bit for implementors. 2009-04-03 Ted Gould Getting rid of everything starting with 'd'. This gets rid of the dbus stuff that isn't set up to be static, which is silly. 2009-04-03 Ted Gould Hiding the marshsallers from the libraries in the symbols by adding a _ in front of them. 2009-04-03 Ted Gould Cleaning up the exported symbols, make sure that 'get_type_cb' isn't exported 2009-04-03 Ted Gould Getting to version 0.2.0 2009-04-03 Ted Gould Trying to have more style information included so that we can get rid of the focus line. 2009-04-03 Ted Gould Adding interests on new servers saying that we're displaying the indicators and in the server. 2009-04-03 Ted Gould Fleshing out the functions in the listener to set interests. 2009-04-02 Ted Gould Putting in some protection from crazy values 2009-04-02 Ted Gould Hiding debug 2009-04-02 Ted Gould Adding a bunch of debugging messages and fixing the lifecycle for the folk pointer. Lots'o'fun. But things seem to be working. 2009-04-02 Ted Gould Filling in the dbus owner changing code. Now we should catch those. 2009-04-02 Ted Gould Adding printouts for interest changes. 2009-04-02 Ted Gould Connecting in the DBus messaging that we need. 2009-04-02 Ted Gould Fleshing out the interest setting and removing functions. 2009-04-02 Ted Gould Updating unused file 2009-04-02 Ted Gould Adding in folks support. 2009-04-02 Ted Gould Adding the interest removed and interest added signals in. 2009-04-02 Ted Gould Woot! Now we have some real functions to call! 2009-04-02 Ted Gould I can't believe I messed up this one. Luckily it doesn't seem to have caused any bugs. Man. 2009-04-02 Ted Gould Switching around the show_interest and remove_interest functions so that they are now asyncronous. Not that being asynchronous is important but more that now they get the Method Invocation interface that we can use to find out the sender of the message. Changed various APIs as a result of this, and moved the DBus functions to be internal. 2009-04-01 Ted Gould Adding new functions show_interest and remove_interest into the API. Now to fill in the backend. 2009-04-01 Ted Gould Adding a remove and show interest 2009-04-01 Ted Gould Change the API so it's more like we're keeping a list of what, and who are interested in. This'll make it easier for us to manage all the DBus nastyness. 2009-04-01 Ted Gould Adding stuff to ignore, much better 2009-04-01 Ted Gould Misspelling 2009-04-01 Ted Gould Getting some interests in the game. 2009-04-01 Ted Gould Switch to searching on the connection, which is really what we care about and the proxy is a poor sustitute for. 2009-04-01 Ted Gould First pass at the pretty meag-change to make it so that we can detect people on the system vs. the session bus. Basically reworking a bunch of structures. Fun. 2009-03-27 Ted Gould Patch from Gabor Kelemen to make the license and 'No Indicators' message translatable. 2009-03-27 Ted Gould Removing the translatable marking for 'Indicator Applet Factory' 2009-03-27 Ted Gould Bad truth in the hide function. 2009-03-26 Ted Gould Adding another bug that gets fixed with Eitan's merge. 2009-03-26 Ted Gould Comment for label 2009-03-26 Ted Gould Switching the case for 'No Indicators' to make it a label to still support right click through. 2009-03-26 Ted Gould Changing license in about box to make sense. 2009-03-26 Ted Gould ATK name for Eitan 2009-03-26 Ted Gould Getting gtkdoc stuff to be a little happier 2009-03-26 Ted Gould Bumping version 2009-03-26 Ted Gould Merging in Eitan's changes to make the applet a GNOME Program 2009-03-26 Eitan Isaacson Add gnome_program_init with LIBGNOMEUI_MODULE. 2009-03-18 Ted Gould Changing version number 2009-03-17 Ted Gould Seems that we still get errors without it being there, I'm not sure why, but making it so that we can explicitly disable the gobject-introspection. That should work for now. 2009-03-17 Ted Gould Making it so that the GIR stuff autodetects and only builds if available. 2009-03-12 Ted Gould Fixes for distcheck 2009-03-12 Ted Gould Changing version number 2009-03-12 Ted Gould Stealing the 'fast-user-switch-applet' name to get better theming 2009-03-12 Ted Gould Fixing the popup to have the about 2009-03-12 Ted Gould Right click menu is working, but without an about 2009-03-09 Ted Gould Fix doubling of prototypes, patch from Eitan 2009-03-09 Ted Gould Putting the example executables in libexec and the source code in doc/examples 2009-02-25 Ted Gould Linking in the build interfaces, needed a temporary function to get linking right 2009-02-25 Ted Gould Forgot to put these in built sources 2009-02-25 Ted Gould true is TRUE 2009-02-25 Ted Gould Adding build instructions for the listener interface 2009-02-25 Ted Gould Merging in changes to put back in the GObject introspection and to have better build characteristics. 2009-02-25 Ted Gould Typo 2009-02-25 Ted Gould releasing version 0.1.1-0ubuntu3~ppa2 2009-02-25 Ted Gould Adding back in the GIR files and some distclean improvements to get back to NULL. 2009-02-25 Ted Gould releasing version 0.1.1-0ubuntu3~ppa1 2009-02-18 Ted Gould releasing version 0.1-0ubuntu3~ppa1 2009-02-18 Ted Gould Merging in icon changes 2009-02-17 Ted Gould Cherry picking r137 from the ubuntu-core-dev packaging branch that has licensing fixes 2009-02-17 Martin Pitt debian/copyright: Fix leftover word "either" from the license description. 2009-02-17 Ted Gould Cherry picking r136 from the ubuntu-core-dev packaging branch that cleans up the licensing, descriptions, and adds additional info 2009-02-17 Martin Pitt debian/control: Update package descriptions; the messaging part is provided by indicator-messages. 2009-02-17 Martin Pitt debian/control: Fix Vcs-Bzr. 2009-02-17 Martin Pitt releasing version 0.1-0ubuntu1 2009-02-17 Martin Pitt configure.ac: Add missing gio-2.0 pkgconfig check (from DX team PPA packaging branch), and autoreconf to pick up the change. 2009-02-17 Martin Pitt Repack orig.tar.gz with a copy of the LGPL 3, libindicate/* is under that license. 2009-02-17 Martin Pitt debian/copyright: Properly describe licenses. 2009-02-17 Ted Gould Cherry picking r130 from the ubuntu-core-dev packaging branch that cleans up the changelog, adds better descriptions and updates the entries in the control file. 2009-02-17 Martin Pitt debian/control: Add Homepage:, Vcs-Bzr:, and proper package descriptions. 2009-02-17 Martin Pitt flush changelog for ubuntu packaging branch 2009-02-25 Ted Gould Adding in the listeners interface 2009-02-22 Ted Gould An interface to get the list of servers from another listener 2009-02-22 Ted Gould Adding information on how the server was added, but not really using it for anything yet. I'm not sure that we can -- bother. 2009-02-18 Ted Gould Releasing 0.1.1 with build fixes and icons. 2009-02-18 Ted Gould Changing the icon to be our fancy new one. 2009-02-18 Ted Gould Adding in the autotools stuff for installing an icon. 2009-02-18 Ted Gould Ken's very cool Indicator Applet plugin. 2009-02-17 Ted Gould Configure changes to include gio 2009-02-17 Ted Gould Mostly build related changes coming from the upstream branch. 2009-02-15 Ted Gould releasing version 0.1~ppa41 2009-02-15 Ted Gould * Putting on a handle * Adding in a background function from panel-lib 2009-02-15 Ted Gould releasing version 0.1~ppa40 2009-02-15 Ted Gould Merging in from the 'upstream' branch. Changes include the addition of a server signal for the NULL indicator. And a warning fix for icons. 2009-02-13 Ted Gould releasing version 0.1~ppa39 2009-02-13 Ted Gould Fixing a bug in the listener where properties weren't available on running servers. 2009-02-12 Ted Gould releasing version 0.1~ppa38 2009-02-12 Ted Gould Adding in GIO to the list of linked modules. 2009-02-12 Ted Gould releasing version 0.1~ppa37 2009-02-12 Ted Gould Making time and icons happy and work well. Also adding lots of fun tests for them. 2009-02-17 Ted Gould This is a generated file. Shouldn't be in VCS. 2009-02-17 Ted Gould Adding the license info 2009-02-17 Ted Gould Adding the LGPL licenses and making sure they get into the tarball. 2009-02-16 Ted Gould Trying to add in some extra files that seem useful for building, gtk-doc still fails. 2009-02-16 Ted Gould Oops, should get the screw up right... 2009-02-16 Ted Gould Adding a couple of files to the distribution to pass distcheck 2009-02-15 Ted Gould This function seems to set up the widget correctly with the background. It's undocumented, but most other applets seem to do it. 2009-02-15 Ted Gould Putting a little handle on the indicators. Works for GNOME Panel. 2009-02-15 Ted Gould Removing the debian directory. Going to start using this as my upstream branch and the other as the packaging branch. 2009-02-15 Ted Gould Adding a handler for the new server display signal, and then make the messages more clear between the two. 2009-02-15 Ted Gould Adding a new signal in that handles the ID of zero, or null, comming back from a listener and uses that to show the server. Or atleast signal it to figure out how to do that. Also cleaning up the signals a little to use defines. 2009-02-15 Ted Gould Adding a check for NULL string in the icon parsing code. This will stop a bunch of warnings coming from everything else. 2009-02-13 Ted Gould Ah, declared a variable in an if so that it didn't get out of scope. Like it should have. Bah. 2009-02-13 Ted Gould Adding in a set of functions to get the properties off of a server 2009-02-12 Ted Gould Forgot to set the timer back to something reasonable! 2009-02-12 Ted Gould Adding in support for icons, specifically passing them back and forth on the bus 2009-02-12 Ted Gould Changing from using a memory stream to using a buffer, the memory stream one seems to be broken. 2009-02-12 Ted Gould Adding in the function to take a pixbuf, turn it into a png, base64 encode it and then send it across the wire. 2009-02-12 Ted Gould Changing the icon data to be base64 encoded, should have done that originally, how silly. 2009-02-12 Ted Gould Seems like a better name 2009-02-12 Ted Gould Fixing some prototypes to fix warnings and errors we haven't yet encountered. Also setting the type so that our switch statement actually works. 2009-02-12 Ted Gould Adding in some debug messages and making the signal use the original key to broadcast itself. 2009-02-12 Ted Gould Added in a way to print the values of properties while they change. More later, but a start. 2009-02-12 Ted Gould Seeing what happens if I turn on "sign always" in Bazaar. 2009-02-12 Ted Gould Adding in the code for handling icons and time 2009-02-12 Ted Gould Rebuilding the way that priorities get done so that we can handle a time and icon version of the functions so that apps don't have to worry about those details. 2009-02-12 Ted Gould Setting the properties property and picking up Empathy's desktop file 2009-02-12 Ted Gould Adding in a timer function to change the time every three minutes or so in order to test modifying times. 2009-02-12 Ted Gould Using the time property function 2009-02-12 Ted Gould Adding in a time property function 2009-02-11 Ted Gould Merging from trunk 2009-02-11 Ted Gould releasing version 0.1~ppa36 2009-02-11 Ted Gould Merging in the changes to make it so that properties work right, get handled properly by the listener and have convience functions. Also lots of little important cleanups. 2009-02-11 Ted Gould Putting license information everywhere. 2009-02-11 Ted Gould Cleaning up some debug messages that aren't as useful anymore 2009-02-11 Ted Gould Switching to ref_default 2009-02-11 Ted Gould Fixing the deallocation to check the right parameters. 2009-02-11 Ted Gould Turning off some debugging, reformatting, and putting the connection into the proxy_t structure 2009-02-11 Ted Gould Basically things are working as the proxyts are now findable. 2009-02-11 Ted Gould Fixing the call, checking both lists of proxies, and adding some debug info. 2009-02-11 Ted Gould Removing an annoying warning 2009-02-11 Ted Gould Adding a check for type in the middle of the state machine for building a server. 2009-02-11 Ted Gould Adding in a ref-default function so that we can keep one listener around for fun and profit. 2009-02-11 Ted Gould Getting all the legal stuff in. 2009-02-11 Ted Gould Adding in an author 2009-02-11 Ted Gould Adding GPL to the tests 2009-02-11 Ted Gould Adding the GPL to this file 2009-02-11 Ted Gould Putting the debian copyright info in 2009-02-11 Ted Gould Adding a license to the top of all these files. LGPL 2/3 2009-02-10 Ted Gould Adding to the convience functions for setting the desktop file and the type of the server. 2009-02-10 Ted Gould Building a way to get properties. Seems like this should be in the DBus libs, but anyway. Here is the code that compiles and claims that it'll do it. More code than I would have liked. 2009-02-10 Ted Gould Avoiding a conflict with GObject's get_type function. 2009-02-10 Ted Gould Adding in real functions to match the prototypes. 2009-02-10 Ted Gould Adding in functions to match the prototypes. 2009-02-10 Ted Gould Adding in a set_type function and fixing the prototype for set_desktop 2009-02-10 Ted Gould Changing type to message.im for testing, now it's different than the messages. 2009-02-10 Ted Gould Adding an API for getting the type and desktop files 2009-02-10 Ted Gould Including type information in the creation and destruction of servers 2009-02-09 Ted Gould Merge from trunk 2009-02-09 Ted Gould releasing version 0.1~ppa35 2009-02-09 Ted Gould Only emitting a changed signal on properties changed when the indicator is visible 2009-02-09 Ted Gould Some formatting, reusing the private variable, making it so that hide sends the type and only sending a message of finalize if we're still visible. 2009-02-09 Ted Gould Server hide function from Niel 2009-02-09 Neil Jagdish Patel Add the indicate_server_hide function 2009-02-07 Ted Gould Sending the type with the signal in the listener, adding it into the tests. 2009-02-06 Ted Gould releasing version 0.1~ppa34 2009-02-06 Ted Gould Making the listener handle the case where we're using the new show/hide structure. 2009-02-06 Ted Gould releasing version 0.1~ppa33 2009-02-06 Ted Gould releasing version 0.1~ppa32 2009-02-06 Ted Gould releasing version 0.1~ppa31 2009-02-06 Ted Gould releasing version 0.1~ppa30 2009-02-06 Ted Gould Removing GObject introspection for now 2009-02-06 Ted Gould releasing version 0.1~ppa29 2009-02-05 Ted Gould releasing version 0.1~ppa28 2009-02-07 Ted Gould Changing the signals for show/hide to send the type correctly. 2009-02-07 Ted Gould Setting the type of the server 2009-02-06 Ted Gould Ah, stupid little wrong function 2009-02-06 Ted Gould Tracking the type of the server in the proxyt structure 2009-02-06 Ted Gould Changing the prototypes to start using the server added stuff 2009-02-05 Ted Gould Merging in the trunk changes 2009-02-05 Ted Gould releasing version 0.1~ppa27 2009-02-04 Ted Gould typo 2009-02-04 Ted Gould releasing version 0.1~ppa26 2009-02-04 Ted Gould Merge in documentation and icons 2009-02-04 Neil Jagdish Patel Set the widget name on the applet rather than the menubar, to make sure it's picked up globally. 2009-02-04 Ted Gould Adding a conflicts and a replaces to get rid of errors. 2009-02-04 Ted Gould ppa23 2009-02-05 Ted Gould Adding properties for doing type and desktop 2009-02-05 Ted Gould Changing the DBUS API slightly. Now there is no 'get_desktop' function as desktop is a property. Added a property for type so that we can understand what kind of application this is. And finally adding show/hide signals on the server as they were already on the listener. 2009-02-05 Ted Gould releasing version 0.1~ppa23 2009-02-05 Ted Gould Adding in the API function to take and icon and display it. Just the prototype. 2009-02-04 Ted Gould Removing the icons from the larger applet 2009-02-04 Ted Gould Polish it up 2009-02-04 Ted Gould Making it so that there is no more boarder on the menu bar 2009-02-04 Neil Jagdish Patel indicator-applet (0.1~ppa22) intrepid; urgency=low * Add support for a transparent panel applet -- Neil J. Patel Wed, 04 Feb 2009 12:44:56 +0100 2009-02-04 Neil Jagdish Patel Fix coding style 2009-02-03 Neil Jagdish Patel Enable support for a "transparent" panel applet, which reacts to the gnome- panel theme changes 2009-02-03 Ted Gould Getting gtk-doc working 2009-02-03 Ted Gould Getting everything together to try and build docs 2009-02-03 Ted Gould Getting the dirs right 2009-02-03 Ted Gould Getting SUBDIRS right 2009-02-03 Ted Gould I think this will add gtk docs 2009-02-03 Ted Gould Putting in the makefiles for the docs and the reference docs 2009-02-03 Ted Gould Adding in checks for GTK Doc 2009-02-03 Ted Gould Merge from trunk 2009-02-03 Ted Gould * Adding in package fixes from seb128 * Removing scrollkeeper * Changing libindicate to libindicate0 * Removing .la file * Removing targets for files in libindcate-dev.install * Removing pkg-create-dbgsym * Adding a build depend on pkg-create-dbgsym 2009-02-03 Neil Jagdish Patel Allow sub-classes of server to emit signals using three new public functions 2009-02-02 Ted Gould Bump for PPA 2009-02-02 Ted Gould Should have been for Intrepid 2009-01-30 Ted Gould Adding interface for listener sending back a display request. 2009-01-30 Ted Gould Listener interface for signalling an indicator 2009-01-30 Ted Gould Adding a print message for when the indicator is signaled 2009-01-30 Ted Gould Adding an interface to call back to an indicator and display it. 2009-01-29 Ted Gould Guess I should merge trunk back in at some point. 2009-01-29 Ted Gould * Fixing the handling of named DBus connections * Moving most of the data in the objects to private sections * Making the signal names defines for easier usage * Having property changes actually work now. 2009-01-22 Ted Gould Forgot to run autogen.sh before last package :( 2009-01-21 Ted Gould Update API slightly and some fixes. 2009-01-21 Ted Gould Adding in a message indicator and a small test to use it. 2009-01-21 Ted Gould Adding in listener_get_property 2009-01-29 Ted Gould Changing the include directory from 1.0 to 0.1 which gives us more room to screw up 2009-01-29 Ted Gould Wow, I didn't realize we weren't handling properties at all correctly. Fixed now. Whew. 2009-01-29 Ted Gould Adding a set property after the show to cause a signal 2009-01-29 Ted Gould Have the server pass along the property modified signal 2009-01-29 Ted Gould Adding a property modified signal to the indicator object 2009-01-29 Ted Gould Making all of the server values move into a private section like all the others. Generally a good thing and good clean up 2009-01-29 Ted Gould Making the indicator properties private, they should be. Also cleans up some deps. 2009-01-29 Ted Gould Removing the gobject-introspection-repository from the list of build depends as we needed it for the dbus stuff, that we're no longer using. 2009-01-29 Ted Gould Removing DBus from the gobject introspection 2009-01-29 Ted Gould Oops, forgot the header there 2009-01-29 Ted Gould Okay, moving all of the variables from the listener class into a private object. This is to make the GObject introspection not need dbus, and thus we can reduce our build deps significantly. 2009-01-29 Ted Gould Use the new fangled defines to make things cleaner 2009-01-29 Ted Gould Getting some helper defines for some of the hacks that'll probably change in the future 2009-01-29 Ted Gould Using the defines for the signal names 2009-01-29 Ted Gould Making the signals use #defines to make everything a little more predictable. I hate this part of GObject signals. 2009-01-29 Ted Gould Adding a variable to make the compiler happier 2009-01-26 Ted Gould Changed to only listen to reference names instead of descriptive ones. Hopefully this'll fix a crash. 2009-01-21 Ted Gould Adding in the im-client test and fixing a couple of bugs it found 2009-01-21 Ted Gould Adding in a type for indicators that are messages 2009-01-21 Ted Gould Generated source files 2009-01-21 Ted Gould Adding in a get_property function 2009-01-19 Ted Gould Wrong indicate include directory in package config files 2009-01-19 Ted Gould Wrong indicate include directory in package config files 2009-01-16 Ted Gould Moving the gir file to the right package 2009-01-16 Ted Gould Removing the gir file from the applet so that it's only with the library so that we can install all of them. 2009-01-16 Ted Gould Adding the GObject Introspection files into the build and the packaging. 2009-01-16 Ted Gould Shell script integrated into the autotools system 2009-01-16 Ted Gould Bringing GObject Introspection into the build and making it so that it gets installed with the library. 2009-01-16 Ted Gould Build fix 2009-01-16 Ted Gould Adding in libtool to build deps 2009-01-16 Ted Gould Getting the debian package built up so that it can have a seperate library binary package. 2009-01-16 Ted Gould Building the listener object that listens to all of the folks on DBus and turns that into a usable interface for indicator display folks. A lot of code to make things simple :) 2009-01-14 Ted Gould Okay, I think this is the end of server and indicator minus all the bugs that I expect to find :) 2009-01-14 Ted Gould Merging in code from yesterday. Got many of the functions working with real IDs and making lists. The basis for all the properties stuff is there but it still needs a touch of fleshing out. Also a new test for debugging. 2009-01-16 Ted Gould Changing the build targets, now I understand the difference between 'any' and 'all' 2009-01-16 Ted Gould Making it so the lib only uses glib (which it does) 2009-01-16 Ted Gould Adding in the libindicate lib. 2009-01-16 Ted Gould Moving the tests so that they can guarantee to build after the library builds as otherwise they end up getting built first. 2009-01-16 Ted Gould Adding in a return that was missing (though it's useless) 2009-01-16 Ted Gould Handling the case that we're destroying an entry because the bus told us to. Properly signalling all of the removals 2009-01-15 Ted Gould Fixing the printing and the saving of indicators. 2009-01-15 Ted Gould Changing the test to do the printing by itself instead of using the debug messages in the class itself 2009-01-15 Ted Gould Getting the signals in shape 2009-01-15 Ted Gould Okay, adding the other signals in and keeping track of the indicators that are hanging around. Now, to connect to things external. 2009-01-15 Ted Gould Get the type of the list of indicators that we got, and then set the up to register 2009-01-15 Ted Gould Now correctly calling the get indicators function to get the indicators on already created objects. 2009-01-15 Ted Gould Adding in a marshaller for the DBus signals that we need 2009-01-15 Ted Gould Now doing some DBus listening and getting some of the initial configuration built up. 2009-01-15 Ted Gould Changing to the dbus interface and changing to build teh client and server interfaces 2009-01-15 Ted Gould Amazing how a little string can make such a huge difference. 2009-01-15 Ted Gould Adding in a basic listening test 2009-01-15 Ted Gould Adding a new function 2009-01-15 Ted Gould Starting to flesh out the listener a little bit, should get a list of names on teh bus at this point 2009-01-15 Ted Gould Adding in the base object for the listener. 2009-01-15 Ted Gould Cut-and-paste error 2009-01-14 Ted Gould Cleaning up prototypes and type warnings. 2009-01-14 Ted Gould Who the hell would design an API that passes in arrays of strings differently than it passes them out. What an insane idea. Oh yeah, properties work. 2009-01-14 Ted Gould Chaning the property list parameters to be pointer arrays. 2009-01-13 Ted Gould Making the indicator lookup it's own function and trying it out in another function to get a property. 2009-01-13 Ted Gould Adding in some properties to the mix 2009-01-13 Ted Gould Adding in a display function and a list by type. 2009-01-13 Ted Gould Man, a lot of work for messing up one explaination point. 2009-01-13 Ted Gould Making it so that the indicators all have unique IDs 2009-01-13 Ted Gould Forgot to actually add the test 2009-01-13 Ted Gould Ah, we weren't checking if we were visible. Now things are better. 2009-01-13 Ted Gould Return to crashing beauty 2009-01-13 Ted Gould Add a test to create a lot of indicators. 2009-01-13 Ted Gould Merging in Robert's changes. 2009-01-13 Robert Carr Add script to build GObject-introspection GIR, and boilerplate JavaScript test. 2009-01-13 Robert Carr Use G_BEGIN/END_DECLS, and put the GOBject *_get_type functions in the header file (needed by introspection, but also the normal GLib style). 2009-01-13 Robert Carr Merge Ted's changes. I should have used bzr bind. 2009-01-13 Robert Carr Add pkgconfig file. 2009-01-12 Ted Gould Fleshing out more functions, we can now return a list of ids. Need to test with more. 2009-01-12 Ted Gould Whoo Hoo, we can count 2009-01-12 Ted Gould Fleshing out the whole show and hide thing. We should also be signalling when indicators are added or removed from the server. 2009-01-12 Ted Gould Clean up the signal handlers and fixing the call in the test function. Now we're to the point of showing the way I think things should be. 2009-01-12 Ted Gould Basic show hide support in the indicator 2009-01-12 Ted Gould Changing to showing the inicator and make it so that we dont' crash right now. 2009-01-12 Ted Gould Adding in the base functions with pointers and fun stuff like that 2009-01-11 Ted Gould Adding in signals so that we can talk to the app over DBus. Nice. 2009-01-09 Ted Gould Adding in a show to help debugging 2009-01-09 Ted Gould Adding in an indicator to the test and fixing a typo 2009-01-09 Ted Gould Connecting indicators and servers. They create themselves easily. 2009-01-09 Ted Gould Setting up the singleton nature of the server, and allow setting it. 2009-01-09 Ted Gould Fleshing out the server some in adding function and prototypes. 2009-01-08 Ted Gould Adding in build support for the indicate and crash test. Will make future ones easier. 2009-01-08 Ted Gould Adding in a simple program to crash after 15 seconds. Now we can add indicators to it. 2009-01-08 Ted Gould Building a pretty good set of virtual functions and getting them tied together, with errors too. 2009-01-08 Ted Gould Basic GObject stuff 2009-01-07 Ted Gould Setting up version of the libraries. 2009-01-07 Ted Gould Fixing stuff so that everything links all together 2009-01-07 Ted Gould Adding in a built sources tag to build the header file properly 2009-01-07 Ted Gould Fixing linking and libraries and includes oh my 2009-01-07 Ted Gould Dummy starting file 2009-01-07 Ted Gould Adding libindicate to the build system 2009-01-07 Ted Gould Make file starting out to build this thing 2009-01-07 Ted Gould Basic server stuff 2009-01-07 Ted Gould Fixing a bunch of typos, now it is a happy validating XML file. 2009-01-07 Ted Gould First version of XML DBus interface 2009-01-07 Ted Gould Dropping in more code to make these real GObjects and such 2008-12-20 Ted Gould Stopping point 2008-12-04 Ted Gould Moving the indicator directory cross-packages. 2008-12-04 Ted Gould Put in the kickarse loader code. Happy, happy. 2008-12-04 Ted Gould Building in a module loader 2008-12-03 Ted Gould Parse directories 2008-12-03 Ted Gould Making the applet very light. 2008-12-03 Ted Gould Okay, we're all doing everything perfect 2008-12-03 Ted Gould Making the applet a lot more sparce. Now we're going to load things dynamically. Let them have their own problems. 2008-12-03 Ted Gould Removing everything except messaging. 2008-12-02 Ted Gould Adding in all of the icons into the mockups. 2008-11-25 Ted Gould Adding in icons from Ken. 2008-11-24 Ted Gould Adding in some filler menus to get some depth. 2008-11-24 Ted Gould Adding in the infrastructure to have icons in the build. Only a dummy icon for now, but it's there and ready for some friends. 2008-11-24 Ted Gould Adding in additional files to catch translations 2008-11-24 Ted Gould Removing the test menu item. 2008-11-24 Ted Gould Adding in settings 2008-11-24 Ted Gould Blocking the prelight 2008-11-24 Ted Gould Making spacing and alignment better 2008-11-24 Ted Gould Getting some batteries in there. 2008-11-24 Ted Gould Basic power handler 2008-11-20 Ted Gould First try at getting it not to hide on click. Fail. 2008-11-20 Ted Gould Whoa, getting that inherited type wrong really messes things up. 2008-11-20 Ted Gould Clean compile, but something is broken in the _init function. Not sure what. 2008-11-19 Ted Gould Okay, blocked the prelight on the item, now how do I get my buttons out of event prison. 2008-11-19 Ted Gould Getting all the widgets in the menu item. Doesn't quite work right, but the widgets are there. 2008-11-19 Ted Gould Adding in a menu item to start putting in a slider. 2008-11-18 Ted Gould Adding a depend for dbus-glib 2008-11-18 Ted Gould Version one of debian packaging. 2008-11-12 Ted Gould Working on ideas for the prototype of the individual item stuff 2008-11-12 Ted Gould Starting to build functions to handle the menu spec over DBus 2008-11-12 Ted Gould Okay, audio is an icon now. 2008-11-12 Ted Gould Connecting in all the different applets, now they can do their own thing. 2008-11-12 Ted Gould Adding the basis for all the different indicators that we want to include 2008-11-12 Ted Gould Switching from a label and an hbox to a menubar 2008-11-12 Ted Gould Ah, forgot to show the applet itself. 2008-11-12 Ted Gould Putting a label in the widget 2008-11-12 Ted Gould Adding in more documentation on the seperation between user interaction and the system services. 2008-11-10 Ted Gould A diagram about how intermediate daemons are going to provide status to the panel. 2008-11-10 Ted Gould Getting some text that I'd written on the target API in the repo. 2008-11-10 Ted Gould Indicator prototypes 2008-10-30 Ted Gould Ignoring some stuff 2008-10-30 Ted Gould Setting up the data directories and getting everything to translate nicely 2008-10-29 Ted Gould Adding in the linking and some basic prototypes. 2008-10-29 Ted Gould Getting the build things together so that it starts building. Yeah. 2008-10-29 Ted Gould Basic build system, not quite working though