aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
Commit message (Expand)AuthorAgeFilesLines
* fix comparing packagesThierry Vignaud2014-06-271-1/+1
* keep only latest package per medium, not globally (mga#12766)Thierry Vignaud2014-06-271-1/+1
* Revert "package list contains only latest updates, not all, so"Thierry Vignaud2014-06-272-32/+11
* fix crashing when canceling browsing custom media path (mga#13268)Thierry Vignaud2014-06-271-1/+4
* fix down arrow button not working (mga#13572)Thierry Vignaud2014-06-241-2/+2
* package list contains only latest updates, not all, soAngelo Naselli2014-05-152-11/+32
* fix a crash when trying to debug an old issue (mga#8967)Thierry Vignaud2014-01-131-1/+8
* fix a crash (spot by Colin Guthrie)Thierry Vignaud2014-01-061-1/+1
* perl_checker cleanupThierry Vignaud2013-12-301-1/+1
* (add_nodes) fix slow update of pkgs list (mga#12000)Thierry Vignaud2013-12-281-0/+5
* fix a warningThierry Vignaud2013-12-211-1/+1
* fix displaying that the db is locked instead of an error messageThierry Vignaud2013-12-211-1/+1
* fix my emailThierry Vignaud2013-12-161-1/+1
* fix my emailThierry Vignaud2013-12-1610-10/+10
* fix crashing when selecting last mediumThierry Vignaud2013-12-131-1/+1
* fix edit button being unsensitive (mga#11961)Thierry Vignaud2013-12-131-5/+6
* adapt to Gtk3's get_selected_rows() returning an array ref (mga#11895)Thierry Vignaud2013-12-061-3/+3
* use introspection for Source tooThierry Vignaud2013-12-051-5/+10
* convert menu to UIManagerThierry Vignaud2013-12-051-20/+48
* (show_about) split it outThierry Vignaud2013-12-051-20/+22
* same for artists, also mdv icons were replacedThierry Vignaud2013-12-051-1/+1
* set_authors() now expect an array refThierry Vignaud2013-12-051-1/+1
* set_uri_hook() no more exists in gtk3Thierry Vignaud2013-12-051-9/+0
* ->get_widgets() now returns an array referenceThierry Vignaud2013-12-051-1/+1
* Pango->PANGO_WEIGHT_BOLD is not available through introspectionThierry Vignaud2013-12-051-1/+1
* fix calling method on unblessed referenceThierry Vignaud2013-12-051-1/+1
* fix guessing RTL or LTRThierry Vignaud2013-12-051-1/+1
* we no longuer have access to PANGO_PIXELS() with introspectionThierry Vignaud2013-12-051-1/+1
* we no longer can use old style objectsThierry Vignaud2013-12-051-1/+1
* fix $model->iter_next($iter) usage with Gtk3Thierry Vignaud2013-12-051-2/+2
* no need to load Pango anymoreThierry Vignaud2013-12-051-1/+0
* perlish ->style() => ->get_style()Thierry Vignaud2013-12-051-1/+1
* those setters no more accept undefThierry Vignaud2013-12-051-3/+3
* Gtk3::TreeViewColumn implements the Gtk3::CellLayout interface, which provide...Thierry Vignaud2013-12-051-1/+1
* perlish ->window => ->get_windowThierry Vignaud2013-12-051-8/+8
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-12-057-89/+89
* Gtk2::Pango -> PangoThierry Vignaud2013-12-052-3/+3
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-12-058-40/+42
* - --merge-all-rpmnew mode:Thomas Backlund2013-05-081-0/+1
* make it slighly faster: do not perform useless I/OThierry Vignaud2013-04-221-2/+1
* consider all config files, not only those in /etcThierry Vignaud2013-04-221-1/+1
* make --merge-all-rpmnew less dangerousThierry Vignaud2013-04-221-0/+4
* fix install dialog being on top of sub dialogs (mga#9646)Thierry Vignaud2013-04-211-3/+1
* forgot to commit one bit of previous fixThierry Vignaud2013-04-201-1/+1
* fix retrieving XML information (mga#9529)Thierry Vignaud2013-03-261-1/+1
* perl_checker cleanupsThierry Vignaud2013-03-241-3/+1
* use gurpm for informing about verifying signatures (mga#9520)Thierry Vignaud2013-03-241-1/+1
* do not update progress bar for signatureThierry Vignaud2013-03-241-1/+1
* merge patch for mga#4918Thierry Vignaud2013-03-241-1/+2
* explicitely destroy $gurpmThierry Vignaud2013-03-241-4/+4