Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clear up the uses of g_type_init(). | Mathieu Trudel-Lapierre | 2013-01-21 | 21 | -41/+0 |
| | |||||
* | in the test-json and test-json-instruction unit tests, don't tell ↵ | Charles Kerr | 2012-09-19 | 1 | -2/+2 |
| | | | | dbus-test-runner to ignore the server & clients' return values | ||||
* | make pkg-config check not fail if valgrind was not found | Evgeni Golov | 2012-06-12 | 1 | -0/+4 |
| | | | | | | this allows to build and run non-valgrind checks on arches where valgrind is not available | ||||
* | Merge lp:~ted/dbusmenu/event-grouping to reduce the number of dbus messages ↵ | Charles Kerr | 2012-04-04 | 2 | -0/+166 |
|\ | | | | | | | | | | | | | that hud-service sends. This change takes all of the events on a client and puts them into single dbus messages to be sent to the server. It also does the same thing for about-to-show messages. Both sets of messages are reserialized on either side to make callers unable to notice the difference. | ||||
| * | Adding a test that disables the event grouping | Ted Gould | 2012-04-03 | 2 | -0/+166 |
| | | |||||
* | | Turns out we don't need the valgrind libs to use those macros, the pkgconfig ↵ | Ted Gould | 2012-04-02 | 1 | -0/+1 |
|/ | | | | file is over zealous. Thanks go to sewardj! | ||||
* | Adding in a test to print the number of instructions it takes to export a menu | Ted Gould | 2012-03-28 | 2 | -1/+24 |
| | |||||
* | Making the json test signal based instead of timeout based | Ted Gould | 2012-03-28 | 2 | -6/+8 |
| | |||||
* | Insert callgrind annotations into the server | Ted Gould | 2012-03-28 | 1 | -1/+9 |
| | |||||
* | Grabbing the firefox extreme case | Ted Gould | 2012-03-27 | 1 | -0/+43629 |
|\ | |||||
| * | Adding a Firefox extreme menu case for testing | Ted Gould | 2012-03-27 | 1 | -0/+43629 |
| | | |||||
* | | Making it so that the JSON handler can handle an array of bytes to specify ↵ | Ted Gould | 2012-03-27 | 1 | -3/+21 |
| | | | | | | | | images | ||||
* | | Using the new --wait-for attribute of dbus-test-runner | Ted Gould | 2012-03-27 | 2 | -20/+3 |
|/ | |||||
* | Removing this test as it doesn't work properly with GTK currently | Ted Gould | 2012-02-22 | 1 | -1/+3 |
| | |||||
* | Do not read the label text from the label widget | Alberto Mardegan | 2012-02-22 | 1 | -0/+1 |
| | | | | | | | | | The label text stored in the widget might have been modified with markup. Instead of reading it back from the widget, return the text as set by the client, unmodified. Alter the test-gtk-submenu so that the correct behaviour is checked for. | ||||
* | Making sure there is no menu proxy in our tests | Ted Gould | 2012-02-07 | 1 | -0/+15 |
| | |||||
* | Removing criticals for submenu test | Ted Gould | 2012-02-07 | 1 | -1/+4 |
| | |||||
* | Make it so that critical messages cause the test suite to fail | Ted Gould | 2012-02-03 | 1 | -0/+15 |
| | |||||
* | Turn off the timeouts that are causing the tests to fail | Ted Gould | 2012-01-30 | 1 | -1/+1 |
| | |||||
* | Unreffing a variant we never had a reference to | Ted Gould | 2012-01-30 | 1 | -1/+0 |
| | |||||
* | If we see the 'icon-data' we undo a base64 string and make it a binary | Ted Gould | 2012-01-26 | 1 | -2/+11 |
| | |||||
* | Adding a way for the node2variant to know the name of what it's parsing | Ted Gould | 2012-01-26 | 1 | -5/+5 |
| | |||||
* | Fixing header directories for GTK3 build | Ted Gould | 2012-01-26 | 2 | -2/+2 |
|\ | |||||
| * | Separate libdbusmenu-glib and libdbusmenu-gtk include directories | György Balló | 2012-01-05 | 2 | -2/+2 |
| | | |||||
* | | Remove test-glib-proxy from XFAIL list | Alex Launi | 2011-10-26 | 1 | -3/+0 |
|/ | |||||
* | Adding an optional build of the dumper | Dennis Schridde | 2011-09-19 | 1 | -2/+10 |
| | |||||
* | Making sure to sink the reference before parsing it. | Ted Gould | 2011-09-19 | 1 | -0/+2 |
| | |||||
* | Making GTK optional | Ted Gould | 2011-09-02 | 1 | -5/+13 |
|\ | |||||
| * | Make building for GTK optional | Dennis Schridde | 2011-09-02 | 1 | -5/+13 |
| | | |||||
* | | Adding in a mnemonic test | Ted Gould | 2011-08-22 | 1 | -0/+32 |
| | | |||||
* | | Adding disposition tests | Ted Gould | 2011-08-22 | 1 | -0/+21 |
|/ | |||||
* | Marking glib-proxy-test as XFAIL to release. Captured in bug 799878. | Ted Gould | 2011-06-20 | 1 | -0/+3 |
| | |||||
* | Hide a warning that is happening on GTK 3 and breaking the test | Ted Gould | 2011-06-17 | 1 | -0/+14 |
| | |||||
* | Make tests build under GTK+ 3 | Ted Gould | 2011-06-17 | 6 | -12/+25 |
| | |||||
* | Commenting out the Python tests as they don't test what we want | Ted Gould | 2011-03-10 | 1 | -2/+8 |
| | |||||
* | Changing values to be booleans instead of strings to remove warnings. | Ted Gould | 2011-02-21 | 1 | -13/+13 |
| | |||||
* | Fixing test data to not include default data, saving 40K of data. | Ted Gould | 2011-02-21 | 1 | -1603/+508 |
| | |||||
* | Fixing the path of the python in the test | Ted Gould | 2011-02-21 | 1 | -1/+1 |
| | |||||
* | Bringing along the simple items test as well | Ted Gould | 2011-02-21 | 1 | -0/+2 |
| | |||||
* | Fixing distcheck by including py file and cleaning up it's pyc | Ted Gould | 2011-02-21 | 1 | -7/+15 |
| | |||||
* | add test-gtk-shortcut-client.py Python GI test | Martin Pitt | 2011-02-21 | 2 | -0/+59 |
| | | | | | This replicates tests/test-gtk-shortcut-client.c using Python and GI. | ||||
* | merge trunk | Martin Pitt | 2011-02-21 | 3 | -5/+13 |
|\ | |||||
| * | Fixing distcheck | Ted Gould | 2011-02-17 | 1 | -4/+8 |
| |\ | |||||
| | * | Make sure to clean up the reports | Ted Gould | 2011-02-15 | 1 | -4/+8 |
| | | | |||||
| * | | Don't unref the variant as we don't really have a ref to it, it's still floating | Ted Gould | 2011-02-15 | 1 | -1/+0 |
| | | | |||||
| * | | Making sure the root isn't NULL before continuing | Ted Gould | 2011-02-14 | 1 | -0/+5 |
| |/ | |||||
* / | add test-glib-simple-items.py Python GI test | Martin Pitt | 2011-02-21 | 2 | -2/+41 |
|/ | | | | | | This replicates tests/test-glib-simple-items.c using Python and GI. Update the Makefile to use the locally generated GI typelibs for the tests. | ||||
* | For some reason this isn't an object, seems like a builder error, but we're ↵ | Ted Gould | 2011-01-23 | 1 | -1/+0 |
| | | | | not checking for those really. | ||||
* | Adding some debug code, commented out. | Ted Gould | 2011-01-23 | 1 | -0/+7 |
| | |||||
* | Adding a child test, but it's failing to make the children. | Ted Gould | 2011-01-23 | 1 | -0/+51 |
| |