Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | require to be root | Olivier Blin | 2007-08-20 | 1 | -1/+1 |
| | |||||
* | oops, revert debug code | Olivier Blin | 2007-08-20 | 1 | -4/+0 |
| | |||||
* | do not use big titles, only bold labels | Olivier Blin | 2007-08-20 | 2 | -2/+6 |
| | |||||
* | split status bar code from dbus code | Olivier Blin | 2007-08-20 | 1 | -2/+6 |
| | |||||
* | remove unaccurate comment | Olivier Blin | 2007-08-20 | 1 | -1/+0 |
| | |||||
* | modify image (if any) for toggle button when toggled | Olivier Blin | 2007-08-20 | 1 | -1/+4 |
| | |||||
* | replace pipe characters with space in device descriptions | Olivier Blin | 2007-08-20 | 1 | -1/+3 |
| | |||||
* | use new mygtk image features instead of custom function | Olivier Blin | 2007-08-20 | 1 | -21/+12 |
| | |||||
* | use '_' in module names | Olivier Blin | 2007-08-20 | 1 | -1/+1 |
| | |||||
* | set spacing of 6 pixels between buttons (as recommended by Gnome HIG) | Olivier Blin | 2007-08-20 | 1 | -2/+2 |
| | |||||
* | add a "Please select your network:" label on top of network list | Olivier Blin | 2007-08-20 | 1 | -0/+1 |
| | |||||
* | try a white background (base color) on containers | Olivier Blin | 2007-08-20 | 1 | -0/+9 |
| | |||||
* | remove scrolled window shadow | Olivier Blin | 2007-08-20 | 1 | -1/+2 |
| | |||||
* | put networks list in a frame | Olivier Blin | 2007-08-20 | 1 | -1/+2 |
| | |||||
* | add interface name | Olivier Blin | 2007-08-20 | 1 | -0/+2 |
| | |||||
* | revert to "standard" window width | Olivier Blin | 2007-08-20 | 1 | -1/+1 |
| | |||||
* | ellipsize description label | Olivier Blin | 2007-08-20 | 1 | -4/+4 |
| | |||||
* | move refresh button on the left to have a consistent look | Olivier Blin | 2007-08-20 | 1 | -6/+6 |
| | |||||
* | reorganize interface: | Olivier Blin | 2007-08-20 | 1 | -28/+23 |
| | | | | | | | | | - move type icons in front of labels - add HSeparator between connections - add text in buttons - move buttons on two different rows - align buttons on the right | ||||
* | pre-set Managed mode for access points detected as Master (#30303) | Olivier Blin | 2007-08-20 | 1 | -0/+1 |
| | |||||
* | update translation for Hebrew | Dotan Kamber | 2007-08-19 | 1 | -3103/+3122 |
| | |||||
* | Japanese translation updated. | Yukiko Bando | 2007-08-17 | 1 | -4/+7 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2007-08-14 | 1 | -17/+246 |
| | |||||
* | Updated Estonian translation. | Marek Laane | 2007-08-14 | 1 | -7/+8 |
| | |||||
* | use connection type with lower metric first | Olivier Blin | 2007-08-13 | 1 | -1/+1 |
| | |||||
* | allow to run configure if type can't get networks | Olivier Blin | 2007-08-13 | 1 | -1/+2 |
| | |||||
* | update start/stop icons | Olivier Blin | 2007-08-13 | 1 | -2/+2 |
| | |||||
* | rename active icon as activate | Olivier Blin | 2007-08-13 | 2 | -0/+0 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2007-08-13 | 1 | -9/+65 |
| | |||||
* | add new icons | Olivier Blin | 2007-08-13 | 6 | -0/+0 |
| | |||||
* | rename prepare_connection as setup_connection (to avoid confusion with ↵ | Olivier Blin | 2007-08-13 | 2 | -2/+2 |
| | | | | network::connection::prepare_connection) | ||||
* | allow to start connection if the type can't get networks | Olivier Blin | 2007-08-13 | 1 | -13/+18 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2007-08-12 | 1 | -372/+417 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2007-08-12 | 1 | -21/+17 |
| | |||||
* | New translations. | Mashrab Kuvatov | 2007-08-11 | 2 | -10927/+32 |
| | |||||
* | update translation for basque (euskara) | Iñigo Salvador Azurmendi | 2007-08-10 | 1 | -105/+181 |
| | |||||
* | run net_monitor when configure button is clicked | Olivier Blin | 2007-08-10 | 2 | -1/+10 |
| | |||||
* | fix typo | Olivier Blin | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | rename update_on_network_change as update_on_status_change (we do not ↵ | Olivier Blin | 2007-08-09 | 2 | -6/+6 |
| | | | | necessarily have multiple networks) | ||||
* | connect buttons with connection manager actions | Olivier Blin | 2007-08-09 | 1 | -5/+21 |
| | |||||
* | remove spurious "button" | Olivier Blin | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | add a button to stop connection | Olivier Blin | 2007-08-09 | 1 | -0/+1 |
| | |||||
* | build a cmanager even if no network list is shown | Olivier Blin | 2007-08-09 | 1 | -8/+11 |
| | |||||
* | replace most used modules by connection_manager | Olivier Blin | 2007-08-09 | 1 | -11/+1 |
| | |||||
* | move more code in network::connection_manager | Olivier Blin | 2007-08-09 | 2 | -10/+10 |
| | |||||
* | rename droam as cmanager where appropriate | Olivier Blin | 2007-08-09 | 2 | -112/+112 |
| | |||||
* | revert unwanted commit | Olivier Blin | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | move connection management code of drakroam in new network::connection_manager | Olivier Blin | 2007-08-09 | 4 | -260/+272 |
| | |||||
* | update perl_checker blacklist | Olivier Blin | 2007-08-09 | 1 | -0/+11 |
| | |||||
* | fix pixbufs (oops) | Olivier Blin | 2007-08-09 | 1 | -1/+1 |
| |