aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* resurect translations from r17865 (that got translated between 2005-01-12 ↵Thierry Vignaud2008-03-1831-60/+60
| | | | and 2005-01-18)
* sync with codeThierry Vignaud2008-03-1874-225/+225
|
* (run_treeview_dialog) move view pull down menu as a real menuThierry Vignaud2008-03-182-13/+15
|
* (mode box changed signal) no need to call switch_pkg_list_mode() sinceThierry Vignaud2008-03-181-1/+0
| | | | | | all is managed by rebuild_tree() and since anyway switch_pkg_list_mode() is noop here b/c $rmodes{$val} is void
* (run_treeview_dialog) enable to shrink package groups tree (#38762)Thierry Vignaud2008-03-182-2/+3
| | | | | (need drakxtools >= 10.16)
* make clear latest change was for rpmdrake; also add note about UMPCThierry Vignaud2008-03-181-1/+3
| | | | | since we'll commit anothe fix
* (run_treeview_dialog) hide banner if screen height is small than 600 px (#38943)Thierry Vignaud2008-03-182-1/+3
|
* help emacs display UTF-8 accentsThierry Vignaud2008-03-181-0/+1
|
* more translationsWanderlei Antonio Cavassin2008-03-181-3/+3
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2008-03-181-32/+19
|
* Japanese translation updated.Yukiko Bando2008-03-181-3/+3
|
* update translation for PolishTomasz Bednarski2008-03-181-12/+6
|
* hungarian translation updateGergely Lonyai2008-03-181-380/+448
|
* Updated zh_CN translationFunda Wang2008-03-181-10/+8
|
* update for Hebrew translationDotan Kamber2008-03-181-37/+23
|
* Update Czech translation.Michal Bukovjan2008-03-171-142/+124
|
* 20080317Rhoslyn Prys2008-03-171-367/+444
|
* Updated Estonian translation.Marek Laane2008-03-171-82/+5
|
* Osatuta.Iñigo Salvador Azurmendi2008-03-171-33/+16
|
* * 2008-03-17 Reinout van Schouwen <reinout@gmail.comReinout van Schouwen2008-03-171-4/+4
| | | | | | - nl.po: Updated Dutch translation
* updateThierry Vignaud2008-03-171-0/+146
|
* updateThierry Vignaud2008-03-172-11/+11
|
* sync with codeThierry Vignaud2008-03-1774-3315/+3868
|
* 4.8Thierry Vignaud2008-03-172-1/+3
|
* (run_treeview_dialog) make find box larger and left-aligned (#38298)Thierry Vignaud2008-03-172-2/+2
|
* (run_treeview_dialog) rename "fbox" as more meaningfull "filter_box"Thierry Vignaud2008-03-171-2/+2
|
* (run_treeview_dialog) rename "cbox" as more meaningfull "view_box"Thierry Vignaud2008-03-171-2/+2
|
* (run_treeview_dialog) simplifyThierry Vignaud2008-03-171-2/+1
|
* add a "mode" combo box, thus restoring flat mode (#25770) and allowing again toThierry Vignaud2008-03-174-17/+42
| | | | | sort packages by size (#25417)
* (build_tree,run_treeview_dialog) do the sort when filling in the treeThierry Vignaud2008-03-172-2/+2
| | | | | | in "by_group" mode rather than setting it as a tree propriety (needed before resurecting flat mode)
* (build_tree) fix "by_leaves" filter by chomp()ing readed linesThierry Vignaud2008-03-171-1/+1
|
* (build_tree) fix by_leaves sorting by adding arch to package fullThierry Vignaud2008-03-171-1/+1
| | | | | names (needed before restoring flat mode)
* (run_treeview_dialog) restore tree_flat value (needed for next commits)Thierry Vignaud2008-03-171-1/+1
|
* fix a comment for mandriva_choice deathThierry Vignaud2008-03-171-1/+1
|
* tell the user to "restart system" when needed (needs urpmi-5.14)Thierry Vignaud2008-03-172-0/+6
|
* this is a rpmdrake only changeThierry Vignaud2008-03-171-1/+2
|
* kill unused $default_radio variableThierry Vignaud2008-03-171-3/+3
|
* sync with codeThierry Vignaud2008-03-1774-141/+141
|
* add tooltip to search entryThierry Vignaud2008-03-172-2/+2
|
* add tooltips to pull down menusThierry Vignaud2008-03-173-1/+5
|
* (run_treeview_dialog) simplify through mygtk2 (needed for next commit)Thierry Vignaud2008-03-171-10/+11
|
* (run_treeview_dialog) simplify initializing default viewThierry Vignaud2008-03-171-3/+3
|
* (run_treeview_dialog) rename 'modes' as 'views'Thierry Vignaud2008-03-171-10/+10
|
* 4.7Thierry Vignaud2008-03-172-1/+3
|
* log Funda's change regarding translationsThierry Vignaud2008-03-171-0/+1
|
* make clear it's rpmdrake changesThierry Vignaud2008-03-171-3/+4
|
* updateThierry Vignaud2008-03-171-0/+172
|
* (run_treeview_dialog) resurect 'all' view (got lost in latest commitThierry Vignaud2008-03-171-1/+1
| | | | | while splitting views from filters)
* (pkgs_provider) optimize (less copy, less dereferencing, less memory used)Thierry Vignaud2008-03-171-10/+10
|
* split filters (all, installed, non installed) from views (GUI, meta packages,Thierry Vignaud2008-03-175-9/+50
| | | | | updates, ...)