1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00
Commit Graph

147 Commits

Author SHA1 Message Date
David Paleino
46bce8ea5e Provide a pre-/post-down script mechanism
WICD currently only provides pre-/post-connection scripts, and
  only one disconnection script, that is run before actually
  disconnecting. This provides pre-/post-disconnection scripts,
  thus increasing configuration flexibility.
2009-06-16 17:13:41 +02:00
David Paleino
355a8bca1c Support --loggroup and --logperms arguments to setup.py 2009-06-13 22:59:03 +02:00
Adam Blackburn
b10c959e9a add .sourceforge.net to the URLs in the translator 2009-06-04 22:24:14 +08:00
Adam Blackburn
e8f0376a69 updated CHANGES, setup.py version, and NEWS 2009-06-04 21:39:36 +08:00
Adam Blackburn
d4b5830f9d updated CHANGES and setup.py version 2009-05-28 11:10:10 +08:00
Adam Blackburn
fce29234b3 Updated version numbers and CHANGES 2009-05-23 12:51:02 +08:00
Adam Blackburn
d693839013 Changed DHCP client order to dhcpcd -> pump -> dhclient 2009-05-20 07:01:31 +08:00
Adam Blackburn
f609ff99fe Apply .desktop file patch from Debian (remove deprecated encoding line) 2009-05-16 20:50:20 +08:00
Adam Blackburn
95a8261a49 update CHANGES and NEWS 2009-05-14 21:55:59 +08:00
Andrew Psaltis
dffed496a8 Added support for manual distro detection in setup.py. 2009-05-07 00:30:25 -04:00
Adam Blackburn
45b5c4718c added support for disabling notifications in setup.py 2009-05-05 10:34:44 +08:00
Adam Blackburn
5c4261a267 added support for automatically retrieving translations.py 2009-05-02 15:24:50 +08:00
Adam Blackburn
6650c84aec Updated version numbers 2009-04-26 08:03:59 +09:00
Adam Blackburn
25aab27635 Redirected bzr output to /dev/null 2009-04-26 08:00:33 +09:00
Adam Blackburn
e407230d62 Fixed setup.py translations installation and made wicd-daemon.py +x 2009-04-26 07:53:24 +09:00
Adam Blackburn
5b8819bc6c fixed another typo 2009-04-22 22:17:39 +08:00
Adam Blackburn
807054bb3a fixed a typo 2009-04-22 22:11:33 +08:00
Adam Blackburn
167b18cdeb Updated version number 2009-04-22 22:02:31 +08:00
Adam Blackburn
3665bc3c61 Updated vcsinfo.py generation logic 2009-04-22 21:45:51 +08:00
Andrew Psaltis
5e5f73dd3e Updated wicd-curses.8.in, made the date in wicd-client.1 accurate, fixed a typo in setup.py, and added a bdist_rpm option in setup.cfg. 2009-04-14 01:06:36 -04:00
Andrew Psaltis
72c5507232 Added my name to setup.py. 2009-04-12 02:50:57 -04:00
Adam Blackburn
0c7c4e86dd vcsinfo.py is regenerated when setup.py is run 2009-04-12 14:48:52 +08:00
Dan O'Reilly
8ecd9ec029 Don't build C extensions modules in main setup.py
Give WirelessInformationDialog a parent.
2009-04-11 18:04:22 -04:00
Andrew Psaltis
ca6dc60647 Merged curses-uimod. It works well enough for me at the moment. 2009-03-21 23:21:31 -04:00
Dan O'Reilly
518e0ec358 Apply Debian initscript patch from David Paleino. 2009-03-15 20:54:16 -04:00
Andrew Psaltis
857d19b0ec Merged setup.py changes from experimental-nacl, r293. 2009-03-14 16:56:06 -04:00
Adam Blackburn
0306b57800 Fixed get_translations and renamed cleargenerated to clear_generated 2009-03-12 17:55:16 +08:00
Andrew Psaltis
ee2a1020c0 Merged with experimental-nacl, r292 2009-03-11 20:34:52 -04:00
Andrew Psaltis
1327bfcc32 Added an init script for Lunar Linux. 2009-03-08 17:38:47 -04:00
Andrew Psaltis
7d5fac6f0a Added mouse support to OptCols. Everything works :-).
This branch will be merged into experimental-nacl once I'm sure that everything works, and I update the documentation.
2009-03-07 16:26:41 -05:00
Andrew Psaltis
9dd7e06b99 Merged r294 of experimental-nacl 2009-03-07 14:49:51 -05:00
Andrew Psaltis
852de07893 Merged r317 of mainline 1.6 2009-03-06 19:40:10 -05:00
Andrew Psaltis
45eae059e5 Made the wicd-curses script add WHEREAREMYFILES
Moved WHEREAREMYFILES to /var/lib/wicd, and adapted setup.py, wpath.py, and
  the wicd-client script to support it
Fixed a typo in setup.py
2009-03-06 19:28:09 -05:00
Andrew Psaltis
421c108f04 curses/prefs_curses.py: Adapted widgets for integration into the main UI
curses/curses_misc.py:
  Removed the "bottom_part" from the TabColumns
curses/wicd-curses.py:
  Added support for editing preferences directly in the main UI w/o a dialog
  'left' now only quits with saving for the NetworkSettingsDialogs
    (suggestions as for what to do here would be appreciated)
2009-03-06 12:49:27 -05:00
Andrew Psaltis
dc49a2fc4f More htoppish ui changes
curses/prefs_curses.py: changed save_results to save_settings
curses/curses_misc.py:
  M^[ and M^] shift the tabs left and right respectively.  The curses module
    has trouble picking up M^left and M^right
curses/netentry_curses.py:
  Removed the buttons and button-related code from the interface.
  Removed the overlay code.
  Adapted the code for direct insertion into the wicd-curses interface
curses/wicd-curses.py:
  Teaked the wireless header.
  Added support for sticking the network config dialog into the interface, and
    changing the current OptCols when it is activated.
  Added new OptCols for other large dialogs
2009-03-05 23:09:17 -05:00
Andrew Psaltis
6690d9bb32 Actually made window resizing not drop the help screen. 2009-03-05 11:20:43 -05:00
Andrew Psaltis
ea7f8ac627 Modified the help dialog in wicd-curses so that it fills up the entire screen.
There may still a formatting issue, will wait on user opinion before changing.
2009-03-05 10:09:23 -05:00
Dan O'Reilly
ff71e4d130 Merge 2009-03-04 18:34:35 -05:00
Dan O'Reilly
34fbabf8a7 Fix setup.py bug where - was getting turned into _ in paths. 2009-03-04 18:32:15 -05:00
Andrew Psaltis
e2c50e1090 Merged in translations.py changes (r315) from mainline 1.6. 2009-03-04 00:41:28 -05:00
Andrew Psaltis
a1169cb1df Added translations.py, and adapted all gtk and curses ui files to use it.
Moved the language dict functions and get_gettext to translations.py.  Also
  killed the functions and laid the dict bare in the file
Removed all instances of language[number] from wicd.
2009-03-04 00:02:14 -05:00
Dan O'Reilly
5f6807732a Don't provide separate options for pre/post/disconnect scripts. Just a parent scripts directory. 2009-03-01 22:43:28 -05:00
Andrew Psaltis
809604f101 Merge r311 of mainline 1.6 2009-02-28 08:48:21 -05:00
Dan O'Reilly
e40afce104 Initial crack at global scripts support. Also includes some setup.py tweaks. 2009-02-27 00:40:19 -05:00
Andrew Psaltis
fe7062371c curses/wicd-curses.py:
Console display defaults to raw_display now, added -c argument to select curses_display
curses/README,in/man=wicd-curses.8.in:
  Updated stuff done in wicd-curses.py
2009-02-21 19:36:57 -05:00
Andrew Psaltis
9ea38a8ebc Merged experimental-nacl r288, and updated wicd-curses revno. 2009-02-21 01:37:38 -05:00
Andrew Psaltis
562b8605cd Merged with experimental-nacl, r282. 2009-02-18 07:42:48 -05:00
Adam Blackburn
c9e319902d Merge 2009-02-18 16:15:50 +08:00
Adam Blackburn
a9fe45dcdc Updated copyright, setup.py version number, and AUTHORS 2009-02-18 16:13:31 +08:00
Andrew Psaltis
1ab13ae618 curses/curses_misc.py:
Fixed some of the arguments in MaskingEdit
curses/netentry_curses.py:
  Added an autoconnect switch to the WirelessSettingsDialog
  Reformatted some code
  Ensured that the buttons are glued to the bottom of the dialog
AUTHORS:
  Changed Adam's e-mail to match the ones in the man page.
AUTHORS, in/man=wicd.8.in:
  Added/updated my e-mail
in/man=wicd-curses.8.in:
  Removed mention of the keymap modification (too difficult/potentially
    problematic)
  Removed mention of my branch, bugs can be tagged with "wicd-curses" or something
    like that
2009-02-17 20:04:50 -05:00