summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* (_gtk__MDV_Notebook) actually use better rendering for background gradientThierry Vignaud2008-09-242-1/+3
|
* (_gtk__MDV_Notebook) handle "flip" option for "Image_using_pixbuf" too (couldThierry Vignaud2008-09-241-2/+4
| | | | | be done for "Image_using_pixmap" but that's uneeded for now)
* 11.53Thierry Vignaud2008-09-243-1/+5
|
* move selection image so that it's available to MCC tooThierry Vignaud2008-09-241-0/+0
|
* (_gtk__MDV_Notebook) add full support for new MCC style ; aka make this ↵Thierry Vignaud2008-09-244-3/+19
| | | | widget resizable
* (_gtk__MDV_Notebook) reorderThierry Vignaud2008-09-241-1/+1
|
* (_gtk__MDV_Notebook) make sure filler is big enoughThierry Vignaud2008-09-241-0/+3
|
* (_gtk__MDV_Notebook) store some values around (needed for next commits)Thierry Vignaud2008-09-241-1/+3
|
* (_gtk__MDV_Notebook) enable to override right widget; make it expandsThierry Vignaud2008-09-242-1/+3
|
* log latest changeThierry Vignaud2008-09-241-0/+2
|
* (_gtk__Image_using_pixbuf) introduce new 'Image_using_pixbuf' widget:Thierry Vignaud2008-09-241-0/+16
| | | | | | like 'Image_using_pixmap', it renders using DITHER_MAX which is much better on 16bpp displays but it also handle transparancy
* (_new_alpha_pixbuf,_pixbuf_render_alpha) move & rename code from mcc in orderThierry Vignaud2008-09-241-0/+15
| | | | | | | | to be able to render transparent pixbufs with dithering: new_pixbuf() => _new_alpha_pixbuf() render_alpha() => _pixbuf_render_alpha()
* 11.52.2Pascal Rigaux2008-09-242-1/+3
|
* - clean_rpmdb_shared_regions before and after calling gurpmi.addmedia/gurpmi2Pascal Rigaux2008-09-242-0/+5
| | | | | in chroot
* always set compssListLevel in interactive choosePackages step (even in ↵Olivier Blin2008-09-242-3/+3
| | | | auto-install)
* (Gtk2::Banner->set_pixmap) revert blino's workaround (246276 fromThierry Vignaud2008-09-241-1/+1
| | | | | 2008/09/22) which is now uneeded
* (installPackages) call Gtk2::Banner::update_text() instead of ↵Thierry Vignaud2008-09-241-1/+1
| | | | Gtk2::Banner::set_pixmap()
* (update_text) split it out of Gtk2::Banner->set_pixmapThierry Vignaud2008-09-241-0/+5
|
* (gtkcreate_pixbuf) perl_checker cleanupThierry Vignaud2008-09-241-1/+1
|
* (Gtk2::Banner->new) fix icon alignment in bannersThierry Vignaud2008-09-242-1/+3
|
* further adjust for RTL languagesThierry Vignaud2008-09-241-1/+1
|
* (_gtk__MDV_Notebook) further adjustThierry Vignaud2008-09-241-1/+1
|
* (_gtk__MDV_Notebook) do not hardcode widthThierry Vignaud2008-09-241-1/+1
|
* Update French translationChristophe Berthelé2008-09-241-140/+21
|
* 11.52.1Thierry Vignaud2008-09-242-1/+3
|
* log latest changesThierry Vignaud2008-09-241-0/+3
|
* (_gtk) enable to set handler for 'realize' signal on any widgetThierry Vignaud2008-09-241-0/+1
|
* (_gtk,_gtk__DrawingArea) enable to set handler for 'expose_event' signal on ↵Thierry Vignaud2008-09-241-1/+1
| | | | any widget
* update translation for PolishTomasz Bednarski2008-09-241-161/+55
|
* Hungarian translation updateGergely Lonyai2008-09-241-3/+21
|
* 11.52Thierry Vignaud2008-09-233-1/+5
|
* do not try to run drakbugThierry Vignaud2008-09-232-0/+3
|
* reformatThierry Vignaud2008-09-231-2/+3
|
* enable to disable it trough the DISABLE_DRAKBUG environment variableThierry Vignaud2008-09-232-2/+5
|
* fix sizing some labels (workarounding infamous 6 years old gnome bug 101968)Thierry Vignaud2008-09-232-2/+6
|
* fix typoOlivier Blin2008-09-231-2/+2
|
* install cpufreq (defaulting to ondemand governor) instead of powernowd (#43769)Olivier Blin2008-09-232-1/+3
|
* auto-configure floppies (in /etc/modprobe.preload.d/floppy)Olivier Blin2008-09-232-0/+2
|
* harddrake: auto-configure floppiesOlivier Blin2008-09-233-0/+10
|
* oops, it should be lower caseOlivier Blin2008-09-231-1/+1
|
* allow setting compssListLevel from command lineOlivier Blin2008-09-232-0/+3
|
* oops, I meant o->{compssListLevel}Olivier Blin2008-09-231-1/+1
|
* reuse o->{rpmsrate_flags_chosen} (in disabled feather feature...)Olivier Blin2008-09-231-1/+1
|
* inline o->{compssListLevel} usage and remove useless parameterOlivier Blin2008-09-231-4/+4
|
* use o->{compssListLevel} instead of hardcoded default rate (so that it can ↵Olivier Blin2008-09-231-3/+2
| | | | be customized from command line later)
* use default packages rate (4) instead of max rate (5) as compssListLevel ↵Olivier Blin2008-09-231-1/+1
| | | | (since interactive installs don't depend on it being set to max anymore)
* explicitely pass max rate when computing available size corrected (not to ↵Olivier Blin2008-09-232-4/+4
| | | | depend on o->{compssListLevel} that currently defaults to max rate)
* extract compssListLevel setting, for later factorizationOlivier Blin2008-09-232-2/+3
|
* remove install::steps_interactive::setPackages, it's exactly the same as the ↵Olivier Blin2008-09-231-5/+0
| | | | install::steps::setPackages it's overriding
* move rpmsrate values in variablesOlivier Blin2008-09-234-3/+5
|