Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo | Pascal Rigaux | 2005-01-11 | 1 | -1/+1 |
| | |||||
* | - $current_window can be local to ugtk2, so do it that way | Pascal Rigaux | 2005-01-11 | 1 | -11/+18 |
| | | | | | - create force_keyboard_focus() | ||||
* | better comments | Pascal Rigaux | 2005-01-11 | 1 | -3/+8 |
| | |||||
* | we always have force_focus when we have !$::isStandalone, | Pascal Rigaux | 2005-01-11 | 3 | -10/+8 |
| | | | | | so do it that way and get rid of $ugtk2::force_focus | ||||
* | remove $ugtk2::force_center_at_pos, inline it instead | Pascal Rigaux | 2005-01-11 | 2 | -8/+6 |
| | |||||
* | cleanup | Pascal Rigaux | 2005-01-11 | 1 | -1/+0 |
| | |||||
* | help size doesn't need anything special anymore | Pascal Rigaux | 2005-01-11 | 1 | -1/+0 |
| | |||||
* | don't fake a ugtk2, use pure mygtk2 instead | Pascal Rigaux | 2005-01-11 | 1 | -4/+2 |
| | |||||
* | don't fake a ugtk2, use pure mygtk2 instead | Pascal Rigaux | 2005-01-11 | 1 | -4/+2 |
| | |||||
* | remove obsolete dir | Pascal Rigaux | 2005-01-11 | 1 | -1/+0 |
| | |||||
* | no need to set title to 'skip' (it was used by aewm-drakx) | Pascal Rigaux | 2005-01-11 | 1 | -2/+2 |
| | |||||
* | no need to set widget name to Title (what was it used for?) | Pascal Rigaux | 2005-01-11 | 1 | -3/+1 |
| | |||||
* | more consistent naming | Pascal Rigaux | 2005-01-11 | 1 | -1/+1 |
| | |||||
* | help initial positioning of window during install (since position_policy | Pascal Rigaux | 2005-01-11 | 1 | -0/+5 |
| | | | | | center-on-parent only works with a window manager, we can't get rid of force_center_at_pos) | ||||
* | revert bad commit | Pascal Rigaux | 2005-01-11 | 1 | -1/+1 |
| | |||||
* | install_gtk::create_help_window is unused, removing it | Pascal Rigaux | 2005-01-11 | 1 | -18/+0 |
| | |||||
* | install_gtk::create_help_window is unused, removing it | Pascal Rigaux | 2005-01-11 | 1 | -2/+1 |
| | |||||
* | add comments | Pascal Rigaux | 2005-01-11 | 1 | -0/+3 |
| | |||||
* | move some now common things in _create_window() | Pascal Rigaux | 2005-01-10 | 1 | -11/+10 |
| | |||||
* | more installing special install shortcuts in _create_window() | Pascal Rigaux | 2005-01-10 | 1 | -4/+2 |
| | | | | | (there is no reason for not having the shortcuts when the window has pop_it) | ||||
* | - XFdrake test is not standalone, it is the non install nor standalone state | Pascal Rigaux | 2005-01-10 | 2 | -4/+2 |
| | | | | | | (used when there is no window manager) - get rid of now unused $ugtk2::force_center | ||||
* | dont_run_directly_stage2 and trace_stage2 needs the live, not the clp | Pascal Rigaux | 2005-01-10 | 1 | -0/+2 |
| | |||||
* | use {icon_no_error} instead of {icon} | Pascal Rigaux | 2005-01-10 | 1 | -4/+4 |
| | |||||
* | create {icon_no_error} | Pascal Rigaux | 2005-01-10 | 1 | -3/+7 |
| | |||||
* | rewrite | Pascal Rigaux | 2005-01-10 | 1 | -21/+22 |
| | |||||
* | rewrite | Pascal Rigaux | 2005-01-10 | 1 | -2/+2 |
| | |||||
* | the test is not useful, we can't get to this code when $::isEmbedded is set | Pascal Rigaux | 2005-01-10 | 1 | -1/+1 |
| | |||||
* | emove unused feature | Pascal Rigaux | 2005-01-10 | 1 | -1/+1 |
| | |||||
* | $ugtk2::pop_it is unused | Pascal Rigaux | 2005-01-10 | 1 | -2/+2 |
| | |||||
* | simplify using {pop_it} | Pascal Rigaux | 2005-01-10 | 1 | -3/+1 |
| | |||||
* | - add vera fonts (normal and bold) | Pascal Rigaux | 2005-01-10 | 2 | -1/+5 |
| | | | | | | - generate fonts.dir and fonts.cache-1 - take cursor.pcf.gz from system | ||||
* | add /etc/fonts/fonts.conf | Pascal Rigaux | 2005-01-10 | 1 | -0/+1 |
| | |||||
* | - remove cursor.pcf.gz (now taken from system) | Pascal Rigaux | 2005-01-10 | 1 | -0/+0 |
| | | | | | - generate fonts.dir and fonts.cache-1 | ||||
* | Require urpmi 4.6.11 (for --expect-install) | Rafael Garcia-Suarez | 2005-01-10 | 1 | -1/+1 |
| | |||||
* | Add --expect-install to the options passed to urpmi to install packages, so | Rafael Garcia-Suarez | 2005-01-10 | 1 | -1/+2 |
| | | | | | | do_pkgs::install() can return 0 or true depending on whether some packages were actually installed. | ||||
* | install zaptel packages if needed | Thierry Vignaud | 2005-01-10 | 1 | -0/+1 |
| | |||||
* | simplify | Pascal Rigaux | 2005-01-10 | 1 | -2/+3 |
| | |||||
* | rsync is useful too | Pascal Rigaux | 2005-01-10 | 1 | -0/+1 |
| | |||||
* | use "mingetty --autologin" instead of calling directly "bash --login", that | Pascal Rigaux | 2005-01-10 | 1 | -1/+1 |
| | | | | | | way the shell has a valid controlling terminal (CTTY, accessed via /dev/tty). This is needed for ssh to work | ||||
* | Silent install of terminal-server if needed (--X is deprecated) | Rafael Garcia-Suarez | 2005-01-10 | 1 | -5/+1 |
| | |||||
* | add ivtv driver | Thierry Vignaud | 2005-01-10 | 1 | -1/+1 |
| | |||||
* | install ivtv packages if needed | Thierry Vignaud | 2005-01-10 | 1 | -0/+1 |
| | |||||
* | Don't use deprecated urpmi --X option | Rafael Garcia-Suarez | 2005-01-10 | 1 | -1/+1 |
| | |||||
* | have /dev rw (eg: for /dev/initctl) | Pascal Rigaux | 2005-01-10 | 1 | -0/+2 |
| | |||||
* | add what Lord Packdrakeng.pm request | Pascal Rigaux | 2005-01-10 | 1 | -0/+7 |
| | |||||
* | minimal ssh tools (alas it doesn't on console 1 because /dev/tty is ↵ | Pascal Rigaux | 2005-01-10 | 1 | -0/+3 |
| | | | | allocated properly, it needs fixing) | ||||
* | at least be able to mount /dev/pts if needed | Pascal Rigaux | 2005-01-10 | 1 | -0/+1 |
| | |||||
* | install scim-chewing if zh is selected by localedrake. Fix font setting for ↵ | Funda Wang | 2005-01-08 | 1 | -2/+3 |
| | | | | zh_CN. | ||||
* | changed chinese font names | Pablo Saratxaga | 2005-01-07 | 1 | -2/+2 |
| | |||||
* | new fonts-ttf-chinese package | Pablo Saratxaga | 2005-01-07 | 1 | -2/+2 |
| |