Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merging with U. Desktop | Ted Gould | 2012-01-25 | 4 | -8/+18 |
|\ | |||||
| * | releasing version 0.4.90-0ubuntu20.4.90-0ubuntu2 | Ken VanDine | 2012-01-24 | 2 | -2/+7 |
| | | |||||
| * | releasing version 0.4.90-0ubuntu10.4.90-0ubuntu1 | Ken VanDine | 2012-01-24 | 3 | -8/+13 |
| | | |||||
| * | * New upstream release. | Ken VanDine | 2012-01-24 | 35 | -3373/+7724 |
| |\ | |/ |/| | | | | | | | | | * Support hiding and showing indicators * Track the parent object in the entry * Adding activate function to include Window ID * debian/control: Bumping ABI version of lib | ||||
* | | Silent bump | Ted Gould | 2012-01-24 | 0 | -0/+0 |
| | | |||||
* | | releasing version 0.4.90-0ubuntu1~ppa1 | Ted Gould | 2012-01-24 | 1 | -2/+2 |
| | | |||||
* | | debian/control: Bumping ABI version of lib | Ted Gould | 2012-01-24 | 4 | -7/+10 |
| | | |||||
* | | * New upstream release. | Ted Gould | 2012-01-24 | 32 | -3367/+7715 |
|\ \ | | | | | | | | | | | | | | | | * Support hiding and showing indicators * Track the parent object in the entry * Adding activate function to include Window ID | ||||
| * \ | Import upstream version 0.4.90 | Ted Gould | 2012-01-24 | 31 | -3365/+7706 |
| |\ \ | |||||
| | * | | 0.4.900.4.90 | Ted Gould | 2012-01-24 | 1 | -1/+1 |
| | | | | |||||
| | * | | Bumping the ABI version | Ted Gould | 2012-01-23 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add visibility concept to the default indicator object | Ted Gould | 2012-01-23 | 7 | -31/+590 |
| | |\ \ | |||||
| | | * \ | "bzr merge lp:indicator" + conflict resolution in tests suite | Charles Kerr | 2012-01-23 | 12 | -7/+477 |
| | | |\ \ | |||||
| | | * | | | another iteration of the indicator-object visibility support patch, ↵ | Charles Kerr | 2012-01-23 | 6 | -169/+337 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | incorporating ideas from discussion with ted - some functions were public when they should have been private - the hide/show handler is now a virtual function & is documented in indicator-object.h - added unit tests - the GSettings monitor has been removed | ||||
| | | * | | | fix bugs in IndicatorObject's visibility support. | Charles Kerr | 2012-01-20 | 1 | -138/+161 |
| | | | | | | |||||
| | | * | | | Better implementation. | Charles Kerr | 2012-01-13 | 2 | -119/+227 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version handles the bootstrapping conditions better, and also refs+detaches the GtkMenu for safekeeping between removed->added events s.t. it can keep being reused. | ||||
| | | * | | | initial revision for GSettings/GtkMenu visibility support | Charles Kerr | 2012-01-12 | 3 | -12/+272 |
| | | | | | | |||||
| | * | | | | Put the parent pointer in the entry struct to make it easier for the ↵ | Ted Gould | 2012-01-23 | 4 | -0/+8 |
| | |\ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | implementers of the panel side | ||||
| | | * | | | Checking to ensure the parent_object pointer gets set | Ted Gould | 2012-01-19 | 1 | -0/+1 |
| | | | | | | |||||
| | | * | | | Adding a warning for entries that do not set their parent_object | Ted Gould | 2012-01-19 | 1 | -0/+4 |
| | | | | | | |||||
| | | * | | | Set the parent_object on the default entry | Ted Gould | 2012-01-19 | 1 | -0/+1 |
| | | | | | | |||||
| | | * | | | Adding a parent object pointer to the entry | Ted Gould | 2012-01-19 | 1 | -0/+2 |
| | |/ / / | |||||
| | * | | | Adding a window ID function to pass the window ID | Ted Gould | 2012-01-19 | 7 | -2/+323 |
| | |\ \ \ | |||||
| | | * | | | Moving the function into the tester to making linking simpler | Ted Gould | 2012-01-16 | 3 | -18/+21 |
| | | | | | | |||||
| | | * | | | Adding a test to look to make sure the fallback works | Ted Gould | 2012-01-16 | 1 | -0/+26 |
| | | | | | | |||||
| | | * | | | Add a function to swap out the window entry handler | Ted Gould | 2012-01-14 | 2 | -0/+16 |
| | | | | | | |||||
| | | * | | | Getting the header in dist | Ted Gould | 2012-01-14 | 1 | -1/+2 |
| | | | | | | |||||
| | | * | | | Adding a test functioin for the entry func demmy indicator | Ted Gould | 2012-01-14 | 2 | -1/+30 |
| | | | | | | |||||
| | | * | | | Mark the entry functions as called | Ted Gould | 2012-01-14 | 1 | -3/+6 |
| | | | | | | |||||
| | | * | | | Setting up entry functions | Ted Gould | 2012-01-13 | 1 | -0/+26 |
| | | | | | | |||||
| | | * | | | Adding some public values to know if functions were called | Ted Gould | 2012-01-13 | 1 | -0/+4 |
| | | | | | | |||||
| | | * | | | Moving things into a shared header | Ted Gould | 2012-01-13 | 2 | -23/+53 |
| | | | | | | |||||
| | | * | | | Build a new dummy indicator | Ted Gould | 2012-01-13 | 3 | -1/+147 |
| | | | | | | |||||
| | | * | | | Clearing the entry function pointers | Ted Gould | 2012-01-13 | 1 | -0/+4 |
| | | | | | | |||||
| | | * | | | Handling the activate_window function and going up the stack | Ted Gould | 2012-01-13 | 1 | -0/+7 |
| | | | | | | |||||
| | | * | | | Documenting what this stuff does | Ted Gould | 2012-01-13 | 1 | -0/+16 |
| | | | | | | |||||
| | | * | | | Adding an activate window function, that can also be virtual! | Ted Gould | 2012-01-13 | 2 | -0/+10 |
| | | | | | | |||||
| | * | | | | Adding test coverage checking | Ted Gould | 2012-01-13 | 4 | -0/+129 |
| | |\ \ \ \ | | | |/ / / | | |/| | | | |||||
| | | * | | | Added coverage reporting via gcov config and targets. | Allan LeSage | 2011-12-06 | 4 | -0/+129 |
| | | |/ / | |||||
| | * | | | Ignoring all the stuff we build | Ted Gould | 2012-01-13 | 1 | -0/+7 |
| | | | | | |||||
| | * | | | Putting the GTK3 headers in a different directory | Ted Gould | 2012-01-13 | 2 | -2/+2 |
| | |\ \ \ | |||||
| | | * | | | Use different directory for headers of gtk3 library | György Balló | 2011-11-20 | 2 | -2/+2 |
| | | |/ / | |||||
| | * | | | Adding ability to disable tests | Ted Gould | 2012-01-13 | 2 | -3/+16 |
| | |\ \ \ | | | |/ / | | |/| | | |||||
| | | * | | Make building tests optional | György Balló | 2011-11-20 | 2 | -3/+16 |
| | |/ / | |||||
* | | | | Merging from U. Desktop | Ted Gould | 2012-01-24 | 6 | -2/+77 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | * debian/control | Ken VanDine | 2011-11-22 | 2 | -3/+11 |
| | | | | | | | | | | | | | | | | - set ubuntu-desktop VCS and maintainer | ||||
| * | | | releasing version 0.4.1-10.4.1-1 | Ken VanDine | 2011-11-22 | 7 | -5/+72 |
| | | | | |||||
| * | | | releasing version 0.4.1-0ubuntu10.4.1-0ubuntu1 | Ken VanDine | 2011-09-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | * New upstream release. | Ken VanDine | 2011-09-28 | 5 | -11/+29 |
| |\ \ \ | |/ / / |/| | | | | | | | * Ensure loader doesn't use menu proxy | ||||
* | | | | releasing version 0.4.1-0ubuntu1~ppa1 | Ted Gould | 2011-09-28 | 1 | -2/+2 |
| | | | |