Commit graph

4590 commits

Author SHA1 Message Date
Bastian Kleineidam
5e6f1d2adf Updated changelog. 2011-04-22 08:19:35 +02:00
Bastian Kleineidam
974eba5528 Sign the InnoSetup installer. 2011-04-22 08:16:22 +02:00
Bastian Kleineidam
08a026e1f0 Fix UninstallDelete entry for InnoSetup. 2011-04-21 06:47:02 +02:00
Bastian Kleineidam
b669d34073 Fix error path in platform name detection. 2011-04-20 20:36:35 +02:00
Bastian Kleineidam
727f318344 Uninstall optional log files on Windows. 2011-04-20 20:25:11 +02:00
Bastian Kleineidam
0c10ee858e Support building the binary installer on 64bit Windows platforms. 2011-04-20 19:53:17 +02:00
Bastian Kleineidam
7bd98422db Auto-detect platform and compiler on Windows. 2011-04-20 15:40:38 +02:00
Bastian Kleineidam
6b2314f59b Remove unused import. 2011-04-20 10:05:17 +02:00
Bastian Kleineidam
209f4139de Add missing import. 2011-04-20 10:05:01 +02:00
Bastian Kleineidam
94d074dfd8 Remove leftover from vcredist removal. 2011-04-20 10:01:08 +02:00
Bastian Kleineidam
6ad761bf69 Ship C++ runtime files instead of including the installer. 2011-04-20 09:55:49 +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
442c0e8c06 Added documentation. 2011-04-19 08:48:29 +02:00
Bastian Kleineidam
6a544f2d69 Only allow redirections to FTP, HTTP and HTTPS URLs. 2011-04-19 07:01:55 +02:00
Bastian Kleineidam
74d9624a89 Adjust app manifest. 2011-04-16 17:31:18 +02:00
Bastian Kleineidam
1cfc38eb41 Add 64bit support. 2011-04-16 17:30:51 +02:00
Bastian Kleineidam
e99b0ce2c1 Add Microsoft application manifest to .exe. 2011-04-16 16:13:50 +02:00
Bastian Kleineidam
4c98c463dc Correctly declare all variables at beginning of block. 2011-04-16 15:25:51 +02:00
Bastian Kleineidam
0897652669 Fix favicon filename. 2011-04-15 16:13:59 +02:00
Bastian Kleineidam
c1310ef05e Added devel docs. 2011-04-15 08:28:21 +02:00
Bastian Kleineidam
5c5335608e Add favicon to CGI html file. 2011-04-14 12:33:11 +02:00
Bastian Kleineidam
e3b6bfad09 Close application on Ctrl-C. 2011-04-14 12:29:15 +02:00
Bastian Kleineidam
d99be8aa86 Added OSX installer. 2011-04-14 12:21:47 +02:00
Bastian Kleineidam
b4e1cf1c83 Updated installation docs. 2011-04-14 12:21:37 +02:00
Bastian Kleineidam
836e8a700d Print detected modules information. 2011-04-14 12:20:56 +02:00
Bastian Kleineidam
811577a9f2 Bump up version. 2011-04-14 10:09:05 +02:00
Bastian Kleineidam
f5f4d1669c Code cleanup. 2011-04-14 10:04:20 +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
4c9989509a Replace os.system() with subprocess.check_call(). 2011-04-13 19:19:20 +02:00
Bastian Kleineidam
c22a3d7367 Check linkchecker-gui with pyflakes. 2011-04-13 19:18:52 +02:00
Bastian Kleineidam
7bcfa0fb91 Suggest linkchecker-gui debian package. 2011-04-13 19:06:55 +02:00
Bastian Kleineidam
b667c91daf Bump up version.! 2011-04-13 19:05:45 +02:00
Bastian Kleineidam
918a5dabd3 Use new oxygen icon for web development apps. 2011-04-13 12:32:07 +02:00
Bastian Kleineidam
7cf9b32fd4 Added ICNS icon for OSX packaging. 2011-04-13 11:23:52 +02:00
Bastian Kleineidam
c26c783c15 Add py2app support and update documentation. 2011-04-13 11:03:28 +02:00
Bastian Kleineidam
eea30875ab Add release notes. 2011-04-12 09:13:58 +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
864725d742 Fix typos. 2011-04-12 08:32:12 +02:00
Bastian Kleineidam
e3fb40f753 Fix internal error handling in non-main threads. 2011-04-12 08:31:10 +02:00
Bastian Kleineidam
ccc3039278 Standards version 3.9.2 2011-04-12 08:19:21 +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
1a31d59df9 Added url.get_content() test. 2011-04-10 10:57:07 +02:00
Bastian Kleineidam
1de332a0f2 Ignore comment lines in MANIFEST when checking files. 2011-04-10 10:16:11 +02:00
Bastian Kleineidam
84f6d56a49 Print level in loggers xml, csv and sql. 2011-04-09 10:51:03 +02:00
Bastian Kleineidam
532f2d0fec Updated german translation. 2011-04-09 10:50:00 +02:00
Bastian Kleineidam
24bdc17dfd Note that configuration changes require a GUI restart. 2011-04-06 18:54:19 +02:00