Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generated by cvs2cl the 29_Jan | Thierry Vignaud | 2003-01-29 | 1 | -0/+8 |
| | |||||
* | updated po file | Pablo Saratxaga | 2003-01-29 | 1 | -130/+122 |
| | |||||
* | use new system | Thierry Vignaud | 2003-01-29 | 1 | -1/+2 |
| | |||||
* | Generated by cvs2cl the 29_Jan | Thierry Vignaud | 2003-01-29 | 1 | -0/+4 |
| | |||||
* | (launch_xapp) simplify | Thierry Vignaud | 2003-01-29 | 1 | -9/+5 |
| | |||||
* | Generated by cvs2cl the 28_Jan | Thierry Vignaud | 2003-01-28 | 1 | -1591/+1518 |
| | |||||
* | use new utf8 system | Thierry Vignaud | 2003-01-28 | 1 | -0/+1 |
| | |||||
* | Added Hebrew file | Pablo Saratxaga | 2003-01-28 | 3 | -54/+638 |
| | |||||
* | fuzzy removed | Arkadiusz Lipiec | 2003-01-28 | 1 | -1/+0 |
| | |||||
* | 9.1-0.12mdk | Thierry Vignaud | 2003-01-28 | 1 | -2/+12 |
| | |||||
* | *** empty log message *** | Thierry Vignaud | 2003-01-28 | 1 | -0/+43 |
| | |||||
* | fix memory leak in animation while waiting for embedded app to show up | Thierry Vignaud | 2003-01-28 | 1 | -0/+1 |
| | |||||
* | restore modal windows | Thierry Vignaud | 2003-01-28 | 1 | -1/+2 |
| | |||||
* | English correction | Pablo Saratxaga | 2003-01-28 | 56 | -1635/+1565 |
| | |||||
* | updated | Arkadiusz Lipiec | 2003-01-27 | 1 | -8/+4 |
| | |||||
* | ahn-van is not anymore there | Thierry Vignaud | 2003-01-27 | 1 | -1/+1 |
| | |||||
* | remove banner (thus saving vertically 55 pixels, enabling mcc to | Thierry Vignaud | 2003-01-27 | 1 | -11/+2 |
| | | | | | nicely appear in 800x600 on both gnome and kde) | ||||
* | remove warnings in package | Thierry Vignaud | 2003-01-27 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | Thierry Vignaud | 2003-01-27 | 1 | -1/+38 |
| | |||||
* | alter fork_() prototype in order to consolide code from logdrake | Thierry Vignaud | 2003-01-27 | 1 | -11/+5 |
| | | | | | forking | ||||
* | fix (small) memory leak: free pixbuf for animation while waiting for | Thierry Vignaud | 2003-01-27 | 1 | -1/+1 |
| | | | | | embedded apps to pop up | ||||
* | updated pot file | Pablo Saratxaga | 2003-01-27 | 55 | -6831/+6708 |
| | |||||
* | one more fix | Thierry Vignaud | 2003-01-27 | 1 | -0/+1 |
| | |||||
* | let one be able to cancel the console | Thierry Vignaud | 2003-01-27 | 1 | -1/+1 |
| | |||||
* | 9.1.0-10mdk | Thierry Vignaud | 2003-01-27 | 1 | -5/+42 |
| | |||||
* | *** empty log message *** | Thierry Vignaud | 2003-01-27 | 1 | -0/+204 |
| | |||||
* | - do not pass --embedded to rxvt, it does *not* like it | Thierry Vignaud | 2003-01-27 | 1 | -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 on | Thierry Vignaud | 2003-01-27 | 1 | -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 Vignaud | 2003-01-27 | 1 | -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 caps | Thierry Vignaud | 2003-01-27 | 1 | -1/+1 |
| | |||||
* | "about" window: contributor list get focus which is not displayed nicely | Thierry Vignaud | 2003-01-27 | 1 | -0/+1 |
| | |||||
* | do not anymore use interactive to get root capability since | Thierry Vignaud | 2003-01-27 | 1 | -2/+1 |
| | | | | | it's now handled by common | ||||
* | - explain why is there a wrapper and what's the universes | Thierry Vignaud | 2003-01-27 | 2 | -3/+7 |
| | | | | | - untabify menudrake launchers | ||||
* | Gtk2::Dialog are already modal | Thierry Vignaud | 2003-01-27 | 1 | -6/+6 |
| | |||||
* | simplify run_darea->expose_event() logic | Thierry Vignaud | 2003-01-27 | 1 | -2/+1 |
| | |||||
* | restore old behaviour: clicking on another section cancel the current embedded | Thierry Vignaud | 2003-01-27 | 1 | -2/+6 |
| | | | | | application. | ||||
* | sort users by lexical order, but keep root as first shown user | Thierry Vignaud | 2003-01-27 | 1 | -3/+3 |
| | |||||
* | - move paths declaration after pragma call | Thierry Vignaud | 2003-01-27 | 1 | -9/+11 |
| | | | | | | - reusue wizard paths - 3 perl_checker fixes | ||||
* | update copyright | Thierry Vignaud | 2003-01-27 | 1 | -2/+2 |
| | |||||
* | use latest ugtk2 feature so that mcc pack tables behave smoother | Thierry Vignaud | 2003-01-27 | 1 | -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" window | Thierry Vignaud | 2003-01-27 | 1 | -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 transcient | Thierry Vignaud | 2003-01-27 | 1 | -1/+0 |
| | | | | | for their "master" window | ||||
* | better fix for inexistant widgets because of i18n bugs | Thierry Vignaud | 2003-01-27 | 1 | -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 embedded | Thierry Vignaud | 2003-01-27 | 1 | -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 Vignaud | 2003-01-27 | 1 | -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 is | Thierry Vignaud | 2003-01-27 | 1 | -1/+1 |
| | | | | | wonderful!!!) | ||||
* | fix "BUG with LANGUAGE XX" debug assertion when wizards are not installed | Thierry Vignaud | 2003-01-27 | 1 | -2/+2 |
| | |||||
* | - fix splash window while loading an embedded program | Thierry Vignaud | 2003-01-27 | 1 | -3/+3 |
| | | | | | - fix "embedded program only show up when switching windows" | ||||
* | fix program path when non embedded | Thierry Vignaud | 2003-01-27 | 1 | -46/+47 |
| | |||||
* | updated po file | Pablo Saratxaga | 2003-01-26 | 1 | -61/+37 |
| |