Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meta class desktop also uses galaxy theme, not blue theme | Guillaume Cottenceau | 2003-03-10 | 1 | -2/+1 |
| | |||||
* | fix theming in --doc mode | Guillaume Cottenceau | 2003-02-28 | 1 | -2/+11 |
| | |||||
* | cleanup handling of XF4 server choice during install | Pascal Rigaux | 2003-02-25 | 1 | -7/+3 |
| | |||||
* | change a bit position of main window and steps window | Guillaume Cottenceau | 2003-02-20 | 1 | -3/+4 |
| | | | | | in steps window, have titles in grey | ||||
* | reposition main and steps window when in RTL language | Guillaume Cottenceau | 2003-02-18 | 1 | -2/+10 |
| | |||||
* | allow to specify font size in output of l2pango_font | Guillaume Cottenceau | 2003-02-18 | 1 | -10/+3 |
| | | | | | destroy and recreate steps window when charset changed because gtk won't update the font size otherwise | ||||
* | fix my breakage (broke non-latin1 installs :/) | Guillaume Cottenceau | 2003-02-16 | 1 | -10/+15 |
| | |||||
* | cleanup | Guillaume Cottenceau | 2003-02-14 | 1 | -5/+2 |
| | |||||
* | fix default_theme always responding 'galaxy' | Guillaume Cottenceau | 2003-02-14 | 1 | -1/+1 |
| | |||||
* | - update steps window to 9.1 theme (blue/white bullets) | Guillaume Cottenceau | 2003-02-14 | 1 | -11/+35 |
| | | | | | - don't destroy steps window between each step => better looking | ||||
* | - use nice new gnome theme by ln and fcrozat | Guillaume Cottenceau | 2003-02-13 | 1 | -23/+46 |
| | | | | | | | | - remove old no more used themes - for doc team, provide an option so that we'll override some colors of the default theme (for B&W printing screeshots) | ||||
* | do translate "System installation" and "System configuration" in steps window | Pascal Rigaux | 2003-02-09 | 1 | -2/+2 |
| | |||||
* | language/country selection change: | Guillaume Cottenceau | 2003-02-08 | 1 | -7/+2 |
| | | | | | | | | | | | | | | | - first install step is selection of your language, in your language; it uses images for that - language->country is probed, the selection of the country is possible if there was a problem, in the Summary step - in the $o big structure, we now use $o->{locale} which contains three keys: lang, country and utf8 - lang.pm has been cleaned and rewritten a bit - keyboard probing now done only on language (because this step is at the beginning of the install) - timezone probing done on country, if use changes country before timezone in the Summary, re-probe timezone accordingly | ||||
* | remove create_big_help | Pascal Rigaux | 2003-02-06 | 1 | -15/+0 |
| | |||||
* | ensure the window is big enough in 640x480: remove logo and steps window | Pascal Rigaux | 2003-02-02 | 1 | -2/+6 |
| | |||||
* | (createXconf): special case for "none" mouse device | Pascal Rigaux | 2003-01-31 | 1 | -1/+1 |
| | |||||
* | graphical layout change | Pascal Rigaux | 2003-01-31 | 1 | -3/+3 |
| | |||||
* | enlarge "steps" window a little | Pascal Rigaux | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | small enhancement to know which step is currently done | Pascal Rigaux | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | new steps window layout | Pascal Rigaux | 2003-01-16 | 1 | -41/+11 |
| | |||||
* | - remove help (which was at the bottom) | Pascal Rigaux | 2003-01-07 | 1 | -2/+2 |
| | | | | | | | - wizard style - focus "Next" button by default (this is rough, some dialog boxes *need* changes before being able to complete (think root password dialog)) | ||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | | | | "every", "partition" | ||||
* | remove unused variable ($step_name) | Pascal Rigaux | 2002-12-09 | 1 | -1/+0 |
| | |||||
* | remove code handling setstep | Pascal Rigaux | 2002-12-09 | 1 | -1/+0 |
| | |||||
* | better style | Guillaume Cottenceau | 2002-12-06 | 1 | -3/+1 |
| | |||||
* | fix syntax & style | Guillaume Cottenceau | 2002-12-05 | 1 | -6/+8 |
| | |||||
* | two pango font names, for 10 and 12 sizes | Pablo Saratxaga | 2002-12-05 | 1 | -1/+2 |
| | |||||
* | made some functions to retrieve pango font namese from lang/charset | Pablo Saratxaga | 2002-12-05 | 1 | -2/+7 |
| | |||||
* | put "Nimbus Sans L" as used font | Pablo Saratxaga | 2002-12-04 | 1 | -2/+2 |
| | |||||
* | try of Gtk2 font definitions | Pablo Saratxaga | 2002-12-04 | 1 | -0/+2 |
| | |||||
* | gtk2 | Guillaume Cottenceau | 2002-12-03 | 1 | -33/+43 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -2/+2 |
| | |||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -4/+2 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | fixed old Xconf style because it doesn't work anymore on i845 with newer format. | Francois Pons | 2002-09-03 | 1 | -13/+23 |
| | |||||
* | don't use ExplorerPS/2 during install (since install is xfree3) | Pascal Rigaux | 2002-08-22 | 1 | -0/+1 |
| | |||||
* | - remove buttons to change theme | Pascal Rigaux | 2002-08-08 | 1 | -19/+4 |
| | | | | | | - add F5 to change the theme to the 'white' theme - cleanup the theme code | ||||
* | workaround a weird pb with gtk: still re-creating help Gtk::Text at each ↵ | Pascal Rigaux | 2002-08-08 | 1 | -3/+1 |
| | | | | step :-/ | ||||
* | - remove the "help" button | Pascal Rigaux | 2002-08-08 | 1 | -8/+2 |
| | | | | | - ensure the help box is not created twice (except when changing theme) | ||||
* | replace "$foo" with $foo | Pascal Rigaux | 2002-07-31 | 1 | -3/+3 |
| | |||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -5/+5 |
| | |||||
* | adapt to new Xconfig modules | Pascal Rigaux | 2002-07-28 | 1 | -3/+3 |
| | |||||
* | - rename updateCardAccordingName into add_to_card__using_Cards | Pascal Rigaux | 2002-07-20 | 1 | -94/+42 |
| | | | | | | - rename cardConfigurationAuto into probe_cards - cleanup the simple XF86Config used during install | ||||
* | normalize Modeline to ModeLine | Pascal Rigaux | 2002-07-17 | 1 | -2/+2 |
| | |||||
* | corrected create_xpm API | damien | 2002-03-18 | 1 | -1/+1 |
| | |||||
* | remove DarkMarble and blueHeart themes | Pascal Rigaux | 2002-02-21 | 1 | -2/+2 |
| | |||||
* | - add and use aewm-drakx | Pascal Rigaux | 2001-09-15 | 1 | -0/+3 |
| | | | | | | - add some "skip" title on help/logo/steps windows so that aewm-drakx know they don't need keyboard focus - add some more title to ease debugging (when aewm-drakx is in debug mode) | ||||
* | mouse test moved | damien | 2001-09-10 | 1 | -96/+0 |
| |