summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)AuthorFilesLines
2010-03-26Show PkPackage changes in pkmon for easier debuggingRichard Hughes1-1/+21
2010-03-11Do not show installed packages when we choose packages to downloadRichard Hughes1-1/+1
2010-03-08trivial: print a message if there are not distro upgradesRichard Hughes1-1/+3
2010-02-01Show messages in the pkmon output when the task has completedRichard Hughes1-0/+26
2010-01-28Sort the packages by name in all pkcon resultsRichard Hughes1-1/+7
2010-01-27Update the Free Software Foundation addressRichard Hughes4-4/+4
2010-01-14If the user uses 'pkcon install dave.rpm' then give a useful error messageRichard Hughes1-1/+12
2010-01-14Ensure that pkgenpack generates filenames without ';' embedded in themRichard Hughes1-0/+3
2010-01-14Show the translated role and status when using pkgenpackRichard Hughes1-2/+17
2010-01-12trivial: rename foo_[to|from]_text to foo_[to|from}_string functions, to fit ...Richard Hughes3-18/+18
2009-12-07Remove the deprecated glib libraryRichard Hughes4-4/+4
2009-12-03pk-con: search provides for ANY instead of CODECDaniel Nicoletti1-1/+1
2009-11-26Moved get_distro id to a daemon propertyDaniel Nicoletti1-1/+16
2009-11-24pkcon: Add a return code for pkcon of 5 for 'nothing useful was done'Richard Hughes2-2/+49
2009-11-24pkcon: Add a message when there are no updatesRichard Hughes1-2/+9
2009-11-24Add a --plain option to pkcon to better support not-running with a consoleRichard Hughes1-11/+63
2009-11-24Fix a potential crash when pkcon gets a restart-required signalRichard Hughes1-2/+2
2009-11-23Update to a better version of the egg-debug codeRichard Hughes5-24/+6
2009-11-20Rename three methods in the unstable glib2 library so we are ready for 0.6.x ...Richard Hughes1-3/+3
2009-11-09Just for packagekit-glib2, drop the 'Code' from PkError as it's a redundant s...Richard Hughes2-4/+4
2009-11-09trivial: Fix pkcon get-transactions as it had a conversion errorRichard Hughes1-3/+0
2009-10-22Switch to a 100% GObject design in packagekit-glib2, and get rid of the typed...Richard Hughes2-98/+262
2009-10-07Revert "bugfix: allow Cancel() to work with pkcon when ctrl-c'd by introducin...Richard Hughes1-14/+3
2009-10-06bugfix: allow Cancel() to work with pkcon when ctrl-c'd by introducing a smal...Richard Hughes1-3/+14
2009-10-01trivial: Rename the 'idle' parameter to 'background' to better describe what ...Richard Hughes1-3/+3
2009-10-01feature: Add --noninteractive and --idle command line switches to pkconRichard Hughes1-0/+12
2009-09-29Add a compile time agreement of API unstableness in any external tools using ...Richard Hughes1-0/+1
2009-09-26trivial: emit the transaction-list-changed signal idle as it will be emitted ...Richard Hughes1-3/+3
2009-09-25pkmon: don't print transactions before we have properties setRichard Hughes1-2/+7
2009-09-24bugfix: call dbus_g_thread_init() in the client tools, even though nothing ba...Richard Hughes3-0/+6
2009-09-24Allow multiple search terms in packagekit-glib2, and add support in the clien...Richard Hughes1-5/+5
2009-09-22trivial: prefer pk_results_get_error_code() over pk_results_get_exit_code() i...Richard Hughes2-23/+17
2009-09-21glib2: allow getting the complete PkProgress object from PkResultsRichard Hughes1-1/+10
2009-09-21trivial: the glib2 paramter for the message type should be 'type', not 'message'Richard Hughes1-1/+1
2009-09-21trivial: use the transaction-id property of PkResults to prevent a memory lea...Richard Hughes1-11/+20
2009-09-17trivial: remove unused defineRichard Hughes1-1/+0
2009-09-17pkcon: when removing packages, allow removal of deps tooRichard Hughes1-1/+1
2009-09-17pkcon: Ensure we set the role as a progressbar heading when it is setRichard Hughes1-3/+17
2009-09-17pkmon: monitor network-status tooRichard Hughes1-0/+14
2009-09-16glib2: Add a PkTransactionList class which is like a stripped down glib1 PkTa...Richard Hughes1-82/+47
2009-09-15glib2: ship the -sync versions of PkClient and PkControl in the shared librar...Richard Hughes2-2/+2
2009-09-15spec: Depreciate ::Locked() and ::NetworkStateChanged() and add properties an...Richard Hughes2-16/+22
2009-09-10trivial: it's been pointed out I don't need the '_enum' suffix in structure m...Richard Hughes1-7/+7
2009-09-10Localise the info enums in pkcon (sorry translators...)Richard Hughes1-1/+1
2009-09-10Use the new PK_PACKAGE_ID_x macro in more placesRichard Hughes1-54/+54
2009-09-09trivial: fix up a few translated sections in the new codeRichard Hughes1-8/+21
2009-09-09Make glib2 compulsory, and convert all users to use the new libraryRichard Hughes9-4364/+864
2009-09-09Add a --enable-glib configure entry, but default this to TRUERichard Hughes1-20/+16
2009-09-08glib2: port the PkDesktop class from glib1Richard Hughes1-0/+3
2009-09-08trivial: fix make checkRichard Hughes2-5/+0