Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | handle new ethernet drivers: r6040 | Thierry Vignaud | 2008-08-11 | 2 | -1/+2 | |
| | ||||||
* | handle new PATA drivers: pata_ninja32 & pata_ns87415 | Thierry Vignaud | 2008-08-11 | 2 | -1/+3 | |
| | ||||||
* | handle new gigabit driver: atl1e | Thierry Vignaud | 2008-08-11 | 2 | -1/+3 | |
| | ||||||
* | 11.6 | Thierry Vignaud | 2008-08-08 | 2 | -1/+4 | |
| | ||||||
* | (is_running) make it return the actual PID of the first found process rather ↵ | Thierry Vignaud | 2008-08-07 | 1 | -3/+3 | |
| | | | | than a boolean | |||||
* | (is_running) factorize code between mdkapplet & net_applet so that ↵ | Thierry Vignaud | 2008-08-07 | 1 | -1/+10 | |
| | | | | | | | | draksnapshot-applet can reuse it too note that this code need to be adapted for multiples simultaneous sessions (being the same user or different users) | |||||
* | (mirrors_raw) add product type to URL when fetching mirror list | Thierry Vignaud | 2008-08-06 | 3 | -1/+5 | |
| | | | | | (Romain d'Alverny's request) | |||||
* | 11.5 | Thierry Vignaud | 2008-08-06 | 2 | -1/+3 | |
| | ||||||
* | (new) fix latest commit | Thierry Vignaud | 2008-08-06 | 1 | -1/+1 | |
| | ||||||
* | (new) fix more strange focus bugs | Thierry Vignaud | 2008-08-06 | 2 | -1/+3 | |
| | ||||||
* | update | José Melo | 2008-08-06 | 1 | -30/+17 | |
| | ||||||
* | update | José Melo | 2008-08-06 | 1 | -192/+88 | |
| | ||||||
* | update | José Melo | 2008-08-06 | 1 | -19/+20 | |
| | ||||||
* | 11.4 | Thierry Vignaud | 2008-08-05 | 2 | -1/+3 | |
| | ||||||
* | (_gtk_any_Window) make 'transient_for' force modality over 'modal' | Thierry Vignaud | 2008-08-05 | 2 | -1/+3 | |
| | | | | | | | | | | | | | | | parameter now that ugtk2::new no longer set modality, else we got strange focus bugs. ugtk2's behavior was altered in r243651 on 2008-07-25: "do not force all windows to be modal at install time since it causes issues with matchbox window manager modality got forced in r210547 on 2005-01-11 while switching to mygtk2 which collapsed two code paths in ones whereas one wasn't setting modality ('create "MagicWindow" in mygtk2 out of ugtk2::new()')" | |||||
* | fix french translation for /boot requirement on RAID | Olivier Blin | 2008-08-04 | 1 | -4/+4 | |
| | ||||||
* | typo fix (#42380) | Thierry Vignaud | 2008-08-04 | 72 | -72/+72 | |
| | ||||||
* | 11.3 | Thierry Vignaud | 2008-08-04 | 1 | -0/+4 | |
| | ||||||
* | 11.3 | Thierry Vignaud | 2008-08-04 | 2 | -1/+3 | |
| | ||||||
* | (create_okcancel) set spacing between buttons | Thierry Vignaud | 2008-08-04 | 1 | -1/+1 | |
| | ||||||
* | Update French translation | Christophe Berthelé | 2008-07-31 | 1 | -124/+50 | |
| | ||||||
* | 11.2 | Olivier Blin | 2008-07-31 | 2 | -1/+3 | |
| | ||||||
* | include extmod Xorg module (for SHAPE extension) | Olivier Blin | 2008-07-31 | 2 | -0/+3 | |
| | ||||||
* | Update French translation | Christophe Berthelé | 2008-07-31 | 1 | -15/+6 | |
| | ||||||
* | better wording (from berthy) | Olivier Blin | 2008-07-31 | 1 | -1/+1 | |
| | ||||||
* | Update French translation | Christophe Berthelé | 2008-07-31 | 1 | -5/+12 | |
| | ||||||
* | 11.1 | Olivier Blin | 2008-07-31 | 2 | -1/+3 | |
| | ||||||
* | do not require matchbox gconf schema (not provided by drakx-installer-matchbox) | Olivier Blin | 2008-07-31 | 2 | -1/+2 | |
| | ||||||
* | 11.011.0 | Thierry Vignaud | 2008-07-30 | 2 | -1/+3 | |
| | ||||||
* | add new icons | Thierry Vignaud | 2008-07-30 | 4 | -0/+0 | |
| | ||||||
* | update step status icons | Thierry Vignaud | 2008-07-30 | 3 | -0/+0 | |
| | ||||||
* | (create_steps_window) first steps toward new installer style | Thierry Vignaud | 2008-07-30 | 2 | -8/+32 | |
| | ||||||
* | do not include all gtkrc, they break style | Thierry Vignaud | 2008-07-30 | 1 | -1/+0 | |
| | ||||||
* | set background as white for root window (usefull for right part) | Thierry Vignaud | 2008-07-30 | 1 | -1/+1 | |
| | ||||||
* | (update_steps_position) revert a line in previous revert :-) | Thierry Vignaud | 2008-07-30 | 1 | -1/+0 | |
| | ||||||
* | (update_steps_position) update icon of previous step once entering a new step | Thierry Vignaud | 2008-07-30 | 1 | -0/+6 | |
| | | | | | (partially reverting r243684 from 2008-07-29) | |||||
* | (init_sizes) adjust size to new steps background | Thierry Vignaud | 2008-07-30 | 1 | -1/+1 | |
| | ||||||
* | (_gtk__Fixed) add support for image background | Thierry Vignaud | 2008-07-30 | 1 | -0/+7 | |
| | ||||||
* | remove old useless banners | Thierry Vignaud | 2008-07-30 | 12 | -0/+0 | |
| | ||||||
* | (create_steps_window) render step category titles as capital letters too | Thierry Vignaud | 2008-07-30 | 1 | -1/+1 | |
| | ||||||
* | adjust color of banner titles | Thierry Vignaud | 2008-07-30 | 1 | -1/+1 | |
| | ||||||
* | (title1_to_markup) render titles as blue instead of bold at install time | Thierry Vignaud | 2008-07-30 | 1 | -1/+2 | |
| | ||||||
* | (_gtk__Title1) do not hardcode title1_to_markup() | Thierry Vignaud | 2008-07-30 | 1 | -1/+1 | |
| | ||||||
* | (title1_to_markup) reindent | Thierry Vignaud | 2008-07-30 | 1 | -2/+2 | |
| | ||||||
* | (create_steps_window) add spacing | Thierry Vignaud | 2008-07-30 | 1 | -0/+1 | |
| | ||||||
* | (_gtk__MagicWindow) remove ugly Frames around windows now that matchbox takes | Thierry Vignaud | 2008-07-30 | 1 | -5/+2 | |
| | | | | | care of drawing real window borders | |||||
* | (_create_Window) ignore weird 'size_allocate' signal that causes | Thierry Vignaud | 2008-07-30 | 1 | -0/+1 | |
| | | | | | | flickering (we got [ 0, 0, 4, 4 ] as $event, then twice the correct [ 0, 0, 576, 418 ] one) | |||||
* | (_create_Window) fix position with matchbox wm | Thierry Vignaud | 2008-07-30 | 1 | -1/+1 | |
| | ||||||
* | (_gtk_any_Window) set 'dialog' hint for matchbox at install time | Thierry Vignaud | 2008-07-30 | 1 | -0/+4 | |
| | ||||||
* | (_gtk__Fixed) add support for 'Gtk2::Fixed' widget | Thierry Vignaud | 2008-07-30 | 1 | -0/+12 | |
| |