summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* Support for the new "ptal://..." (two slashes) URIs of the new HPOJ.Till Kamppeter2003-08-222-13/+13
|
* renew drakperm gui (interface team feedback):Thierry Vignaud2003-08-221-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 tooThierry Vignaud2003-08-221-11/+12
|
* offer samba in services listThierry Vignaud2003-08-221-0/+6
|
* (ask_fromW) split $set_advanced into $set_advanced andThierry Vignaud2003-08-221-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 onGuillaume Cottenceau2003-08-221-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 packageThierry Vignaud2003-08-222-15/+7
|
* introduce Gtk2::WrappedLabel to factorize fixed labels for CJKThierry Vignaud2003-08-221-0/+7
| | | | | languages
* (gtkset_line_wrap) export itThierry Vignaud2003-08-221-2/+2
|
* use "Sans" as default font namePablo Saratxaga2003-08-221-5/+5
|
* typo fix s/succeed/succeeded/Damien Chaumette2003-08-221-1/+1
|
* updated pot filePablo Saratxaga2003-08-222-202/+227
|
* fix crash on file select of "Other"Stew Benedict2003-08-221-43/+105
| | | | | finish custom cron configuration - normal users can now do cron backups
* s/alcatel/Alcatel/Pablo Saratxaga2003-08-211-1/+1
|
* - (gtkset_line_wrap) introduce a Gtk2::Label wrapper forThierry Vignaud2003-08-211-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_floppyDamien Chaumette2003-08-211-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 #118047Thierry Vignaud2003-08-211-8/+2
|
* have bootsplash also for smp & enterprise kernelsPascal Rigaux2003-08-211-1/+1
|
* *** empty log message ***Pascal Rigaux2003-08-211-1/+173
|
* typo fixes from Arpad BiroThierry Vignaud2003-08-211-1/+1
|
* only access $::o->{mouse}{unsafe} during installPascal Rigaux2003-08-211-1/+1
|
* don't care if insmod'ing ohci1394 fail (bug #1972)Pascal Rigaux2003-08-211-1/+1
|
* fix english (thanks to Reinout van Schouwen)Pascal Rigaux2003-08-211-1/+1
|
* display the error returned by ntfsresize (need i18n though)Pascal Rigaux2003-08-211-3/+5
|
* move ugtk2 related language fixes into ugtk2 jailThierry Vignaud2003-08-212-2/+3
|
* fix no winmodem message/behaviorDamien Chaumette2003-08-211-0/+2
|
* no need for NC(), doing it in translate() in any casePascal Rigaux2003-08-211-8/+3
|
* don't propose XF3 when $force_xf4Pascal Rigaux2003-08-211-4/+6
|
* fix typo ($::force_xf4 doesn't exist anymore)Pascal Rigaux2003-08-211-1/+1
|
* updated pot filePablo Saratxaga2003-08-212-374/+549
|
* when umount fails, try killing fam and trying againPascal Rigaux2003-08-211-5/+4
|
* 9.2-0.33mdkThierry Vignaud2003-08-211-2/+16
|
* set $::o in standalone mode too (because of guillaume fixes for "pangoThierry Vignaud2003-08-211-0/+2
| | | | | vs cjk" match)
* chinese badly wrap with labels tooThierry Vignaud2003-08-211-1/+1
|
* fix typoPascal Rigaux2003-08-211-1/+1
|
* - fix call to openit()Pascal Rigaux2003-08-211-6/+4
| | | | | - replace *F with $F
* - use $TMPDIR before using $HOME/tmpPascal Rigaux2003-08-211-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 configuredThierry Vignaud2003-08-211-3/+3
|
* return ok/cancel stateThierry Vignaud2003-08-211-0/+2
|
* fix warnings with diagnostics pragmaThierry Vignaud2003-08-211-2/+2
|
* s/freeciv/freeciv-client/Guillaume Cottenceau2003-08-211-1/+1
|
* - allow user to copy firmware from a floppyDamien Chaumette2003-08-211-4/+39
| | | | | | - fix 'previous' behavior - change wrong url
* use perl-URPM 0.94Francois Pons2003-08-211-16/+2
|
* updated with new perl-URPM 0.94 (simplified code)Francois Pons2003-08-211-20/+7
|
* fix firmware urlDamien Chaumette2003-08-211-2/+2
|
* Changed back NC() to N() (functionality will be merged)Pablo Saratxaga2003-08-211-1/+1
|
* fixed English typosPablo Saratxaga2003-08-211-3/+3
|
* perl_checker complain avout using N(@_) so NC() has been rewritten asPablo Saratxaga2003-08-211-3/+4
| | | | | a duplicate of N() plus one line
* definition and use of an NC() function (translation with context, kde like)Pablo Saratxaga2003-08-212-1/+9
|
* the scrolled text is correctly sized, so do not let it compete withThierry Vignaud2003-08-211-1/+1
| | | | | the options box and the advanced box for availlable space