summaryrefslogtreecommitdiffstats
path: root/perl-install/install_gtk.pm
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-318/+0
|
* display & update steps during graphical auto_installs (which never go throughPascal Rigaux2006-01-261-0/+1
| | | | | the Gtk2 main loop)
* (update_steps_position) render passed steps as bold and current step as bold ↵Thierry Vignaud2005-08-261-1/+5
| | | | italic as requested by IHM team
* (create_steps_window) leave around references on text widget and on unmarked ↵Thierry Vignaud2005-08-261-1/+2
| | | | text for steps
* (create_steps_window) underline step categories (and render them as bold btw)Thierry Vignaud2005-08-261-1/+1
|
* (create_steps_window) precreate pixbuf for 'done' state tooThierry Vignaud2005-08-261-1/+1
|
* - rename logo to have a mandriva namePascal Rigaux2005-08-031-2/+2
| | | | | - its size is bigger, so adapt to it
* use ctrl+alt+home instead of ctrl+alt+del to restart installOlivier Blin2005-08-031-1/+1
|
* fix position of steps window in direction rtl (bugzilla #15261)Pascal Rigaux2005-04-061-1/+1
|
* - by default, gtk use /usr/share/themes/Galaxy/gtk-2.0/gtkrc,Pascal Rigaux2005-03-071-1/+1
| | | | | | | | so add this gtkrc to the install, and so no need to have galaxy settings in themes-galaxy.rc => this fixes the doc theme not having the good shapes for the buttons - fix the worst pb in themes-blue.rc (even if we don't use it)
* cleanupPascal Rigaux2005-01-111-1/+0
|
* help size doesn't need anything special anymorePascal Rigaux2005-01-111-1/+0
|
* don't fake a ugtk2, use pure mygtk2 insteadPascal Rigaux2005-01-111-4/+2
|
* don't fake a ugtk2, use pure mygtk2 insteadPascal Rigaux2005-01-111-4/+2
|
* no need to set title to 'skip' (it was used by aewm-drakx)Pascal Rigaux2005-01-111-2/+2
|
* install_gtk::create_help_window is unused, removing itPascal Rigaux2005-01-111-18/+0
|
* fix typo (thanks to perl_checker)Pascal Rigaux2005-01-061-1/+1
|
* - move some install specific code out of ugtk2.pm into install_gtk.pmPascal Rigaux2005-01-061-0/+25
| | | | | - move some install specific code out of common.pm into install_any.pm
* simplify (we always want the logo, and looking the right path is already ↵Pascal Rigaux2004-12-311-2/+1
| | | | done elsewhere)
* fix overlapPascal Rigaux2004-12-281-1/+1
|
* re-organize steps display as requested by ergonomic teamPascal Rigaux2004-12-281-6/+11
|
* don't parse the theme rc file to set the root window background color during ↵Pascal Rigaux2004-12-171-14/+10
| | | | | | | install, instead use the gc of a fake window named "background"
* switch to mygtk2Pascal Rigaux2004-12-171-29/+29
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-1/+1
|
* keyboard_drv.o is needed by Xorg, and driver must "keyboard", not "Keyboard"Pascal Rigaux2004-12-121-1/+1
|
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-1/+1
|
* the color of the categories of steps is better in the themePascal Rigaux2004-11-121-2/+1
| | | | | (it was the only part not defined in the theme but in the code)
* fix converting the background colorPascal Rigaux2004-11-121-1/+1
|
* no special theme for meta_class firewallPascal Rigaux2004-10-051-1/+0
|
* merge globetrotter support from MDK-10-branchThierry Vignaud2004-06-181-3/+2
|
* enlarge steps window (no pb since the window is invisible) (bugzilla #8985)Pascal Rigaux2004-03-171-2/+2
|
* fix potential errorPascal Rigaux2004-03-021-1/+1
|
* add SecurityPolicy to remove "error opening security policy file" warningPascal Rigaux2004-03-021-0/+3
|
* don't force buttons a size related to $::windowwidth since this is no more ↵Guillaume Cottenceau2004-02-201-0/+1
| | | | used to size the main window (fixes missing Next button in vgahi), use a global $::real_windowwidth for sizings related to the main window
* resurrect 9.2 code for setting background. i was said to remove it for move ↵Guillaume Cottenceau2004-02-091-1/+9
| | | | because default colour is already mandrake colour but obviously it isn't.
* we now use XF4 during install, so we can support ExplorerPS/2 (XF3 didn't ↵Pascal Rigaux2004-02-041-1/+0
| | | | know it)
* fix set_default_direction() callThierry Vignaud2004-01-201-1/+1
|
* wacom support should be re-added :-/Pascal Rigaux2004-01-121-1/+1
|
* XFree4 during installPascal Rigaux2004-01-121-118/+4
|
* obsolete livedrake, live_install, live_updatePascal Rigaux2004-01-061-1/+0
|
* have a fake helpwindow so that wizardwindow shrinks a bit and we don't ↵Guillaume Cottenceau2003-11-211-1/+1
| | | | totally hide "MandrakeMove" logo at bottom
* smaller wizard window in moveGuillaume Cottenceau2003-11-181-2/+3
|
* override tex color when selected as well, it's white per default, and with ↵Guillaume Cottenceau2003-10-161-1/+3
| | | | the grey selected background it's ugly
* no steps in move mode; for the moment, no logo as well, we'll see what ↵Guillaume Cottenceau2003-10-161-2/+2
| | | | graphical aspect look like with ln
* override gtk theme selection color since we won't do inverse-video on the ↵Guillaume Cottenceau2003-10-151-0/+11
| | | | text when it's images
* setting background color is normally not needed anymore since XFree starts ↵Guillaume Cottenceau2003-10-151-8/+0
| | | | with "mandrake color" by default now
* use installed galaxy gnome theme in moveGuillaume Cottenceau2003-10-151-8/+8
|
* better disabling of anti-alias, fix non-fb based start of drakx (amd64, move)Guillaume Cottenceau2003-10-151-2/+4
|
* inactivate antialias in VGA16 because it makes fonts look worseGuillaume Cottenceau2003-09-111-0/+12
|
* fix direction setting for bidi (need perl-Gtk2-0.95-5mdk though)Thierry Vignaud2003-08-281-1/+1
|