summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* resurrect 9.2 code for setting background. i was said to remove it for move ↵Guillaume Cottenceau2004-02-091-1/+9
| | | | because default colour is already mandrake colour but obviously it isn't.
* fix typoPascal Rigaux2004-02-091-1/+3
|
* some eide Lite-on drivers are reported with different casseThierry Vignaud2004-02-091-0/+1
|
* handle allowNVIDIA_rpms & allowATI_rpms directly in ↵Pascal Rigaux2004-02-094-15/+11
| | | | Xconfig::card::install_server
* allow set_modal for popped windows at installPascal Rigaux2004-02-091-1/+1
|
* my test file is now t.plPascal Rigaux2004-02-091-1/+1
|
* fix typoPascal Rigaux2004-02-091-1/+1
|
* force XF4 on all archsPascal Rigaux2004-02-091-1/+1
|
* move Xtest() and setMouseLive() out of c/stuff to xf86misc::mainPascal Rigaux2004-02-0813-79/+134
| | | | | | so that we can use them (esp. setMouseLive) in standalone without making drakxtools-newt require xfree libs
* simplifyPascal Rigaux2004-02-081-1/+0
|
* adapt to change allowing checking nvidia/ati proprietary driver availability ↵Pascal Rigaux2004-02-082-3/+3
| | | | only when needed
* XFdrake can run w/o gtk+ toolkitThierry Vignaud2004-02-081-1/+1
|
* 10-0.7mdkThierry Vignaud2004-02-081-1/+5
|
* make XFdrake startup be instantenous for non nv|ati cards (allowNVIDIA_rpms andThierry Vignaud2004-02-082-4/+4
| | | | | allowATI_rpms tests used to cost us 99% of the long startup time of XFdrake:-()
* updated pot filePablo Saratxaga2004-02-071-187/+225
|
* English typo and disambiguation of some stringsPablo Saratxaga2004-02-071-5/+5
|
* updated pot filePablo Saratxaga2004-02-071-319/+299
|
* PXE image support, researched by Venantius Kumar.Stew Benedict2004-02-071-10/+33
|
* 10-0.6mdkThierry Vignaud2004-02-061-1/+14
|
* handle range (bugzilla #7172)Pascal Rigaux2004-02-061-2/+2
|
* move drakbug, drakclock, drakperm, drakTermServ, net_monitor inThierry Vignaud2004-02-061-1/+1
| | | | | | drakxtools too since they require ugtk2. move their aliases (soft links) their too.
* use ->create_okcancel instead of doing it by handPascal Rigaux2004-02-061-4/+1
| | | | | (hopefully it will ensure better choice of Ok/Cancel vs Cancel/Ok without breaking anything...)
* draksec needs gtk, no must not be in drakxtools-newt (bugzilla #7413)Pascal Rigaux2004-02-061-1/+1
|
* - ensure ModelName comes from the ddc probe when choosing "Plug'n Play"Pascal Rigaux2004-02-061-2/+2
| | | | | - only "Plug'n Play" instead of "Plug'n Play (<ModelName>)" when current monitor is not plug'n play
* (fileshare_config): quite different way of handling it, asking first if userPascal Rigaux2004-02-061-25/+24
| | | | | | wants sharing or not, then asking which protocol (when users wants sharing). Removing or installing the server package handling the protocols (smb or nfs).
* handle better bootloader per entries video modePascal Rigaux2004-02-061-1/+3
|
* special way to remove mem=<memsize>Pascal Rigaux2004-02-062-2/+2
|
* Changed Newt/Previous strings to remove arrowsPablo Saratxaga2004-02-061-6/+6
|
* remove defaulting global vga mode to normalPascal Rigaux2004-02-061-1/+0
|
* fix old typo: complete callback was not calledPascal Rigaux2004-02-061-9/+11
|
* drop bootloader main options "Compact" and "Video mode"Pascal Rigaux2004-02-061-2/+0
|
* - no special testing mouse in embeddedPascal Rigaux2004-02-061-13/+4
| | | | | - use mouse::change_mouse_live()
* use mouse::change_mouse_live()Pascal Rigaux2004-02-061-12/+1
|
* - add change_mouse_live()Pascal Rigaux2004-02-061-1/+18
| | | | | - use /dev/mouse in XF86Config to allow changing protocol in standalone
* Update for DiscoveryDavid Baudens2004-02-061-9/+17
|
* advertize alsaconf too since sndconfig failled for cards only managedThierry Vignaud2004-02-061-1/+1
| | | | | by ALSA (#7456)
* fix draksec not saving options when config file do not exists :-(Thierry Vignaud2004-02-061-0/+2
|
* workaround gtk limitation #133489Thierry Vignaud2004-02-061-9/+11
|
* (alert_config) do not complain when removing non existing cron entryThierry Vignaud2004-02-061-1/+1
| | | | | (aka when one run twice the disable path)
* updated pot filePablo Saratxaga2004-02-064-870/+778
|
* workaround gtk limitation #133489Pascal Rigaux2004-02-061-35/+27
|
* help perl_checker regarding comments for translatorsThierry Vignaud2004-02-061-2/+3
|
* 10-0.5mdkThierry Vignaud2004-02-061-1/+4
|
* (new) remove unused flush()Thierry Vignaud2004-02-061-1/+0
|
* (new) fix pixel breaking non wizard embedded case while cleaning :-(Thierry Vignaud2004-02-061-1/+1
|
* please perl_checkerPascal Rigaux2004-02-061-1/+1
|
* following quintela's lilo change, allowing lilo labels up to 31 charactersPascal Rigaux2004-02-061-1/+1
|
* Warn if the user is not in framebuffer mode, but allow to see the installed ↵Florent Villard2004-02-061-17/+19
| | | | | | | | theme. Do not perform autologin config in splash mode Better parsing of current resolution from detect-resolution
* log server http responseGuillaume Cottenceau2004-02-061-0/+1
|
* shrink_topwindow: add (force gtk to recompute size of topwindow, when some ↵Guillaume Cottenceau2004-02-061-0/+4
| | | | child widgets got destroyed or shrinked)