Bastian Kleineidam
|
42e73b06f9
|
Use PyQt qcolleciongenerator.
|
2011-12-26 19:13:47 +01:00 |
|
Bastian Kleineidam
|
1ee8fcb21e
|
Updated upx version.
|
2011-12-26 19:12:30 +01:00 |
|
Bastian Kleineidam
|
3cb83d1788
|
Remove todo.txt from doc files.
|
2011-12-25 12:45:40 +01:00 |
|
Bastian Kleineidam
|
8848e34d20
|
Add missing copyright.
|
2011-12-25 11:17:48 +01:00 |
|
Bastian Kleineidam
|
dff425710d
|
More Freshmeat/Freecode replacements.
|
2011-12-25 09:06:18 +01:00 |
|
Bastian Kleineidam
|
53ef40384c
|
Check scripts for missing docstrings.
|
2011-12-25 09:02:04 +01:00 |
|
Bastian Kleineidam
|
176967365b
|
Add missing docstring.
|
2011-12-25 09:00:30 +01:00 |
|
Bastian Kleineidam
|
1cafc3b8db
|
Rename freshmeat stuff to freecode.
|
2011-12-25 09:00:22 +01:00 |
|
Bastian Kleineidam
|
b48957601d
|
Set release date.
|
2011-12-25 08:45:43 +01:00 |
|
Bastian Kleineidam
|
1c26c14b64
|
Set copyright year and add missing docstrings.
|
2011-12-25 08:45:27 +01:00 |
|
Bastian Kleineidam
|
a19893a6ba
|
Apply wrap-and-sort.
|
2011-12-22 11:09:39 +01:00 |
|
Bastian Kleineidam
|
79d389f2ec
|
Updated changelog.
|
2011-12-20 20:54:10 +01:00 |
|
Bastian Kleineidam
|
10b9c12ce9
|
Fix GUI check result saving.
|
2011-12-20 20:53:49 +01:00 |
|
Bastian Kleineidam
|
9c40078ab9
|
Run obfuscated IP and unicode directory listing test only on linux.
|
2011-12-18 08:12:23 +01:00 |
|
Bastian Kleineidam
|
0e29ebde2a
|
Run obfuscated IP test only on linux.
|
2011-12-18 08:10:33 +01:00 |
|
Bastian Kleineidam
|
61f9f31de2
|
Make copy from loggerclass dict.
|
2011-12-17 20:54:30 +01:00 |
|
Bastian Kleineidam
|
36c857d0c5
|
Parametrize nosetests.
|
2011-12-17 20:39:51 +01:00 |
|
Bastian Kleineidam
|
2aea1ef1e5
|
Fix localhost tests.
|
2011-12-17 20:31:47 +01:00 |
|
Bastian Kleineidam
|
de652d8138
|
Minor code cleanups.
|
2011-12-17 19:13:54 +01:00 |
|
Bastian Kleineidam
|
4e18858c7a
|
Updated pydev settings.
|
2011-12-17 19:13:43 +01:00 |
|
Bastian Kleineidam
|
af26064b7d
|
Adjust eclipse binary file.
|
2011-12-17 19:13:32 +01:00 |
|
Bastian Kleineidam
|
ef8d9b629f
|
Use dynamic port number in results.
|
2011-12-17 19:13:14 +01:00 |
|
Bastian Kleineidam
|
f8ef9cca6a
|
Test cleanup.
|
2011-12-17 16:39:21 +01:00 |
|
Bastian Kleineidam
|
3d9958dfbb
|
Parse Safari bookmark files.
|
2011-12-17 16:38:25 +01:00 |
|
Bastian Kleineidam
|
925a7166b6
|
Remove separator in edit menu.
|
2011-12-17 12:38:14 +01:00 |
|
Bastian Kleineidam
|
aeb6df05bd
|
Fix application config directory for Darwin platforms.
|
2011-12-17 07:33:21 +01:00 |
|
Bastian Kleineidam
|
351cc72aa4
|
Make GUI options a little wider; add separator in edit menu.
|
2011-12-16 21:49:31 +01:00 |
|
Bastian Kleineidam
|
3c1272fab7
|
chmod -- is not supported on all platforms.
|
2011-12-16 21:36:01 +01:00 |
|
Bastian Kleineidam
|
21532a70ec
|
Return with non-zero return value when internal program errors occurred.
|
2011-12-14 22:54:26 +01:00 |
|
Bastian Kleineidam
|
00003517b1
|
Updated translations.
|
2011-12-14 22:43:24 +01:00 |
|
Bastian Kleineidam
|
ce8f3d56d1
|
Correct path to optparse.py dependency in Makefile.
|
2011-12-14 22:34:20 +01:00 |
|
Bastian Kleineidam
|
433cf029d9
|
Replace copy.copy() with simple list copying when backing up configuration values.
|
2011-12-14 19:55:06 +01:00 |
|
Bastian Kleineidam
|
a633fcc57a
|
Updated changelog
|
2011-12-13 21:39:41 +01:00 |
|
Bastian Kleineidam
|
5f0853be87
|
Display GUI options in one dialog; support warning strings in GUI options; support ignore patterns in GUI options.
|
2011-12-13 21:25:09 +01:00 |
|
Bastian Kleineidam
|
9367e3166c
|
Recreate UI files.
|
2011-12-12 19:01:40 +01:00 |
|
Bastian Kleineidam
|
c5232d70e9
|
Updated changelog.
|
2011-12-12 19:00:51 +01:00 |
|
Bastian Kleineidam
|
d2fa69ab16
|
Forgot to adjust one lefover call to stripall().
|
2011-12-11 07:35:03 +01:00 |
|
Bastian Kleineidam
|
1b5cad3b3e
|
Only remove whitespace at start and end of URL.
|
2011-12-10 11:49:44 +01:00 |
|
Bastian Kleineidam
|
5576dfe10d
|
Fix LFUCache: delete 5% of least frequently used entries on shrink, not 95%.
|
2011-12-08 22:10:53 +01:00 |
|
Bastian Kleineidam
|
9956f3712e
|
Properly detect too-long Unicode hostnames.
|
2011-12-05 20:51:42 +01:00 |
|
Bastian Kleineidam
|
9871f9b071
|
Replaced mingw with Windows SDK for development.
|
2011-11-05 14:08:20 +01:00 |
|
Bastian Kleineidam
|
d771fc9a5e
|
Bump up version; renamed readme file to standard name.
|
2011-11-05 13:36:16 +01:00 |
|
Bastian Kleineidam
|
76eddb62a8
|
Properly detect home directory on OS X systems.
|
2011-11-05 12:03:55 +01:00 |
|
Bastian Kleineidam
|
7f4bf943bb
|
Remove old todo.txt from manifest, prevent inclusion of .pyc files in thirdparty directory
|
2011-11-05 11:40:42 +01:00 |
|
Bastian Kleineidam
|
35bf1cf116
|
Removed todo list. The entries are merged into my master todo list.
|
2011-11-03 09:39:31 +01:00 |
|
Bastian Kleineidam
|
5c496df9ed
|
Regenerate HTML parser with new Bison 2.5 version.
|
2011-10-31 06:41:45 +01:00 |
|
Bastian Kleineidam
|
a7f3b43bab
|
Remove unused file.
|
2011-10-28 00:49:46 +02:00 |
|
Bastian Kleineidam
|
84ffaee9fa
|
Reformat package description.
|
2011-10-20 10:07:30 +02:00 |
|
Bastian Kleineidam
|
c8c3470255
|
Use new warningregex option in GUI.
|
2011-10-20 09:12:28 +02:00 |
|
Bastian Kleineidam
|
bc402a3ca0
|
Add release info.
|
2011-10-20 08:14:36 +02:00 |
|