Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add new icon for drakperm | Thierry Vignaud | 2003-08-23 | 1 | -0/+0 |
| | |||||
* | 9.2-0.34mdk | Thierry Vignaud | 2003-08-23 | 1 | -1/+19 |
| | |||||
* | if_($A, $B) got extremely slow, replaced by ( $A ? $B : () ). | Till Kamppeter | 2003-08-23 | 1 | -1/+3 |
| | |||||
* | as discussed with david, gc, laurent & pixel early this week, since | Thierry Vignaud | 2003-08-23 | 1 | -2/+2 |
| | | | | | | | | | | | | gtk+ dialogs are HIG-ed and since most drakxtools' explicit gtk+ windows follow cancel/ok order for now, let implicit windows (that is interactive written ones) follow the same order in standalone mode. after release, we'll have to make ugtk2 handle one more abstractions, that is taking some buttons callbacks, add buttons that have callbacks and pack them in kde or gnome order depending of interface team decision or maybe of runtime detection of desktop. | ||||
* | Adapted to scli 0.2.12. | Till Kamppeter | 2003-08-22 | 1 | -1/+1 |
| | |||||
* | Support for the new "ptal://..." (two slashes) URIs of the new HPOJ. | Till Kamppeter | 2003-08-22 | 2 | -13/+13 |
| | |||||
* | renew drakperm gui (interface team feedback): | Thierry Vignaud | 2003-08-22 | 1 | -56/+56 |
| | | | | | | - indicate if current setting is editable or not - only display current security level, editable settings or both | ||||
* | translate default value in help tooltips too | Thierry Vignaud | 2003-08-22 | 1 | -11/+12 |
| | |||||
* | offer samba in services list | Thierry Vignaud | 2003-08-22 | 1 | -0/+6 |
| | |||||
* | (ask_fromW) split $set_advanced into $set_advanced and | Thierry Vignaud | 2003-08-22 | 1 | -2/+7 |
| | | | | | | $set_advanced_raw to fix drakconnect "failling" to detect network interfaces in standalone mode when in expert mode | ||||
* | fix keyboard browsing in treeviews not always centering on | Guillaume Cottenceau | 2003-08-22 | 1 | -1/+1 |
| | | | | | | | selected row (workaround gtk2 bug not honouring centering on the given row if node was closed by updating ui before requesting the scrolling to the cell) | ||||
* | CJK fixes: use newly introduced Gtk2::WrappedLabel package | Thierry Vignaud | 2003-08-22 | 2 | -15/+7 |
| | |||||
* | introduce Gtk2::WrappedLabel to factorize fixed labels for CJK | Thierry Vignaud | 2003-08-22 | 1 | -0/+7 |
| | | | | | languages | ||||
* | (gtkset_line_wrap) export it | Thierry Vignaud | 2003-08-22 | 1 | -2/+2 |
| | |||||
* | use "Sans" as default font name | Pablo Saratxaga | 2003-08-22 | 1 | -5/+5 |
| | |||||
* | typo fix s/succeed/succeeded/ | Damien Chaumette | 2003-08-22 | 1 | -1/+1 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2003-08-22 | 2 | -202/+227 |
| | |||||
* | fix crash on file select of "Other" | Stew Benedict | 2003-08-22 | 1 | -43/+105 |
| | | | | | finish custom cron configuration - normal users can now do cron backups | ||||
* | s/alcatel/Alcatel/ | Pablo Saratxaga | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | - (gtkset_line_wrap) introduce a Gtk2::Label wrapper for | Thierry Vignaud | 2003-08-21 | 1 | -5/+10 |
| | | | | | | | | | | | set_line_wrap() - (create_box_with_title) o factorize label creation o fix label wrongly wrap cjk languages by enabling its wrapping (real bugs is that GtkLabel does not really know its geometry: see gtk+ bugs #118045, #118046, #101968 and #104188) | ||||
* | - more use info in load_firmware_floppy | Damien Chaumette | 2003-08-21 | 1 | -20/+23 |
| | | | | | | | | - catch no floppy in drive error - catch wizcancel - add '-e 1' pppoa option for speedtouch USB - N_ instead of N, won't translate twice (guillaume has the greatest member) | ||||
* | workaround gtk bug #118047 | Thierry Vignaud | 2003-08-21 | 1 | -8/+2 |
| | |||||
* | have bootsplash also for smp & enterprise kernels | Pascal Rigaux | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2003-08-21 | 1 | -1/+173 |
| | |||||
* | typo fixes from Arpad Biro | Thierry Vignaud | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | only access $::o->{mouse}{unsafe} during install | Pascal Rigaux | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | don't care if insmod'ing ohci1394 fail (bug #1972) | Pascal Rigaux | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | fix english (thanks to Reinout van Schouwen) | Pascal Rigaux | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | display the error returned by ntfsresize (need i18n though) | Pascal Rigaux | 2003-08-21 | 1 | -3/+5 |
| | |||||
* | move ugtk2 related language fixes into ugtk2 jail | Thierry Vignaud | 2003-08-21 | 2 | -2/+3 |
| | |||||
* | fix no winmodem message/behavior | Damien Chaumette | 2003-08-21 | 1 | -0/+2 |
| | |||||
* | no need for NC(), doing it in translate() in any case | Pascal Rigaux | 2003-08-21 | 1 | -8/+3 |
| | |||||
* | don't propose XF3 when $force_xf4 | Pascal Rigaux | 2003-08-21 | 1 | -4/+6 |
| | |||||
* | fix typo ($::force_xf4 doesn't exist anymore) | Pascal Rigaux | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2003-08-21 | 2 | -374/+549 |
| | |||||
* | when umount fails, try killing fam and trying again | Pascal Rigaux | 2003-08-21 | 1 | -5/+4 |
| | |||||
* | 9.2-0.33mdk | Thierry Vignaud | 2003-08-21 | 1 | -2/+16 |
| | |||||
* | set $::o in standalone mode too (because of guillaume fixes for "pango | Thierry Vignaud | 2003-08-21 | 1 | -0/+2 |
| | | | | | vs cjk" match) | ||||
* | chinese badly wrap with labels too | Thierry Vignaud | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | - fix call to openit() | Pascal Rigaux | 2003-08-21 | 1 | -6/+4 |
| | | | | | - replace *F with $F | ||||
* | - use $TMPDIR before using $HOME/tmp | Pascal Rigaux | 2003-08-21 | 1 | -2/+2 |
| | | | | | - if $HOME doesn't exist, it will use /tmp which is safe when using secured_file() | ||||
* | only offer to configure xawtv if bttv was configured | Thierry Vignaud | 2003-08-21 | 1 | -3/+3 |
| | |||||
* | return ok/cancel state | Thierry Vignaud | 2003-08-21 | 1 | -0/+2 |
| | |||||
* | fix warnings with diagnostics pragma | Thierry Vignaud | 2003-08-21 | 1 | -2/+2 |
| | |||||
* | s/freeciv/freeciv-client/ | Guillaume Cottenceau | 2003-08-21 | 1 | -1/+1 |
| | |||||
* | - allow user to copy firmware from a floppy | Damien Chaumette | 2003-08-21 | 1 | -4/+39 |
| | | | | | | - fix 'previous' behavior - change wrong url | ||||
* | use perl-URPM 0.94 | Francois Pons | 2003-08-21 | 1 | -16/+2 |
| | |||||
* | updated with new perl-URPM 0.94 (simplified code) | Francois Pons | 2003-08-21 | 1 | -20/+7 |
| | |||||
* | fix firmware url | Damien Chaumette | 2003-08-21 | 1 | -2/+2 |
| |