Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | focus_first on the webdav server field | Pascal Rigaux | 2003-08-26 | 1 | -7/+9 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
| | | | | | - remove unneeded parentheses for things like ... if (...) | ||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous! | ||||
* | add nice description to the initial dialog box (thanks Stew!) | Pascal Rigaux | 2002-09-05 | 1 | -1/+5 |
| | |||||
* | add "Mount" and "Unmount" | Pascal Rigaux | 2002-08-28 | 1 | -1/+14 |
| | |||||
* | in "Mount point", by default choose the default proposition (asked by dadou ↵ | Pascal Rigaux | 2002-08-28 | 1 | -1/+1 |
| | | | | for smb) | ||||
* | add checking davfs is installed | Pascal Rigaux | 2002-08-13 | 1 | -0/+2 |
| | |||||
* | rough WebDAV gui | Pascal Rigaux | 2002-08-13 | 1 | -0/+96 |