summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* this is perl, not python ;pPascal Rigaux2003-03-052-6/+3
|
* modifying keyboard in summary must modify XF86ConfigPascal Rigaux2003-03-051-0/+6
|
* restore old search behavior like we did before gtk+-2 port:Thierry Vignaud2003-03-051-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 alreadyThierry Vignaud2003-03-051-1/+0
| | | | | handled by ugtk2::gtktext_insert() called from ugtk2::gtktext_append()
* clean interface flags when dhcp mode is used.Francois Pons2003-03-041-10/+14
|
* corrected isdn-light choiceFrederic Lepied2003-03-041-1/+5
|
* allow to set hostname in DHCP modeFrederic Lepied2003-03-041-2/+2
|
* added usbvnet_rfmd to network/usbFrederic Lepied2003-03-041-1/+1
|
* install tmdns only when bind isn't installedFrederic Lepied2003-03-041-1/+3
|
* install kdenetwork-kppp if kdebase is already installedFrederic Lepied2003-03-041-0/+1
|
* set better default XIMInputStyle value for CJK, thx to Narfi Stefansson ↵Guillaume Cottenceau2003-03-041-0/+5
| | | | <narfi at cs.wisc.edu> for the idea
* add "acpi" and "acpid" to INSTALLPascal Rigaux2003-03-041-1/+1
|
* add florin alafox alusGuillaume Cottenceau2003-03-041-3/+6
|
* - untabifyThierry Vignaud2003-03-041-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
* don't forget to probe USB for info and error messages as wellGuillaume Cottenceau2003-03-042-0/+4
|
* updated pot filePablo Saratxaga2003-03-042-450/+707
|
* scroll back when loggingThierry Vignaud2003-03-041-1/+2
|
* avoid being pertubed by created virtual interface (no inet addre norFrancois Pons2003-03-041-3/+3
| | | | | physicall card behing)
* updated pot filePablo Saratxaga2003-03-041-113/+98
|
* *** empty log message ***Pascal Rigaux2003-03-041-1/+182
|
* move imap to NETWORKING_MAIL_SERVER (bug #2622)Pascal Rigaux2003-03-041-2/+3
|
* *** empty log message ***Thierry Vignaud2003-03-041-3/+4
|
* - remove last warningThierry Vignaud2003-03-041-5/+4
| | | | | - remove unused variables
* in drakxservices, don't stop services if one is using the gtk frontend ↵Pascal Rigaux2003-03-041-1/+3
| | | | | | | (since it allows one to start/stop services) this allows to skip stopping service "dm" (bug #2664)
* - fix #1776 (part one): make up and down button be usefull instead ofThierry Vignaud2003-03-041-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
* - unsetting LD_LIBRARY_PATH: setting LD_LIBRARY_PATH to libraries in /mnt isPascal Rigaux2003-03-041-2/+1
| | | | | | | | | wrong since the ld loader used (/lib/ld-linux.so.2) won't use the one in /mnt, causing dependency problems. - removing /mnt dirs from PATH (which are not useful anymore since the corresponding libraries won't be found) (fixes bug #2554)
* simplified form (pixel)Florin Grad2003-03-041-1/+1
|
* - in focus_in_event for partition buttons, grab_focus is needed because gtk2 ↵Pascal Rigaux2003-03-041-2/+2
| | | | | | | | is buggy. Forcing an expose event would be enough - in button_press_event for partition buttons, grab_focus is needed because gtk2 is buggy. The creation of widgets causes the lost of the focus (fixes part of #2621)
* make perl_checker happyPascal Rigaux2003-03-041-1/+1
|
* fix typoPascal Rigaux2003-03-041-4/+3
|
* (check): fix return value (bug introduced with checking portmap is running)Pascal Rigaux2003-03-041-1/+2
|
* - fix #1776 part two (do not insert dummy lines)Thierry Vignaud2003-03-041-20/+27
| | | | | | - restore special lines with current keyword - reuse already defined path
* remove debuging assertions (as spoted by gc)Thierry Vignaud2003-03-041-2/+2
|
* added 3c90xFrederic Lepied2003-03-041-1/+1
|
* add some explaination for translatorsPascal Rigaux2003-03-031-1/+4
|
* translate _bootloader_ on _device_Pascal Rigaux2003-03-031-1/+1
|
* a few treeview/list fixes:Guillaume Cottenceau2003-03-031-3/+12
| | | | | | | | | | - when selecting a value, scroll it like in treeview/tree - use saved_default_val dirty hackery to really honour default value - fix not calling $select again when trying to select an already selected value (happens when clicking or keyboard-selecting; broken, it ended up in always scrolling the selected value to the center)
* use formatAlaTeX() for the warning "DrakX will now resize your Windows ↵Pascal Rigaux2003-03-031-2/+2
| | | | partition..."
* any::selectLanguage: in standalone, don't categorize langs, forGuillaume Cottenceau2003-03-032-28/+42
| | | | | better looking (since most people will have very few of them)
* translate mouse namesPascal Rigaux2003-03-031-2/+2
|
* update from xmlPascal Rigaux2003-03-034-2754/+3207
|
* add an extra first choose the net device stepFlorin Grad2003-03-031-1/+12
|
* (n_line_size): spacing for default font using XFT is 3Pascal Rigaux2003-03-031-1/+1
|
* remove unused $rows_cntThierry Vignaud2003-03-031-4/+0
|
* 9.1-13mdkThierry Vignaud2003-03-031-1/+4
|
* - fix #2091 and #2480 (settings restorationThierry Vignaud2003-03-031-3/+9
| | | | | - make dialogs be modal
* (runlevel): fix typoPascal Rigaux2003-03-031-1/+1
|
* - remove a warningThierry Vignaud2003-03-031-2/+2
| | | | | - better scsi bus location
* simplified code of adsl_ask_info, password can be retrieved usingFrancois Pons2003-03-031-6/+1
| | | | | | passwd_by_login which was not used with computed login from /etc/ppp/peers/adsl or /etc/ppp/options or /etc/ppp/options.adsl.
* simplified unquotify.Francois Pons2003-03-031-2/+1
|