Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix borking entry "linux" (removing root=xxx) when removing a kernel | Pascal Rigaux | 2005-09-15 | 1 | -5/+6 | |
| | ||||||
* | don't resize state icons | Olivier Blin | 2005-09-15 | 1 | -1/+1 | |
| | ||||||
* | show refresh icon if network isn't connected | Olivier Blin | 2005-09-15 | 1 | -2/+5 | |
| | ||||||
* | show ESSID if already configured for hidden ssid | Olivier Blin | 2005-09-15 | 1 | -1/+1 | |
| | ||||||
* | move signal strength icon on the left | Olivier Blin | 2005-09-15 | 1 | -2/+2 | |
| | ||||||
* | refresh wireless networks every minute only | Olivier Blin | 2005-09-15 | 1 | -1/+1 | |
| | ||||||
* | don't automatically refresh networks list | Olivier Blin | 2005-09-15 | 1 | -1/+0 | |
| | ||||||
* | use Managed mode if AP isn't Ad-Hoc | Olivier Blin | 2005-09-15 | 1 | -1/+1 | |
| | ||||||
* | drakconnect: write wireless settings in wireless.d/ as well | Olivier Blin | 2005-09-15 | 1 | -2/+1 | |
| | ||||||
* | fallback to wpa_cli or iwlist/iwconfig when needed (#18516) | Olivier Blin | 2005-09-15 | 2 | -52/+119 | |
| | ||||||
* | call network::ethernet::update_iftab from ↵ | Olivier Blin | 2005-09-14 | 1 | -1/+0 | |
| | | | | network::ethernet::configure_eth_aliases | |||||
* | - allow to use --apply anywhere on the command line ( thanks ennael for ↵ | Michael Scherer | 2005-09-14 | 1 | -1/+1 | |
| | | | | spotting this ) | |||||
* | fix untranslated messages (#17969) | Olivier Blin | 2005-09-13 | 1 | -1/+1 | |
| | ||||||
* | - keyboard::read() now returns false if the value is not recognised | Pascal Rigaux | 2005-09-13 | 1 | -1/+1 | |
| | | | | | - new function keyboard::read_or_default() which always returns a valid value | |||||
* | (row_setting_dialog) simplify | Thierry Vignaud | 2005-09-12 | 1 | -1/+1 | |
| | ||||||
* | (row_setting_dialog) ensure that both the user and the group are valid | Thierry Vignaud | 2005-09-12 | 1 | -2/+10 | |
| | ||||||
* | (row_setting_dialog) remove debug message | Thierry Vignaud | 2005-09-12 | 1 | -1/+0 | |
| | ||||||
* | (row_setting_dialog) prevent entering a path that is not absolute | Thierry Vignaud | 2005-09-12 | 1 | -1/+6 | |
| | ||||||
* | our policy is not do display version number in taskbar | Thierry Vignaud | 2005-09-12 | 1 | -1/+1 | |
| | ||||||
* | our policy is not do display version number in taskbar | Thierry Vignaud | 2005-09-12 | 1 | -1/+1 | |
| | ||||||
* | perl_checker fixes | Olivier Blin | 2005-09-09 | 1 | -2/+2 | |
| | ||||||
* | fix adjustments creation (#18295) | Olivier Blin | 2005-09-09 | 1 | -8/+3 | |
| | ||||||
* | adjust GUI ouput in modify dialog box | Antoine Ginies | 2005-09-08 | 1 | -1/+1 | |
| | ||||||
* | allow to blacklist/whitelist from the log window | Olivier Blin | 2005-09-08 | 1 | -3/+22 | |
| | ||||||
* | use Close instead of Quit | Olivier Blin | 2005-09-08 | 1 | -3/+3 | |
| | ||||||
* | do not let modem settings be overriden by previous ppp0 settings | Olivier Blin | 2005-09-08 | 1 | -1/+1 | |
| | ||||||
* | insensitive categories for which file is missing, thus preventing | Thierry Vignaud | 2005-09-08 | 1 | -1/+4 | |
| | | | | | crashing (#16935) | |||||
* | really preselect default interface | Olivier Blin | 2005-09-07 | 1 | -1/+1 | |
| | ||||||
* | show ppp/isdn interfaces as well (#18303) | Olivier Blin | 2005-09-07 | 1 | -6/+6 | |
| | ||||||
* | blacklist audio too (#12731) | Thierry Vignaud | 2005-09-07 | 1 | -2/+2 | |
| | ||||||
* | install chkrootkit if needed (#17896) | Thierry Vignaud | 2005-09-06 | 1 | -0/+6 | |
| | ||||||
* | fix status message (#16925) | Thierry Vignaud | 2005-09-06 | 1 | -0/+1 | |
| | ||||||
* | handle required package(s) not installed correctly (bugzilla #18180) | Pascal Rigaux | 2005-09-05 | 2 | -2/+2 | |
| | ||||||
* | Corrected typos. | Funda Wang | 2005-09-04 | 1 | -2/+2 | |
| | ||||||
* | - Used Glib::Timeout->add() function for auto-refreshing remote | Till Kamppeter | 2005-09-03 | 1 | -6/+7 | |
| | | | | | printer list. | |||||
* | - Fixed printer list filtering in the main window, now one can also | Till Kamppeter | 2005-09-03 | 1 | -5/+17 | |
| | | | | | | | | | filter on the state field, and pressing <Enter> after typing in the filter string does not cause the filter being lost when hitting the refresh button or doing some action. - Taken care that auto-refreshing does not happen when the refresh function is running. | |||||
* | - Auto-refresh the list of remote printers in the main windows every 5 | Till Kamppeter | 2005-09-03 | 1 | -1/+6 | |
| | | | | | seconds. | |||||
* | - Make building of main window of printerdrake much faster. | Till Kamppeter | 2005-09-02 | 1 | -14/+14 | |
| | ||||||
* | don't exec new binary on update | Olivier Blin | 2005-09-02 | 1 | -7/+0 | |
| | ||||||
* | perl_checker fix | Olivier Blin | 2005-09-02 | 1 | -1/+1 | |
| | ||||||
* | prefix file path with file:// (mozilla-firefox needs a valid url) | Olivier Blin | 2005-09-02 | 1 | -1/+1 | |
| | ||||||
* | run drakids on click if an alert is still available | Olivier Blin | 2005-09-01 | 1 | -6/+5 | |
| | ||||||
* | add few parameters | Florent Villard | 2005-09-01 | 1 | -16/+41 | |
| | ||||||
* | interactive is unused | Olivier Blin | 2005-09-01 | 1 | -1/+0 | |
| | ||||||
* | use window instead of rwindow, they're equivalent | Olivier Blin | 2005-09-01 | 1 | -11/+11 | |
| | ||||||
* | fix include path (#18103) | Olivier Blin | 2005-09-01 | 1 | -1/+1 | |
| | ||||||
* | short-circuit and fix embedded mode | Olivier Blin | 2005-08-31 | 1 | -1/+1 | |
| | ||||||
* | avoid warning | Olivier Blin | 2005-08-31 | 1 | -1/+1 | |
| | ||||||
* | don't display keyring icon if the wireless network doesn't need a key ↵ | Olivier Blin | 2005-08-31 | 1 | -1/+1 | |
| | | | | (thanks to Couriousous) | |||||
* | use Combo instaed of ComboBoxEntry to fiw 2 rows heigh bug | Antoine Ginies | 2005-08-30 | 1 | -14/+19 | |
| |