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
b4516acead
Fixed the wireless network header when we are only seeing wireless networks.
2009-03-04 17:01:00 -05:00
Andrew Psaltis
48724d9065
curses/curses_misc.py:
...
Added a non-selectable listbox for the wireless network header
curses/wicd-curses.py:
Updated the wireless list-header generating function and activated it.
Removed/deactivated some unused code.
2009-03-04 16:54:26 -05:00
Adam Blackburn
3627230b3c
Removed old images
2009-03-04 19:44:55 +08:00
Andrew Psaltis
0dfe5432bd
curses/curses_misc.py:
...
added support for Meta and Ctrl being applied to keys in OptCols
curses/wicd-curses.py
Changed the colors slightly, colorized the clock.
2009-03-04 00:56:17 -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
Dario Freddi
1e65babbd9
Removing placeholders, and fixing issues pointed out by Dan
2009-03-03 11:40:34 +01:00
Andrew Psaltis
a290b12e68
curses/wicd-curses.py:
...
Replaced idle_incr with a clock that counts seconds.
Streamlined some of the footer functions
The connecting progress-wheel now updates independently of any other counter.
Increased status updating time to 2 seconds (from 1.5)
2009-03-02 14:05:25 -05:00
Dario Freddi
ecfe372e4e
Fixing implementation in ioctl
2009-03-02 11:44:57 +01:00
Andrew Psaltis
ab878c231f
curses/curses_misc.py: Added a colon to each entry in OptCols
...
curses/wicd-curses.py:
Removed the 'print ""' from the end of the main entry point
Changed the infobar colors to grey on dark blue
2009-03-01 23:53:59 -05:00
Dan O'Reilly
6dd0642079
Apply lang patch from David Paleino
2009-03-01 23:15:34 -05:00
Dan O'Reilly
80d05774d9
Merge in global script support.
2009-03-01 23:00:22 -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
Dan O'Reilly
f66ec767fe
Merge.
2009-03-01 21:50:18 -05:00
Andrew Psaltis
1bf166afe0
Things are coming along...
...
curses/netentry_curses.py: Realigned some text
curses/curses_misc.py:
Added support for clicking stuff (doesn't do anything except change a label
for now)
The keys 'left' and 'right' now accepted, and translated into fake arrows
Added a debug mode for the OptCols
curses/wicd-curses.py:
Removed if loop in locals() from the exception wrapper, this was causing bugs
in OptCols to spam my console
Debug mode on the optcols is set to default (for now)
Cleaned up idle_incr
Removed some of the exception wrappers
2009-03-01 20:47:08 -05:00
Dario Freddi
23cb084036
Adding available auth methods
2009-03-01 20:19:16 +01:00
Dario Freddi
9213c7c333
Adding GetOperationalMode() to determine op mode of an interface
2009-03-01 19:31:34 +01:00
Dario Freddi
2898adec48
Adding the possibility of a custom iwconfig
2009-03-01 19:22:30 +01:00
Dario Freddi
db80f31e03
Adding per-channel bitrate information as a string
2009-03-01 16:46:58 +01:00
drf
c23708b444
Starting implementation of current bitrate retrieval
2009-03-01 16:01:21 +01:00
Dan O'Reilly
8112851a86
Tweak encryption template code so that optional parameters can be supplied. Tweak UI code to reflect that new functionality.
...
Allow for slightly more variation in template formatting.
2009-02-28 21:52:27 -05:00
Andrew Psaltis
940f563ec5
curses/curses_misc.py: Added a htop-like OptCols
...
curses/wicd-curses.py:
Added support for OptCols. Some of the keys in there are not valid as of yet.
2009-02-28 18:58:12 -05:00
Dan O'Reilly
454770e5e9
Add support for using resolvconf instead of directly editing /etc/resolv.conf if it's available.
2009-02-28 16:01:26 -05:00
Dan O'Reilly
edbfd18553
Don't use the thread module in networking.py.
2009-02-28 15:34:34 -05:00
Dan O'Reilly
cafde692e5
Merge
2009-02-28 15:16:45 -05:00
Andrew Psaltis
780685c842
Merged with r291 of experimental-nacl
2009-02-28 11:32:29 -05:00
Andrew Psaltis
809604f101
Merge r311 of mainline 1.6
2009-02-28 08:48:21 -05:00
Andrew Psaltis
432f1c96ca
curses/netentry_curses.py:
...
Made the password field actually keep its "passwordiness" when we go to the
buttons.
in/scripts=wicd-client.in:
Added support for X being off and wicd-curses not being there
2009-02-28 08:40:02 -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
Dan O'Reilly
fab8d84dee
Merge.
2009-02-27 00:38:09 -05:00
Dan O'Reilly
0af4c5331e
Get rid of unneeded "use_tray" variable being passed around in wicd-client.
...
Remove some extra whitespace in networking.py
2009-02-27 00:35:53 -05:00
Dan O'Reilly
a23fbcede5
Merge.
2009-02-27 00:20:37 -05:00
Dan O'Reilly
de8b8c11f8
Get rid of unneeded "use_tray" variable being passed around in wicd-client.
...
Add some methods for executing multiple scripts to be use for global scripts later.
Remove some rogue extra whitespace in networking.py
2009-02-27 00:13:00 -05:00
Dan O'Reilly
ae0f589d43
Fix issue where signal strength wouldn't be reported correctly if the first link quality regex didn't match.
...
Add some helper methods that will eventually be used for encryption template parsing.
Use more specific exception checking in a few places.
2009-02-27 00:08:31 -05:00
Andrew Psaltis
af62a5d76a
Made the Slackware init script look more like the rest of the Slackware init scripts.
2009-02-24 10:28:03 -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
Dan O'Reilly
5aaaa117e7
Fix typo
2009-02-21 13:11:55 -05:00
Andrew Psaltis
9ea38a8ebc
Merged experimental-nacl r288, and updated wicd-curses revno.
2009-02-21 01:37:38 -05:00
Andrew Psaltis
117240c7cd
Added the translations to .bzrignore (hopefully that is all of it).
2009-02-21 01:23:29 -05:00
Andrew Psaltis
bf0f9daf3c
Force utf8 encoding in wicd-curses.py. Hopefully this won't break compat on non-utf8 consoles.
2009-02-21 01:17:59 -05:00
Andrew Psaltis
9fef4a64a8
Merged r306 of mainline 1.6
2009-02-21 01:17:22 -05:00
Dan O'Reilly
e879b49a82
merge
2009-02-21 01:00:40 -05:00
Dan O'Reilly
b7141f43cb
Create the wpactrl interface connection in a less bizarre way.
2009-02-21 00:57:40 -05:00
Andrew Psaltis
3c76bed01b
Merged misc.py and .bzrignore changes from experimental-nacl r285.
2009-02-20 22:06:59 -05:00
Andrew Psaltis
f1920f7c7a
.bzrignore: Added some stuff that I missed.
2009-02-20 21:54:30 -05:00
Andrew Psaltis
8366c74c08
.bzrignore: Added files generated from the build to .bzrignore
...
wicd/misc.py:
Decode all unicode fonts before a client handles them. Prevents wicd-curses
from dying due to having to display non-latin characters.
2009-02-20 21:44:16 -05:00