Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import upstream version 0.3.91 | Ted Gould | 2011-07-14 | 17 | -47/+182 |
|\ | |||||
| * | 0.3.910.3.91 | Ted Gould | 2011-07-14 | 1 | -1/+1 |
| | | |||||
| * | Fixing the libindicator test suite | Ted Gould | 2011-07-14 | 3 | -17/+11 |
| |\ | |||||
| | * | Cleaning up removal of watchers as the string was getting free'd before it ↵ | Ted Gould | 2011-07-11 | 2 | -13/+9 |
| | | | | | | | | | | | | could get used to remove the entry from the hashtable. Now using a destroy function as that is possible with GDBus but wasn't with dbus-glib | ||||
| | * | Define the bus well known type in the session.conf file | Ted Gould | 2011-07-11 | 2 | -4/+2 |
| | | | |||||
| * | | Adding an env variable to put a service in replace mode | Ted Gould | 2011-07-12 | 3 | -4/+58 |
| |\ \ | | |/ | |/| | |||||
| | * | Watching when we do name switches | Ted Gould | 2011-07-12 | 1 | -2/+20 |
| | | | |||||
| | * | Adding in the shutdown function | Ted Gould | 2011-07-12 | 2 | -0/+3 |
| | | | |||||
| | * | In replace mode we need to ask the other guy to shutdown and still wait for ↵ | Ted Gould | 2011-07-12 | 1 | -2/+27 |
| | | | | | | | | | | | | the name a bit. | ||||
| | * | Adding in a property for being in replace mode | Ted Gould | 2011-07-12 | 1 | -0/+8 |
| |/ | |||||
| * | Add the PC file instead of replace it | Ted Gould | 2011-07-11 | 1 | -1/+1 |
| | | |||||
| * | Handle NULL entries without crashing | Ted Gould | 2011-07-11 | 1 | -2/+8 |
| | | |||||
| * | Installing the debugging env entries in shared directory instead of the ↵ | Ted Gould | 2011-07-07 | 2 | -1/+4 |
| |\ | | | | | | | | | | executable one. | ||||
| | * | Make xsessiondir = $(pkgdatadir) | Ken VanDine | 2011-07-07 | 1 | -1/+1 |
| | | | |||||
| * | | Fixing doc string | Ted Gould | 2011-07-07 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Changed to help message for --with-gtk to reflect the new default | Ken VanDine | 2011-07-07 | 1 | -1/+1 |
| | |/ | |||||
| * | | Anotating the get entires function properly. | Ted Gould | 2011-07-07 | 1 | -3/+3 |
| |\ \ | | |/ | |/| | |||||
| | * | Annotate the return value of indicator_object_get_entries so that the type ↵ | Robert Ancell | 2011-07-08 | 1 | -3/+3 |
| |/ | | | | | | | in the list is known, also fix typo in docstring | ||||
| * | Making the box function conditional on GTK version | Ted Gould | 2011-07-07 | 1 | -0/+4 |
| |\ | |||||
| | * | Handling the right box for the right version of GTK | Ted Gould | 2011-07-07 | 1 | -0/+4 |
| |/ | |||||
* | | Import upstream version 0.3.90 | Ted Gould | 2011-07-07 | 49 | -9429/+22681 |
|\| | |||||
| * | 0.3.900.3.90 | Ted Gould | 2011-07-06 | 1 | -1/+1 |
| | | |||||
| * | Cleaning up the built pc file | Ted Gould | 2011-07-06 | 1 | -0/+2 |
| | | |||||
| * | Switch to using gtk_box_new() | Ted Gould | 2011-07-06 | 1 | -1/+1 |
| | | |||||
| * | Making some test XFAIL and attaching to bugs | Ted Gould | 2011-07-06 | 1 | -0/+7 |
| | | |||||
| * | Adding headers to tests | Ted Gould | 2011-07-06 | 18 | -0/+396 |
| |\ | |||||
| | * | Adding license info to [ch] files | Ted Gould | 2011-07-06 | 18 | -0/+396 |
| |/ | |||||
| * | Changing the API and ABI versioning slightly | Ted Gould | 2011-07-06 | 4 | -12/+21 |
| |\ | |||||
| | * | Setting default GTK version to 3 | Ted Gould | 2011-07-05 | 1 | -1/+1 |
| | | | |||||
| | * | Changing the pkgconfig file version to include the API version | Ted Gould | 2011-07-05 | 4 | -5/+5 |
| | | | |||||
| | * | Making the API and ABI versions variables | Ted Gould | 2011-07-05 | 3 | -7/+13 |
| | | | |||||
| | * | Adding another level of .in for the pc files. | Ted Gould | 2011-07-05 | 4 | -4/+7 |
| | | | |||||
| * | | Adding in the name hint for the indicators | Ted Gould | 2011-07-06 | 2 | -0/+11 |
| |\ \ | | |/ | |/| | |||||
| | * | Clearing our local name_hint and ensuring we fill it if a function is provided. | Ted Gould | 2011-07-05 | 1 | -0/+5 |
| | | | |||||
| | * | Adding a get name hint function as well. | Ted Gould | 2011-07-05 | 1 | -0/+3 |
| | | | |||||
| | * | Adding the naming hint to the entry structure | Ted Gould | 2011-07-05 | 1 | -0/+3 |
| |/ | |||||
| * | Switching to single scrolling event. | Ted Gould | 2011-07-05 | 3 | -30/+8 |
| |\ | |||||
| | * | Merging "scroll" and "scroll-entry" into the "entry-scrolled" signal | Marco Trevisan (Treviño) | 2011-07-02 | 3 | -30/+8 |
| |/ | | | | | | | | | API change to merge the duplication of signals, as defined in the blueprint desktop-dx-o-indicators-review | ||||
| * | Updating autotools | Ted Gould | 2011-06-16 | 2 | -23/+22 |
| |\ | |||||
| | * | configure.ac: Generate xz tarballs with pax format by default | Javier Jardón | 2011-06-15 | 1 | -1/+1 |
| | | | |||||
| | * | Update autotools configuration | Javier Jardón | 2011-06-15 | 2 | -23/+22 |
| |/ | | | | | | | | | | | Do not use deprecated macros Use new libtool syntax | ||||
* | | Import upstream version 0.3.22 | Ted Gould | 2011-03-23 | 5 | -12/+120 |
|\| | |||||
| * | 0.3.220.3.22 | Ted Gould | 2011-03-23 | 1 | -2/+2 |
| | | |||||
| * | Adding API to know what the environment the indicator is in | Ted Gould | 2011-03-23 | 2 | -0/+84 |
| |\ | |||||
| | * | Adding a nice little checking function | Ted Gould | 2011-03-22 | 2 | -0/+31 |
| | | | |||||
| | * | Adding an environments variable and make a lifecycle for it. | Ted Gould | 2011-03-22 | 1 | -3/+19 |
| | | | |||||
| | * | Getting some stub functions in | Ted Gould | 2011-03-22 | 2 | -2/+36 |
| | | | |||||
| | * | Making the environments a list of strings | Ted Gould | 2011-03-22 | 1 | -0/+3 |
| | | | |||||
* | | | Import upstream version 0.3.21 | Ted Gould | 2011-03-16 | 4 | -18/+32 |
|\| | | |||||
| * | | 0.3.210.3.21 | Ted Gould | 2011-03-16 | 1 | -2/+2 |
| |/ |