Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make perl_checker happy | Pascal Rigaux | 2003-02-03 | 1 | -1/+1 |
| | |||||
* | translate keyboard names | Pascal Rigaux | 2003-02-03 | 1 | -1/+1 |
| | |||||
* | - msec was altered to produce help suitable for formatAlaTeX() | Thierry Vignaud | 2003-02-03 | 1 | -1/+1 |
| | | | | | - use formatAlaTeX() to have nicer tooltips | ||||
* | sanitize gui (aka make it look nicer): | Thierry Vignaud | 2003-02-03 | 1 | -37/+38 |
| | | | | | | | | - put the same help label on top of each msec options notebook pages and consolidate it - use gtkpack_ instead of gtkpack so that we can tell gtk+ that label must neither fill nor expand, only the packtable should | ||||
* | display again the first notebook page | Thierry Vignaud | 2003-02-03 | 1 | -11/+11 |
| | |||||
* | if no default value, then do not print one (aka for cron checks) | Thierry Vignaud | 2003-02-03 | 1 | -1/+1 |
| | |||||
* | fix help system description. | Thierry Vignaud | 2003-02-03 | 1 | -1/+1 |
| | | | | | we should really use the camille/deush help system though. | ||||
* | - perl_checker fixes | Thierry Vignaud | 2003-02-03 | 1 | -6/+6 |
| | | | | | | - display sorted options (hey pixel, note that the last diff trunk with execessive () was not detected by perl_checker :-( ) | ||||
* | draksec is not written to use interactive, thus cannot be used by http | Thierry Vignaud | 2003-02-03 | 1 | -1/+0 |
| | | | | | frontend | ||||
* | sanitize draxktools server service script: | Thierry Vignaud | 2003-02-03 | 1 | -20/+29 |
| | | | | | | | | - no gratuitous shell forking - now can be debugged through "sh -x" - use std shell service lib - make it print [OK] || [FAILLED] | ||||
* | fixed typo (drakbakup.conf -> drakbackup.conf) | Pablo Saratxaga | 2003-01-31 | 1 | -2/+2 |
| | |||||
* | on second thoughts, this is just simpler | Thierry Vignaud | 2003-01-30 | 1 | -7/+1 |
| | |||||
* | - perl_checker fixes | Thierry Vignaud | 2003-01-30 | 1 | -3/+4 |
| | | | | | - fix non embedded case :-( | ||||
* | translate topics (aka hw class names) in harddrake gui | Thierry Vignaud | 2003-01-30 | 1 | -1/+1 |
| | |||||
* | fixed perl_checker | Francois Pons | 2003-01-29 | 1 | -14/+16 |
| | |||||
* | logdrake is a special case as for embedding in mcc since it can be embedded | Thierry Vignaud | 2003-01-29 | 1 | -0/+1 |
| | | | | | | | twice: one as explanation viewer and one a log search tool. so we must handly ask mcc to display us ... | ||||
* | print badly managed devices' drivers in red | Thierry Vignaud | 2003-01-29 | 1 | -1/+1 |
| | |||||
* | - progress bars works | Damien Chaumette | 2003-01-27 | 1 | -106/+36 |
| | | | | | | | - change sucky About box - wipeout commented code - remove ugly borders when embedded | ||||
* | typo rename, not renamef | Florin Grad | 2003-01-27 | 1 | -1/+1 |
| | |||||
* | it's useless to import %security::help::help since it's already | Thierry Vignaud | 2003-01-27 | 1 | -1/+1 |
| | | | | | exported by our | ||||
* | make interactive help window be modal, aka transcient for main ugtk2 | Thierry Vignaud | 2003-01-27 | 1 | -0/+1 |
| | | | | | window | ||||
* | perl_checker fix | Thierry Vignaud | 2003-01-27 | 1 | -1/+1 |
| | |||||
* | cosmetic fix for embedded mode: | Thierry Vignaud | 2003-01-27 | 1 | -13/+15 |
| | | | | | don't display "wait while parsing" window when embedded | ||||
* | fix logdrake behaviour in mcc where logdrake would only log | Thierry Vignaud | 2003-01-27 | 1 | -1/+3 |
| | | | | | | | | the first process. another (rare indeed) case of a bug introduced because perl_checker wanted us to localize a file handle :-( | ||||
* | strip authentification out of interactive->vnew into common.pm | Thierry Vignaud | 2003-01-27 | 2 | -7/+5 |
| | | | | | | | | | | | | | | | | | | | | | | This enable apps that still use gtk+-1.2 via my_gtk to still work when they only need interactive->vnew('su') just to get root capabilities. Indeed, interactive load ugtk if it has access to the X server, which make my_gtk and ugtk fight for the cpu forever... which is bad imho... drakfloppy and net_monitor were converted to use it and are now usuable again ("i leave ... again" commit). it would also enable to complete spec 64 by enabling rpmdrake to use kdesu under kde and consolehelper under gnome. rpmdrake is indeed the last program to not behave like the running desktop to get root capability. unless someone is against this, i'll convert the mcc and all other gtk+ pure tools to do not use anymore interactive just to get root capability. btw, i fixed the infamous SECTOR_SIZE warning... | ||||
* | - strict mode | Thierry Vignaud | 2003-01-27 | 1 | -0/+4 |
| | | | | | - we need at least 1 argument, and only one | ||||
* | force drakbug to be runnable in strict mode | Thierry Vignaud | 2003-01-27 | 1 | -2/+4 |
| | |||||
* | use new help system | Thierry Vignaud | 2003-01-27 | 1 | -1/+2 |
| | |||||
* | this patch enable doc team to take snapshot of drakxtv even if they do not | Thierry Vignaud | 2003-01-27 | 1 | -1/+2 |
| | | | | | | | | | have any card: - running "/usr/sbin/drakxtv" will enable to take snapshot of error message when xawtv wasn't installed by the drakx installer - running "/usr/sbin/drakxtv --testing" will emulate a fake dummy tv card so that one is able to take snapshots of configuring a tv card | ||||
* | English proofreading | Pablo Saratxaga | 2003-01-24 | 8 | -25/+25 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-01-23 | 1 | -0/+1 |
| | |||||
* | reconfigure sound slots at boot time (we should enhance slot filling | Thierry Vignaud | 2003-01-23 | 1 | -0/+8 |
| | | | | | | by keeping existent module affectation, aka keep user choice if his module for slot X is not the default one) | ||||
* | perl_checker fix | Thierry Vignaud | 2003-01-23 | 1 | -2/+2 |
| | |||||
* | English proofreading | Pablo Saratxaga | 2003-01-22 | 7 | -27/+27 |
| | |||||
* | - perl_checker fixes | Thierry Vignaud | 2003-01-22 | 1 | -21/+15 |
| | | | | | | - is_a_font(): display the non existant file we just checked for instead of an undefined value | ||||
* | fix progressbar label initialization | Thierry Vignaud | 2003-01-22 | 1 | -7/+7 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-01-22 | 2 | -2/+2 |
| | |||||
* | latest fixes for having default file correctly documented and make sure if | Francois Pons | 2003-01-21 | 1 | -19/+22 |
| | | | | | server boot using dhcp itself, server hostname is given instead of ip address. | ||||
* | add daemons stop/start code. | Francois Pons | 2003-01-21 | 1 | -0/+3 |
| | |||||
* | update with something that look like running. | Francois Pons | 2003-01-21 | 1 | -381/+289 |
| | |||||
* | English proofreading (first pass) | Pablo Saratxaga | 2003-01-21 | 2 | -3/+3 |
| | |||||
* | English proofreading by Stew Benedicts | Pablo Saratxaga | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | initial revision with translation message. | Francois Pons | 2003-01-20 | 1 | -0/+596 |
| | |||||
* | use new help scheme just added to msec (this *does* need a newer msec | Thierry Vignaud | 2003-01-20 | 1 | -4/+6 |
| | | | | | package!!) | ||||
* | - checker | Daouda Lo | 2003-01-16 | 1 | -2/+2 |
| | |||||
* | - support gnome help | Daouda Lo | 2003-01-16 | 1 | -2/+4 |
| | |||||
* | - warn if documentation is not installed | Daouda Lo | 2003-01-16 | 1 | -1/+5 |
| | |||||
* | fix embedding | Thierry Vignaud | 2003-01-16 | 1 | -4/+9 |
| | |||||
* | - syntax : drakhelp relative_link | Daouda Lo | 2003-01-16 | 1 | -0/+28 |
| | | | | | | | | | example: drakhelp Quick_Startup.html/drakx.html - drakhelp will check the running wm and will launch kdehelpcenter with the correct URL after localizing the link. Otherwise, it launch a default browser: mozilla konqueror or galeon. | ||||
* | replace occurences of "$foo ? $foo : $bar" with "$foo || $bar" | Pascal Rigaux | 2003-01-16 | 3 | -6/+6 |
| |