aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added 'TEST_XML_OUTPUT' option on cmake to enable/disalbe test output in xml.Renato Araujo Oliveira Filho2012-11-222-1/+8
* Fixed memory leak after the service disappear.Renato Araujo Oliveira Filho2012-11-221-0/+5
|\
| * Avoid find children recursive during the model cleanup.Renato Araujo Oliveira Filho2012-11-221-1/+1
| * Moved model children clear to clearModel function.Renato Araujo Oliveira Filho2012-11-221-5/+5
| * Fixed memory leak after the service disapear.Renato Araujo Oliveira Filho2012-11-211-0/+5
|/
* Reimplement roleNames() instead of using setRoleNames(…).Olivier Tilloy2012-11-202-9/+15
|\
| * Reimplement roleNames() instead of using setRoleNames(…).Olivier Tilloy2012-11-192-9/+15
|/
* releasing version 0.1.7.Olivier Tilloy2012-11-151-0/+9
|\
| * releasing version 0.1.7Olivier Tilloy2012-11-141-0/+9
|/
* Updates to get coverage and test results in jenkins.Renato Araujo Oliveira Filho2012-11-084-10/+12
|\
| * Merged 'lp:~renatofilho/girden/debian-dh'.Renato Araujo Oliveira Filho2012-11-071-2/+3
| |\
| | * Make the rule 'make check' always enabled.Renato Araujo Oliveira Filho2012-11-071-2/+3
| * | Merged mainline.Renato Araujo Oliveira Filho2012-11-070-0/+0
| |\ \ | |/ / |/| |
* | | Updated debian package to use debhelper instead of cdbs.Renato Araujo Oliveira Filho2012-11-0710-19/+33
|\ \ \ | | |/ | |/|
| | * Appended auto generated xml test output files into ignored list.Renato Araujo Oliveira Filho2012-11-071-0/+1
| | * Updated README file with the new coverage flag.Renato Araujo Oliveira Filho2012-11-071-2/+2
| | * Merged 'lp:~renatofilho/girden/debian-dh' branch.Renato Araujo Oliveira Filho2012-11-0710-19/+33
| | |\ | | |/ | |/|
| * | Fixed string comparation on cmake files.Renato Araujo Oliveira Filho2012-11-061-1/+2
| * | Skip tests on qemu to avoid crashes.Renato Araujo Oliveira Filho2012-11-061-2/+6
| * | Removed 'xvfb' from the dependency list.Renato Araujo Oliveira Filho2012-11-061-1/+0
| * | Uses "QT_QPA_PLATFORM=minimal" to run qt tests.Renato Araujo Oliveira Filho2012-11-013-13/+2
| * | Updated dependency list to use python3 packages.Renato Araujo Oliveira Filho2012-10-311-2/+2
| * | Added missing python dependencies.Renato Araujo Oliveira Filho2012-10-311-0/+3
| * | Merged mainline.Renato Araujo Oliveira Filho2012-10-316-12/+20
| |\ \
| * | | Revert last commit.Renato Araujo Oliveira Filho2012-10-312-0/+11
| * | | Reverted use of xvfb for tests. (Does not work with opengl)Renato Araujo Oliveira Filho2012-10-312-11/+0
| * | | Removed QtTestGui include from tests.Renato Araujo Oliveira Filho2012-10-316-6/+6
| * | | Added xvfb option on cmake to enable run tests without X running.Renato Araujo Oliveira Filho2012-10-314-1/+13
| * | | Added missing opengl dependency. Necessary for examples.Renato Araujo Oliveira Filho2012-10-311-0/+2
| * | | Removed show widgets functions to avoid problems in the auto builder.Renato Araujo Oliveira Filho2012-10-311-2/+0
| * | | Added 'dbus-test-runner' ad build dependency.Renato Araujo Oliveira Filho2012-10-311-0/+1
| * | | Updated rules to avoid warnings during the package build.Renato Araujo Oliveira Filho2012-10-311-0/+3
| * | | Fixed control file to accept any python3 version.Renato Araujo Oliveira Filho2012-10-311-1/+1
| * | | Updated debian package to use debhelper instead of cdbs.Renato Araujo Oliveira Filho2012-10-312-8/+10
| | | * Merged mainline.Renato Araujo Oliveira Filho2012-11-076-6/+18
| | | |\ | |_|_|/ |/| | |
* | | | Fixed tests to avoid crashing if dbus session is not available.Renato Araujo Oliveira Filho2012-11-025-6/+5
|\ \ \ \
| * | | | Fixed tests code to avoid crash if dbus session is not avaliable.Renato Araujo Oliveira Filho2012-11-025-6/+5
|/ / / /
* | | | releasing version 0.1.6.Olivier Tilloy2012-10-311-0/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | releasing version 0.1.6Olivier Tilloy2012-10-311-0/+13
|/ / /
| | * Updated tests make file to outpu xml results files.Renato Araujo Oliveira Filho2012-11-071-1/+1
| | * Rename coverage option name.Renato Araujo Oliveira Filho2012-10-311-5/+5
| |/ |/|
* | Migrate all the scripts to python3.Olivier Tilloy2012-10-319-14/+15
|\|
| * Merge the latest changes from trunk.Olivier Tilloy2012-10-304-7/+15
| |\
| * | Migrate all scripts to python3.Olivier Tilloy2012-10-309-13/+14
* | | Use the correct function "g_action_group_change_action_state" to change the a...Renato Araujo Oliveira Filho2012-10-306-12/+20
|\ \ \ | |_|/ |/| |
| * | Used utf8 instead of latin1 for strings.Renato Araujo Oliveira Filho2012-10-307-17/+25
| |\ \ | |/ / |/| |
* | | Replaced gchar <-> QString convertion function, from Latin1 to Utf8.Renato Araujo Oliveira Filho2012-10-304-7/+15
|\ \ \ | |_|/ |/| |
| * | Created unit test for utf8 strings.Renato Araujo Oliveira Filho2012-10-302-1/+9
| * | Replaced string convertion from Latin1 to Utf8.Renato Araujo Oliveira Filho2012-10-302-6/+6
| | * Created function actionActivate on QDbusActionGroup.Renato Araujo Oliveira Filho2012-10-304-3/+11