aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/edit_urpm_sources.pm
Commit message (Collapse)AuthorAgeFilesLines
* fix indentThierry Vignaud2015-06-011-1/+1
|
* fix list jumping when tickling an item (mga#12180)Thierry Vignaud2015-06-011-0/+6
|
* bump copyright noticeThierry Vignaud2014-06-291-1/+1
| | | | for bad faith people who do look at "git log"...
* 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
|
* fix my emailThierry Vignaud2013-12-161-1/+1
|
* fix my emailThierry Vignaud2013-12-161-1/+1
|
* 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
| | | | thus fixing a crash when deleting media (mga#11895)
* convert menu to UIManagerThierry Vignaud2013-12-051-20/+48
|
* (show_about) split it outThierry Vignaud2013-12-051-20/+22
| | | | needed for next commit
* 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
|
* fix $model->iter_next($iter) usage with Gtk3Thierry Vignaud2013-12-051-2/+2
|
* those setters no more accept undefThierry Vignaud2013-12-051-3/+3
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-12-051-63/+63
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-12-051-13/+13
|
* merge curl_download into Rpmdrake::edit_urpm_sourcesThierry Vignaud2013-03-211-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 Vignaud2013-02-261-1/+1
|
* prevent having double punctuation (mga#6642)Thierry Vignaud2012-09-181-1/+1
|
* s!for adding!to add! (mga#6642)Thierry Vignaud2012-09-181-2/+2
|
* remove space before question mark (mga#6642)Thierry Vignaud2012-09-181-2/+2
|
* s!is Mga pkg!is the Mga pkg! (mga#6642)Thierry Vignaud2012-09-181-1/+1
|
* s!user!username! (mga#6642)Thierry Vignaud2012-09-181-1/+1
|
* s!informations!information! (mga#6642)Thierry Vignaud2012-09-181-1/+1
|
* rename variable to be distro agnosticThierry Vignaud2012-08-241-1/+1
|
* - fix plural, thank to JohnR Michael Scherer2011-05-061-2/+2
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-141-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 alwaysThierry Vignaud2010-03-031-2/+2
| | | | UTF-8 encoded)
* (mainwindow) fix crashing when deleting media with UTF-8 characters (#57644)Thierry Vignaud2010-02-241-1/+0
|
* (run) make lord perl_checker happierThierry Vignaud2009-10-161-1/+1
|
* fix enabling for the first time a medium that never was enabled beforeThierry Vignaud2009-10-091-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 mediaThierry Vignaud2009-10-091-0/+2
|
* (mainwindow) prevent crashing if one click on a media checkbox whileThierry Vignaud2009-10-091-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 arrowsThierry Vignaud2009-09-301-2/+9
|
* (mainwindow) make more readableThierry Vignaud2009-02-151-4/+13
|
* use same icon as in mcc instead of rpmdarke one (#44671)Thierry Vignaud2009-02-141-1/+1
|
* use mcc icon if availlable (#44671)Thierry Vignaud2009-02-141-2/+2
|
* (easy_add_callback_with_mirror,easy_add_callback) honnor cancelingThierry Vignaud2009-02-141-0/+2
| | | | | when the user closed the "updates/full_sources" dialog (#47125)
* (mainwindow) do not use the same shortcut for "Add a specific "mediaThierry Vignaud2009-02-121-1/+1
| | | | | mirror" and "_Add a custom medium" menu entries (#46027)
* use english case (spoted by pixel)Thierry Vignaud2009-01-081-1/+1
|
* (remove_callback) fix displayling big list of media to remove andThierry Vignaud2009-01-081-3/+3
| | | | | adjust spacing accordingly (#46773)
* (edit_callback) keep previous valuesThierry Vignaud2008-11-241-3/+3
|
* (edit_callback) do not save empty valuesThierry Vignaud2008-11-241-3/+3
|
* use new proper API now that we try not to drop 'ignore' flag when updating a ↵Thierry Vignaud2008-11-241-1/+1
| | | | medium (#44930)
* (mainwindow::reread_media) stop droping 'ignore' flag when updating aThierry Vignaud2008-11-241-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 Vignaud2008-11-241-1/+1
|
* (mainwindow) make 'add media' item in menu more meaningfull (fix ambiguity)Thierry Vignaud2008-11-241-1/+1
|
* (add_callback) make clearer than DVD, CD-ROM are removable devices (#30842)Thierry Vignaud2008-11-171-1/+1
|