aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* test-gactionmuxer: don't spew warnings that are expectedLars Uebernickel2013-11-201-0/+17
|
* Remove app-section.[ch]Lars Uebernickel2013-08-282-3/+0
|
* test-client.py: flush GDBusConnection before (potentially) freeing itLars Uebernickel2013-08-271-0/+5
|
* Don't use deprecated g_simple_action_group_{lookup,insert}. Fixes: ↵Lars Uebernickel2013-08-221-12/+12
|\ | | | | | | | | | | https://bugs.launchpad.net/bugs/1215180. Approved by PS Jenkins bot, Charles Kerr.
| * Don't use deprecated g_simple_action_group_{lookup,insert}Lars Uebernickel2013-08-221-12/+12
| |
* | don't error out on deprecated declarationsSebastien Bacher2013-08-221-1/+1
|/
* Change g_simple_action_group_remove() to g_action_map_remove_action()Ted Gould2013-08-211-1/+1
|
* Swap g_simple_action_group_insert() for g_action_map_add_action()Ted Gould2013-08-211-5/+5
|
* Merge from trunkTed Gould2013-08-133-0/+88
|\
| * Use glib mainloop in dbusmock testLars Uebernickel2013-03-051-0/+3
| |
| * test-client: wait a bit longer until checking that mock methods were calledLars Uebernickel2013-02-271-12/+16
| |
| * Use a special desktop file for testingLars Uebernickel2013-02-263-7/+10
| |
| * Test libmessaging-menuLars Uebernickel2013-02-252-0/+78
| | | | | | | | | | | | Use dbusmock to test whether libmessaging-menu calls the right functions on registration and deregistration.
| * remove g_type_init() calls, bump glib requirement to 2.35.4Charles Kerr2013-01-222-10/+0
| |
* | Adding glib version guard to g_type_initSergio Schvezov2013-03-222-0/+10
| |
* | Fixed copyright/packaging issues.Renato Araujo Oliveira Filho2013-02-201-0/+18
| |
* | Change application to service d-bus protocolLars Uebernickel2012-11-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the protocol was simply a menu model and an action group of the currently active sources. The service inserted the menu as a section into the indicator menu. This doesn't work anymore, because applications can (soon) expose individual messages, and the messaging menu doesn't always display all of those at once. This patch introduces a more specific d-bus API. That API is still considered private: applications have to use libmessaging-menu.
* | Move service .xml into a common directoryLars Uebernickel2012-11-131-2/+2
|/ | | | | | | | | | Both the service (in src/) and the client library (in libmessaging-menu/) need access to the dbus interface description file. Until now, it resided in src, with both Makefiles calling gdbus-codegen on it. This patch moves the file to common/ and builds a convenience library that contains only the generated code.
* Fix out-of-tree builds (for make distcheck)Lars Uebernickel2012-08-211-2/+3
|
* Use gdbus-codegen also for the server side messages serviceLars Uebernickel2012-06-271-3/+2
|
* Remove status providersLars Uebernickel2012-06-251-6/+2
| | | | | | Applications will be able to set and retrieve status through libmessaging-menu and telepathy.
* Don't install convenience library used for the testsLars Uebernickel2012-06-131-9/+7
|
* testing: use EXPECT_* instead of ASSERT_*Lars Uebernickel2012-06-041-18/+18
|
* gactionmuxer: more testsLars Uebernickel2012-06-041-1/+110
|
* Link test against a static lib to clean up lcov reportingLars Uebernickel2012-06-041-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 extensivelyLars Uebernickel2012-06-041-1/+166
|
* gactionmuxer: don't crash when no global actions are givenLars Uebernickel2012-06-041-0/+15
|
* test: remove warnings in Makefile.am (duplicate vars)Lars Uebernickel2012-06-041-5/+3
|
* Remove dummy test caseLars Uebernickel2012-06-042-27/+1
|
* Add a first gactionmuxer testLars Uebernickel2012-06-042-1/+88
|
* Include different header in test case to fix `make check`Lars Uebernickel2012-06-041-2/+2
|
* Add GActionMuxerLars Uebernickel2012-06-031-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 AppSectionLars Uebernickel2012-05-311-2/+2
|
* Port to gmenu, act ILars Uebernickel2012-05-241-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 appmenuitemsLars Uebernickel2012-05-231-2/+0
|
* Use a gsettings list for finding out which apps should appear in the menuLars Uebernickel2012-05-211-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 dbLars Uebernickel2012-05-181-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 applicationsLars Uebernickel2012-05-181-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 sourcesTed Gould2012-03-211-2/+1
|
* Substituting build code under test lib for individual includes for example.Allan LeSage2012-03-201-3/+1
|
* Makefile fixes for code under test lib.Allan LeSage2012-03-201-2/+1
|
* Attempt to build lib of code under test.Allan LeSage2012-03-201-0/+53
|
* Corrected a Makefile merge omission for tests, stripped down dummy test.Allan LeSage2012-03-191-4/+0
|
* Charles-advised changes to test/Makefile.am for proper CPPFLAGS.Allan LeSage2012-03-191-2/+6
|
* Experimental Makefile.am changes to support GTest.Allan LeSage2012-03-162-9/+11
|
* Temp commit for review by charles.Allan LeSage2012-03-152-21/+28
|
* Dummy commit on 'no rule' err.Allan LeSage2012-03-152-0/+37
|
* Building a simple little activator to find out if we can activate the service.Ted Gould2009-05-282-0/+56