Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - display "wait while searching" message also when embedded: we do not | Thierry Vignaud | 2003-03-06 | 1 | -5/+6 |
| | | | | | | | want it only when embedded for explanations - flush this wait dialog draw queue on each update so that it get displayed when embedded | ||||
* | log system config changes | Thierry Vignaud | 2003-03-06 | 1 | -0/+1 |
| | |||||
* | let i fit in 800x600 | Thierry Vignaud | 2003-03-06 | 1 | -1/+1 |
| | |||||
* | fixed XIM definitions for Chinese locales | Pablo Saratxaga | 2003-03-06 | 1 | -1/+1 |
| | |||||
* | fix behaviour when only one lang is available (clicking | Guillaume Cottenceau | 2003-03-05 | 1 | -16/+38 |
| | | | | | on "cancel" on the country selection didn't cancel it) | ||||
* | handle low case config variables despite they should have been upcase | Thierry Vignaud | 2003-03-05 | 1 | -1/+1 |
| | | | | | (fix side effects of stupid rh code that manage $prefdm) | ||||
* | - (getTVcards, isTVcard) : consolidate tv detection code | Thierry Vignaud | 2003-03-05 | 1 | -1/+1 |
| | | | | | | - no need to keep capture buffer (not a big slow down but small rivers make big ones...) | ||||
* | prevent warning when using diagnostics pragma (easier debugging) | Thierry Vignaud | 2003-03-05 | 1 | -2/+2 |
| | |||||
* | fixed wizard modification not taken into account when using drakconf. | Francois Pons | 2003-03-05 | 1 | -2/+7 |
| | |||||
* | restore old search behavior like we did before gtk+-2 port: | Thierry Vignaud | 2003-03-05 | 1 | -6/+4 |
| | | | | | | | | | | - empty log buffer on search startup - freeze buffer while searching - do not realize ourselves the window, it's done by next statement - set initial text to '' so that editable property is disabled once the textview is realized | ||||
* | no need to explicitely disable editable property, this is already | Thierry Vignaud | 2003-03-05 | 1 | -1/+0 |
| | | | | | handled by ugtk2::gtktext_insert() called from ugtk2::gtktext_append() | ||||
* | clean interface flags when dhcp mode is used. | Francois Pons | 2003-03-04 | 1 | -10/+14 |
| | |||||
* | - untabify | Thierry Vignaud | 2003-03-04 | 1 | -92/+93 |
| | | | | | | | | - fix small memory leak (tree iterators) - restore edit dialog on doble click and - restore informations retrieving for edit dialog on doble click and get rid of %CURENT | ||||
* | scroll back when logging | Thierry Vignaud | 2003-03-04 | 1 | -1/+2 |
| | |||||
* | - remove last warning | Thierry Vignaud | 2003-03-04 | 1 | -5/+4 |
| | | | | | - remove unused variables | ||||
* | - fix #1776 (part one): make up and down button be usefull instead of | Thierry Vignaud | 2003-03-04 | 1 | -13/+43 |
| | | | | | | | nop (this need an updated perl-GTK2 though) - let up, down, delete and edit buttons be insensitive when selection is destroyed or when there's no selection | ||||
* | simplified form (pixel) | Florin Grad | 2003-03-04 | 1 | -1/+1 |
| | |||||
* | - fix #1776 part two (do not insert dummy lines) | Thierry Vignaud | 2003-03-04 | 1 | -20/+27 |
| | | | | | | - restore special lines with current keyword - reuse already defined path | ||||
* | remove debuging assertions (as spoted by gc) | Thierry Vignaud | 2003-03-04 | 1 | -2/+2 |
| | |||||
* | add an extra first choose the net device step | Florin Grad | 2003-03-03 | 1 | -1/+12 |
| | |||||
* | remove unused $rows_cnt | Thierry Vignaud | 2003-03-03 | 1 | -4/+0 |
| | |||||
* | - fix #2091 and #2480 (settings restoration | Thierry Vignaud | 2003-03-03 | 1 | -3/+9 |
| | | | | | - make dialogs be modal | ||||
* | - remove a warning | Thierry Vignaud | 2003-03-03 | 1 | -2/+2 |
| | | | | | - better scsi bus location | ||||
* | reap zombie children (aka fix mem leak :-( ) | Thierry Vignaud | 2003-03-03 | 1 | -0/+1 |
| | |||||
* | smoother gui: let main windows be unreachable until modal dialog is closed | Thierry Vignaud | 2003-03-03 | 1 | -0/+1 |
| | |||||
* | fix bug reported by Cédric Thévenet (impossible to save newly edited rules) | Thierry Vignaud | 2003-03-03 | 1 | -5/+9 |
| | |||||
* | fixed bad English string | Pablo Saratxaga | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | - fix the check of mandrake_doc installed package (gc) | Daouda Lo | 2003-02-28 | 1 | -2/+2 |
| | |||||
* | i18n fixes | Pablo Saratxaga | 2003-02-28 | 1 | -3/+3 |
| | |||||
* | reflect in standalone drakxtools the removal of DrakX icons | Guillaume Cottenceau | 2003-02-28 | 19 | -19/+19 |
| | |||||
* | removed profile management entry point. | Francois Pons | 2003-02-28 | 1 | -57/+61 |
| | |||||
* | add ieee1394-controller alias and load ohci1394 when a firewire controller ↵ | Thierry Vignaud | 2003-02-27 | 1 | -0/+1 |
| | | | | appeared | ||||
* | - add get_info_from_fstab() | Pascal Rigaux | 2003-02-27 | 1 | -1/+1 |
| | | | | | - use it when reading existing fstab (to get for example devfs mount) | ||||
* | allow removing device "non kudzu flagged" (for harddrake) | Pascal Rigaux | 2003-02-27 | 1 | -3/+4 |
| | |||||
* | handle configurators with options (eg: "diskdrake --removable=scd0") | Thierry Vignaud | 2003-02-27 | 1 | -1/+1 |
| | |||||
* | Do not ask for the port when the user has chosen an HP MF device as scanner ↵ | Till Kamppeter | 2003-02-27 | 1 | -4/+4 |
| | | | | model. | ||||
* | fix too big internet configuration window | Thierry Vignaud | 2003-02-27 | 1 | -43/+46 |
| | |||||
* | fix embedding | Thierry Vignaud | 2003-02-27 | 1 | -1/+1 |
| | |||||
* | make it fit in embedded mode, large enough else | Thierry Vignaud | 2003-02-27 | 1 | -21/+15 |
| | |||||
* | read more carefully the existing network configuration | Florin Grad | 2003-02-27 | 1 | -12/+11 |
| | |||||
* | - better check /sbin/ifconfig is executable rather than simply exists | Thierry Vignaud | 2003-02-27 | 1 | -3/+3 |
| | | | | | - fix lan configuration window filling ... | ||||
* | fixed cancel on configure_net, fixed bad fields setted up in configure_lan, | Francois Pons | 2003-02-27 | 1 | -4/+2 |
| | | | | | fixed Data::Dumper->Dump on stdout on startup. | ||||
* | fix scrolling when embedded | Thierry Vignaud | 2003-02-27 | 1 | -1/+1 |
| | |||||
* | fix mousedrake in embedded mode | Guillaume Cottenceau | 2003-02-27 | 1 | -1/+6 |
| | |||||
* | the function is called read_dhcpd_conf not read_dhcpd_conf_raw | Florin Grad | 2003-02-27 | 1 | -9/+9 |
| | |||||
* | read the dhcpd conf file before hand | Florin Grad | 2003-02-27 | 1 | -11/+15 |
| | |||||
* | remove debugging print | Thierry Vignaud | 2003-02-27 | 1 | -1/+0 |
| | |||||
* | - gtk+2 port | Thierry Vignaud | 2003-02-27 | 1 | -260/+215 |
| | | | | | | | | - clean the code through ugtk2 - too many fixes to count - clean, clean it, ... (thus shrinking the code by 20%) - ... | ||||
* | small perl_checker fix | Thierry Vignaud | 2003-02-27 | 1 | -1/+1 |
| | |||||
* | - disable autologin settings when autologin is disabled | Thierry Vignaud | 2003-02-27 | 1 | -7/+12 |
| | | | | | | - make embedded app look better - add vertical separators |