aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* - removed conditional to allow file listing of uninstalled packagesJoão Victor Duarte Martins2010-04-291-0/+1
| | | | | (#58871)
* NEWS updateJoão Victor Duarte Martins2010-04-261-0/+2
|
* Updated versionJoão Victor Duarte Martins2010-04-061-0/+2
|
* Fixes the inactive backports listing (#40556)João Victor Duarte Martins2010-04-061-0/+2
|
* (toggle_nodes) fix for a crash (#56144)Thierry Vignaud2010-03-041-0/+2
|
* 5.25Thierry Vignaud2010-03-031-0/+2
|
* (get_main_text,get_string_from_keywords) explain what are official, ↵Thierry Vignaud2010-03-031-0/+1
| | | | backports ... packages
* (format_pkg_simplifiedinfo) do not show file list if emptyThierry Vignaud2010-03-031-0/+1
|
* (mainwindow) fix crashing when deleting media with UTF-8 characters (#57644)Thierry Vignaud2010-02-241-0/+3
|
* 5.24Thierry Vignaud2009-12-031-0/+2
|
* remove --root option that was deprecated since August 2007Thierry Vignaud2009-12-031-0/+1
| | | | (rationale: its meaning conflicts with urpmi's --root one)
* (inspect) use gtksourceview-2 instead of gtksourceview-1Thierry Vignaud2009-12-031-0/+1
|
* (run_treeview_dialog) fix crashing when running as user (#55009)Thierry Vignaud2009-12-031-0/+3
| | | | | | (the whole 'options' menu is disabled when not running as root ; alternatively we could show those 2 opions when running as user as they can be usefull)
* 5.23Thierry Vignaud2009-10-271-0/+2
|
* (format_pkg_simplifiedinfo) rename 'dependancies' as 'newThierry Vignaud2009-10-191-0/+2
| | | | | dependancies' and tell there's no new dependancy when dependancies list is empty (#54697)
* last change is for MandrivaUpdate tooThierry Vignaud2009-10-191-3/+2
|
* (perform_removal) use a scrolling window if needed when displayingThierry Vignaud2009-10-191-0/+4
| | | | list of orphan packages after removing some packages (#54713)
* 5.22Thierry Vignaud2009-10-161-0/+2
|
* (perform_installation) match urpmi behavior when registering requested packageThierry Vignaud2009-10-161-0/+1
| | | | aka do not register all packages as potential orphan packages
* display a graphical warning when trying more than one instance insteadThierry Vignaud2009-10-161-0/+3
| | | | of silently exiting
* (run_treeview_dialog) do not display the banner when height <= 480Thierry Vignaud2009-10-131-0/+4
| | | | | instead of just < 480 (#54550)
* 5.21.1Thierry Vignaud2009-10-121-0/+2
|
* (run_drakbug,run_help_callback) try harder to display help, bug wizards, ... ↵Thierry Vignaud2009-10-121-0/+2
| | | | as user
* add missing spaceThierry Vignaud2009-10-121-1/+1
|
* add first original bug IDThierry Vignaud2009-10-091-1/+1
|
* 5.21Thierry Vignaud2009-10-091-0/+2
|
* fix enabling for the first time a medium that never was enabled beforeThierry Vignaud2009-10-091-0/+2
| | | | | | | | | | | | | | | (#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/+1
|
* (mainwindow) prevent crashing if one click on a media checkbox whileThierry Vignaud2009-10-091-0/+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
* (do_search) fix searching on just names by restoring previous logic (#54339)Thierry Vignaud2009-10-091-0/+3
| | | | | | got broken in r261170 from 2009-10-01 ("enable to search in full or short package names (#46473)") which is simpler
* fix dateThierry Vignaud2009-10-021-1/+1
|
* 5.20Thierry Vignaud2009-10-021-0/+2
|
* (perform_removal) display orphan packages after removing some packagesThierry Vignaud2009-10-021-0/+1
|
* (perform_installation) fix flags for orphan computing, thus fixingThierry Vignaud2009-10-021-0/+3
| | | | registering orphan packages (#51229)
* 5.19Thierry Vignaud2009-10-011-0/+2
|
* (extract_header) ignore packages with no URPM objects (#52751)Thierry Vignaud2009-10-011-0/+1
|
* sortThierry Vignaud2009-10-011-1/+1
|
* (pkg2medium) pkg2medium() could return undef but several placesThierry Vignaud2009-10-011-1/+2
| | | | blindly dereferenced it which could lead to rare crashes (#49901)
* update GUI package listThierry Vignaud2009-10-011-0/+1
|
* fix message when adding distrib media (#49566)Thierry Vignaud2009-10-011-0/+2
|
* (run_treeview_dialog) fix for unreproductable crash (#49273)Thierry Vignaud2009-10-011-0/+1
|
* (inspect) fix encoding of diff output (#52994)Thierry Vignaud2009-10-011-0/+3
| | | | | | | (inspired from Rpmdrake::run_rpm which we cannot reuse since run_program::get_stdout() ignores output when return value is not 0, which can be 0 or 1 with diff depending whether files are identical or not)
* 5.18Thierry Vignaud2009-10-011-0/+2
|
* (run_treeview_dialog) show rpmdrake version in about dialog instead ofThierry Vignaud2009-10-011-0/+2
| | | | distribution version (#49467)
* (real_quit) warn on exit if some packages are selected (#45404)Thierry Vignaud2009-10-011-0/+1
|
* (do_search) fix searching for summary on startup (#49293)Thierry Vignaud2009-10-011-0/+1
| | | | | (was broken since 253201 on 2009/02/23: "slightly reduce memory usage by not keeping around summaries ")
* (run_treeview_dialog) rerun search after reloading package list (#49834)Thierry Vignaud2009-10-011-0/+1
|
* (run_treeview_dialog) clear search results too when cleaing searched text ↵Thierry Vignaud2009-10-011-0/+1
| | | | (#49239)
* (do_search) enable to search in full or short package names (#46473)Thierry Vignaud2009-10-011-0/+1
|
* (do_search) default to OR like searches for searches among package names ↵Thierry Vignaud2009-10-011-0/+1
| | | | (#37643)