# Generated by Makefile. Do not edit. 2012-03-09 Ted Gould 0.4.91 2012-03-09 Ted Gould Update to new actions format in libindicator 2012-03-09 Ted Gould Include an index for 0.5 2012-03-07 Charles Kerr Merge lp:~ted/libappindicator/lp885080 to add a title and name on the status icon in fallback mode for bug #885080 2012-03-02 Ted Gould Protecting from NULL titles, which apparently status_icon can't take :-/ 2012-03-02 Ted Gould Handle the title changing at runtime 2012-03-02 Ted Gould Attaching bug 2012-03-02 Ted Gould Sets the title of the status icon to the title of the appindicator and the name to the ID 2012-03-06 Ted Gould Making the Mono and Python bindings build directory independent 2012-03-06 Charles Kerr generate app-indicator.sources.xml (for mono bindings) and appindicator.override (for python bindings) at configure time so that they can take into account top_builddir vs top_srcdir differences. 2012-03-06 Ted Gould Look for files and don't use those as icon names in the fallback 2012-03-06 Ted Gould Removing unneeded NULL check 2012-03-02 Ted Gould Attaching bug 2012-03-02 Ted Gould Rework the icon setting function so that it can handle images that are file paths by checking to see if the files exist 2012-03-06 Ted Gould Improve docs on title functions 2012-02-29 Sebastien Bacher Set "Since: 0.5" in the inline documentation for the new set_title and get_title functions 2012-02-03 Ted Gould Fixing some of the properties in the mono bindings 2012-02-03 Ted Gould 0.4.90 2012-02-03 Ted Gould Updating to Dbusmenu 0.5.90 2012-01-31 Ted Gould Changing dbusmenu-gtk required version 2012-01-30 Ted Gould Add the ability to set and export the title of the app indicator 2012-01-30 Ted Gould Attaching bug 2012-01-30 Ted Gould Fix type in comment 2012-01-28 Ted Gould Adding the get/set function to the docs 2012-01-28 Ted Gould Handling getting the title property 2012-01-28 Ted Gould Making get_title work 2012-01-28 Ted Gould Only signal to dbus if we're connected 2012-01-28 Ted Gould Adding a test to track setting of the title 2012-01-28 Ted Gould Setting the titles in the examples 2012-01-28 Ted Gould Make the set function call the property set function 2012-01-28 Ted Gould Support the title property over dbus and emitting the dbus signal when it changes 2012-01-28 Ted Gould Adding the 'Title' property and 'NewTitle' signal to the DBus interface description 2012-01-28 Ted Gould Adding the title property 2012-01-28 Ted Gould Adding a title entry to the private structure 2012-01-28 Ted Gould Adding get/set title functions 2012-01-27 Ted Gould Update to trunk 2012-01-27 Ted Gould Making tests optional 2011-11-23 György Balló Make building mono tests optional. Check for mono-nunit if nunit is not available 2011-11-22 György Balló Make building tests optional 2012-01-27 Ted Gould Fixing pkgconfig file for GTK3 2011-11-22 György Balló Use the standard location for mono bindings 2011-11-22 György Balló Do not link pyglib explicitly 2011-11-22 György Balló Fix header files location for GTK3 2012-01-27 Ted Gould Removing unneeded python dep 2012-01-26 Ken VanDine Don't specify pyglib-2.0-python2.6 in LDFLAGS, it isn't needed and only works with python2.6 2012-01-24 Ken VanDine Don't specify pyglib-2.0-python2.6 in LDFLAGS, it isn't needed and only works with python2.6 2011-09-30 Ted Gould Work with fallbacks and theme paths 2011-09-30 Michael Vogt src/app-indicator.c: hide first in passive mode and add comment about it 2011-09-30 Michael Vogt src/app-indicator.c: do not add the same icon_theme_path again, gtk3 apparently does not check this 2011-09-30 Michael Vogt simplify 2011-09-30 Michael Vogt src/app-indicator.c: honor icon_theme_path in the fallback 2011-09-30 Michael Vogt unbreak attention_icon 2011-09-30 Michael Vogt src/app-indicator.c: when using the fallback icon, first check if there is a "-panel" version of the icon available and if not fallback to the indicator one 2011-09-28 Ted Gould 0.4.1 2011-09-28 Ted Gould Fix deps 2011-09-28 Ted Gould Fix dep as well 2011-09-28 Ted Gould Fix prefix on custom vala 2011-09-28 Ted Gould Switching out the prefix for a fixed name 2011-09-28 Ted Gould 0.4.0 2011-09-28 Ted Gould Bring along custom and grab from srcdir 2011-09-23 Ted Gould Fixing Vala bindings 2011-09-23 Michal Hruby Fix type_check_function for vala bindings 2011-08-11 Ted Gould 0.3.91 2011-07-22 Ted Gould Fix comments to work with g-ir-scanner 2011-07-20 Marco Trevisan (Treviño) Fixed comments to correctly work with g-ir-scanner No more missing transfer warning (and relative missing bindings for some getting functions). 2011-07-22 Ted Gould Adding in support for the secondary activate (middle click) 2011-07-22 Ted Gould Adding the secondary target functions to the documentation 2011-07-22 Ted Gould Watching for the 'XAyatanaSecondaryActivate' method as well 2011-07-22 Ted Gould Always clear the sec_activate_target 2011-07-20 Marco Trevisan (Treviño) examples: use the set_secondary_activate_target API 2011-07-20 Marco Trevisan (Treviño) vala: updated example to use the new API 2011-07-20 Marco Trevisan (Treviño) mono bindings: updated API and example 2011-07-20 Marco Trevisan (Treviño) app-indicator: Move from "secondary-activate" signal to secondary_activate target To avoid appindicators writers to use the "secondary-activate" event to perform actions that can't be done via a menu item we added a new API: - app_indicator_set_secondary_activate_target - app_indicator_get_secondary_activate_target With it, an appindicator writer can simply define a new GtkWidget that will be activated when a secondary activation will occur. The GtkWidget must be a sensitive and visible inner child of the appindicator MenuItem. 2011-07-19 Marco Trevisan (Treviño) Call the right signal on middle-click over the tray icon! 2011-07-18 Marco Trevisan (Treviño) app-indicator: added middle click support for wrapper tray When a trayicon is used, the middle click over the icon is considered as a secondary activation. 2011-07-18 Marco Trevisan (Treviño) examples: add secondary-activate signal usage to Vala and C 2011-07-18 Marco Trevisan (Treviño) Vala bindings example: added secondary_activate 2011-07-18 Marco Trevisan (Treviño) mono bindings: added SecondaryActivate support. Updated the example too. 2011-07-18 Marco Trevisan (Treviño) Add signal "secondary-activate" and emit it when needed When a libappindicator app get the "SecondaryActivate" dbus method call, the library redirects it to the app emitting the "secondary-activate" signal. This should be conform to the StatusNotifierItem specifications. 2011-07-09 Marco Trevisan (Treviño) Merge with Upstream 2011-07-07 Ted Gould 0.3.90 2011-07-07 Ted Gould Removing -Werror for the Vala compiler 2011-07-07 Ted Gould Free allocated name 2011-06-16 Ted Gould Free name if we get it 2011-07-07 Ted Gould Migrate to libindicator 0.4 2011-06-16 Ted Gould Doc fix 2011-06-16 Javier Jardón Trivial documentation fix The property name is 'icon-desc', not 'icon-description' 2011-06-16 Ted Gould Autotools fixes 2011-06-15 Javier Jardón configure.ac: Generate xz tarballs with pax format by default 2011-06-15 Javier Jardón Update autotools configuration Do not use deprecated macros Use new libtool syntax Remove unneeded code 2011-03-23 Ted Gould 0.3.0 2011-03-23 Ted Gould Use icon-name instead of GIcon in the fallback GtkStatusIcon 2011-03-23 Ted Gould Set gtk_status_icon using icon_name instead of gicon 2011-03-16 Ted Gould 0.2.99 2011-03-14 Ted Gould Doing a ref_sink() like we should have been doing! 2011-03-14 Michael Terry sink ref to passed-in menu in set_menu() to avoid leaks 2011-03-10 Ted Gould 0.2.98 2011-03-10 Ted Gould Adding a TargetEnvironment to the desktop file 2011-03-09 Ted Gould Don't watch signals we shouldn't need to. 2011-03-08 Ted Gould Attaching bug number 2011-03-08 Ted Gould Dropping the client_menu_changed function as dbusmenu should do this for us. 2011-03-03 Ted Gould 0.2.97 2011-03-02 Ted Gould Adding additional functions into Python bindings 2011-02-26 Артём Попов Updated appindicator.defs (fixes LP: #724917) 2011-03-02 Ted Gould Fixing the pkgconfig file 2011-02-28 Ken VanDine Set the includedir for appindicator3-0.1 to ${includedir}/libappindicator-0.1 2011-03-02 Ted Gould Drop theme signal handler when shutting down. 2011-02-25 Michael Terry disconnect from icon theme on dispose 2011-02-24 Ted Gould 0.2.96 2011-02-24 Ted Gould Add the ability to set accessible descriptions for the icon and attention icon. 2011-02-23 Ted Gould Cleaning up even more! 2011-02-23 Ted Gould Switching to proper properties 2011-02-23 Ted Gould Matching prototypes to C file 2011-02-23 Ted Gould Fixing the sections list 2011-02-23 Ted Gould Dropping the accessible description tests. I don't have time to rewrite them now. They should be redone though. 2011-02-23 Ted Gould Switching to the new style of setting the a11y label 2011-02-23 Ted Gould Reconfigure properties to match. 2011-02-23 Ted Gould Fixing up the get functions 2011-02-23 Ted Gould Fixing up the set functions so we get some descriptions. 2011-02-23 Ted Gould Switch around API so it makes sense for what we want to do. 2011-02-23 Ted Gould Dropping the new accessible description signal 2011-02-23 Ted Gould Drop signaling the accessible description changed on it's own. 2011-02-23 Ted Gould Change the name of the accessible description and add the attention one. 2011-02-23 Ted Gould Changing the signal to match what was discussed with the KDE folks 2011-02-14 Luke Yelavich Merge from trunk 2011-02-11 Luke Yelavich Merge from trunk 2011-02-08 Luke Yelavich accessible_name -> accessible_desc 2011-02-04 Luke Yelavich Merge from trunk 2011-02-04 Luke Yelavich Add accessible_name support 2011-02-16 Ted Gould Remove registration of the object until after all possible signals are sent 2011-02-11 Michael Terry don't unregister on dbus until after we hide appindicator 2011-02-10 Ted Gould 0.2.95 2011-02-10 Ted Gould Fix the build so we can distcheck with GTK 2 and 3 2011-02-10 Ted Gould Blocking the menu proxy from our test 2011-02-10 Ted Gould Changing the build so that it uses the right version of the vala files and removes the predefined header location 2011-02-10 Ted Gould Changing the install path of the headers for libappindicator GTK3 version so it's parrallel installable 2011-02-10 Ted Gould Adjusting the name of the different namespace with GTK 3 2011-02-10 Ted Gould Ensure that we're building with the right library 2011-02-10 Ted Gould Cleanup what we create 2011-02-10 Ted Gould gtk-doc wants a deprecated section now 2011-02-10 Ted Gould Removing the multiple modules as we shouldn't need them 2011-02-10 Ted Gould Fixing scroll documentation 2011-02-10 Ted Gould Making sure to pick up both metadata files in dist. 2011-02-10 Ted Gould 0.2.94 2011-02-10 Ted Gould Make sure to pull the vala source file along with us. 2011-02-10 Ted Gould 0.2.93 2011-02-10 Ted Gould Ignoring new Vala stuff 2011-02-10 Ted Gould Being more specific about the types of the signal 2011-02-10 Ted Gould Fixing Vala bindings 2011-02-10 Ted Gould Ensuring we don't run the app as part of the test, just build it so this will work in automation. 2011-02-03 Ted Gould Changing the build to be the check instead of running it as we might not be interactive. 2011-02-05 Marco Trevisan (Treviño) example makefile code cleanup 2011-02-05 Marco Trevisan (Treviño) examples, vala: check for valac 2011-02-04 Marco Trevisan (Treviño) examples, added scroll-event demo. 2011-02-04 Marco Trevisan (Treviño) Merge against new trunk 2011-02-04 Marco Trevisan (Treviño) Vala simple client, compile workaround improved. 2011-02-04 Marco Trevisan (Treviño) simple-client-vala: indentation fixes 2011-02-04 Marco Trevisan (Treviño) Examples, added simple-client-vala A rewrite of the simple-client.c version in Vala as example. Added a workaround for compiling it. 2011-02-04 Marco Trevisan (Treviño) Always check if vapigen is available when building VAPI 2011-02-04 Marco Trevisan (Treviño) Vala bindings: add metadata as build dependencies, support for gtk3 2011-02-04 Marco Trevisan (Treviño) Include gir metadata file in built_sources Now make distcheck will work ;) 2011-02-03 Marco Trevisan (Treviño) vala bindings makefile: just use deps file for dependencies 2011-02-03 Marco Trevisan (Treviño) Vala example, changed copyright year 2011-02-03 Marco Trevisan (Treviño) Vala example: indentation fixes 2011-02-03 Marco Trevisan (Treviño) Vala example: adding copyright message. 2011-02-03 Marco Trevisan (Treviño) Adding vala bindings and example Adding proper support for vala bindings, fixing the include path Now they are built in the bindings subfolder and they include a *.deps file. and I've also added a small example. 2011-02-03 Ted Gould Support the Scroll method for scroll whell support. 2011-02-03 Marco Trevisan (Treviño) Merge against new trunk 2011-01-29 Marco Trevisan (Treviño) Using the SNI method "Scroll" instead of XAyatanaScrollAction The indicator signal will use anyway the same syntax. 2011-01-27 Marco Trevisan (Treviño) app-indicator: don't use two AppIndicator slots, reset one. 2011-01-27 Marco Trevisan (Treviño) app-indicator: remove old debug code. 2011-01-27 Marco Trevisan (Treviño) Updated mono bindings 2011-01-27 Marco Trevisan (Treviño) app-indicator: listen for XAyatanaScrollAction and emit "scroll-event" signal libappindicator now when it gets a dbus call from indicator-application (via the method XAyatanaScrollAction) about the incoming scroll event, sends a "scroll-event" signal to the appindicator application using this library. This works both in indicator and fallback (systray mode). This commit includes a fix for bug #707591 2011-01-27 Ted Gould 0.2.92 2011-01-27 Ted Gould Requiring a version of dbusmenu with a parser 2011-01-27 Ted Gould Switching to use the dbusmenu parser 2011-01-25 Ted Gould Removing the parser that was here. 2011-01-25 Ted Gould Rework the setup_dbusmenu function to use the dbusmenu parser. 2011-01-25 Ted Gould Fixups for GTK3 Build 2011-01-25 Ken VanDine GTK3 fixes 2011-01-25 Ken VanDine Fixed includedir, we don't ship separate headers for the gtk3 build 2011-01-25 Ken VanDine Don't build python bindings for gtk3 2011-01-13 Ken VanDine com.canonical rename 2011-01-13 Ken VanDine Canonical.com conversion 2011-01-13 Ken VanDine Merged 2011-01-13 Ken VanDine merged * avoid nulls when crafting variants * use notdir in case make gives us full paths 2011-01-13 Michael Terry aw shucks, do the required properties too, defensively 2011-01-13 Michael Terry avoid nulls when crafting variants 2011-01-13 Michael Terry use notdir in case make gives us full paths 2011-01-13 Ken VanDine Fix the pkgconfig name for dbusmenu-glib-0.4 2011-01-12 Ken VanDine Fix the pkgconfig name for dbusmenu-glib-0.4 2010-12-08 Ted Gould 0.2.91 2010-12-08 Ted Gould Adding the dbus test as an expected failure as it's pretty fragile right now. Needs to be refactored when we switch to GDBus 2010-12-08 Ted Gould Switching the library over to using GDBus 2010-12-08 Ted Gould Wrong directory for the GTK 3 header. Fixed. 2010-12-08 Ted Gould Syncing back with trunk 2010-12-08 Ted Gould Ignoring the generated XML include files. 2010-12-08 Ted Gould Changing the tarball we're ignoring 2010-12-08 Ted Gould Adding in some '_' so that the symbols don't get exported in the library. 2010-12-08 Ted Gould Switching around so that this test passes even if it's not perfect. 2010-12-08 Ted Gould Drop the need and use of dbus-glib 2010-12-08 Ted Gould Making sure we have more ref's on our callbacks. 2010-12-08 Ted Gould Adding a ref for creating the bus proxy. 2010-12-08 Ted Gould Making sure to ref the object when doing the async callback. 2010-12-08 Ted Gould Adding a build for dbus-glib for tests so that we can pass them unmodified. 2010-12-08 Ted Gould Dropping the 'MENU' property as we don't need it. 2010-12-08 Ted Gould Cleaning up configure.ac 2010-12-07 Ted Gould Switching to the new dbusmenu API 2010-12-06 Ted Gould Changing what we're checking with the watcher, now that it's persistant more of the time we need to not block if it exists. 2010-12-06 Ted Gould Emitting the signals on DBus 2010-12-06 Ted Gould Returning real values for the dbus properties 2010-12-06 Ted Gould Killing the X signals as well 2010-12-06 Ted Gould Dropping all the 'x' properties in the object 2010-12-06 Ted Gould Putting some dummy code in the bus get property function. 2010-12-06 Ted Gould Switching the names of the generated files to stop automake from thinking it needs to build the XML files. 2010-12-06 Ted Gould Adding in the get_prop function so that things start linking 2010-12-06 Ted Gould Switch from using the DBus proxy to using the owner change signal on the watcher proxy. 2010-12-06 Ted Gould Readjusting how the proxy is setup, called back, and the registration occurs. 2010-12-06 Ted Gould Blacklisting some new files 2010-12-06 Ted Gould Changing the connection to be a GDBus connection and making aquiring it async 2010-12-06 Ted Gould Switching the dbus object registration to us GDBus 2010-12-06 Ted Gould Dropping the registration of the type of the object in the dbus-glib way 2010-12-06 Ted Gould Building up the base inforation for the dbus interfaces as static globals 2010-12-06 Ted Gould Entirely unsure why this makes things better, but well, it does. 2010-12-06 Ted Gould Changing to not use the dbus binding tool but to instead turn the XML files into pseudo-C 2010-12-06 Ted Gould Dropping dbus-glib and checking for a GIO version 2010-12-06 Ted Gould Merging the remove service branch 2010-12-08 Ted Gould Adding a test in the simple client for full icon path as people are using it now 2010-12-03 Ted Gould Sync with remove service 2010-12-03 Ted Gould Merging from trunk with the desktop convience function. 2010-12-03 Ted Gould Merging in removing of the service 2010-11-09 Ted Gould Add a menu item to use the local icon 2010-11-09 Ted Gould Adding in an icon and passing it's path to the build 2010-12-08 Ted Gould Merging the property stuff. 2010-12-03 Ted Gould Sync with remove service branch 2010-12-03 Ted Gould Merging in removing the service 2010-12-08 Ted Gould Removing the service from the build 2010-12-06 Ted Gould No indicator directory without the service 2010-12-03 Ted Gould Merging from trunk with the desktop convience function. 2010-12-03 Ted Gould Updating to trunk with GTK3 support. 2010-12-03 Ted Gould Updating to trunk so that we get the GI fixes 2010-12-02 Ted Gould Oops, someone has to bring dbus-shared.h into the tarball now 2010-12-02 Ted Gould Migrating to the LIBRARY flags 2010-12-02 Ted Gould Dropping a lib that should have never been there! 2010-12-02 Ted Gould Changing more of the bulid directives over to be library based 2010-12-02 Ted Gould Removing the approver test and switching the build flags 2010-12-02 Ted Gould Adding back in the support for generating marshallers 2010-12-02 Ted Gould Dropping the service and indicator files 2010-12-02 Ted Gould Removing the INDICATOR based compiler fun 2010-12-02 Ted Gould Adding a section for library dependents 2010-12-02 Ted Gould Removing data directory 2010-12-02 Ted Gould Changing the name to libappindicator in the base build files 2010-12-02 Ted Gould Promoting the LGPLv3 2010-12-03 Ted Gould Adding a convience function for building the items from a desktop file 2010-11-11 Ted Gould Documentation fixes for distcheck 2010-11-11 Ted Gould Fleshing out a function to see if an invalid name results in no entries 2010-11-11 Ted Gould Changing the ID to ensure we get different paths 2010-11-11 Ted Gould Test fix for property test 2010-11-11 Ted Gould Clearing the events before unrefing 2010-11-11 Ted Gould Filling out the activate function. 2010-11-11 Ted Gould Setup the menu as a dbusmenu if we build it 2010-11-11 Ted Gould Switching to use the private variable for the shorties 2010-11-11 Ted Gould Adding shorties as a private variable 2010-11-11 Ted Gould Switching to be dbusmenu based instead of GTK menu based 2010-11-11 Ted Gould Adding a property for getting the dbusmenu server 2010-11-11 Ted Gould Set the property type correctly. 2010-11-11 Ted Gould Test setting the menu and verify it comes out 2010-11-11 Ted Gould Set and Get for the dbusmenu server property 2010-11-11 Ted Gould Create a property for the dbusmenu server 2010-11-11 Ted Gould Start to flesh out the nicks side of building the menu items 2010-11-11 Ted Gould Adding a dependency for the library on libindicator 2010-11-08 Ted Gould Merging in the lib-deps-fixes branch so that I can use those changes. 2010-09-22 Ted Gould Adding a new library line for configure so that we don't end up with extra libs in the library. 2010-11-08 Ted Gould Adding a test to check the number of items in the desktop file 2010-11-08 Ted Gould Adding the srcdir to the build command line 2010-11-08 Ted Gould Adding a desktop file for testing 2010-11-08 Ted Gould Adding in a couple of desktop tests 2010-11-08 Ted Gould Adding the profile in there 2010-11-08 Ted Gould Adding an API function to build the menu from a desktop file 2010-12-03 Ted Gould Merging in changes to setup a dual build with GTK 3 2010-10-13 Michael Terry ship both pc files in EXTRA_DIST 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 use gtk3 versions of dbusmenu and indicator; use appindicator3 0.1 rather than appindicator 3.1 2010-06-19 Michael Terry first pass at gtk3 version of libappindicator 2010-12-03 Ted Gould Fixes to the GObject Introspection and Vala files 2010-12-03 Ken VanDine Build fixes with the latest g-ir-scanner and vapigen 2010-12-03 Ken VanDine * Explicitly call ShowAll on the menu, otherwise it isn't shown * Specify a panel icon that exists for the example 2010-11-01 Ted Gould Race fixup 2010-10-20 Ted Gould Uhg, we need a message to know if we've fixed the bug. 2010-10-19 Ted Gould Add a nice little warning in 2010-10-19 Ted Gould Adding a check for the name to ensure we didn't miss it 2010-10-08 Ted Gould Fixing the Watcher interface 2010-10-08 Aurelien Gateau NotificationHost => StatusNotifierHost, Service => StatusNotifierItem 2010-10-08 Aurelien Gateau Fix implementation of org.kde.StatusNotifierWatcher interface ProtocolVersion, IsStatusNotifierHostRegistered and RegisteredStatusNotifierItems are properties, not methods. 2010-09-22 Ted Gould 0.2.9 2010-09-21 Ted Gould Fixes for the bindings 2010-09-21 Sense Egbert Hofstede Resolving conflict when merging with trunk 2010-09-21 Sense Egbert Hofstede Undoing a previous commit that had nothing to do with what I want to achive in my merge request. That's what you get for misusing old branches\! 2010-09-21 Sense Egbert Hofstede Created a second policy file to make sure that applications depending on 'appindicator-sharp' will not have to be recompiled. Changes to the packaging is required to make sure the policy file gets installed. Many thanks to Jo Shields for looking into this issue and proposing a solution. 2010-09-20 Sense Egbert Hofstede Remove the redudant set and get functions for the ordering_index property from the Mono bindings as we want programmers to work witht the property directly. 2010-09-20 Sense Egbert Hofstede * Adding Python bindings for the new API additons * Updating the Mono assembly version to reflect the changes to the API * Remove two redundant elements from the Mono bindings' metadata file 2010-09-20 Sense Egbert Hofstede Merging Jo Shields' fixes to the build infrastructure to shut GAPI up. 2010-09-18 Sense Egbert Hofstede Updating to trunk 2010-09-18 Sense Egbert Hofstede Commit latest changes before merging with trunk 2010-08-24 Sense Egbert Hofstede Merging with trunk 2010-08-05 Sense Egbert Hofstede Partial, segfaulting, fix for LP: #608219, requires GTK+ change attached to same bug report. 2010-09-21 Ted Gould Fixing Mono bindings to build versions correctly. 2010-09-19 Jo Shields Bump SONAME in Mono binding to libappindicator.so.1 2010-09-19 Jo Shields The purpose of a dllmap is to turn a DllImport for "foo" into a dlopen of "bar". This is most commonly used to make apps more cross-platform, by specifying the Windows library name (foo.dll) into a Linux/OSX/etc filename (libfoo.so.0). indicator-application has been binding directly to libappindicator.so.0, which means multiple places to update if the SONAME changes, and makes it less portable - this commit fixes this. 2010-09-19 Jo Shields gapi2-parser cannot cope with multiple signals connected to the same method - it will bail out, complaining it cannot find a method to match the second signal. This patch modifies the build system to copy app-indicator.c locally, with the "bad" X_NEW_LABEL signal removed, and use that copy to build the binding. 2010-09-15 Ted Gould Adding a disthook for AUTHORS 2010-09-15 Ted Gould 0.2.8 2010-09-15 Ted Gould Making it when we see changes we always update the icon. 2010-09-15 Ted Gould Allowing updates if the item is visible. 2010-09-09 Ted Gould 0.2.7 2010-09-09 Ted Gould Handle double registration of indicators. 2010-09-07 Ted Gould Check for duplicate additions of applications and just rerequest properties. 2010-09-07 Ted Gould Extra debugging info 2010-09-07 Ted Gould Logging status change 2010-08-26 Ted Gould 0.2.6 2010-08-25 Ted Gould Ordering i18n and keyboard indicators 2010-08-20 Ted Gould Handling the typo 2010-08-20 Ted Gould Adding keyboard and ibus to overrides 2010-08-25 Ted Gould Putting new icons in the right place 2010-08-20 Ted Gould Get the proper position for an application when it becomes visible. 2010-08-19 Ted Gould 0.2.5 2010-08-19 Ted Gould Fix approver for function change 2010-08-19 Ted Gould Adding a signal for approvers to be able to change their mind 2010-08-18 Ted Gould Flesh out the revise judgement handler to update the list of approvers. 2010-08-18 Ted Gould Refactor so that there is a function to look for applications. 2010-08-18 Ted Gould Connecting into the signal coming from the approver 2010-08-18 Ted Gould Adding a signal to the approver interface 2010-08-18 Ted Gould Changing function name as well. 2010-08-18 Ted Gould XAyatana the register interface 2010-08-18 Ted Gould Start some approvin' 2010-08-19 Ted Gould Changing the state machine to have approvers actually aprove things. 2010-08-16 Ted Gould Commenting out debug message 2010-08-16 Ted Gould Making it so that we don't set the proxy to null right away. 2010-08-16 Ted Gould Making the list so that if there are errors we handle them well. 2010-08-13 Ted Gould Making sure to remove our applications from the list as well. 2010-08-13 Ted Gould Responding to approver errors like they're approval. 2010-08-13 Ted Gould Uhg, broken merge. 2010-08-13 Ted Gould Updating to trunk 2010-08-11 Ted Gould Changing it so that the list of applications has all the applications in it, independent of visible state. 2010-08-11 Ted Gould Making sure to only list the visible applications. 2010-08-11 Ted Gould Switching the get_position() function to look at the visibility of the applications. 2010-08-11 Ted Gould Handle the proxy being destroyed, and cleaning up the approver. 2010-08-11 Ted Gould Simplifying the visual state to just be shown/hidden while letting the status show which icon is shown. 2010-08-11 Ted Gould Switching a few status checks to look at the visible state 2010-08-11 Ted Gould Make it so that an approver that gets free'd gets removed from the applications list of approval. 2010-08-11 Ted Gould Moving some TODOs 2010-08-11 Ted Gould Changing the apply_status function to be less about applying the status and more about trying to apply a visual state that can be determined by things like approvers. This means that it doesn't get passed the status. 2010-08-11 Ted Gould Making sure to clean up the approved by list 2010-08-11 Ted Gould Adding a visible state entry to the application structure 2010-08-11 Ted Gould Managing the list with the approver returns. 2010-08-11 Ted Gould Changing to a list, we're going to need to track who so when they disconnect we can know the state change. 2010-08-11 Ted Gould Adding a count for the number of approvers that have approved the application. 2010-08-19 Ted Gould Fixing a memory leak Cody noticed. 2010-08-13 Ted Gould Freeing the allocated keys. 2010-08-12 Ted Gould 0.2.4 2010-08-12 Ted Gould Switching to using ordering IDs instead of the LRU file. 2010-08-11 Ted Gould Merging in the XLabel branch to handle conflicts. 2010-08-11 Ted Gould Adding the wrapper properties to the get. 2010-08-11 Ted Gould Adding in a wrapper signal 2010-08-11 Ted Gould Adding a set of wrapper properties that can be used by the dbus interface. 2010-08-11 Ted Gould Changing the app store 2010-08-11 Ted Gould Changing the Dbus interface. 2010-08-11 Ted Gould Fighting wrap around 2010-08-11 Ted Gould Better debug printing. 2010-08-11 Ted Gould Using unsigned chars for calculating, we want no sign extension. 2010-08-11 Ted Gould We were using the wrong function, we want categories not statuses! 2010-08-11 Ted Gould Making a wrapper property for the 'X' domain 2010-08-11 Ted Gould Putting the ordering index into the 'x' domain. 2010-08-11 Ted Gould Making it so that applications will pass '0' over dbus if they don't have a set ordering index. 2010-08-11 Ted Gould Ignoring the generate id library object file. 2010-08-11 Ted Gould Instead of using a struct just using multiply, which in all reality, is more clear and the compiler will optimize it for us. 2010-08-11 Ted Gould Making the categories a case statement. 2010-08-11 Ted Gould Switching to be more opaque, but also more sane. 2010-08-11 Ted Gould Flipping the order 2010-08-11 Ted Gould Typo 2010-08-11 Ted Gould Ensuring that we got a list of keys so we don't crash 2010-08-10 Ted Gould Checking for an override and applying it. 2010-08-10 Ted Gould Fleshing out the loading overrides function. 2010-08-10 Ted Gould Putting together the pieces to look for override files 2010-08-10 Ted Gould Adding an override hash table 2010-08-10 Ted Gould Installing the override file in the package specific data directory. 2010-08-10 Ted Gould Adding in an override keyfile 2010-08-10 Ted Gould Fixing documentation with new API. 2010-08-10 Ted Gould Updating to trunk 2010-08-10 Ted Gould Removing the LRU file object. 2010-08-10 Ted Gould Removing the LRU file 2010-08-10 Ted Gould Pulling in the generate ID function as well 2010-08-10 Ted Gould Setting the ordering ID. 2010-08-10 Ted Gould Adding in an ordering index for application structures 2010-08-10 Ted Gould I like 'index' better than 'id' -- now everything is consistent. 2010-08-10 Ted Gould Adding 'OrderingIndex' and realigning. 2010-08-10 Ted Gould Providing accessors for the ordering_id property 2010-08-10 Ted Gould Storing the value and allowing the get to use a generated value. 2010-08-10 Ted Gould Uhg, wrong library 2010-08-10 Ted Gould Brining generate-id into the fold 2010-08-10 Ted Gould Writing a small little function to generate the ID. 2010-08-10 Ted Gould Adding the ordering id property. 2010-08-09 Ted Gould Adding the Ordering Index property 2010-08-09 Ted Gould Start with the ABI break. 2010-08-10 Ted Gould Breaking the ABI so we have more space in the class structure 2010-08-05 Ted Gould Changing the size of the class structure, the reason for the break. 2010-08-05 Ted Gould Incrementing the major version number 2010-08-05 Ted Gould Adding label support 2010-08-10 Ted Gould Adding label support into the indicator 2010-08-05 Ted Gould Syncing with trunk and resolving conflicts 2010-08-05 Ted Gould Updating with helper when rebuilding. 2010-08-05 Ted Gould Tracking the long name along with the application entry. 2010-08-05 Ted Gould Check for suffix when updating icon as well! 2010-08-05 Ted Gould Showing and hiding the entries with removal. 2010-08-05 Ted Gould Reshuffling the signaling and making sure to ref the label. 2010-08-05 Ted Gould Not really sure what this TODO meant, so I'm removing it. 2010-08-05 Ted Gould Some slight refactoring and comments along with the ability to remove the entries and recreate them. 2010-08-05 Ted Gould Building a label in the case that we don't have one already. 2010-08-05 Ted Gould Adding updating the guide and label size to the label update signal 2010-08-05 Ted Gould Storing the guide and using it to bound the size of the label. 2010-08-05 Ted Gould Changing the prototype of the added function. 2010-08-04 Ted Gould Fixing the prototype for the label changed signal. 2010-08-04 Ted Gould Fix the check for the updated function signature. 2010-08-04 Ted Gould If it changes, let's update. 2010-08-04 Ted Gould If we get passed a label let's make a GTK one for fun. 2010-08-04 Ted Gould Connecting to the application signal for new label and handling it appropriately. 2010-08-04 Ted Gould Cast once, be happy 2010-08-04 Ted Gould Sending the label and the guide over dbus if we have them. 2010-08-04 Ted Gould Start tracking the label and the label guide allong with the other application properties. 2010-08-04 Ted Gould Whitespace fix 2010-08-04 Ted Gould Adding in a base signal handler for the label change 2010-08-04 Ted Gould Adding signal for label changing. 2010-08-04 Ted Gould Adding the new entries to the list of the get_apps function. 2010-08-04 Ted Gould Updating signal emition to match new API 2010-08-04 Ted Gould Changing prototypes to match DBus API change. 2010-08-04 Ted Gould Adding labels to the service interface 2010-08-04 Ted Gould Adding defines for the new properties and signal. 2010-08-04 Ted Gould Merging in the API changes 2010-08-10 Ted Gould Adding label support into the library. 2010-08-05 Ted Gould Fixing merge 2010-08-05 Ted Gould Updating to trunk and resolve conflicts 2010-08-05 Ted Gould Adding the ability to toggle the label on and off 2010-08-04 Ted Gould Make sure we get to 100 2010-08-04 Ted Gould Setting the label in the simple client 2010-08-03 Ted Gould More signalling tests. 2010-08-03 Ted Gould Setting up a basic signals test 2010-08-03 Ted Gould Stupid reverse logic in the string comparison. 2010-08-03 Ted Gould Turning null strings into NULLs 2010-08-03 Ted Gould Adding a test to set the label and guides a bunch. 2010-08-03 Ted Gould Signaling when the labels change in the idle loop 2010-08-03 Ted Gould Putting the new define into the docs 2010-08-03 Ted Gould Reusing the application service marshallers, not beautiful, but it works for now. 2010-08-03 Ted Gould Adding in a signal to tell when the label is updated. 2010-08-03 Ted Gould Adding the label funcs to the documentation. 2010-08-03 Ted Gould Adding in the convience wrappers 2010-08-03 Ted Gould Adding the label and guide fields to the private struct and tying that into the properties. 2010-08-03 Ted Gould Setting up the label and lable guide properties. 2010-08-03 Ted Gould Adding a property to guide the size of the label 2010-08-03 Ted Gould These have needed to be ignored for a while. 2010-08-03 Ted Gould This shouldn't be in Bazaar 2010-08-03 Ted Gould Adding the label property and a signal for it changing. 2010-08-05 Ted Gould Support dynamically changing the icon theme path. 2010-08-05 Sense Egbert Hofstede Passing the updated icon theme path along with the DBus signal, saving a DBus call. 2010-07-22 Sense Hofstede Fixed two G_PARAM_SPECS and made it even more possible to remove the custom icon theme path. 2010-07-22 Sense Hofstede Fix wrong naming that caused the signal to be missed 2010-07-22 Sense Hofstede Clean-up and renaming variables and functions everywhere to use icon_theme_path for the sake of consistency. Doesn't seem to do antyhing, though. 2010-07-22 C10uD forgot some files 2010-07-22 C10uD trying to implement runtime theme-path changing 2010-07-15 Ted Gould 0.2.3 2010-07-13 Ted Gould Adjusting the tests so they can deal with slow systems better. 2010-07-12 Ted Gould Ignoring the tester script 2010-07-12 Ted Gould Add a fail timeout so this test can't block. 2010-07-12 Ted Gould Adding in setting the environment variable to adjust the timeout to be twice as long for slow systems. 2010-07-12 Ted Gould Putting in a basic approver API. 2010-07-09 Ted Gould Need the built headers too 2010-07-09 Ted Gould Oops, with a menu we're all GTK now. 2010-07-09 Ted Gould Building up to a formal test 2010-07-09 Ted Gould Filling out the approve function. 2010-07-09 Ted Gould Filling out the approver prototype 2010-07-09 Ted Gould Building an application indicator too! 2010-07-09 Ted Gould Making the registration async to clean things up, and async is better anyway. 2010-07-09 Ted Gould Some more error handling and better debug messages. 2010-07-09 Ted Gould Helpful debug info 2010-07-09 Ted Gould Okay, so now we're detecing when the watcher comes up, and registering ourselves as the approver. 2010-07-09 Ted Gould Adding a new sample approver 2010-07-09 Ted Gould When we have new apps we can ask the approver about them. 2010-07-09 Ted Gould Looking at all the applications when we get a new approver. 2010-07-09 Ted Gould Building the approver structure and putting it in the list. 2010-07-09 Ted Gould Comments 2010-07-09 Ted Gould Adding some structures for approvers and making them real. 2010-07-09 Ted Gould For DBus to real objects, the signal shall travel. 2010-07-09 Ted Gould Adding a function to bring in approvers 2010-07-09 Ted Gould Sync to trunk 2010-07-01 Ted Gould Return a boolean 2010-06-25 Ted Gould Adding in a template function to register approvers. 2010-06-25 Ted Gould Adding a function to register an approver. 2010-06-25 Ted Gould Adding an approver interface. 2010-07-08 Ted Gould Use a private pointer instead of a lookup. 2010-07-08 Sense Hofstede Removed all but one calls to the APPLICATION_SERVICE_APPSTORE_GET_PRIVATE() macro All references to the APPLICATION_SERVICE_APPSTORE_GET_PRIVATE() macro were removed from src/application-service-appstore.c. This makes this file comply with the recommended practise, which should reduce overhead. 2010-07-08 Ted Gould 0.2.2 2010-07-07 Ted Gould Merging this branch, but I think it's fixes must have gone in with another. 2010-06-18 Ted Gould Setting the policy version. 2010-07-07 Ted Gould Working with the better container signals 2010-06-11 Ted Gould Changing signal names and getting the ones on the base menu as well. 2010-06-11 Ted Gould Changing the signal names 2010-06-21 Ted Gould 0.2.1 2010-06-21 Ted Gould Fixing policy version numbers. 2010-06-21 Ken VanDine Use full assembly version for the policy file 2010-06-18 Ted Gould Fix mono versioning. 2010-06-18 Ted Gould Cleaning up file name definitions 2010-06-18 Ted Gould Adding the policy config to the installed files. 2010-06-18 Ted Gould Switching to the policy name. 2010-06-18 Ted Gould Swithcing the version to be the assembly version. 2010-06-18 Ted Gould Fixup the gacutil stuff. Still doesn't ununinstall. 2010-06-18 Ted Gould Fixing policy name 2010-06-18 Ted Gould Replacing the macros with the proper data 2010-06-18 Ted Gould Fixing the distcheck by cleaning up 2010-06-18 Ted Gould Readjusting so that the policy file is in the same directory as the DLL 2010-06-18 Ted Gould Fixing directories 2010-06-18 Ted Gould Typo 2010-06-18 Ted Gould Generating a policy dll 2010-06-18 Ted Gould Make icon switching work again. 2010-06-18 Ted Gould Remove the assert with checking if the value is NULL. 2010-06-17 Ted Gould Use class ref and unref to allocate it if need be. 2010-06-17 Ted Gould Reworking to make more clear and use the GEnumValue structure correctly. 2010-06-17 Ted Gould Icon name shouldn't be construct only. 2010-06-18 Ted Gould Fix mono bindings by restricting gapi2-parser 2010-06-17 Ted Gould Linking Bug 2010-06-17 Ted Gould Only work with specific files instead of the whole directory. 2010-06-11 Ted Gould More time for initial fallback. 2010-06-11 Ted Gould Increase the timeouts, but make it so that the watcher shutsdown when seen. 2010-06-11 Ted Gould Increasing timeout to hopefully make it work on Hudson with load. 2010-06-03 Ted Gould 0.2.0 2010-06-01 Ted Gould Distcheck fixes 2010-06-01 Ted Gould Merging in trunk 2010-05-20 Ted Gould Sync to trunk to ensure no conflicts. 2010-05-20 Ted Gould Only grab the app indicator files. 2010-05-20 Ted Gould Ignoring the lru file header 2010-05-20 Ted Gould Fixing which sources are marked as BUILT 2010-05-20 Ted Gould Bringing along the AssemblyInfo.cs file and fixing its path 2010-05-20 Ted Gould Okay, now everyone is in the right directory, I think. 2010-05-20 Ted Gould Need to look for things in the source directory too! 2010-06-01 Ted Gould Fixes to docuementation and making the enums build correctly with gtk-mkenum 2010-05-23 Sense Hofstede Documentation and introspection fixes and such * Several documentation and introspection fixes * Some small fixes to the mono bindings 2010-05-20 Ted Gould Merging in updates from the 0.1 series branch 2010-05-20 Ted Gould 0.0.21 2010-05-20 Ted Gould Build fix to include the AssemblyInfo.cs file 2010-05-20 Ted Gould 0.0.20 2010-05-20 Ted Gould Fixing the ref leakage of a child object. 2010-05-20 Ted Gould Fix C includes fro teh VAPI/GIR files 2010-05-20 Ted Gould Adding GIR/VAPI support and flattening directories 2010-04-29 Ted Gould Ignoring built VAPI file 2010-04-29 Ted Gould Now, build us a VAPI! 2010-04-29 Ted Gould Fixing the ignore list. 2010-04-29 Ted Gould Building the GIR file 2010-04-29 Ted Gould Removing the libappindicator directory to make things simpler 2010-04-29 Ted Gould Add introspection stuff here 2010-04-28 Ted Gould Adding the introspection.m4 for our new rules 2010-04-28 Ted Gould Adding introspection and VAPI checks 2010-05-20 Ted Gould Stopping the leakage of children. 2010-05-19 Ted Gould Changing it so the object gets unref'd 2010-05-19 Ted Gould Dummy commit 2010-04-14 Ted Gould Adding assembly info for Mono bindings 2010-04-14 Cody Russell Add AssemblyInfo.cs to the Mono bindings. 2010-04-13 Neil Jagdish Patel Add G_LOG_DOMAIN support to the various targets for better messages modified: src/Makefile.am 2010-04-01 Ted Gould 0.0.19 2010-04-01 Ted Gould Fixing documentation distcheck 2010-04-01 Ted Gould Moving field documentation into a different comment block so that they're private 2010-04-01 Ted Gould Making it so the timer doesn't get set if we're already in the fallback case. 2010-04-01 Ted Gould Catch up to trunk 2010-04-01 Ted Gould No timer if we're already in fallback. 2010-04-01 Ted Gould Don't store the panel suffix, just add it for the fallback icons. 2010-04-01 Ted Gould Adding in documentation for the private structure. 2010-04-01 Ted Gould Make it so that we don't store the panel-suffix icons but we do use them with the status icon. 2010-03-30 Ted Gould Merging fix to make it so that python apps can set an icon path. 2010-03-30 C10uD Patch 001 from bug 527061 2010-03-29 Ted Gould Tracking the icon name and included the panel suffix for fallback usage. 2010-03-25 Krzysztof Klimonda use gchar instead of for the clarity 2010-03-25 Krzysztof Klimonda Make app_indicator_set_property also set the suffixed icon_name. 2010-03-25 Krzysztof Klimonda Make GtkStatusIcon use icons with the panel suffix if available. Rhythmbox uses two icons: rhythmbox-notplaying for the not playing state and the rhythmbox for playing. The rhythmbox-notplaying has a monochromatic icon but the rhythmbox not - instead a rhythmbox-panel is used. This patch makes AppIndicator prefer an icon with panel suffix just as the indicator-application does. 2010-03-25 Ted Gould 0.0.18 2010-03-25 Ted Gould Fixing tests to use GTK for icon theme fixes. 2010-03-25 Ted Gould Fixing icon changing with fallbacks. 2010-03-25 Krzysztof Klimonda remove g_object_ref_sink call from status_icon_changes 2010-03-22 Krzysztof Klimonda Use app_indicator_get_icon/app_indicator_get_attention_icon methods to get the right icon. 2010-03-22 Krzysztof Klimonda Move g_signal_connect for the theme-changed signal to app_indicator_init () 2010-03-22 Krzysztof Klimonda don't use indicator_image_helper () Remove indicator_image_helper () call and use g_themed_icon_new_with_default_fallbacks () directly. We don't need the logic embedded in indicator_image_helper () for the GtkStatusIcon as it takes care of changing icon size for us. 2010-03-20 Krzysztof Klimonda Fix the missing icon on theme change if old icon has different name Some applications (like Transmission) use different icon name for Notification Area to display monochrome icon. To make sure that the icon we display exists after user changes theme use indicator_image_helper () from libindicator to keep track of the icon. 2010-03-23 Ted Gould Update to track toggle changes in actions. 2010-03-19 Sense Hofstede Make sure the state of GtkCheckMenuItems and GtkRadioMenuItems gets updated even when they're changed via their actions. 2010-03-18 Ted Gould 0.0.17 2010-03-17 Ted Gould Fix nicks on Python bindings. 2010-03-16 Sense Hofstede * Make the nicks of the AppIndicatorCategory and AppIndicatorStatus types adhere the specification in the Python bindings as well (Closes: #539858) 2010-03-15 Ted Gould Changing from freedesktop to kde as the spec was never approved finally by freedesktop. 2010-03-15 Aurelien Gateau org.freedesktop.StatusNotifier* => org.kde.StatusNotifier* 2010-03-15 Ted Gould Make the icons follow the show menu icons property. 2010-03-15 Jan Arne Petersen Only show images if "gtk-menu-images" settings or "always-show-image" property is TRUE. 2010-03-11 Ted Gould 0.0.16 2010-03-11 Ted Gould Adding a two second wait to make seting up Xvfb more reliable. This is similar to xvfb-run. 2010-03-11 Ted Gould Using the new image loader utilities in libindicator 2010-03-11 Ted Gould Switching to use the update function. 2010-03-11 Ted Gould Upping libindicator required version to 0.3.5 2010-03-10 Ted Gould Removing design team size 2010-03-10 Ted Gould Also using the helper when changing icons. 2010-03-10 Ted Gould Switching to using the libindicator image helper 2010-03-08 Ted Gould Workaround to make action label updates get caught and update the label. 2010-03-08 Jan Arne Petersen Listen also to label changes on actions related to menu items to workaround a gtk+ bug. 2010-03-04 Ted Gould 0.0.15 2010-03-02 Ted Gould Lengthing kill timer to be a little longer for slow systems. 2010-03-02 Ted Gould Fixing application icon size. 2010-02-26 Ted Gould Switching from menu size to design team size 2010-03-01 Ted Gould Switching from hide to visible. 2010-02-27 Chris Coulson Use gtk_status_icon_set_visible to hide the status icon. GtkStatusIcon is not derived from GtkWidget, so gtk_widget_hide doesn't work 2010-02-25 Ted Gould 0.0.14 2010-02-25 Ted Gould Ignoring everything. 2010-02-25 Ted Gould Changing the metadata to have the proper signal names in it. 2010-02-25 Sense Hofstede * Correct the Mono bindings metadata to properly bind with the signals (Closes LP: #526620) 2010-02-25 Ted Gould Emitting the connection changed signal when the proxy is created and destroyed. 2010-02-25 Sense Hofstede * Do send the connection-changed signal, in check_connect() -- when a new connection is established -- watcher_proxy_destroyed() and app_indicator_dispose() (Closes LP: #527082) 2010-02-25 Ted Gould Hide the status icon when unref'd 2010-02-25 Ted Gould Hiding the notification icon before unreffing it. 2010-02-23 Ted Gould Adding a check for dbus-glib version. The patch to unregister requires v. 0.82 2010-02-23 Ted Gould Fixes to get the menus updated and visibility all handled nicely. 2010-02-23 Ted Gould Updated patch for the visibility field 2010-02-23 Jan Arne Petersen Second patch on 524150 2010-02-22 Ted Gould NO TEARY! 2010-02-22 Ted Gould Looking at children with foreach instead of forall 2010-02-22 Jan Arne Petersen Creates and event handler for the add and remove signals to recreate the menu 2010-02-22 Ted Gould Making the fallback test more robust on slow systems. 2010-02-22 Ted Gould Fall out of the while, sometime, if we really think it's not recoverable. 2010-02-22 Ted Gould Trying to make the test a little more robust by waiting for the other process to register on the bus, and then waiting. 2010-02-22 Ted Gould Patch to read sensitivity on startup. 2010-02-22 Ted Gould Fixes bug 522151 2010-02-22 Jan Arne Petersen Set the sensitive state when starting out. 2010-02-22 Ted Gould Properly look for null strings in the attention icon. 2010-02-19 Ted Gould Checking for a null string as the attention icon. 2010-02-19 Ted Gould Improving the dbus tests so that they have a mock watcher in them. 2010-02-19 Ted Gould Adding a mock server here as well 2010-02-19 Ted Gould Putting in a mock watcher so we don't fall back. 2010-02-19 Ted Gould Fix to remove the registration of dbus objects 2010-02-19 Ted Gould Attaching bug 2010-02-19 Ted Gould Removing debug output 2010-02-19 Jan Arne Petersen Fix to unregister the object 2010-02-17 Ted Gould Disconnect signal handlers when unreffing the menu. 2010-02-17 Cody Russell Disconnect 'client_menu_changed' in dispose method. 2010-02-16 Cody Russell Check priv->menu for non-NULL 2010-02-12 Ted Gould Fixing visibility changes and when menuitems get added and deleted. 2010-02-12 Cody Russell Minor cleanup 2010-02-12 Cody Russell Change the indentation for this case to be the same as the others. 2010-02-12 Cody Russell Just to be safe, let's connect these at the end. 2010-02-12 Cody Russell Use dbusmenu_menuitem_property_set_bool(), and also fix some indenting. 2010-02-12 Cody Russell Handle menuitem visibility changes, and additions/removals from menus. 2010-02-12 Ted Gould Fixing labels on stock items. 2010-02-12 Sense Hofstede * When a GtkImageMenuItem has got a stock icon set don't just assume it's also using the stock label, but check first. (Closes: #520048) 2010-02-11 Ted Gould Adding in submenu support. 2010-02-11 Cody Russell Submenus 2010-02-11 Ted Gould 0.0.13 2010-02-11 Ted Gould Fix to make the dbus paths unique by using the ID of the application. 2010-02-10 Ted Gould Making sure our new tests with gtk_init() in them have an X server to talk to. 2010-02-10 Ted Gould Building a menu so this item will show 2010-02-10 Ted Gould Moving the clean_id code to get set when we set the ID and checking for it when building the menu. 2010-02-10 Ted Gould Changing to ID based naming and setting a menu to get init 2010-02-10 Ted Gould Creating a clean ID that doesn't take any illegal dbus characters and using that in the path. 2010-02-10 Ted Gould Making the menu path also include the ID 2010-02-10 Ted Gould Making it so that you can't set an ID twice instead of just issuing a warning. 2010-02-10 Ted Gould Moving the registration of the object to when we want to connect everything, and making the path include the item ID to ensure it's unique. 2010-02-10 Ted Gould Switching menu property to be an object path. 2010-02-10 Ted Gould Falling back on string if that's what we get. Makes things compatible. 2010-02-06 Ted Gould Ready to recieve the boxed type on the other side. 2010-02-06 Ted Gould Changing the type of the property and setting it with boxed 2010-02-08 Ted Gould 0.0.12 2010-02-08 Ted Gould Handling the service resetting much better. Clearing out the old, but after ensuring they won't come back. 2010-02-06 Ted Gould Boolean again! 2010-02-06 Ted Gould Adding check to look for privates gotten on invalid objects. 2010-02-06 Ted Gould Handling if we get duplicate entries added, just recycling. 2010-02-06 Ted Gould Now we're actively killing. 2010-02-06 Ted Gould Setting up the disconnected helpers and structure. 2010-02-06 Ted Gould Changing the proxy to only build if we need it, and not destroy itself on killing the process. There's really no reason for that. 2010-02-06 Ted Gould Making room for a disconnected function. 2010-02-08 Ted Gould Cause the proxy to get built outside of the other proxy destroy callback. 2010-02-06 Ted Gould Putting the proxy construction in an idle function. 2010-02-06 Ted Gould Reffing the connection so we ensure that we have it even when folks die. 2010-02-08 Ted Gould Fixing status updates and adding tests to help debug status changing. 2010-02-06 Ted Gould Getting the wrong string for the Attention Icon when looking at the properties 2010-02-06 Ted Gould More logging from our app indicator on icon changes 2010-02-06 Ted Gould Adding a menu item to toggle the attention state. 2010-02-06 Ted Gould Making sure the client has time to setup. 2010-02-06 Ted Gould Changing to 100 instead of 1000 2010-02-06 Ted Gould Lengthening the time a little bit to make sure we don't miss messages. 2010-02-06 Ted Gould Now setting status ALOT 2010-02-06 Ted Gould Loose the timeout 2010-02-06 Ted Gould Adjusting the status test to watch for toggles 2010-02-05 Ted Gould Typo 2010-02-05 Ted Gould Adding a test for changing the status. Just a copy of the standard dbus test. 2010-02-04 Ted Gould 0.0.11 2010-02-04 Ted Gould Interop fixes. 2010-02-03 Aurelien Gateau Merged timestamp fix 2010-02-02 Aurelien Gateau icon -> icon-name sensitive -> enabled toggle-checked -> toggle-state toggle-state type is now an int 2010-02-04 Ted Gould Migrating to the new dbusmenu 2010-02-04 Ted Gould Merging in signal change. 2010-02-02 Ted Gould Changing the prototype of the activate signal 2010-02-04 Ted Gould Changing the #defines 2010-02-04 Ted Gould Upping Dbusmenu required version 2010-02-04 Ted Gould Wrong srcdir 2010-02-04 Ted Gould Wrong filename 2010-02-04 Ted Gould Adding in XVFB support 2010-02-04 Ted Gould Getting run-xvfb on the tests 2010-02-01 Conor Curran Checking for the nunit dependency with a specific version. 2010-02-01 Conor Curran changed dependency nunit2.4 to nunit since this is the name of the package 2010-02-01 Ted Gould Fixing the name of the enum strings to match the StatusNotifier spec. 2010-01-27 Ted Gould Changing the category in the fallback test as well. 2010-01-27 Ted Gould Changing strings in the test suite as well. 2010-01-27 Ted Gould Changing the strings in the #defines here, but really we should be using the enum. 2010-01-27 Ted Gould Making it so there is another level of translation so that we can use different strings in the enum. 2010-02-01 Ted Gould Adding code to look for special panel versions of the icon with a '-panel' with the AppIndicators. 2010-02-01 Ted Gould Changing the suffix to 'panel' 2010-01-24 Ted Gould Truth. Bad, Bad, truth. 2010-01-24 Ted Gould When setting or changing an icon first check to see if there is a panel specific icon that we should be using. 2010-01-21 Ted Gould 0.0.10 2010-01-21 Ted Gould Require libindicator 0.3.1 2010-01-21 Ted Gould Adding support for a file tracking add and touch times for applications for ordering them. 2010-01-20 Ted Gould Implements the get_location function to place the entires. 2010-01-20 Ted Gould Looking at the last touch date of entries as we're loading the file and removing ones that are very old. 2010-01-20 Ted Gould License headers. 2010-01-20 Ted Gould Moving directory and filename into defines 2010-01-20 Ted Gould Moving the JSON file values into #defines 2010-01-20 Ted Gould Fleshing out loading of the LRU file and realizing we need a json-glib dep and the 'category' field in the output. 2010-01-20 Ted Gould Updating to trunk (surprisingly without conflict) 2010-01-20 Ted Gould Switch to building a string and writing it out instead of async writes as the order doesn't seem to be predictable. 2010-01-20 Ted Gould Build the directory and some debugging info 2010-01-20 Ted Gould Fleshing out the cleaning and dirtying functions. Now we should write out a file. 2010-01-20 Ted Gould Making a sort function that looks at two Apps and determines their ordering. 2010-01-20 Ted Gould Fleshing out touching. 2010-01-20 Ted Gould Allocating memory and objects in the lur world 2010-01-19 Ted Gould Switching to inserting in the application array using a sort function. Looking that up in the LRU file DB. 2010-01-19 Ted Gould Adding in the 'id' and 'category' fields to the application structure. 2010-01-19 Ted Gould Protecting our _new a little bit. 2010-01-19 Ted Gould Adding a _new function for the appstore and using it. It now takes the lru file. 2010-01-19 Ted Gould Building the LRU file. 2010-01-19 Ted Gould Adding some API to our LRU file 2010-01-19 Ted Gould Sync to trunk 2010-01-19 Ted Gould Adding an object to start tracking the lru of the app indicators 2010-01-20 Ted Gould Add tracking and refcounting of theme directories. Unregister them when we're done. 2010-01-14 Ted Gould Removing shutdown printf 2010-01-14 Ted Gould Actually unref'ing the dir and fixing the truth there. 2010-01-14 Ted Gould Merging in the warnings branch. 2010-01-14 Ted Gould Debug message for directories. 2010-01-14 Ted Gould Fleshing out the ref and the unref functions for the theme directories. 2010-01-14 Ted Gould Adding in our hash table of refs. 2010-01-20 Ted Gould Use the right function in the fallback. 2010-01-19 Ted Gould Attaching bug 2010-01-19 Ted Gould Changing to use the status wrapper for handling the status signal's different prototype. 2010-01-20 Ted Gould Merge to get the current list of applications on startup. 2010-01-15 Ted Gould Cleaning out dead code and turning a printout into an assert. 2010-01-15 Ted Gould Using the menu path instead of the item path. 2010-01-15 Ted Gould Using a straight value array and making sure to pass the application 2010-01-15 Ted Gould Fleshing out the get_applications function so that we do something with the list we now get. 2010-01-15 Ted Gould Setting the proper type for the GValue of an 'o' 2010-01-15 Ted Gould Better init value and adding error to prototype. 2010-01-14 Ted Gould Returning truth. 2010-01-14 Ted Gould Need icon path in the list as well. 2010-01-14 Ted Gould Fleshing out returning the list of apps already there. 2010-01-20 Ted Gould Ref'ing the image and menu so that when we remove them we don't get warnings. 2010-01-14 Ted Gould We should have kept ref's to these. 2010-01-19 Cody Russell Handling duplication applications getting added. 2010-01-19 Cody Russell Move the check for duplicates. 2010-01-14 Cody Russell Only add the Application if it doesn't already exist in the appstore. 2010-01-14 Ted Gould 0.0.9 2010-01-14 Ted Gould Fallback support to XEmbed based notify item. 2010-01-14 Ted Gould Returning the icon we've created. 2010-01-14 Ted Gould Making a more descriptive error on 'unfallback' not existing. 2010-01-14 Ted Gould Using better naming for 'do_it_now' parameter. 2010-01-13 Ted Gould Realized that we didn't really use the 'notify' signal... now using the better ones anyway. 2010-01-13 Ted Gould Making it so that the icon will update in the fallback case with changes to the properties of the AppIndicator. 2010-01-13 Ted Gould Showing the toggle_item as well as the others. 2010-01-13 Ted Gould Popping up menu on activate. 2010-01-13 Ted Gould Showing items in sample 2010-01-13 Ted Gould Adding in a get_menu function. 2010-01-13 Ted Gould Connecting to the activate signal 2010-01-13 Ted Gould Remove the 'destroy' signal handler before destroying the watcher proxy. 2010-01-13 Ted Gould Checking more for whether we have an APP_INDICATOR object 2010-01-13 Ted Gould Explicitly checking for the APP_INDICATOR. Confused. 2010-01-13 Ted Gould Checking for the status of the variable getting passed in. 2010-01-13 Ted Gould Fleshing out the fallback function, so it should create an icon. 2010-01-13 Ted Gould Really we should have gotten the final cleanup unfallback, which we weren't testing for either. 2010-01-13 Ted Gould Getting the class the proper way 2010-01-13 Ted Gould Clear the fallback timer pointer after using it. 2010-01-13 Ted Gould Adding a function to watch if the watcher proxy gets destroyed. 2010-01-13 Ted Gould Removing a warning. 2010-01-13 Ted Gould Making sure to return a value so that unfallback gets called. 2010-01-13 Ted Gould Calling the unfallback function if we're doing this for the second time. 2010-01-13 Ted Gould Ignoring the generated fallback test itself 2010-01-12 Ted Gould Setting up a dbus proxy and starting to look at owner change events on it when we don't have a NotificationWatcher to look at. 2010-01-12 Ted Gould Adding a menu so that the app indicator will init 2010-01-12 Ted Gould Wrong class function 2010-01-12 Ted Gould Adding the fallback test to the suite 2010-01-12 Ted Gould Adding state transitions that'll get us to a passed state. 2010-01-12 Ted Gould Adding a kill function and letting the test fail over it. 2010-01-12 Ted Gould Printing status in watcher 2010-01-12 Ted Gould Adding in the item side of things. 2010-01-12 Ted Gould Woah, this is pretty sweet. I hope it works. 2010-01-12 Ted Gould Getting the start of the fallback tests in place. 2010-01-12 Ted Gould Setup the fallback timer and flesh out it's actions. 2010-01-12 Ted Gould Fallback timer pointer lifecycle. 2010-01-12 Ted Gould Some comments 2010-01-12 Ted Gould Start timer fallback 2010-01-12 Ted Gould Updating to trunk 2010-01-11 Ted Gould Initing and destroying the status_icon variable 2010-01-11 Ted Gould Setting the fallback functions so that we can go round trip on setting up this API. 2010-01-11 Ted Gould Adding in the class functions for handling the fallback. 2010-01-12 Ted Gould 0.0.8 2010-01-12 Cody Russell Mirror the icon changes over dbus 2010-01-12 Cody Russell Remove debugging code 2010-01-11 Cody Russell trunk merge 2010-01-11 Cody Russell Label fu 2010-01-12 Ted Gould Adding the middle API file to the cleanfiles for distcheck 2010-01-12 Ted Gould Fixing the path for the tests. 2010-01-11 Ted Gould Updating path names to have more reasonable defaults. 2010-01-11 Ted Gould Having better default paths that look a little more professional. 2010-01-11 Ted Gould Fixes for the mono bindings to make the properties work with enums and the #define'd string names. 2010-01-11 Ted Gould Adding back in the MIDDLE_API and sed magic 2010-01-11 Ted Gould Removing the middle API stuff and cleaning up Makefile 2010-01-11 Ted Gould Cody's customs 2010-01-11 Cody Russell Mono binding fixes. 2010-01-11 Ted Gould Adding in customs support 2010-01-11 Ted Gould Use sed to get rid of the #defines 2010-01-11 Ted Gould Switching the metadata to not use #defines 2010-01-11 Cody Russell Watching several properties and updating them as they change. 2010-01-08 Cody Russell Remove debugging code. 2010-01-08 Cody Russell Watch for changes to label and sensitivity. 2010-01-08 Ted Gould 0.0.7 2010-01-08 Ted Gould Making the Notification Watcher get it's own interface name. 2010-01-08 Ted Gould Making applications register to the watcher address so they work on KDE 2010-01-08 Ted Gould Make the watcher register it's own name 2010-01-08 Ted Gould Making the service have a name different than the watcher interface. 2010-01-08 Ted Gould Icons branch 2010-01-08 Ted Gould Supporting icons changing and status changing. 2010-01-08 Ted Gould Reactivate kill switch 2010-01-08 Ted Gould Putting the signal on the Class instead of the Instance. 2010-01-08 Ted Gould Debug message cleanup. 2010-01-08 Ted Gould Fixing shutdown signal, but disabling for now 2010-01-08 Ted Gould When destroying the application free all the proxies. 2010-01-08 Ted Gould Fleshing out some of the remove function. For some reason the appstore is getting disposed, but that's the next thing to look at. 2010-01-08 Ted Gould Updating to trunk 2010-01-08 Ted Gould Syncing to final icon-path changes 2010-01-07 Ted Gould Pretty major cut and paste error. Wrong icon. 2010-01-07 Ted Gould Changing dbus-properties header to be static and not built from the XML as it needs a fix. 2010-01-07 Ted Gould Merging in the icon_path branch to start to handle conflicts from there. 2010-01-07 Ted Gould A small refactoring of the code to get the position of an application. 2010-01-07 Ted Gould Fleshing out the signal functions for updates. Some do more callbacks. 2010-01-07 Ted Gould Moving the list of applications management into the state change function. This makes it so that we can handle it appearing and disappearing all in one special place. 2010-01-07 Ted Gould Adding in a status variable 2010-01-07 Ted Gould Responding to the icon changed signal in the indicator. 2010-01-07 Ted Gould Adding an icon_changed signal to the application store 2010-01-07 Ted Gould Cleaning up signal handlers. 2010-01-07 Ted Gould Setting up and connecting to the item signals 2010-01-08 Ted Gould Adding in the ability for applications to specify a directory path to get added to the icon theme search path. 2010-01-08 Ted Gould Using the #defines for the property names instead of strings. Define them once. 2010-01-08 Ted Gould Changing the property to 'IconThemePath' to make it more clear about what it adjusts. 2010-01-07 Ted Gould Adding a path based debug message 2010-01-07 Ted Gould Forgot to adjust the parameter count. 2010-01-06 Ted Gould Handle the case of no icon path more gracefully, by just passing along the null string. 2010-01-06 Ted Gould Ignoring some of the generated files 2009-12-20 Ted Gould Appending the new icon path to the theme search. 2009-12-20 Ted Gould Adding the icon path to the app entry struct 2009-12-20 Ted Gould Adding in the icon path to the list of parameters that are passed when we have a new application. 2009-12-20 Ted Gould Adding new constructor to docs. 2009-12-20 Ted Gould Forgot to get these from the private struct. 2009-12-20 Ted Gould Making the icon-path property construct only and making a constructor to set it. 2009-12-20 Ted Gould Adding the icon_path property to the code. 2009-12-20 Ted Gould Adding of a new property, icon path, to store the path to the icons. 2010-01-08 Aurélien Gâteau Changing to freedesktop.org namespace and fixing some of the function names and interfaces that weren't matching the FD.o spec. 2010-01-08 Aurelien Gateau Merged lp:~ted/indicator-application/fdo 2010-01-08 Ted Gould Adjusting so that we use the parameter if it's not an object but a path. 2010-01-07 Ted Gould Allowing for the default path if one is not given. 2010-01-07 Aurelien Gateau Revert part of previous revision: pass the path, not the service name to register_status_item 2010-01-07 Aurelien Gateau Use org.freedesktop namespace 2010-01-08 Sebastien Bacher Typo in documentation using wrong values for the enum. 2010-01-08 Sebastien Bacher Use correct status syntax in the api description (lp: #504700) 2010-01-07 Cody Russell Support for check items in the libappindicator menu parser. 2010-01-07 Cody Russell Toggle events 2010-01-07 Cody Russell More checkbox related updates. 2010-01-07 Cody Russell Checkmark support 2009-12-23 Aurelien Gateau Previous commit was not meant to be pushed to trunk Revert my mess 2009-12-23 Aurelien Gateau Make it work on KDE 2009-12-17 Ted Gould Adding ChangeLog to tarball 2009-12-17 Ken VanDine include ChangeLog in EXTRA_DIST 2009-12-17 Ted Gould 0.0.6 2009-12-17 Ted Gould Using a constant snk file instead of generating it each time. 2009-12-17 Ken VanDine use srcdir for the path to appindicator-sharp.snk 2009-12-17 Ken VanDine Don't create the signature during build 2009-12-17 Ted Gould 0.0.5 2009-12-17 Ken VanDine Linking Mono bindings to versioned library and fixing the example with licensing info and a menu. 2009-12-17 Ken VanDine Added license/copyright to the example and un-commented out the code that adds the menu. 2009-12-17 Ken VanDine link against the versioned library 2009-12-17 Ted Gould Fix issue with setting a menu twice by only allocating one dbusmenu server. 2009-12-17 Cody Russell Only create the dbusmenu server if it doesn't exist 2009-12-17 Ted Gould Initing 'menuservice' to NULL 2009-12-17 Ted Gould Only build a dbusmenu server if we don't have one. 2009-12-17 Ted Gould Mono build cleanups 2009-12-17 Ken VanDine Install the assembly in the gac 2009-12-17 Ted Gould Updates to Mono bindings to make them more Mono-onic. 2009-12-16 Jason Smith Make mono bindings less redundant and more mono friendly 2009-12-17 Ted Gould Mono and Pythong bindings living together. 2009-12-16 Ken VanDine Use a versioned assemblydir 2009-12-16 Ken VanDine use more macros 2009-12-16 Ken VanDine Reference the correct dll 2009-12-16 Ken VanDine merged in python bindings branch and some of my fixes needed for packaging 2009-12-16 Ken VanDine exclude the path in subst replace in the dbus-binding-tool command 2009-12-14 Ken VanDine use path to find includes 2009-12-11 Ted Gould Fixing the build system to link everything all happy like. 2009-12-11 Ted Gould Adding the Python build system into the indicator-application one. 2009-12-11 Neil J. Patel Stealing a bunch of Neil's python binding code. 2009-12-14 Ted Gould Merging in mono bindings. 2009-12-14 Ted Gould Looking for the assembly files in the right location. 2009-12-14 Ted Gould Adding the test files to dist and making sure we find them in the right directory. 2009-12-14 Ted Gould Merging in Jason's fix of Cody's branch. Yeah, seriously. 2009-12-14 Jason Smith Nicer fix 2009-12-14 Jason Smith Make build work right 2009-12-12 Cody Russell Try to add SetMenu() 2009-12-12 Cody Russell Initial stab at setting up test/example fu 2009-12-11 Cody Russell Fix distcheck 2009-12-11 Cody Russell Move appindicator-sharp.pc to appindicator-sharp-0.1.pc 2009-12-11 Cody Russell trunk merge, resolve conflicts 2009-12-11 Cody Russell Add missing Makefile.am 2009-12-11 Cody Russell Move to bindings/mono 2009-12-11 Cody Russell Build for Mono bindings 2009-12-07 Jason Smith Add script to automate building (someone should do this without autofoo) 2009-12-07 Jason Smith Ensure names are nice and pretty 2009-12-07 Jason Smith Make build work 2009-12-07 Jason Smith Add mono xml api file 2009-12-11 Ted Gould 0.0.4 2009-12-11 Ken VanDine Adding extra files to the distribution tarball and making the documentation include the version number. 2009-12-11 Ken VanDine include autogen.sh, COPYING.LGPL.2.1 and COPYING.LGPL.3 in EXTRA_DIST 2009-12-11 Ken VanDine Merged changes from trunk 2009-12-11 Ken VanDine * Bump version to 0.0.4 * Include version in the generated docs 2009-12-10 Ken VanDine Documentation cleanups 2009-12-10 Ken VanDine set a title and remove releaseinfo, we haven't set it yet. 2009-12-10 Ted Gould 0.0.3 2009-12-10 Ken Vandine Increasing libindicator requirement to 0.3.0 2009-12-10 Ken VanDine Bump required version for libindicator to 0.3.0 2009-12-09 Cody Russell Adding support for separators. 2009-12-09 Cody Russell Add support for separator menuitems 2009-12-09 Ted Gould Switching back to the calling style with all the parameters. Otherwise the --enable-gtk-doc gets lost. 2009-12-09 Ted Gould Fixing up documentation and making it error if symbols are missing. 2009-12-08 Ted Gould Putting gtk-doc-check into a wrapper to it runs in srcdir 2009-12-08 Ted Gould Adding in some section documentation. 2009-12-08 Ted Gould Documenting the AppIndicatorClass as well. 2009-12-08 Ted Gould Fixing function documentation. 2009-12-08 Ted Gould Adding documentation for the signal string defines. 2009-12-08 Ted Gould Adding in documentation for the Object/Class macros 2009-12-08 Ted Gould Adding a check rule for documentation. 2009-12-09 Ted Gould Adding a directory name on the distribution of the .pc.in file 2009-12-09 Cody Russell Add pkgconfig support, fixes bug #494583 2009-12-09 Cody Russell pkgconfig Libs and Requires fixes 2009-12-09 Cody Russell merge from trunk 2009-12-09 Cody Russell pkgconfig file 2009-12-09 Ted Gould Fix to autogen.sh to support configure options. 2009-12-09 Cody Russell fix autogen.sh 2009-12-08 Ted Gould Improved menu item parsing from Cody. 2009-12-08 Cody Russell Beefed up and stuff. 2009-12-08 Ted Gould Adding support for building gtk-doc documentation. 2009-12-08 Ted Gould Making it so that we have a local gtk-doc.make file that will pass a dist without the lib being built. 2009-12-08 Ted Gould Ken's gtk-doc integration branch 2009-12-08 Ken VanDine Removed a commented variable 2009-12-08 Ken VanDine Clean up some cruft I left around 2009-12-08 Ken VanDine Fixes for make distcheck and default configure args 2009-12-08 Ken VanDine Added some missing gtk-doc related files 2009-12-08 Ken VanDine don't run gtkdocize with autogen.sh 2009-12-05 Ken VanDine remove --enable-gtk-doc from autogen.sh 2009-12-05 Ken VanDine generate gtk-doc 2009-12-07 Ted Gould Adding in an activate signal. 2009-12-07 Cody Russell Add 'activate' signal support 2009-12-04 Ted Gould Increasing to version 0.0.2 2009-12-04 Ted Gould Test suite fixes for the GTK Menu changes. 2009-12-04 Cody Russell Remove the menu test 2009-12-04 Cody Russell test fix 2009-12-04 Cody Russell Test fixes 2009-12-04 Ted Gould Adding GTK Menu support to libappindicator and removing dbusmenu support. 2009-12-04 Cody Russell credit :) 2009-12-04 Cody Russell Small cleanup 2009-12-04 Cody Russell Fix up some docs 2009-12-03 Cody Russell API changes, gtk menu support 2009-12-02 Ted Gould Adding legal headers on files and licenses. 2009-11-30 Ted Gould Copyright notice for marshallers definition. 2009-11-30 Ted Gould Header for a DBus interface description, not sure if that's right or not. 2009-11-30 Ted Gould Adding in GPLv3 headers. 2009-11-30 Ted Gould Adding in LGPL v3/2 headers 2009-11-30 Ted Gould Adding GPLv3 headers. 2009-11-30 Ted Gould GPL header 2009-11-30 Ted Gould Adding in copying license files. 2009-11-30 Ted Gould Getting the right named files. 2009-12-02 Ted Gould Changing the name from indicator-custom to indicator-application 2009-11-30 Ted Gould Changing the insides to remove the custom stuff. 2009-11-30 Ted Gould De-customizing the directory stuff. 2009-11-30 Ted Gould Migrating to the new 'app' world. 2009-11-30 Ted Gould Shortening the object names as well. People hate typing. 2009-11-30 Ted Gould Massive custom to application find and replace throughout the code. 2009-11-30 Ted Gould Ignoring happily again. 2009-11-30 Ted Gould Shortening the file names as well. 2009-11-30 Ted Gould Making the directory name shorter 2009-11-30 Ted Gould Changing file names, and some fallouts from that. 2009-11-30 Ted Gould Total insane rename. Probably broke more than a few things. 2009-11-30 Ted Gould Another name change. 2009-11-24 Ted Gould Changing all the dbus names. 2009-11-24 Ted Gould Name changed 2009-11-24 Ted Gould Name changes 2009-11-24 Ted Gould A bunch of code. 2009-12-02 Ted Gould Create a service and start using it. Also updating to libindicator 0.3.0. 2009-11-24 Ted Gould Moving the connection code into a function that is called to check to see if we have enough data. This fixes distcheck after the merge from main. 2009-11-24 Ted Gould Merging in changes on trunk. Resolving a conflict. 2009-11-24 Ted Gould Woot, basic remove support. Causes warnings, but it works. 2009-11-24 Ted Gould Showing the icon. Now we can put things up in the menu! Finally. 2009-11-24 Ted Gould Ignoring the marshallers 2009-11-24 Ted Gould Building a little more of a menu item for testing. 2009-11-24 Ted Gould Fixing Marshallers so that everything is happy-happy. 2009-11-23 Ted Gould I really shouldn't have to register marshalers. Srsly. 2009-11-23 Ted Gould Moving the registration of the marshallers until after the proxy. Odd that I'd have to do this, but let's try. 2009-11-23 Ted Gould Forgot return types. 2009-11-23 Ted Gould Registering marshallers for DBus in the indicator. 2009-11-23 Ted Gould Adding a debug message on getting an application. 2009-11-23 Ted Gould Making a simple client 2009-11-23 Ted Gould Connecting to a notification watcher. 2009-11-23 Ted Gould Adding in a TODO 2009-11-23 Ted Gould Commenting. 2009-11-23 Ted Gould Fixing custom indicator watcher object path. 2009-11-23 Ted Gould Cleaning up main a little bit and handling the 'disconnected' case that doesn't yet quite exist. 2009-11-23 Ted Gould Adding a remove function and switching to the position in the list being the position. 2009-11-09 Ted Gould Adding in the dbus shared header. 2009-11-09 Ted Gould A simple little app. 2009-11-09 Ted Gould Adding a defualt file for a little appliction that'll grow into a full app. 2009-11-06 Ted Gould Grabbing the properties and going to town. Turning back into another signal. 2009-11-06 Ted Gould Adding some XML for dbus properties interface. 2009-11-06 Ted Gould Building the property proxy. 2009-11-06 Ted Gould Forgot to save. 2009-11-06 Ted Gould Building a proxy. 2009-11-06 Ted Gould Adding an application list. 2009-11-06 Ted Gould Getting the registration signal, and passing it up the stack. 2009-11-06 Ted Gould Adding app add/remove to appstore 2009-11-06 Ted Gould Woot! Now we have signals in our watcher. Let's rock on! 2009-11-06 Ted Gould Connecting the watcher and the appstore. And actually building one. We're on DBus now. 2009-11-06 Ted Gould Moving the watcher stuff to the new object. 2009-11-06 Ted Gould Creating a new object to be our watcher. Apparently we can't have two DBus interfaces on the same object :( 2009-11-06 Ted Gould Adding in teh source directory for distcheck 2009-11-06 Ted Gould Adding in a set of marshallers to make our signals all happy. 2009-11-06 Ted Gould Putting some signals on here. 2009-11-06 Ted Gould Changing some API and implementing the simple stuff. 2009-11-06 Ted Gould Fleshing out the application added stuff 2009-11-06 Ted Gould Fleshing out get_entries 2009-11-06 Ted Gould Making for a list of applications that we can build and destroy at will. 2009-11-06 Ted Gould Hooking up to the proxy. Let's do this! 2009-11-06 Ted Gould Fleshing out connected to start bringing up the proxy. 2009-11-06 Ted Gould Migrating over to the libindicator 0.3.0 API. 2009-11-02 Ted Gould We've got a service manager. Now we'll start ourselves up! 2009-11-02 Ted Gould Getting the name into a header. 2009-11-02 Ted Gould Boom, make us an indicator service. 2009-10-28 Ted Gould Building our app store 2009-10-28 Ted Gould Registering ourselves on dbus 2009-10-28 Ted Gould Boom! Now we're implementing dbus. 2009-10-28 Ted Gould Adding an appstore object to hold all of our apps. 2009-10-28 Ted Gould Adding the custom-service interface. 2009-10-28 Ted Gould Pulling in the unreviewed lib-flesh branch 2009-11-04 Ted Gould Put the cleanup of gtester on the wrong variable. 2009-11-04 Ted Gould A small fix to make things run under dbus-test-runner so that we start a dbus test session. 2009-11-03 Ted Gould Put the gtester test under a dbus-test-runner to ensure that we have a session bus to test with. 2009-11-03 Ted Gould Fleshing out the library so that the interface is implemented. Also tests for the library. 2009-11-03 Ted Gould Removing the checks on private being NULL when we're already testing the object. 2009-10-22 Ted Gould 'Merging' in trunk. No changes. Better history. 2009-10-22 Ted Gould Adding in testing the location of the dbusmenuserver 2009-10-22 Ted Gould Looking for the wrong property, we can only set the object. 2009-10-22 Ted Gould We can't get the enum values from the string param spec, we need to find the enum one and then use that. 2009-10-22 Ted Gould Property name changes. Boo. 2009-10-22 Ted Gould Changes due to the properties changes. 2009-10-22 Ted Gould Gimme a break 2009-10-22 Ted Gould Adding a set of read-only properties that deal with the strings for dbus, and let the other properties do the real work. 2009-10-22 Ted Gould Checking the category and state 2009-10-22 Ted Gould All strings work. 2009-10-22 Ted Gould Fleshing out the property counting. 2009-10-22 Ted Gould Settng the right path 2009-10-22 Ted Gould If we fail, we need to really fail. 2009-10-22 Ted Gould Adding a kill function, just in case. 2009-10-22 Ted Gould Basic code calling all the properties. 2009-10-22 Ted Gould Fleshing out the server to setup a simple custom indicator. 2009-10-22 Ted Gould Switching to using a little autotest as well. 2009-10-22 Ted Gould Adding in two little client server binaries for testing the custom indicator. 2009-10-21 Ted Gould Change the enums to match the KDE ones to make life simpler even though I dislike the names. 2009-10-21 Ted Gould Turning on verbose output and showing the status of all tests. 2009-10-21 Ted Gould Getting the prototype right. 2009-10-21 Ted Gould The signal should have a string not a enum value. 2009-10-21 Ted Gould Making sure to signal if we change the status. 2009-10-21 Ted Gould Adding test to test the property change signals. 2009-10-21 Ted Gould Checking all the set functions. 2009-10-21 Ted Gould Switching from doing the GValues as enums to the more specific types. 2009-10-21 Ted Gould Silly, these are enums not ints. 2009-10-21 Ted Gould Adding a test that sets a bunch of properties. 2009-10-21 Cody Russell Ah, forgot a return. Cody would kill me! Oh, no. 2009-10-21 Ted Gould Woot! We can build a custom indicator, and it exists. 2009-10-20 Ted Gould Now we're building a test, woot! 2009-10-20 Ted Gould Tests directory. 2009-10-20 Ted Gould Fleshing out the get functions. 2009-10-20 Ted Gould Fleshing out the set functions. 2009-10-20 Ted Gould Filling out some prototypes. 2009-10-20 Ted Gould Okay, connecting this little thing into DBus already. 2009-10-20 Ted Gould Making sure to free and unref all of our private variables. 2009-10-20 Ted Gould Now for some 'set' code. Bringin' it. 2009-10-20 Ted Gould Fleshing out get parameters... 2009-10-20 Ted Gould Adding in a bunch of things to the private struct. We now have data! 2009-10-20 Ted Gould Basic property case statements. 2009-10-19 Ted Gould Creating a connected property to check easily. 2009-10-19 Ted Gould Boom, there are some signals. 2009-10-19 Ted Gould Adding in the dbus signals from that interface. 2009-10-19 Ted Gould Header comments and a new signal that we'll need to deal with. 2009-10-19 Ted Gould Wow, properties. The properties system in gobject is a little insane. 2009-10-17 Ted Gould Changing the name to match the changes in the previous commit. 2009-10-17 Ted Gould Switching the name to be more consistent. 2009-10-17 Ted Gould Making sure to get the property names into defines so that we can ensure they're all the same. 2009-10-17 Ted Gould Filling out the property list. 2009-10-16 Ted Gould Putting in our first property, status. Woo hoo! 2009-10-16 Ted Gould Forgot to change the package name 2009-10-16 Ted Gould Set and get properties 2009-10-16 Ted Gould Merging in the library interface. 2009-10-22 Ted Gould Branch building up the interface for the library. 2009-10-17 Ted Gould Getting the name change into the templates properly. 2009-10-17 Ted Gould Making the enums camel case. I prefer the other, but it seems best to match GTK style 2009-10-16 Ted Gould Oops, shouldn't be CLUTTER there. 2009-10-16 Ted Gould Adding the possibility of making the directories silently. 2009-10-16 Ted Gould Some small changes to make 'distcheck' happy. 2009-10-16 Ted Gould Another object file bites the dust 2009-10-16 Ted Gould Fixing the templates. 2009-10-16 Ted Gould Filling out the enums to have values. 2009-10-16 Ted Gould Adding the C file into the build as well. 2009-10-16 Ted Gould Putting in the enum templates and building them. 2009-10-16 Ted Gould Setting up build to build the enums. 2009-10-16 Ted Gould Adding programs for buiding enums and marsherers and all that jazz 2009-10-16 Emmanuele Bassi Stealing these makefile segments to build enums and marshallers 2009-10-16 Ted Gould Building a basic prototype of the API for the lib. 2009-10-15 Ted Gould Building a basic library starting out. 2009-10-15 Ted Gould We need a directory. 2009-10-15 Ted Gould We're on the dbus branch now 2009-10-16 Ted Gould Adding in the DBus interface files and building of those. 2009-10-15 Ted Gould Ignoring the generated dbus interfaces. 2009-10-15 Ted Gould Building the ChangeLog on dist 2009-10-13 Ted Gould Making sure we get our specs and clean up after ourselves. Distcheck magic. 2009-10-13 Ted Gould Getting some functions so that we can link happy like. 2009-10-13 Ted Gould Fixing symbol names. 2009-10-13 Ted Gould Getting to building all these header files nicely. 2009-10-13 Ted Gould Some dbus y'all! 2009-10-13 Ted Gould A basical build system and basic files. 2009-10-13 Ted Gould Building a basic indicator and the service to go along with it. 2009-10-13 Ted Gould Cleaning up status 2009-10-13 Ted Gould Local install on distcheck, now it passes. 2009-10-13 Ted Gould Wrong version 2009-10-13 Ted Gould DBus Service file 2009-10-13 Ted Gould Autogen and friends 2009-10-13 Ted Gould Very basic. 2009-10-13 Ted Gould First version