Bastian Kleineidam
|
5401413f05
|
Only remove copied icons in clean.
|
2011-05-10 23:48:43 +02:00 |
|
Bastian Kleineidam
|
d7b528acdf
|
Added KDE down arrow as resource.
|
2011-05-10 23:48:22 +02:00 |
|
Bastian Kleineidam
|
c9dca19011
|
Read and save recent documents in settings.
|
2011-05-10 23:45:44 +02:00 |
|
Bastian Kleineidam
|
e54f7a93c2
|
Disable URL input while checking.
|
2011-05-10 06:56:41 +02:00 |
|
Bastian Kleineidam
|
f3bb106ec2
|
Display status info in main window.
|
2011-05-09 20:49:07 +02:00 |
|
Bastian Kleineidam
|
1b9576437d
|
Put progress window in main window.
|
2011-05-07 21:14:08 +02:00 |
|
Bastian Kleineidam
|
a1f0867c74
|
Updated copyright
|
2011-05-06 20:27:36 +02:00 |
|
Bastian Kleineidam
|
10bbb696e8
|
Limit download file size to 5MB.
|
2011-05-05 21:10:55 +02:00 |
|
Bastian Kleineidam
|
3cee705a4a
|
Warn user before closing changed editor window.
|
2011-05-05 20:09:45 +02:00 |
|
Bastian Kleineidam
|
1703e6c942
|
Debug geoip errors.
|
2011-05-05 19:42:19 +02:00 |
|
Bastian Kleineidam
|
b3e692ea79
|
Catch socket errors when resolving GeoIP country data.
|
2011-05-05 19:37:58 +02:00 |
|
Bastian Kleineidam
|
f8cba79875
|
Display release date in about dialog.
|
2011-05-05 18:30:58 +02:00 |
|
Bastian Kleineidam
|
ecc598bd03
|
Do not use configuration file options for GUI defaults.
|
2011-04-30 19:57:14 +02:00 |
|
Bastian Kleineidam
|
02a6f31c4c
|
Ensure file handles are closed before emitting signals.
|
2011-04-30 19:56:43 +02:00 |
|
Bastian Kleineidam
|
929fd8d4aa
|
Scroll down for new URLs added to the treeview.
|
2011-04-30 11:11:45 +02:00 |
|
Bastian Kleineidam
|
0470f6dbf0
|
Fixed saving of URL parent source in the GUI editor.
|
2011-04-30 08:39:49 +02:00 |
|
Bastian Kleineidam
|
7cd67d29cf
|
Reload text file configuration after GUI changed it.
|
2011-04-30 08:38:44 +02:00 |
|
Bastian Kleineidam
|
10d6e81af3
|
Highlight check results.
|
2011-04-30 07:35:25 +02:00 |
|
Bastian Kleineidam
|
dacc7e7ae4
|
Consolidate the stop messages.
|
2011-04-29 19:49:24 +02:00 |
|
Bastian Kleineidam
|
d7186bc904
|
Remove unused QThread.__del__ method.
|
2011-04-28 20:41:44 +02:00 |
|
Bastian Kleineidam
|
7d4a03aff2
|
Replace QString methods with Python str methods.
|
2011-04-28 18:43:27 +02:00 |
|
Bastian Kleineidam
|
15d62e49e6
|
Replace deprecated methods of PyQt (also makes it easier to port to PySide).
|
2011-04-28 18:41:47 +02:00 |
|
Bastian Kleineidam
|
4dc16708a7
|
Add rebuild target for all UI and resource files.
|
2011-04-28 18:41:11 +02:00 |
|
Bastian Kleineidam
|
0fc3355066
|
Colorize statistic output in GUI.
|
2011-04-28 15:32:53 +02:00 |
|
Bastian Kleineidam
|
6ca10152c5
|
Don't override start_output() function in GUI logger to correctly reset statistics.
|
2011-04-28 15:30:51 +02:00 |
|
Bastian Kleineidam
|
1f9cd2f67f
|
Redirection refactoring part 2 of 2.
|
2011-04-27 13:33:01 +02:00 |
|
Bastian Kleineidam
|
dd53c78096
|
Redirection refactoring part 1.
|
2011-04-27 12:02:30 +02:00 |
|
Bastian Kleineidam
|
f566f98fe5
|
Allow redirections for URLs given by the user.
|
2011-04-27 11:21:58 +02:00 |
|
Bastian Kleineidam
|
db7ea6872a
|
Refactor internal URL pattern matcher into function.
|
2011-04-27 08:34:15 +02:00 |
|
Bastian Kleineidam
|
a3568e456b
|
Add missing file header.
|
2011-04-26 21:32:57 +02:00 |
|
Bastian Kleineidam
|
d7d563bf6e
|
Add Qt syntax highlighting.
|
2011-04-26 21:31:45 +02:00 |
|
Bastian Kleineidam
|
66079549ef
|
Use fixed-width font for Qt editor.
|
2011-04-26 18:58:08 +02:00 |
|
Bastian Kleineidam
|
ff5d0b27e3
|
Updated documentation.
|
2011-04-26 15:06:22 +02:00 |
|
Bastian Kleineidam
|
74c132c90b
|
Updated copyright.
|
2011-04-26 14:57:57 +02:00 |
|
Bastian Kleineidam
|
f61de7902a
|
Report QScintilla as extra module.
|
2011-04-26 14:57:32 +02:00 |
|
Bastian Kleineidam
|
65721e2b3b
|
Updated application icon.
|
2011-04-26 14:04:24 +02:00 |
|
Bastian Kleineidam
|
199deff1f0
|
Remove debug code.
|
2011-04-26 13:58:22 +02:00 |
|
Bastian Kleineidam
|
8ea2d147fc
|
Show line numbers in Qt editor.
|
2011-04-26 13:55:42 +02:00 |
|
Bastian Kleineidam
|
b249150d9a
|
Fix OS X ifconfig call.
|
2011-04-26 11:42:04 +02:00 |
|
Bastian Kleineidam
|
040e6b49e0
|
Use ifconfig(8) network info on Mac OS X.
|
2011-04-26 11:32:58 +02:00 |
|
Bastian Kleineidam
|
4ae0566f95
|
Parse IPv4 values from ifconfig(8).
|
2011-04-26 11:30:26 +02:00 |
|
Bastian Kleineidam
|
d3d0892927
|
Handle error for getting address of an interface.
|
2011-04-26 11:16:15 +02:00 |
|
Bastian Kleineidam
|
241205e5b0
|
Only get network interfaces that are up.
|
2011-04-26 10:53:58 +02:00 |
|
Bastian Kleineidam
|
6a135dd79c
|
Use ifconfig on Mac OS X to get interface list.
|
2011-04-26 10:52:19 +02:00 |
|
Bastian Kleineidam
|
d16fe3cac1
|
Make QScintilla optional.
|
2011-04-26 10:48:44 +02:00 |
|
Bastian Kleineidam
|
54a14d0f91
|
Use Python 2.7 for local build.
|
2011-04-22 08:39:45 +02:00 |
|
Bastian Kleineidam
|
719441cca5
|
Make module detection more robust and use it when possible.
|
2011-04-20 09:08:11 +02:00 |
|
Bastian Kleineidam
|
c0957a20df
|
Make strlen variables type size_t.
|
2011-04-19 16:07:10 +02:00 |
|
Bastian Kleineidam
|
6a544f2d69
|
Only allow redirections to FTP, HTTP and HTTPS URLs.
|
2011-04-19 07:01:55 +02:00 |
|
Bastian Kleineidam
|
4c98c463dc
|
Correctly declare all variables at beginning of block.
|
2011-04-16 15:25:51 +02:00 |
|
Bastian Kleineidam
|
836e8a700d
|
Print detected modules information.
|
2011-04-14 12:20:56 +02:00 |
|
Bastian Kleineidam
|
d74523500a
|
Add version info of used modules to GUI about page.
|
2011-04-14 10:03:59 +02:00 |
|
Bastian Kleineidam
|
7365170564
|
Updated copyright.
|
2011-04-12 09:13:39 +02:00 |
|
Bastian Kleineidam
|
42ed4350de
|
Use Qt Macintosh widgte style on OS X systems.
|
2011-04-12 08:55:25 +02:00 |
|
Bastian Kleineidam
|
e3fb40f753
|
Fix internal error handling in non-main threads.
|
2011-04-12 08:31:10 +02:00 |
|
Bastian Kleineidam
|
2493684604
|
Also send Cache-Control header to prevent caching.
|
2011-04-10 11:03:20 +02:00 |
|
Bastian Kleineidam
|
d915b17498
|
Prevent getting cached answers for version update check.
|
2011-04-10 10:57:56 +02:00 |
|
Bastian Kleineidam
|
02b54d804c
|
Allow additional headers for url.get_content().
|
2011-04-10 10:57:28 +02:00 |
|
Bastian Kleineidam
|
84f6d56a49
|
Print level in loggers xml, csv and sql.
|
2011-04-09 10:51:03 +02:00 |
|
Bastian Kleineidam
|
c0732e3d37
|
Do not print empty country information.
|
2011-04-06 17:22:48 +02:00 |
|
Bastian Kleineidam
|
ef499d5cf2
|
Write statistics when saving result files in the GUI.
|
2011-04-06 14:31:58 +02:00 |
|
Bastian Kleineidam
|
b9c9dda9b3
|
Correctly encode CSV output.
|
2011-04-06 12:54:58 +02:00 |
|
Bastian Kleineidam
|
40cad4e468
|
Add detailed locale info to internal error output.
|
2011-04-06 11:56:55 +02:00 |
|
Bastian Kleineidam
|
c3b3027c6d
|
Only output configured parts in CSV logger.
|
2011-04-06 11:12:05 +02:00 |
|
Bastian Kleineidam
|
520b417855
|
Added CSV output type in the GUI for results.
|
2011-04-04 18:58:20 +02:00 |
|
Bastian Kleineidam
|
b465542388
|
Fix display of warnings in GUI pane.
|
2011-04-02 14:07:57 +02:00 |
|
Bastian Kleineidam
|
8b2fa88f18
|
Print gconf errors only in debug mode.
|
2011-03-25 13:34:48 +01:00 |
|
Bastian Kleineidam
|
53205cbe20
|
Added documentation to getText() function.
|
2011-03-21 16:48:09 +01:00 |
|
Bastian Kleineidam
|
cdb00e9ef8
|
Do not write empty tag attributes.
|
2011-03-21 16:07:45 +01:00 |
|
Bastian Kleineidam
|
3e6de5213c
|
Updated copyright
|
2011-03-21 15:23:40 +01:00 |
|
Bastian Kleineidam
|
ec8e529406
|
Cleanup new get_encoded_writer() function.
|
2011-03-21 13:17:12 +01:00 |
|
Bastian Kleineidam
|
c1eb8d85e9
|
Use new get_encoded_writer() function.
|
2011-03-21 13:16:43 +01:00 |
|
Bastian Kleineidam
|
847d740e37
|
Move get_stdout_writer() to i18n module and allow the make sys.stdout a function argument.
|
2011-03-21 13:11:32 +01:00 |
|
Bastian Kleineidam
|
e7bd7ab667
|
Reword the internal error message for other clients than commandline.
|
2011-03-21 12:35:36 +01:00 |
|
Bastian Kleineidam
|
7770153b55
|
Remove send button.
|
2011-03-21 12:32:20 +01:00 |
|
Bastian Kleineidam
|
e8274ef4ab
|
Add getText() method.
|
2011-03-21 12:32:00 +01:00 |
|
Bastian Kleineidam
|
48c3343e8b
|
Make sure all internal error output is printed to given output stream. Also add ability to pass traceback information directly.
|
2011-03-21 11:34:46 +01:00 |
|
Bastian Kleineidam
|
2c61e8db49
|
Fix File->Save results command.
|
2011-03-19 17:02:15 +01:00 |
|
Bastian Kleineidam
|
da58546e6d
|
Really read user and system configuration file.
|
2011-03-17 17:02:51 +01:00 |
|
Bastian Kleineidam
|
671de9774e
|
Fix for previous commit adding warnings tags.
|
2011-03-17 16:47:39 +01:00 |
|
Bastian Kleineidam
|
d60ae7911b
|
Regenerate GUI dialogs with newer Qt.
|
2011-03-16 18:07:18 +01:00 |
|
Bastian Kleineidam
|
a427bc10c1
|
Added send button to debug dialog.
|
2011-03-16 18:06:47 +01:00 |
|
Bastian Kleineidam
|
82e5ba8ce6
|
Add warning tag attribute in XML loggers.
|
2011-03-15 13:42:21 +01:00 |
|
Bastian Kleineidam
|
f4f921384e
|
Updated copyright
|
2011-03-13 07:52:18 +01:00 |
|
Bastian Kleineidam
|
502430489a
|
Add url2pathname workaround for Windows.
|
2011-03-12 16:33:48 +01:00 |
|
Bastian Kleineidam
|
77f207b69a
|
Use sys.stdout wrapper for CGI output.
|
2011-03-12 09:02:29 +01:00 |
|
Bastian Kleineidam
|
8da37a32ee
|
Refactor sys.stdout wrapping into a function.
|
2011-03-11 20:05:27 +01:00 |
|
Bastian Kleineidam
|
64a488aaf3
|
Added copyright and license information.
|
2011-03-11 18:03:14 +01:00 |
|
Bastian Kleineidam
|
415c87e6cf
|
Work around a urlsplit() regression in Python >2.6
|
2011-03-11 15:18:21 +01:00 |
|
Bastian Kleineidam
|
7b33cfac7b
|
Use stripped URL base constructing absolute URL.
|
2011-03-11 15:17:36 +01:00 |
|
Bastian Kleineidam
|
4ee62863e5
|
Recognize PHP files as HTML files on Windows.
|
2011-03-11 13:30:34 +01:00 |
|
Bastian Kleineidam
|
78ea8d5594
|
Remove unnecessary call to url2pathname().
|
2011-03-11 12:28:33 +01:00 |
|
Bastian Kleineidam
|
ae109ed994
|
Correct conversion between URL and filename paths.
|
2011-03-11 10:38:17 +01:00 |
|
Bastian Kleineidam
|
c6d2eab46c
|
Prevent false positives when detecting file type of certain archive files.
|
2011-03-10 13:13:25 +01:00 |
|
Bastian Kleineidam
|
c3bc16cde7
|
Added blank line before each URL output.
|
2011-03-10 10:51:44 +01:00 |
|
Bastian Kleineidam
|
8e0fe33edb
|
Improved error handling for proxy configuration functions.
|
2011-03-10 09:34:42 +01:00 |
|
Bastian Kleineidam
|
2c53507097
|
Improved logging documentation.
|
2011-03-09 12:08:03 +01:00 |
|
Bastian Kleineidam
|
31d4f04fd2
|
Support reading GNOME and KDE proxy settings.
|
2011-03-09 10:49:18 +01:00 |
|
Bastian Kleineidam
|
a06f354837
|
Add distutils find_executable to fileutils.
|
2011-03-09 10:47:38 +01:00 |
|
Bastian Kleineidam
|
f2f05af3dc
|
Strip embedded whitespace from URLs given at the commandline or the GUI.
|
2011-03-07 12:54:35 +01:00 |
|
Bastian Kleineidam
|
420c21c2de
|
Strip leading and trailing whitespace from URLs.
|
2011-03-07 12:33:09 +01:00 |
|
Bastian Kleineidam
|
21e4824f65
|
Fix typo calling get_temp_file() function.
|
2011-03-07 09:57:40 +01:00 |
|
Bastian Kleineidam
|
de5d1757f0
|
Add workaround for buggy IIS HEAD support.
|
2011-02-24 11:12:59 +01:00 |
|
Bastian Kleineidam
|
2227812b24
|
Documentation update.
|
2011-02-20 11:12:14 +01:00 |
|
Bastian Kleineidam
|
68a8de58d1
|
Deprecate the --interactive commandline option.
|
2011-02-20 11:05:29 +01:00 |
|
Bastian Kleineidam
|
c89bd05651
|
Remove unused variables and imports.
|
2011-02-19 11:46:20 +01:00 |
|
Bastian Kleineidam
|
8ced5582aa
|
Fix cancelation in GUI.
|
2011-02-19 09:02:52 +01:00 |
|
Bastian Kleineidam
|
2ec312301e
|
Fix linkcheck.dns py2exe packaging.
|
2011-02-18 17:26:00 +01:00 |
|
Bastian Kleineidam
|
97ef8ed204
|
Deprecated --allow-root and always drop privileges.
|
2011-02-18 15:32:21 +01:00 |
|
Bastian Kleineidam
|
a493a3ded1
|
Deprecate the --priority option.
|
2011-02-18 14:53:32 +01:00 |
|
Bastian Kleineidam
|
982e13d193
|
Improved thread lock handling.
|
2011-02-18 14:49:53 +01:00 |
|
Bastian Kleineidam
|
2d55c87429
|
Make sure ignore URL patterns take precedence over nofollow URL patterns.
|
2011-02-18 07:47:22 +01:00 |
|
Bastian Kleineidam
|
eaa2b79bc3
|
Updated documentation.
|
2011-02-17 19:59:02 +01:00 |
|
Bastian Kleineidam
|
e638a2fe6d
|
Updated copyright and translations. Added some missing docstrings.
|
2011-02-17 07:38:02 +01:00 |
|
Bastian Kleineidam
|
644c72605e
|
Disable bookmark menu entries if file not found.
|
2011-02-16 07:36:57 +01:00 |
|
Bastian Kleineidam
|
ea6ad52139
|
Fix Google Chrome profile dir.
|
2011-02-15 19:49:52 +01:00 |
|
Bastian Kleineidam
|
8ba5f51e8c
|
Fix Google Chrome profile dir.
|
2011-02-15 19:39:14 +01:00 |
|
Bastian Kleineidam
|
cbe6089b4e
|
Added ShellFolder registry utility function.
|
2011-02-15 19:38:42 +01:00 |
|
Bastian Kleineidam
|
743e4a9d5d
|
Fix Opera profile directory.
|
2011-02-15 19:38:26 +01:00 |
|
Bastian Kleineidam
|
3dc513a88d
|
Added context menu entry for Opera bookmark files.
|
2011-02-15 18:52:41 +01:00 |
|
Bastian Kleineidam
|
6906c2b136
|
Add Google Chrome bookmark context menu entry.
|
2011-02-15 18:37:44 +01:00 |
|
Bastian Kleineidam
|
0d4377d1ba
|
Support Google Chrome Bookmark files.
|
2011-02-15 18:26:00 +01:00 |
|
Bastian Kleineidam
|
25b6dc2e57
|
Refactor bookmark parsing code into own package.
|
2011-02-15 17:31:42 +01:00 |
|
Bastian Kleineidam
|
2dfe62afa2
|
Updated copyright.
|
2011-02-14 21:07:07 +01:00 |
|
Bastian Kleineidam
|
c5884b8d87
|
Add function documentation.
|
2011-02-14 21:06:34 +01:00 |
|
Bastian Kleineidam
|
0589933b97
|
Reuse connections more than once.
|
2011-02-14 20:28:38 +01:00 |
|
Bastian Kleineidam
|
85f3690068
|
Updated copyright.
|
2011-02-11 14:00:31 +01:00 |
|
Bastian Kleineidam
|
1fada7f316
|
Do not view parent source of FTP directories.
|
2011-02-11 12:43:15 +01:00 |
|
Bastian Kleineidam
|
db6a3669b3
|
Correctly detect empty FTP paths as directories.
|
2011-02-11 12:35:53 +01:00 |
|
Bastian Kleineidam
|
37b09d7e15
|
Disable view of parent source if it is a parent directory.
|
2011-02-11 10:28:48 +01:00 |
|
Bastian Kleineidam
|
042a77d79e
|
Remove old context menu action.
|
2011-02-11 10:18:36 +01:00 |
|
Bastian Kleineidam
|
1817f9da3e
|
Add donation menu entry.
|
2011-02-10 12:40:38 +01:00 |
|
Bastian Kleineidam
|
a24ced8b9a
|
Check for existance of local files, including directories.
|
2011-02-09 08:50:36 +01:00 |
|
Bastian Kleineidam
|
362c7a1d9d
|
Preselect filename on save dialog when editing file:// URLs.
|
2011-02-09 08:46:09 +01:00 |
|
Bastian Kleineidam
|
8fc3856782
|
Use Alt-key shortcuts for menu entries.
|
2011-02-09 07:42:47 +01:00 |
|
Bastian Kleineidam
|
dc405a43d1
|
Code cleanup.
|
2011-02-09 07:42:36 +01:00 |
|
Bastian Kleineidam
|
2b2187d660
|
Use Alt-key shortcuts for menu entries.
|
2011-02-09 07:32:28 +01:00 |
|
Bastian Kleineidam
|
4a0c63aa56
|
Fix joining of URLs when parent URL has CGI parameter.
|
2011-02-08 21:25:55 +01:00 |
|
Bastian Kleineidam
|
48e4bd8bfd
|
Updated copyright
|
2011-02-06 09:50:48 +01:00 |
|
Bastian Kleineidam
|
e8a011c538
|
Improved GUI labels for URL statistics.
|
2011-02-01 07:36:01 +01:00 |
|
Bastian Kleineidam
|
6f33956860
|
Detect local or development version in update check.
|
2011-01-31 09:57:22 +01:00 |
|
Bastian Kleineidam
|
8473bfee96
|
Properly detect missing IPv6 protocol support.
|
2011-01-29 11:35:06 +01:00 |
|
Bastian Kleineidam
|
3303a3697d
|
Fix Geoip error message when only country DB is installed.
|
2011-01-11 10:16:57 -06:00 |
|
Bastian Kleineidam
|
eaf3ca0d89
|
Set codec error policy on StreamWriter for stdout.
|
2011-01-09 13:57:14 -06:00 |
|
Bastian Kleineidam
|
815f8ce29e
|
Remove unused import.
|
2011-01-09 09:55:30 -06:00 |
|
Bastian Kleineidam
|
71b15b70f4
|
Updated copyright
|
2011-01-06 09:59:57 +01:00 |
|
Bastian Kleineidam
|
5f70b7210f
|
Add tempfile utility function.
|
2011-01-06 09:52:11 +01:00 |
|
Bastian Kleineidam
|
3c48c04b1c
|
Updated copyright and remove unused imports.
|
2011-01-06 09:38:32 +01:00 |
|
Bastian Kleineidam
|
689624ec16
|
Fix update check.
|
2011-01-04 23:34:34 +01:00 |
|
Bastian Kleineidam
|
066c57ffe3
|
Update copyright and german translation.
|
2011-01-04 20:44:07 +01:00 |
|