summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-03-26trivial: update a gitignore fileRichard Hughes1-0/+5
2010-03-22Add some missing G_BEGIN_DECLS and G_END_DECLS to fix including from C++Richard Hughes5-8/+20
2010-03-19pk-qt: Fixed UpdateState enumDaniel Nicoletti1-1/+1
2010-03-17python: do not call finished before exiting the script due to an errorRichard Hughes1-2/+5
2010-03-17glib: ensure we remove CLEANUP and FINISHED packages from the package sack be...Richard Hughes1-1/+20
2010-03-17glib: add some self tests for pk_package_sack_remove_by_filter()Richard Hughes1-2/+30
2010-03-17glib: do not generate a PkPackageSack from the package array, instead add pac...Richard Hughes1-19/+6
2010-03-17glib: add pk_package_sack_filter() and pk_package_sack_remove_by_filter()Richard Hughes2-0/+80
2010-03-17trivial: use the const package data to reduce the number of g_strdup and g_fr...Richard Hughes1-17/+9
2010-03-16trivial: add one more error enum, PK_ERROR_ENUM_PROVIDE_TYPE_NOT_SUPPORTEDRichard Hughes2-0/+2
2010-03-16glib: fix up a critical warning when installing a file, not a packageRichard Hughes1-32/+34
2010-03-11Do not show installed packages when we choose packages to downloadRichard Hughes1-6/+7
2010-03-08Fix reporting distribution upgrades by setting the correct property in two pl...Richard Hughes1-4/+4
2010-03-08When realpath fails, do not silently fail but return with an errorRichard Hughes1-5/+30
2010-03-03trivial: add some compat defines for old versions of gnome-packagekitRichard Hughes1-0/+4
2010-03-03Break internal python API by supplying a list of filters to the backend, not ...Richard Hughes1-7/+7
2010-03-02bugfix: fixed packagekit.client.search_file() in Python bindings.Tim Waugh1-1/+1
2010-02-26trivial (almost): uniform Python backend API signatures, this shouldn't affec...Fabio Erculiani1-6/+6
2010-02-24Forgot lib-glib2 change about simulateRemovePackage autoremoveDaniel Nicoletti5-4/+10
2010-02-24Added autoremove to simulateRemovePackageDaniel Nicoletti2-6/+6
2010-02-22PackageKit-Qt: Drop QObject for PackageAdrien Bustany13-118/+117
2010-02-19Change the python helpers to get sent an array of values, not a delimited stringRichard Hughes1-5/+5
2010-02-18packagekit-qt: Fix tests to use correct signal protoAdrien Bustany1-1/+1
2010-02-18PackageKit-Qt: Switch from QDbusReply to QDBusPendingReplyAdrien Bustany1-6/+9
2010-02-18PackageKit-Qt: Port the tests to the new Enum classAdrien Bustany1-8/+8
2010-02-18PackageKit-Qt: Fix filtersToString and make enumToString more robustAdrien Bustany1-0/+5
2010-02-18packagekit-qt: fix the enum useDaniel Nicoletti1-1/+1
2010-02-18trivial: actually define PK_CLIENT_ERROR_LAST -- I think I'm actually going i...Richard Hughes1-1/+3
2010-02-18glib2: add pk_control_suggest_daemon_quit() (and async version)Vincent Untz4-0/+207
2010-02-09PackageKit-Qt: Hopefully fix moc files generationAdrien Bustany1-9/+15
2010-02-09Revert "pk-qt: fixed some small issues with makefiles"Adrien Bustany2-0/+24
2010-02-09PackageKit-Qt: Fix Makefile.am for generated filesAdrien Bustany1-0/+8
2010-02-09pk-qt: fixed some small issues with makefilesDaniel Nicoletti2-25/+0
2010-02-09Install the introspection data to the correct locationRichard Hughes1-1/+1
2010-02-09trivial: add some getters and setters to PkCategoryRichard Hughes2-0/+187
2010-02-08PackageKit-Qt: Fully automatize the proxy generationAdrien Bustany9-552/+45
2010-02-08PackageKit-Qt: Port tests to current APIAdrien Bustany3-14/+14
2010-02-08trivial: fix make distcheckRichard Hughes1-0/+8
2010-02-05pk-qt: Moved all enums to Enum::class, and updated someDaniel Nicoletti14-522/+536
2010-02-05Merge branch 'master' of git+ssh://git.packagekit.org/srv/git/PackageKitDaniel Nicoletti3-10/+34
2010-02-05pk-qt: Added more constness to the lib, cleaned some includes and updated API...Daniel Nicoletti13-199/+140
2010-02-05trivial: Add another error enum: PACKAGE_DATABASE_CHANGEDRichard Hughes2-0/+2
2010-02-05qt: Add a Last[enum-type] entry to ensure we always can compile with -pedanti...Richard Hughes1-9/+31
2010-02-05Fix up a typo that prevents compiling programs that use packagekit-qt with -p...Slawomir Czarko1-1/+1
2010-02-04pk-qt: moved the package enums to Enum classDaniel Nicoletti5-175/+269
2010-02-04Add the eula-required python method helperRichard Hughes1-0/+13
2010-02-04Update the list of free licences from the Fedora wikiRichard Hughes2-0/+12
2010-02-03trivial: update some gitignore filesRichard Hughes1-0/+2
2010-02-02Define a new error code for when the user declines the simulationRichard Hughes2-2/+4
2010-02-02Add a new library function: pk_package_sack_filter_by_info()Richard Hughes2-0/+39