Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump copyright notice | Thierry Vignaud | 2014-06-29 | 1 | -1/+1 |
| | | | | for bad faith people who do look at "git log"... | ||||
* | fix crashing when canceling browsing custom media path (mga#13268) | Thierry Vignaud | 2014-06-27 | 1 | -1/+4 |
| | |||||
* | fix down arrow button not working (mga#13572) | Thierry Vignaud | 2014-06-24 | 1 | -2/+2 |
| | |||||
* | fix my email | Thierry Vignaud | 2013-12-16 | 1 | -1/+1 |
| | |||||
* | fix my email | Thierry Vignaud | 2013-12-16 | 1 | -1/+1 |
| | |||||
* | fix crashing when selecting last medium | Thierry Vignaud | 2013-12-13 | 1 | -1/+1 |
| | |||||
* | fix edit button being unsensitive (mga#11961) | Thierry Vignaud | 2013-12-13 | 1 | -5/+6 |
| | |||||
* | adapt to Gtk3's get_selected_rows() returning an array ref (mga#11895) | Thierry Vignaud | 2013-12-06 | 1 | -3/+3 |
| | | | | thus fixing a crash when deleting media (mga#11895) | ||||
* | convert menu to UIManager | Thierry Vignaud | 2013-12-05 | 1 | -20/+48 |
| | |||||
* | (show_about) split it out | Thierry Vignaud | 2013-12-05 | 1 | -20/+22 |
| | | | | needed for next commit | ||||
* | same for artists, also mdv icons were replaced | Thierry Vignaud | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | set_authors() now expect an array ref | Thierry Vignaud | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | fix $model->iter_next($iter) usage with Gtk3 | Thierry Vignaud | 2013-12-05 | 1 | -2/+2 |
| | |||||
* | those setters no more accept undef | Thierry Vignaud | 2013-12-05 | 1 | -3/+3 |
| | |||||
* | use Gtk3 namespace instead of Gtk2 | Thierry Vignaud | 2013-12-05 | 1 | -63/+63 |
| | |||||
* | use (my|u)gtk3 instead of *tk2 | Thierry Vignaud | 2013-12-05 | 1 | -13/+13 |
| | |||||
* | merge curl_download into Rpmdrake::edit_urpm_sources | Thierry Vignaud | 2013-03-21 | 1 | -3/+17 |
| | | | | | | | | | | rationale: - it's its only user - it has nothing to do with curl since 2008 (and old XS curl code wasn't used anymore since 2003-05-12 when gurpm* stuff was merged in urpmi/gurpm*, grpmi/grpm.pl itself being killed on 2004-01-21) - gc was lazy | ||||
* | do not offer to pick only update media unless using --expert (mga#2317) | Thierry Vignaud | 2013-02-26 | 1 | -1/+1 |
| | |||||
* | prevent having double punctuation (mga#6642) | Thierry Vignaud | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | s!for adding!to add! (mga#6642) | Thierry Vignaud | 2012-09-18 | 1 | -2/+2 |
| | |||||
* | remove space before question mark (mga#6642) | Thierry Vignaud | 2012-09-18 | 1 | -2/+2 |
| | |||||
* | s!is Mga pkg!is the Mga pkg! (mga#6642) | Thierry Vignaud | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | s!user!username! (mga#6642) | Thierry Vignaud | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | s!informations!information! (mga#6642) | Thierry Vignaud | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | rename variable to be distro agnostic | Thierry Vignaud | 2012-08-24 | 1 | -1/+1 |
| | |||||
* | - fix plural, thank to JohnR | Michael Scherer | 2011-05-06 | 1 | -2/+2 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-02-14 | 1 | -7/+7 |
| | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r535 | dmorgan | 2011-02-14 00:37:56 +0000 (Mon, 14 Feb 2011) | 1 line Import cleaned rpmdrake ------------------------------------------------------------------------ | ||||
* | (remove_callback) further UTF-8 fixes (names are now already always | Thierry Vignaud | 2010-03-03 | 1 | -2/+2 |
| | | | | UTF-8 encoded) | ||||
* | (mainwindow) fix crashing when deleting media with UTF-8 characters (#57644) | Thierry Vignaud | 2010-02-24 | 1 | -1/+0 |
| | |||||
* | (run) make lord perl_checker happier | Thierry Vignaud | 2009-10-16 | 1 | -1/+1 |
| | |||||
* | fix enabling for the first time a medium that never was enabled before | Thierry Vignaud | 2009-10-09 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | (#47110, #52636) (side effect of urpmi changes) (mainwindow:toggled signal) reread_media() failed to un-ignore an ignored medium probably because urpm::media::check_existing_medium() complains about missing synthesis when the medium never was enabled before; thus it restored the ignore bit (reread_media) read back configuration after and not before updating media else ignore bit will be restored by urpm::media::check_existing_medium() when trying to update a never enabled yet medium | ||||
* | (run) ignore rpmdrake's option regarding ignoring debug media | Thierry Vignaud | 2009-10-09 | 1 | -0/+2 |
| | |||||
* | (mainwindow) prevent crashing if one click on a media checkbox while | Thierry Vignaud | 2009-10-09 | 1 | -2/+4 |
| | | | | | | | | | another click event is already being processed (#46727) rationale: flush() process waiting events including potential clicks on other media checkboxes, thus causing gtk+ to reenter the callback when we were processing refreshing events, which is not reentrant | ||||
* | (mainwindow) use proper stock icons for arrows | Thierry Vignaud | 2009-09-30 | 1 | -2/+9 |
| | |||||
* | (mainwindow) make more readable | Thierry Vignaud | 2009-02-15 | 1 | -4/+13 |
| | |||||
* | use same icon as in mcc instead of rpmdarke one (#44671) | Thierry Vignaud | 2009-02-14 | 1 | -1/+1 |
| | |||||
* | use mcc icon if availlable (#44671) | Thierry Vignaud | 2009-02-14 | 1 | -2/+2 |
| | |||||
* | (easy_add_callback_with_mirror,easy_add_callback) honnor canceling | Thierry Vignaud | 2009-02-14 | 1 | -0/+2 |
| | | | | | when the user closed the "updates/full_sources" dialog (#47125) | ||||
* | (mainwindow) do not use the same shortcut for "Add a specific "media | Thierry Vignaud | 2009-02-12 | 1 | -1/+1 |
| | | | | | mirror" and "_Add a custom medium" menu entries (#46027) | ||||
* | use english case (spoted by pixel) | Thierry Vignaud | 2009-01-08 | 1 | -1/+1 |
| | |||||
* | (remove_callback) fix displayling big list of media to remove and | Thierry Vignaud | 2009-01-08 | 1 | -3/+3 |
| | | | | | adjust spacing accordingly (#46773) | ||||
* | (edit_callback) keep previous values | Thierry Vignaud | 2008-11-24 | 1 | -3/+3 |
| | |||||
* | (edit_callback) do not save empty values | Thierry Vignaud | 2008-11-24 | 1 | -3/+3 |
| | |||||
* | use new proper API now that we try not to drop 'ignore' flag when updating a ↵ | Thierry Vignaud | 2008-11-24 | 1 | -1/+1 |
| | | | | medium (#44930) | ||||
* | (mainwindow::reread_media) stop droping 'ignore' flag when updating a | Thierry Vignaud | 2008-11-24 | 1 | -4/+0 |
| | | | | | | | | | medium (#44930) [was added in r17756 by rgarciasuarez on 2004-11-17: "When modifying a media has failed, restore it (and don't keep it in the intermediate state of being ignored)"] | ||||
* | (get_medium_type) fix displaying type of altered mirrorlist media (#44930) | Thierry Vignaud | 2008-11-24 | 1 | -1/+1 |
| | |||||
* | (mainwindow) make 'add media' item in menu more meaningfull (fix ambiguity) | Thierry Vignaud | 2008-11-24 | 1 | -1/+1 |
| | |||||
* | (add_callback) make clearer than DVD, CD-ROM are removable devices (#30842) | Thierry Vignaud | 2008-11-17 | 1 | -1/+1 |
| | |||||
* | (add_callback) there's no point in enabling one to tag media as update | Thierry Vignaud | 2008-11-17 | 1 | -1/+6 |
| | | | | | media when adding whole distro media | ||||
* | (mainwindow) fix displayed version in 'About' dialog | Thierry Vignaud | 2008-10-07 | 1 | -1/+1 |
| |