summaryrefslogtreecommitdiffstats
path: root/control-center
Commit message (Collapse)AuthorAgeFilesLines
* - give more space for introduction text (especially for russian)Thierry Vignaud2003-02-171-4/+3
| | | | | - simplify logo packing
* - clean upThierry Vignaud2003-02-171-3/+3
| | | | | - fix undisplayed clock when embedded
* add a not to translatorsThierry Vignaud2003-02-151-1/+2
|
* updated pot file;Pablo Saratxaga2003-02-131-1/+1
| | | | | small change in sources to avoid to introduce a new translatable string
* - fix non embedded rxvt (# 1346)Thierry Vignaud2003-02-131-37/+54
| | | | | | | | | | | | | | - less white space at top in right part - fix infamous "mcc can be enlarged but icons never shrink back" - add the introduction text - simplify summary page structure - paint log explanation frame backround in white too, aka enforce the mcc style - (launch_xapp::find_windows): o reduce its overhead by doing simple fork+exec rather than full shell forks o make it more usuable on fast system by not eating cpu power in kernel::schedule(), thus letting rxvt embedding a lot faster
* - (connect_to_site) : kill unused functionThierry Vignaud2003-02-111-36/+16
| | | | | | | | | - (kill_them_all) : consolidate code from kill_children() and kill_logdrake() - (compute_exec_string) : remove unused code - sig_child(), tree parsing : remove old commented out code - (sig_usr1) : fix crash on embedded app exit - explanation frame: make it inner
* remove debugging stuffThierry Vignaud2003-02-101-22/+0
|
* fix help urlThierry Vignaud2003-02-101-1/+1
|
* - remove translator warnings about the need for same translations forThierry Vignaud2003-02-101-76/+139
| | | | | | | | | both _Options and Options since we handle this automagically - use new ln design for welcome page :-) - rearrange code: regroup functions in functionnal units - simplify spacing managment for left icons & text - simplify ressource file quest
* adapt the left part to new ln iconsThierry Vignaud2003-02-061-10/+13
|
* fix mcc vs bad translations : ensure mcc use the same menu pathThierry Vignaud2003-02-051-6/+16
| | | | | | whatever is the traduction so that the "_" characters for key accelerators do not screw up mcc
* update for new mandrake_doc-drakxtools-* packagesThierry Vignaud2003-02-041-3/+4
|
* Make some more strings translatablePablo Saratxaga2003-01-311-4/+5
|
* (launch_xapp) simplifyThierry Vignaud2003-01-291-9/+5
|
* use new utf8 systemThierry Vignaud2003-01-281-0/+1
|
* 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-281-1/+1
|
* 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)
* 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
* let one be able to cancel the consoleThierry Vignaud2003-01-271-1/+1
|
* - 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
* 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.
* - 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
|
* english proof reading by Alastair ScottThierry Vignaud2003-01-211-39/+39
|
* updated pot filePablo Saratxaga2003-01-201-1/+1
|
* fixes from cooker-i18n commentsThierry Vignaud2003-01-201-17/+17
|
* *** empty log message ***Daouda Lo2003-01-171-0/+1
|
* remove debugging assertionsThierry Vignaud2003-01-161-3/+0
|
* restore back rxvt embeddingThierry Vignaud2003-01-161-5/+9
|