Bastian Kleineidam
|
427b878834
|
Updated translation and copyright
|
2010-12-18 21:00:29 +01:00 |
|
Bastian Kleineidam
|
0b8f8d52b2
|
Check for empty URL before determining content type.
|
2010-12-18 08:26:59 +01:00 |
|
Bastian Kleineidam
|
55cad24b7d
|
Improved layout.
|
2010-12-18 08:04:43 +01:00 |
|
Bastian Kleineidam
|
b05ca0e345
|
Clear properties and statistics before check.
|
2010-12-17 20:25:06 +01:00 |
|
Bastian Kleineidam
|
eee28b9af2
|
Layout the statistics widgets.
|
2010-12-17 19:50:52 +01:00 |
|
Bastian Kleineidam
|
88ae8a83b0
|
Display clear button in URL input field.
|
2010-12-17 07:50:56 +01:00 |
|
Bastian Kleineidam
|
7a2c89b7fe
|
Display URL properties and statistics in the main window.
|
2010-12-16 21:52:26 +01:00 |
|
Bastian Kleineidam
|
b485594dfb
|
Print statistics information in HTML output.
|
2010-12-15 14:36:19 +01:00 |
|
Bastian Kleineidam
|
a94269fd5b
|
Remove unused ID part of loggers.
|
2010-12-15 13:24:31 +01:00 |
|
Bastian Kleineidam
|
224061e284
|
Fix to_wire by looking of URL parts have been initialized.
|
2010-12-15 13:24:12 +01:00 |
|
Bastian Kleineidam
|
f2b8c742fc
|
Gather URL length statistics.
|
2010-12-15 07:55:00 +01:00 |
|
Bastian Kleineidam
|
7c55351511
|
Add get_content_type methods to subclasses.
|
2010-12-15 07:54:44 +01:00 |
|
Bastian Kleineidam
|
870bd2147a
|
Output statistics in text logger.
|
2010-12-14 20:52:42 +01:00 |
|
Bastian Kleineidam
|
2b2121b9ed
|
Added content type and domain to URL logging info.
|
2010-12-14 20:30:53 +01:00 |
|
Bastian Kleineidam
|
01184784ef
|
Remove warning about Unicode domains which are more widely supported now.
|
2010-12-11 07:58:15 +01:00 |
|
Bastian Kleineidam
|
e48acc08af
|
Remove old comments and set line and column number on flush.
|
2010-12-11 07:57:50 +01:00 |
|
Bastian Kleineidam
|
c809007579
|
Expand help index tree.
|
2010-12-07 22:24:30 +01:00 |
|
Bastian Kleineidam
|
09e29f4758
|
Improve about dialog.
|
2010-12-03 22:49:32 +01:00 |
|
Bastian Kleineidam
|
d51999c1e6
|
Rename Debug menu option and disable it according to options.
|
2010-12-03 20:54:14 +01:00 |
|
Bastian Kleineidam
|
4a9b05dbfd
|
Only prepend http:// to non-empty URLs.
|
2010-12-03 20:46:57 +01:00 |
|
Bastian Kleineidam
|
6d38a4e296
|
Rename Save menu option and disable it initially.
|
2010-12-03 20:46:31 +01:00 |
|
Bastian Kleineidam
|
7807be517b
|
Assume URL starts with http:// if its not a local file.
|
2010-12-03 18:25:18 +01:00 |
|
Bastian Kleineidam
|
033812fc4e
|
Updated module copies to Python 2.7
|
2010-12-02 19:38:27 +01:00 |
|
Bastian Kleineidam
|
97ac26ee26
|
Set minimum size for Option dialog.
|
2010-11-28 11:05:04 +01:00 |
|
Bastian Kleineidam
|
fcc7977e72
|
Set minimum width for URL property labels.
|
2010-11-28 10:36:57 +01:00 |
|
Bastian Kleineidam
|
500c64e758
|
Remove unused ID URL property.
|
2010-11-28 10:32:51 +01:00 |
|
Bastian Kleineidam
|
73afed2092
|
Remove the unused and hidden ID column in the GUI QTreeView.
|
2010-11-26 21:41:24 +01:00 |
|
Bastian Kleineidam
|
9e88377584
|
Remove stray raise statement from previous commit.
|
2010-11-26 21:35:49 +01:00 |
|
Bastian Kleineidam
|
e57456ccdb
|
Use correct charset encoding in XML output.
|
2010-11-26 21:24:36 +01:00 |
|
Bastian Kleineidam
|
22ed9011b7
|
Merge branch 'guisave'
|
2010-11-26 21:23:48 +01:00 |
|
Bastian Kleineidam
|
9be3e8626d
|
Add save action for URL results.
|
2010-11-26 21:23:27 +01:00 |
|
Bastian Kleineidam
|
431953a6d9
|
Fix typos.
|
2010-11-26 21:23:13 +01:00 |
|
Bastian Kleineidam
|
4f9727710a
|
Log URL data directly in the model.
|
2010-11-26 20:29:33 +01:00 |
|
Bastian Kleineidam
|
69ca5c1110
|
Reuse an empty QVariant object.
|
2010-11-26 20:26:31 +01:00 |
|
Bastian Kleineidam
|
c5676f0297
|
Catch socket errors when closing SMTP connections.
|
2010-11-26 19:51:26 +01:00 |
|
Bastian Kleineidam
|
8cfc7bfa48
|
Add save menu action.
|
2010-11-26 18:11:23 +01:00 |
|
Bastian Kleineidam
|
96de427112
|
Revert "Added save menu action." Wrong branch.
This reverts commit 1e4146c78d.
|
2010-11-26 18:08:59 +01:00 |
|
Bastian Kleineidam
|
1e4146c78d
|
Added save menu action.
|
2010-11-26 18:07:20 +01:00 |
|
Bastian Kleineidam
|
3111ae0269
|
Revert previous commit: re-add Timeout exception.
|
2010-11-26 17:25:49 +01:00 |
|
Bastian Kleineidam
|
5f06f1b194
|
Fix wrong call to __init__ of URL proxy handler.
|
2010-11-26 12:23:41 +01:00 |
|
Bastian Kleineidam
|
5c9c15071a
|
Limit FTP download file size.
|
2010-11-25 20:44:41 +01:00 |
|
Bastian Kleineidam
|
0cf22e5242
|
Limit FTP download file size.
|
2010-11-25 20:44:14 +01:00 |
|
Bastian Kleineidam
|
9e1178df5c
|
Programming style fixes.
|
2010-11-24 21:35:50 +01:00 |
|
Bastian Kleineidam
|
2efe3073c5
|
Fix sorting of URLs in result list.
|
2010-11-23 23:56:03 +01:00 |
|
Bastian Kleineidam
|
d9dbcb5407
|
Optimize GUI by disabling sorting while a check is running.
|
2010-11-23 23:23:14 +01:00 |
|
Bastian Kleineidam
|
a644aada2e
|
Activate links in property dialogs.
|
2010-11-23 00:25:32 +01:00 |
|
Bastian Kleineidam
|
b2bdbed3c4
|
Move encode() method to base class.
|
2010-11-22 07:43:33 +01:00 |
|
Bastian Kleineidam
|
d97b7a4e4e
|
Force UTF-8 for CSV logger.
|
2010-11-21 20:48:50 +01:00 |
|
Bastian Kleineidam
|
f0b911b608
|
Use codecs module for proper output encoding.
|
2010-11-21 20:19:27 +01:00 |
|
Bastian Kleineidam
|
6fac69cddb
|
Fall back to GET when connection is reset.
|
2010-11-21 19:50:51 +01:00 |
|
Bastian Kleineidam
|
729a4fffc6
|
Adjust spacer width.
|
2010-11-21 14:23:01 +01:00 |
|
Bastian Kleineidam
|
57d0f961d9
|
Merge Python 2.6 branch.
|
2010-11-21 11:37:17 +01:00 |
|
Bastian Kleineidam
|
5058161e40
|
Remove deprecated options and backward compatibility parts.
|
2010-11-21 11:35:56 +01:00 |
|
Bastian Kleineidam
|
03034ddc1c
|
Updated copyright
|
2010-11-21 11:25:07 +01:00 |
|
Bastian Kleineidam
|
fb44f6b775
|
Updated httplib.
|
2010-11-21 11:24:53 +01:00 |
|
Bastian Kleineidam
|
7302f4bc22
|
Use the builtin set type.
|
2010-11-21 10:55:10 +01:00 |
|
Bastian Kleineidam
|
350c952a1f
|
Use new textwrap feature to not break on hyphens.
|
2010-11-21 10:48:40 +01:00 |
|
Bastian Kleineidam
|
017a1087ba
|
Remove unneeded __future__ import
|
2010-11-21 10:45:30 +01:00 |
|
Bastian Kleineidam
|
b24086f1a0
|
Remove tests for old Python versions.
|
2010-11-21 10:44:27 +01:00 |
|
Bastian Kleineidam
|
fcc3e6dc03
|
Remove copy of namedtuple implementation.
|
2010-11-21 10:44:11 +01:00 |
|
Bastian Kleineidam
|
04f9c1b854
|
Use urlparse.parse_qs() instead of cgi.parse_qs()
|
2010-11-21 10:43:47 +01:00 |
|
Bastian Kleineidam
|
6dcb0e10de
|
Require Python 2.6
|
2010-11-21 10:42:44 +01:00 |
|
Bastian Kleineidam
|
ffcb6017ba
|
Store column widths in registry settings.
|
2010-11-20 20:25:27 +01:00 |
|
Bastian Kleineidam
|
c0c8f83827
|
Start checking when return is pressed in the URL label.
|
2010-11-20 19:58:17 +01:00 |
|
Bastian Kleineidam
|
167f2bf5a9
|
Add name for option dialog.
|
2010-11-20 19:53:05 +01:00 |
|
Bastian Kleineidam
|
d51ee5e61e
|
Updated copyright.
|
2010-11-20 12:02:35 +01:00 |
|
Bastian Kleineidam
|
d246b8718f
|
Use new style signals.
|
2010-11-18 23:30:50 +01:00 |
|
Bastian Kleineidam
|
8f20ea94fb
|
Remove unnecessary variable setting.
|
2010-11-18 21:10:14 +01:00 |
|
Bastian Kleineidam
|
cf7be13776
|
Save GUI options in QSettings.
|
2010-11-17 21:25:13 +01:00 |
|
Bastian Kleineidam
|
2a1658a1d3
|
Refactor QSettings
|
2010-11-17 20:28:43 +01:00 |
|
Bastian Kleineidam
|
147bf31e1e
|
Check for allowed HTTP GET method before parsing anchors in HTML file contents.
|
2010-11-17 19:13:26 +01:00 |
|
Bastian Kleineidam
|
17ce930611
|
Ignore irc:// URLs.
|
2010-11-10 19:56:31 +01:00 |
|
Bastian Kleineidam
|
59ac6ffb5c
|
Set maximum length of URL textinput.
|
2010-11-06 20:29:36 +01:00 |
|
Bastian Kleineidam
|
45ff41c6c5
|
Minor layout changes.
|
2010-11-06 20:13:15 +01:00 |
|
Bastian Kleineidam
|
4fa2452d34
|
Do not override status text.
|
2010-11-06 20:03:26 +01:00 |
|
Bastian Kleineidam
|
2fde5bea8c
|
Updated copyright
|
2010-11-06 18:02:56 +01:00 |
|
Bastian Kleineidam
|
4f5c957e43
|
Fix check of external domain after HTTP redirect.
|
2010-11-06 18:00:49 +01:00 |
|
Bastian Kleineidam
|
57ffa6bf97
|
Allow both redirection www.example.com -> example.com and vice versa.
|
2010-11-06 17:55:49 +01:00 |
|
Bastian Kleineidam
|
280b7892ef
|
Remove unused NNTP warning.
|
2010-11-06 17:39:22 +01:00 |
|
Bastian Kleineidam
|
1188e0be2e
|
Retry NNTP connections on temporary errors.
|
2010-11-06 17:26:40 +01:00 |
|
Bastian Kleineidam
|
3ecfb4a67b
|
Updated support URL.
|
2010-11-06 17:00:09 +01:00 |
|
Bastian Kleineidam
|
51086eadac
|
Updated translation strings.
|
2010-11-06 16:46:22 +01:00 |
|
Bastian Kleineidam
|
411f3f340a
|
Fix copying to clipboard.
|
2010-11-06 16:44:49 +01:00 |
|
Bastian Kleineidam
|
dd5ff4706a
|
Remove timeout and threads GUI options.
|
2010-11-06 16:41:14 +01:00 |
|
Bastian Kleineidam
|
dd18c11cd1
|
Do not write node ID to label
|
2010-11-06 16:08:05 +01:00 |
|
Bastian Kleineidam
|
9d88a7117d
|
Fix GML comment format.
|
2010-11-06 15:47:00 +01:00 |
|
Bastian Kleineidam
|
e7dff74cf9
|
Quote quote edge labels and strip leading and trailing whitespace from node and egde labels.
|
2010-11-06 15:36:21 +01:00 |
|
Bastian Kleineidam
|
2c93319a8e
|
Improved options layout and main window layout.
|
2010-11-06 14:02:52 +01:00 |
|
Bastian Kleineidam
|
bee72b712b
|
Regenerate GUI files.
|
2010-11-06 13:45:49 +01:00 |
|
Bastian Kleineidam
|
0e5d76617e
|
Added some more icons.
|
2010-11-06 13:43:34 +01:00 |
|
Bastian Kleineidam
|
c5e6d9f6eb
|
Fix text result color and calls to index.isValid()
|
2010-11-06 13:42:30 +01:00 |
|
Bastian Kleineidam
|
5b518264fe
|
Let properties use the URL data model.
|
2010-11-06 11:34:44 +01:00 |
|
Bastian Kleineidam
|
df9022a459
|
Merge urlproperties branch
|
2010-11-06 10:05:39 +01:00 |
|
Bastian Kleineidam
|
d0c357d007
|
Fix context menu
|
2010-11-06 08:40:46 +01:00 |
|
Bastian Kleineidam
|
45226cc652
|
Merge branch 'master' into uimvc
|
2010-11-06 07:10:48 +01:00 |
|
Bastian Kleineidam
|
cd1984a25f
|
Fix debug setting.
|
2010-11-06 07:10:40 +01:00 |
|
Bastian Kleineidam
|
7b6f0e78ca
|
Use TreeView and a custom model to display data.
|
2010-11-06 07:04:35 +01:00 |
|
Bastian Kleineidam
|
f3037b2fa3
|
Added property dialog.
|
2010-11-05 15:21:19 +01:00 |
|
Bastian Kleineidam
|
885ce223a4
|
Modified logger output strings.
|
2010-11-05 12:53:57 +01:00 |
|
Bastian Kleineidam
|
06dcf13629
|
Updated copyright.
|
2010-11-05 12:27:29 +01:00 |
|
Bastian Kleineidam
|
add1838dc6
|
Add readonly marker to editor dialog title if the file is readonly.
|
2010-11-05 12:26:43 +01:00 |
|
Bastian Kleineidam
|
b264ff8742
|
Check files before loading and saving in editor.
|
2010-11-05 01:39:04 +01:00 |
|
Bastian Kleineidam
|
46757777fd
|
Allow editing of config files in GUI.
|
2010-11-05 01:13:37 +01:00 |
|
Bastian Kleineidam
|
cc3eea535f
|
Save parent URL source in local file.
|
2010-11-05 01:11:28 +01:00 |
|
Bastian Kleineidam
|
d47aa6335f
|
Refactor standard configuration file generation.
|
2010-11-05 01:09:13 +01:00 |
|
Bastian Kleineidam
|
ca395e7d82
|
Avoid error when intro or outro logging fields are configured.
|
2010-11-03 20:35:45 +01:00 |
|
Bastian Kleineidam
|
166969f3a4
|
Remove duplicate logger code.
|
2010-11-01 09:58:03 +01:00 |
|
Bastian Kleineidam
|
23b20306e9
|
Remove duplicate HTTP response codes.
|
2010-11-01 09:27:53 +01:00 |
|
Bastian Kleineidam
|
c5f93a561d
|
Fix debug message formatting.
|
2010-11-01 05:59:04 +01:00 |
|
Bastian Kleineidam
|
e429dbcc13
|
Do not parse URL CGI part recursively.
|
2010-10-27 20:55:21 +02:00 |
|
Bastian Kleineidam
|
f14340a0a8
|
Do not check content of already cached URLs.
|
2010-10-27 19:52:48 +02:00 |
|
Bastian Kleineidam
|
1f81124dfa
|
Fix typo.
|
2010-10-27 19:23:14 +02:00 |
|
Bastian Kleineidam
|
23403f09bb
|
Do not print warning for HTTP to HTTPS or HTTPS to HTTP redirects.
|
2010-10-27 14:44:05 +02:00 |
|
Bastian Kleineidam
|
b2cf40151f
|
Improved redirection warning text.
|
2010-10-27 09:15:46 +02:00 |
|
Bastian Kleineidam
|
d9e981e497
|
Don't log a warning if commandline URL has been redirected.
|
2010-10-26 16:24:27 +02:00 |
|
Bastian Kleineidam
|
4375d35328
|
Add warning about unsupported HTTP authentication, and revert the realm changes.
|
2010-10-25 22:41:31 +02:00 |
|
Bastian Kleineidam
|
332fa4f8f9
|
Prepare multi-realm auth configuration.
|
2010-10-25 22:07:16 +02:00 |
|
Bastian Kleineidam
|
a8c1c28066
|
Prevent off-screen GUI window position.
|
2010-10-25 21:06:13 +02:00 |
|
Bastian Kleineidam
|
3121cc6617
|
Reset debug log window on startup.
|
2010-10-25 19:02:21 +02:00 |
|
Bastian Kleineidam
|
8e7d7a23c2
|
Search CGI formname for login.
|
2010-10-25 18:11:07 +02:00 |
|
Bastian Kleineidam
|
a74f8371e6
|
Updated copyright
|
2010-10-25 18:10:32 +02:00 |
|
Bastian Kleineidam
|
90c2cbc6da
|
Remove old checkloginresult config.
|
2010-10-25 17:47:31 +02:00 |
|
Bastian Kleineidam
|
1d07ff3350
|
Add console encoding function to encode Unicode strings in the preferred encoding for the console.
|
2010-10-25 17:33:47 +02:00 |
|
Bastian Kleineidam
|
b6ec28c68e
|
Make password entries in authentication configuration optional.
|
2010-10-25 17:33:13 +02:00 |
|
Bastian Kleineidam
|
5f9c11b794
|
Tune timeout values to close threads faster on exit.
|
2010-10-24 01:47:57 +02:00 |
|
Bastian Kleineidam
|
5bb222b1df
|
Updated copyright
|
2010-10-24 01:02:39 +02:00 |
|
Bastian Kleineidam
|
3834e56496
|
Updated dnspython.
|
2010-10-24 01:02:26 +02:00 |
|
Bastian Kleineidam
|
cb724616c0
|
Remove registered log handler when the main window closes.
|
2010-10-24 00:25:57 +02:00 |
|
Bastian Kleineidam
|
3305e5c92c
|
Add functions to add and remove a root log handler.
|
2010-10-24 00:25:27 +02:00 |
|
Bastian Kleineidam
|
e8c4304ab7
|
Remove some old commented out code.
|
2010-10-23 23:22:12 +02:00 |
|
Bastian Kleineidam
|
ced1b42124
|
Use separate debug log window.
|
2010-10-16 19:26:46 +02:00 |
|
Bastian Kleineidam
|
dcff139d04
|
Add debuglevel setter function.
|
2010-10-14 22:14:25 +02:00 |
|
Bastian Kleineidam
|
85c44d1478
|
Added extra debug dialog.
|
2010-10-14 21:13:28 +02:00 |
|
Bastian Kleineidam
|
25d75bd4a2
|
Added login URL posting.
|
2010-10-14 18:36:11 +02:00 |
|
Bastian Kleineidam
|
4483635552
|
Add debuglevel, log errors and remove default handlers that are added by urllib2 for get_opener().
|
2010-10-14 07:51:29 +02:00 |
|
Bastian Kleineidam
|
e6a1c2faf9
|
Added some documentation about exception handling.
|
2010-10-13 22:42:43 +02:00 |
|
Bastian Kleineidam
|
fb4689dbe1
|
Fix previous commit.
|
2010-10-13 22:40:55 +02:00 |
|
Bastian Kleineidam
|
415efe262e
|
Added equality check for Cookies, and use that to augment the retrieved cookies.
|
2010-10-13 22:35:36 +02:00 |
|
Bastian Kleineidam
|
2a7292845c
|
Improved info message about sent cookies; do not report the retrieved cookie information.
|
2010-10-13 22:32:50 +02:00 |
|
Bastian Kleineidam
|
1ce1521a9f
|
Improved debug message and cleaned up some syntax.
|
2010-10-13 22:29:44 +02:00 |
|
Bastian Kleineidam
|
c03111475c
|
Remove unused import.
|
2010-10-13 22:27:11 +02:00 |
|
Bastian Kleineidam
|
a8aa3bdb00
|
Another fix to ensure get_content() is only called when allowed.
|
2010-10-13 22:14:43 +02:00 |
|
Bastian Kleineidam
|
4acf79c641
|
Add configuration file option for the --cookies commandline option.
|
2010-10-12 00:41:14 +02:00 |
|
Bastian Kleineidam
|
61e611e4bf
|
Prevent unallowed content read when checking for robots.txt allowance in HTML files.
|
2010-10-12 00:40:34 +02:00 |
|
Bastian Kleineidam
|
25cde6775b
|
Sanitize cookie configuration.
|
2010-10-11 23:55:58 +02:00 |
|
Bastian Kleineidam
|
8ef2979905
|
Refactor configuration.sanitize() function.
|
2010-10-11 23:50:59 +02:00 |
|
Bastian Kleineidam
|
1d0db02192
|
Refactor getting user and password for an URL.
|
2010-10-11 20:11:15 +02:00 |
|
Bastian Kleineidam
|
388ea0e7ff
|
Add ability to pass POST data to url content function.
|
2010-10-11 19:54:06 +02:00 |
|
Bastian Kleineidam
|
3775f18621
|
Fix Linkchecker URL list detection.
|
2010-10-03 17:58:56 +02:00 |
|
Bastian Kleineidam
|
133b4f53fd
|
Fix typos and remove unneeded functions.
|
2010-10-03 12:57:42 +02:00 |
|