Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix out-of-tree builds (for make distcheck) | Lars Uebernickel | 2012-08-21 | 1 | -2/+3 |
| | |||||
* | Use gdbus-codegen also for the server side messages service | Lars Uebernickel | 2012-06-27 | 1 | -3/+2 |
| | |||||
* | Remove status providers | Lars Uebernickel | 2012-06-25 | 1 | -6/+2 |
| | | | | | | Applications will be able to set and retrieve status through libmessaging-menu and telepathy. | ||||
* | Don't install convenience library used for the tests | Lars Uebernickel | 2012-06-13 | 1 | -9/+7 |
| | |||||
* | testing: use EXPECT_* instead of ASSERT_* | Lars Uebernickel | 2012-06-04 | 1 | -18/+18 |
| | |||||
* | gactionmuxer: more tests | Lars Uebernickel | 2012-06-04 | 1 | -1/+110 |
| | |||||
* | Link test against a static lib to clean up lcov reporting | Lars Uebernickel | 2012-06-04 | 1 | -6/+9 |
| | | | | | | | If specifying the sources in src/ directly for each test, lcov generates reports for tests itself. That's fairly useless, as the ASSERT_* branches in the tests should (hopefully) never be taken. | ||||
* | Test gactionmuxer more extensively | Lars Uebernickel | 2012-06-04 | 1 | -1/+166 |
| | |||||
* | gactionmuxer: don't crash when no global actions are given | Lars Uebernickel | 2012-06-04 | 1 | -0/+15 |
| | |||||
* | test: remove warnings in Makefile.am (duplicate vars) | Lars Uebernickel | 2012-06-04 | 1 | -5/+3 |
| | |||||
* | Remove dummy test case | Lars Uebernickel | 2012-06-04 | 2 | -27/+1 |
| | |||||
* | Add a first gactionmuxer test | Lars Uebernickel | 2012-06-04 | 2 | -1/+88 |
| | |||||
* | Include different header in test case to fix `make check` | Lars Uebernickel | 2012-06-04 | 1 | -2/+2 |
| | |||||
* | Add GActionMuxer | Lars Uebernickel | 2012-06-03 | 1 | -2/+4 |
| | | | | | | | | | | | This is a new implementation of an action muxer with the same interface as the one in the gtk tree. Its implementation is considerably simpler, mostly because it doesn't need to implement GActionObservable. In addition to muxing different action groups with the <prefix>.<action_name> scheme, it has the notion of global, prefix-less actions. Indicator-messages needs those for the status and clear actions. | ||||
* | Rename AppMenuItem to AppSection | Lars Uebernickel | 2012-05-31 | 1 | -2/+2 |
| | |||||
* | Port to gmenu, act I | Lars Uebernickel | 2012-05-24 | 1 | -2/+0 |
| | | | | | | | Work-in-progress of the gmenu port for the service. The bulk of this patch removes everything related to libindicate from the service. Only the static app launchers and their configured shortcut actions are exported for now. | ||||
* | Merge launcher- and appmenuitems | Lars Uebernickel | 2012-05-23 | 1 | -2/+0 |
| | |||||
* | Use a gsettings list for finding out which apps should appear in the menu | Lars Uebernickel | 2012-05-21 | 1 | -1/+0 |
| | | | | | | | | | | | Previously, this was handled by looking for .desktop files in various system and user directories. The messaging menu should not display any applications by default anymore, so a simple per-user gsettings list suffices. A neat side effect is that the hairy blacklist handling is not needed anymore, either. Small regression: apps are not configurable at runtime anymore (settings key is not listened to for changes). | ||||
* | Remove the seen db | Lars Uebernickel | 2012-05-18 | 1 | -2/+0 |
| | | | | | | | It was only really used to figure out whether one of the default apps was ever running, so that "Set up..." or the app name and actions would be shown in the menu. Since there are no default apps anymore, this is not needed either. | ||||
* | Remove default applications | Lars Uebernickel | 2012-05-18 | 1 | -3/+0 |
| | | | | | | | | This gets rid of the "Set Up <app>" sections for Email, Chat, and Broadcast. Also, default apps don't get to override the icon and names anymore. Every app gets its real name and icon displayed. Overriding the icon with X-Ayatana-Messaging-Menu-Icon is still possible. | ||||
* | Ensure that we're not distributing any gtest sources | Ted Gould | 2012-03-21 | 1 | -2/+1 |
| | |||||
* | Substituting build code under test lib for individual includes for example. | Allan LeSage | 2012-03-20 | 1 | -3/+1 |
| | |||||
* | Makefile fixes for code under test lib. | Allan LeSage | 2012-03-20 | 1 | -2/+1 |
| | |||||
* | Attempt to build lib of code under test. | Allan LeSage | 2012-03-20 | 1 | -0/+53 |
| | |||||
* | Corrected a Makefile merge omission for tests, stripped down dummy test. | Allan LeSage | 2012-03-19 | 1 | -4/+0 |
| | |||||
* | Charles-advised changes to test/Makefile.am for proper CPPFLAGS. | Allan LeSage | 2012-03-19 | 1 | -2/+6 |
| | |||||
* | Experimental Makefile.am changes to support GTest. | Allan LeSage | 2012-03-16 | 2 | -9/+11 |
| | |||||
* | Temp commit for review by charles. | Allan LeSage | 2012-03-15 | 2 | -21/+28 |
| | |||||
* | Dummy commit on 'no rule' err. | Allan LeSage | 2012-03-15 | 2 | -0/+37 |
| | |||||
* | Building a simple little activator to find out if we can activate the service. | Ted Gould | 2009-05-28 | 2 | -0/+56 |