index
:
libdbusmenu
master
Pass a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Import upstream version 0.3.99
Ted Gould
2011-02-24
6
-1648
/
+671
|
\
|
*
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
|
|
\
|
*
|
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.
*
|
|
Import upstream version 0.3.98
Ted Gould
2011-02-17
4
-11
/
+21
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
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
|
|
/
*
|
Import upstream version 0.3.94
Ted Gould
2011-01-27
3
-12
/
+211
|
\
|
|
*
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
|
|
|
*
Adding in a basic test that just ensures the parser isn't entirely broken
Ted Gould
2011-01-23
2
-2
/
+91
|
|
*
|
Import upstream version 0.3.91
Ted Gould
2011-01-13
22
-1258
/
+1269
|
\
|
|
*
Adding a test for removal by string being NULL
Ted Gould
2011-01-05
1
-0
/
+8
|
|
|
*
Adding a test to test removing of properties
Ted Gould
2011-01-05
1
-0
/
+24
|
|
|
*
Fixing the requires in the pc files
Ted Gould
2010-12-08
1
-1
/
+1
|
|
|
*
Wrong directory for jsonloader header files.
Ted Gould
2010-12-07
1
-1
/
+1
|
|
|
*
Renaming the jsonloader pc file
Ted Gould
2010-12-02
2
-1
/
+1
|
|
|
*
Making the ints from the JSON file int32s
Ted Gould
2010-12-01
1
-1
/
+1
|
|
|
*
Changing the quoting so that the test passes
Ted Gould
2010-12-01
1
-822
/
+822
|
|
|
*
Convert json loader to using variants
Ted Gould
2010-11-23
1
-50
/
+57
|
|
|
*
Exporting the server before getting the name
Ted Gould
2010-11-23
1
-1
/
+2
|
|
|
*
Wrong bus name
Ted Gould
2010-11-19
1
-1
/
+1
|
|
|
*
Using the name assigned instead of a default.
Ted Gould
2010-11-18
1
-1
/
+1
|
|
|
*
Don't unref the variant we send and fix up debugging messages.
Ted Gould
2010-11-18
1
-3
/
+3
|
|
|
*
This now generates a warning, but unfortunately gtester fails that.
Ted Gould
2010-11-18
1
-1
/
+1
|
|
|
*
Switching to variants in the property changed signals
Ted Gould
2010-11-18
1
-6
/
+6
|
|
|
*
Moving the GValues over to GVariant
Ted Gould
2010-11-17
4
-26
/
+23
|
|
|
*
Getting names the GDBus way
Ted Gould
2010-11-16
2
-54
/
+62
|
|
|
*
Making a test do a name detection, but kinda making it async at the same time.
Ted Gould
2010-11-16
1
-28
/
+32
|
|
|
*
Chaning to get dbus names via GDBus
Ted Gould
2010-11-16
5
-106
/
+110
|
|
|
*
More name grabbing porting from dbus-glib to GDBus
Ted Gould
2010-11-16
3
-58
/
+55
|
|
|
*
Switching to GDBus for getting the name
Ted Gould
2010-11-16
1
-26
/
+27
|
|
|
*
Switching to GDBus from dbus-glib
Ted Gould
2010-11-16
1
-27
/
+28
|
|
|
*
Taking out the dbus-glib specialized types for now
Ted Gould
2010-11-16
1
-49
/
+2
|
|
*
|
Import upstream version 0.3.16
Ted Gould
2010-09-22
1
-6
/
+1
|
\
|
*
|
Import upstream version 0.3.15
Didier Roche
2010-09-22
1
-1
/
+6
|
\
|
*
|
Import upstream version 0.3.13
Ted Gould
2010-09-09
4
-6
/
+379
|
\
|
|
*
Adding checking of all the parameters in the signature
Ted Gould
2010-08-27
1
-4
/
+33
|
|
|
*
Fleshing out the test to get all happy
Ted Gould
2010-08-27
2
-2
/
+34
|
|
|
*
First phase of restructuring these tests, now we can move on to testing.
Ted Gould
2010-08-27
2
-82
/
+35
|
|
|
*
Adding in an events test
Ted Gould
2010-08-27
3
-0
/
+262
|
|
*
|
Import upstream version 0.3.12
Ted Gould
2010-08-26
3
-4
/
+24
|
\
|
[next]