summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* rename $treeModel as $model since it really is a ListModel, not aThierry Vignaud2003-08-231-32/+32
| | | | | TreeModel anymore (cosmetic)
* - disable up button when selected rule is the first oneThierry Vignaud2003-08-231-1/+23
| | | | | | - disable down button when selected rule is the latest one or when next rule is non editable
* always add newly created setting at top of editable settings so thatThierry Vignaud2003-08-231-1/+8
| | | | | | we're we can sort them since they're no non editable items between old & new editable ones
* once we start to alter settings ordering, we need to save it on exit;Thierry Vignaud2003-08-231-0/+1
| | | | | so just tell it to drakperm
* - fix gtk bug on moving down lineThierry Vignaud2003-08-231-31/+14
| | | | | | - merge moving up & down callbacks - we do not have a hierarchy, so just use a s/tree/list/
* add new icon for drakpermThierry Vignaud2003-08-231-0/+0
|
* 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
|
* CJK fixes: use newly introduced Gtk2::WrappedLabel packageThierry Vignaud2003-08-221-13/+5
|
* fix crash on file select of "Other"Stew Benedict2003-08-221-43/+105
| | | | | finish custom cron configuration - normal users can now do cron backups
* workaround gtk bug #118047Thierry Vignaud2003-08-211-8/+2
|
* fix english (thanks to Reinout van Schouwen)Pascal Rigaux2003-08-211-1/+1
|
* only offer to configure xawtv if bttv was configuredThierry Vignaud2003-08-211-3/+3
|
* fix warnings with diagnostics pragmaThierry Vignaud2003-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
|
* definition and use of an NC() function (translation with context, kde like)Pablo Saratxaga2003-08-211-1/+1
|
* annotate load for translators (Arpad Biro)Thierry Vignaud2003-08-201-1/+3
|
* only complain if an error really happenedThierry Vignaud2003-08-201-3/+3
|
* Text typos - Arpad BiroStew Benedict2003-08-202-7/+7
|
* mark one more string as translatable (spoted by Arpad Biro)Thierry Vignaud2003-08-192-2/+2
|
* translate one more string (already translated as this is a double)Thierry Vignaud2003-08-191-1/+1
|
* readd LANGUAGE=CThierry Vignaud2003-08-191-2/+2
|
* pablo say that redefining LC_* is useless if LC_ALL is defined as theThierry Vignaud2003-08-191-2/+2
| | | | | later overrides and take priority over the former
* full pci probe does not freeze anymore, removing code work-arounding the freezePascal Rigaux2003-08-192-2/+2
|
* perl_checker compliancePascal Rigaux2003-08-193-12/+13
|
* remove unused variableThierry Vignaud2003-08-191-1/+1
|
* fix any::write_passwd_user() callPascal Rigaux2003-08-191-1/+1
|
* add perl_checker hintThierry Vignaud2003-08-191-1/+1
|
* "xxx or xxx" in list context is always bad!Pascal Rigaux2003-08-191-2/+2
|
* (update_intbutt) consolidate internet connection button switch codeThierry Vignaud2003-08-191-6/+8
|
* - use real known interface name everywhere not guessed oneThierry Vignaud2003-08-191-34/+39
| | | | | | | | | | (having eth0 and eth9 would resulting in displaying eth0 & eth1 before), thus enabling to get rid of get_eth_ip() - replace build_list() by update_list() that fix flicker on list update: only add/remove added/removed interfaces, just update fields for others
* Fixed typosPablo Saratxaga2003-08-191-1/+1
|
* typo fixThierry Vignaud2003-08-181-1/+1
|
* splitted too big text into smaller chunks for translatorsPablo Saratxaga2003-08-181-33/+23
|
* - fix up/down interface detectionDamien Chaumette2003-08-181-6/+7
| | | | | | - do not wipe out IP and NETMASK when "No ip" is filled in - fix typo
* display the right information when no selected deviceThierry Vignaud2003-08-181-0/+1
|
* use new create_dialog api to get better modal dialogsThierry Vignaud2003-08-181-3/+4
|
* perl_checker fixesThierry Vignaud2003-08-181-5/+5
|
* progess -> progress typoStew Benedict2003-08-181-3/+3
|
* sort modules and directories in treeviewThierry Vignaud2003-08-181-2/+2
|
* - fix long-standing broken mkbootdisk call bugThierry Vignaud2003-08-181-6/+9
| | | | | - btw fix the passing of mkinirtd arguments to mkbootdisk
* - save the modules list on exit and restore it on loadThierry Vignaud2003-08-181-4/+23
| | | | | | - simplify modules list managment btw - consolidate some code in get_file_size()
* try to be more user friendly:Thierry Vignaud2003-08-181-25/+6
| | | | | | | | - if no error, display a success message, then exit - on error, instead of displaying the raw exit code that has no meaning for the end user, display in red the log message of mkbootdisk - remove insane expert button and so called expert frame
* make testing mode usefull for debugging drakfloppyThierry Vignaud2003-08-181-2/+2
|
* (configure_lan) fix crash on interface enabling/disablingThierry Vignaud2003-08-181-5/+11
| | | | | (get_intf_status) factorize translations and use upcase initale
* better message when no ip (aka interface down or broken)Thierry Vignaud2003-08-181-2/+2
|
* allow hostname change in mccDamien Chaumette2003-08-171-5/+44
| | | | | perl_checker
* start user definable crontab entry - sorry translators, new strings :(Stew Benedict2003-08-141-23/+108
|
* some english typo fixes thx to Arpad BiroGuillaume Cottenceau2003-08-132-4/+4
|