summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Drop AutotoolsJan Tojnar2020-01-131-93/+0
|
* Build with meson and add CIMarco Trevisan2019-01-311-0/+28
|
* Conditionall call g_type_init() after a version checkEmmanuele Bassi2017-07-172-0/+4
| | | | | There's no need to call g_type_init() since GLib 2.36, so let's hide it when building against newer versions of GLib.
* Add simple test for notification removalWilliam Jon McCann2011-06-162-0/+116
|
* Add another test with symbolic iconsWilliam Jon McCann2011-03-151-2/+2
|
* Add Python test script for GIRMartin Pitt2010-11-182-1/+56
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=635169
* Make actions test more like a real scenarioWilliam Jon McCann2010-11-151-1/+2
|
* Add a negative case to the action-icons testWilliam Jon McCann2010-10-291-0/+19
|
* Add test for action-iconsWilliam Jon McCann2010-10-292-0/+118
|
* Enhance the resident testWilliam Jon McCann2010-10-291-3/+50
|
* Add tests for transient and residentWilliam Jon McCann2010-10-283-0/+162
|
* use the non-deprecated api in the testWilliam Jon McCann2010-10-151-1/+1
|
* Use a less hacky way to get a stock pixbufWilliam Jon McCann2010-10-151-18/+12
|
* Port to gdbusChristian Persch2010-10-124-38/+0
| | | | Bug #622891.
* Port to gtk3 for the testsWilliam Jon McCann2010-10-091-5/+5
|
* Don't need to fuss with gtk symbols since we don't use gtk at all anymoreWilliam Jon McCann2010-10-092-79/+1
|
* Remove the ability to attach notifications to widgets or positionsWilliam Jon McCann2010-10-0816-34/+9
|
* Add a test for the persistence server capabilityWilliam Jon McCann2010-10-082-0/+99
|
* Don't link against a particular version of GTK+Bastien Nocera2010-06-282-4/+84
| | | | | | | | | | | | Instead, open ourselves through GModule, and check whether we have all the GTK+ and GDK functions required for us to work correctly. This means that the front-end application cannot rely on libnotify linking against GTK+, which would only be a problem for edge-cases. https://bugzilla.gnome.org/show_bug.cgi?id=622550
* Add a never expires test caseWilliam Jon McCann2010-06-231-1/+1
|
* Add test-rtl.cWilliam Jon McCann2010-06-231-0/+49
| | | | Missing from 3de71571ea822dd55d0a325553414e34b66d888a
* Add rtl test caseWilliam Jon McCann2010-04-021-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=608082
* Add pango's .gitignore generation fooWilliam Jon McCann2010-01-311-0/+2
|
* Add two more cases to basic testWilliam Jon McCann2010-01-291-0/+29
| | | | Add summary only and long summary
* Fix mode linesWilliam Jon McCann2010-01-2914-15/+15
|
* Use consistent style in the testsWilliam Jon McCann2010-01-2914-448/+560
|
* Allow to compile on HurdWilliam Jon McCann2010-01-091-4/+3
| | | | From http://trac.galago-project.org/ticket/166
* Use a more common (I hope) icontheme icon for the test.Christian Hammond2007-02-151-1/+1
|
* Added a test program that displays three notifications and then changes the ↵Christian Hammond2006-11-143-0/+89
| | | | amount of text in one of them.
* Bundle applet-critical.png.Christian Hammond2006-04-261-0/+2
|
* Set the second, replaced notification to have a default expiration.Christian Hammond2006-04-261-0/+1
|
* Patch by jensgr to fix some C99 usage in the tests code.Christian Hammond2006-04-211-1/+2
|
* Add test-xy-actions.Christian Hammond2006-02-042-0/+80
|
* Running out of disk space is a critical notification. Set the urgency level ↵Christian Hammond2006-02-041-0/+1
| | | | in test-multi-actions.
* It's a good thing to actually set the urgency levels in the urgency test.Christian Hammond2006-02-041-0/+3
|
* Add a test-urgency testcase.Christian Hammond2006-02-043-11/+77
|
* Make a best attempt at clearing away notifications that require actions or ↵Christian Hammond2006-01-231-0/+3
| | | | that exist until clicked when the calling application exits. This doesn't always work.
* Use one D-BUS connection, one GProxy, total. This is better than the one per ↵Christian Hammond2006-01-211-21/+11
| | | | notification, and fixes a few bugs.
* Remove notify_notification_show_and_forget(). It's less confusing to have ↵Christian Hammond2006-01-201-1/+3
| | | | one show function, and require that the user unref. It also simplifies the code quite a bit.
* Implement per-action user data.Christian Hammond2006-01-202-4/+8
|
* - Fix some weird argument ordering in the calls to dbus_g_proxy_call_*().Christian Hammond2006-01-203-3/+3
| | | | | | | - Re-order the arguments as per the spec. - Change NOTIFY_TIMEOUT_* to NOTIFY_EXPIRES_*. - Update the spec to 0.9.
* Rename notify_notification_set_icon_data_from_pixbuf to ↵Christian Hammond2006-01-201-2/+9
| | | | notify_notification_set_icon_from_pixbuf.
* Remove the config.h include from notifynotification.h.Christian Hammond2006-01-191-8/+0
|
* Add back notify_get_server_info() and notify_get_server_caps().Christian Hammond2006-01-163-1/+71
|
* Fix some C99 usage.Christian Hammond2006-01-111-1/+2
|
* Clean up lots of warnings.Christian Hammond2006-01-095-130/+148
|
* * Release 0.3.0John (J5) Palmieri2005-12-131-1/+3
| | | | | | | | * tests/Makefile.am, tools/Makefile.am: patch from Rodney Dawes <dobey at novell.com> fixing make distcheck * tools/notify-send.c: use show_and_forget
* - must have just checked in the src directory0.3.0John (J5) Palmieri2005-12-132-5/+5
| | | | | here is the rest
* * libnotify/notifynotification.c (SIGNAL_TYPE_CLOSED): "closed" glibJohn (J5) Palmieri2005-12-024-29/+47
| | | | | | | | | | | | signal added (notify_notification_clear_hints): New API for clearing out the hints hash (notify_notification_ref, notify_notification_unref): removed - use g_object_ref/unref * tests/*: Various changes to the test binaries
* First import of the next generation libnotify APIJohn (J5) Palmieri2005-11-1013-0/+701