summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Generated by cvs2cl the 29_JanThierry Vignaud2003-01-291-0/+8
|
* updated po filePablo Saratxaga2003-01-291-130/+122
|
* use new systemThierry Vignaud2003-01-291-1/+2
|
* Generated by cvs2cl the 29_JanThierry Vignaud2003-01-291-0/+4
|
* (launch_xapp) simplifyThierry Vignaud2003-01-291-9/+5
|
* Generated by cvs2cl the 28_JanThierry Vignaud2003-01-281-1591/+1518
|
* use new utf8 systemThierry Vignaud2003-01-281-0/+1
|
* Added Hebrew filePablo Saratxaga2003-01-283-54/+638
|
* fuzzy removedArkadiusz Lipiec2003-01-281-1/+0
|
* 9.1-0.12mdkThierry Vignaud2003-01-281-2/+12
|
* *** empty log message ***Thierry Vignaud2003-01-281-0/+43
|
* fix memory leak in animation while waiting for embedded app to show upThierry Vignaud2003-01-281-0/+1
|
* restore modal windowsThierry Vignaud2003-01-281-1/+2
|
* English correctionPablo Saratxaga2003-01-2856-1635/+1565
|
* updatedArkadiusz Lipiec2003-01-271-8/+4
|
* ahn-van is not anymore thereThierry Vignaud2003-01-271-1/+1
|
* remove banner (thus saving vertically 55 pixels, enabling mcc toThierry Vignaud2003-01-271-11/+2
| | | | | nicely appear in 800x600 on both gnome and kde)
* remove warnings in packageThierry Vignaud2003-01-271-1/+2
|
* *** empty log message ***Thierry Vignaud2003-01-271-1/+38
|
* alter fork_() prototype in order to consolide code from logdrakeThierry Vignaud2003-01-271-11/+5
| | | | | forking
* fix (small) memory leak: free pixbuf for animation while waiting forThierry Vignaud2003-01-271-1/+1
| | | | | embedded apps to pop up
* updated pot filePablo Saratxaga2003-01-2755-6831/+6708
|
* one more fixThierry Vignaud2003-01-271-0/+1
|
* let one be able to cancel the consoleThierry Vignaud2003-01-271-1/+1
|
* 9.1.0-10mdkThierry Vignaud2003-01-271-5/+42
|
* *** empty log message ***Thierry Vignaud2003-01-271-0/+204
|
* - do not pass --embedded to rxvt, it does *not* like itThierry Vignaud2003-01-271-12/+9
| | | | | | | | | | | | - do not generate "ARRAY(0x???????) --summary" string (this was theorically possible because there was no test to prevent it but it was not possible since wizards never had this gtkplug value - simplify logic flow and threat explicitely not embedded apps like globally non embedded case - simplify one dereference - pass --embedded and --summary if needed to launch_xapp() (apps which need launch_xapp() never have this options but the code is cleaner anyway)
* educe cpu usage by removing the timeout that refresh the run darea onThierry Vignaud2003-01-271-2/+2
| | | | | | | | embedded app exit (aka on sig1). it would be even cleaner if we could do it once the embedded app begin to draw (aka on sig2) but then the user must force the window redrawing :-(
* clean theme changing:Thierry Vignaud2003-01-271-3/+14
| | | | | | | | - kill all embedded app (tools *AND* logdrake) - introduce kill_logdrake() for the latter (consolided code from quit_global()) - make it human readable
* fix konqueror & nautiluse capsThierry Vignaud2003-01-271-1/+1
|
* "about" window: contributor list get focus which is not displayed nicelyThierry Vignaud2003-01-271-0/+1
|
* do not anymore use interactive to get root capability sinceThierry Vignaud2003-01-271-2/+1
| | | | | it's now handled by common
* - explain why is there a wrapper and what's the universesThierry Vignaud2003-01-272-3/+7
| | | | | - untabify menudrake launchers
* Gtk2::Dialog are already modalThierry Vignaud2003-01-271-6/+6
|
* simplify run_darea->expose_event() logicThierry Vignaud2003-01-271-2/+1
|
* restore old behaviour: clicking on another section cancel the current embeddedThierry Vignaud2003-01-271-2/+6
| | | | | application.
* sort users by lexical order, but keep root as first shown userThierry Vignaud2003-01-271-3/+3
|
* - move paths declaration after pragma callThierry Vignaud2003-01-271-9/+11
| | | | | | - reusue wizard paths - 3 perl_checker fixes
* update copyrightThierry Vignaud2003-01-271-2/+2
|
* use latest ugtk2 feature so that mcc pack tables behave smootherThierry Vignaud2003-01-271-1/+1
| | | | | | | | | | | | | | (all table columns behaving like last column of drakx's pack tables) look at wizard section (aka "server configuration"), the rendering is much, much nicer and smoother as for text alignment on icons. there still something do when text description is too short (less than 3 lines), where text is still badly aligned, we always fall back on reusing gtk::textview widget (i18n/l10n aware regarding justification, growing, ...) or redo everything at hand with gtk::drawing_area which would be just stupid
* - there was a missing closing bracket in "about" windowThierry Vignaud2003-01-271-3/+5
| | | | | | | - fix drakfirewall & harddrake caps so that they got displayed like all other tool names - comment graphic function section like other sections are
* dialog widgets (aka modal windows) are already transcientThierry Vignaud2003-01-271-1/+0
| | | | | for their "master" window
* better fix for inexistant widgets because of i18n bugsThierry Vignaud2003-01-271-7/+7
| | | | | | | | | | | | | | | | | (this will only result in no entry menu to switch that or that option) also, it has the nice side effet to keep current options setting on exit even for eg: wizard option wich can only be set when wizards are installed. thus if one remove wizards, his wizard options are kept and will be there as before when he'll install them back. btw, we should really write a tool to check po so that menu entrys are always translated the same way, whether they have the _ (menu declaration for key shortcuts) or not (widget access by path), else it badly broke widget access. and we should enforce its execution on commit to prevent having broken translations in cvs.
* (kill_children): kill logdrake and embedded app on exit, thus fixing embeddedThierry Vignaud2003-01-271-2/+7
| | | | | | app was not killed on exit and thus badly crash on x display lost with lot of annoying messages on the console :-(
* a function call has less overhead (no context switches)Thierry Vignaud2003-01-271-1/+1
| | | | | than sending ourself a signal that call this very true function ...
* fix help entry in help menu (daouda sucked but, wow!, his new help system isThierry Vignaud2003-01-271-1/+1
| | | | | wonderful!!!)
* fix "BUG with LANGUAGE XX" debug assertion when wizards are not installedThierry Vignaud2003-01-271-2/+2
|
* - fix splash window while loading an embedded programThierry Vignaud2003-01-271-3/+3
| | | | | - fix "embedded program only show up when switching windows"
* fix program path when non embeddedThierry Vignaud2003-01-271-46/+47
|
* updated po filePablo Saratxaga2003-01-261-61/+37
|