Commit Graph

131 Commits

Author SHA1 Message Date
Marc Wäckerlin
44adf0619c Remove Override Cursor; refs #163 2012-11-05 09:50:06 +00:00
Marc Wäckerlin
cc77984986 designer needs namespace prefix; refs #167 2012-11-02 09:35:34 +00:00
Marc Wäckerlin
9e6976224e show page information in window title; refs #166 2012-10-19 13:15:51 +00:00
Marc Wäckerlin
ac9072f337 removed strong-tag; refs #164 2012-09-28 08:43:43 +00:00
Marc Wäckerlin
3a53b1e09e works principially, but also accepts 5, because that's the length of the transport pin - card is wrongly initialized, but at least behaviour is standard conform and implementation is generic; refs #126 2012-09-25 13:29:41 +00:00
Marc Wäckerlin
bcc95090db connect proxy authentication; refs #161 2012-09-21 13:22:30 +00:00
Marc Wäckerlin
7b7eb1a3ea use QT_VERSION for new features - more; refs #160 2012-09-20 12:08:30 +00:00
Marc Wäckerlin
2cbec37718 use QT_VERSION for new features - typo; refs #160 2012-09-20 11:43:34 +00:00
Marc Wäckerlin
e5df2889af use QT_VERSION for new features; refs #160 2012-09-20 11:21:55 +00:00
Marc Wäckerlin
afaff019f3 compile error; refs #157 2012-06-15 13:15:14 +00:00
Marc Wäckerlin
b94080d103 compile error; refs #157 2012-06-15 13:07:35 +00:00
Marc Wäckerlin
3a45f9a13d allow old openssl for debian builds, due to old debian versions; refs #157 2012-06-15 11:22:28 +00:00
Marc Wäckerlin
0ed41c7f51 there's a qt bug, ignore wrong ssl errors; refs #130 2012-06-11 14:39:33 +00:00
Marc Wäckerlin
6fbac22000 check if self signed certs are really unknown (debugging): refs #130 2012-06-11 13:41:12 +00:00
Marc Wäckerlin
b72b755ba3 OpenSSL does not work any more on Mac, check status in about; refs #130 2012-06-11 10:00:00 +00:00
Marc Wäckerlin
fecde07296 use timer to check filesystem; refs #155 2012-05-16 14:40:56 +00:00
Marc Wäckerlin
3228d8fda7 use timer to check filesystem; refs #155 2012-05-16 14:31:54 +00:00
Marc Wäckerlin
f573bb7254 use timer to check filesystem; refs #155 2012-05-16 12:45:27 +00:00
Marc Wäckerlin
7d47d245c9 use timer to check filesystem; refs #155 2012-05-16 12:04:03 +00:00
Marc Wäckerlin
7e381d1bf3 add logging for kimmo; refs #155 2012-05-16 10:56:13 +00:00
Marc Wäckerlin
d633d7e1bb add logging for kimmo; refs #155 2012-05-16 10:47:47 +00:00
Marc Wäckerlin
21ce5c56a3 add logging for kimmo; refs #155 2012-05-16 10:40:54 +00:00
Marc Wäckerlin
6fb037ec6c add logging for kimmo; refs #155 2012-05-16 09:49:32 +00:00
Marc Wäckerlin
ef46a79170 Better text: «Open File», there's no «in Folder»; refs #145 2012-05-14 13:45:03 +00:00
Marc Wäckerlin
1c04103904 Removed «Open in External Application», added button «Open File in Folder» and enlargened the width; refs #145 2012-05-14 13:40:45 +00:00
Marc Wäckerlin
9bfd8c4e48 still works - next test: remove cout-lib-path; refs #130 2012-05-11 08:33:06 +00:00
Marc Wäckerlin
96e8d81a9b still works - next test: remove for-loop; refs #130 2012-05-11 08:03:19 +00:00
Marc Wäckerlin
02d4d4b318 test: remove else-abort; refs #130 2012-05-11 07:36:29 +00:00
Marc Wäckerlin
e8741e9e0b now again does not work anymore WHY??? + trace filename; refs #130 2012-05-10 13:59:12 +00:00
Marc Wäckerlin
b61222e7cd less is more: updating the outmost parent is enough; refs #149 2012-05-10 12:14:54 +00:00
Marc Wäckerlin
99246ab9a9 less is more: updating the outmost parent is enough; refs #149 2012-05-10 11:41:49 +00:00
Marc Wäckerlin
bfe064f7ed now even fails the first time - next try; refs #149 2012-05-10 10:21:27 +00:00
Marc Wäckerlin
20115f037d does not work - reverse the order; refs #149 2012-05-10 09:56:25 +00:00
Marc Wäckerlin
27d7590671 adjust size of all childre; refs #149 2012-05-10 09:22:07 +00:00
Marc Wäckerlin
be64cff014 second problem resolved: adding bookmars is ignored if url is empty; refs #147 2012-05-10 09:14:04 +00:00
Marc Wäckerlin
fbc75df5d5 first problem resolved: url bar is no more red if bookmarkfile is empty, and empty or duplicate bookmarks are removed from the list; refs #147 2012-05-10 09:08:11 +00:00
Marc Wäckerlin
ded89e5c43 new option --debug to enable debugging and debug window in info; refs #153 2012-05-09 14:26:55 +00:00
Marc Wäckerlin
40a926571c save as dialog cleanups, #refs 145; rearrangements for debug; refs #153 2012-05-09 08:49:32 +00:00
Marc Wäckerlin
427db75c68 re-added debug output; refs #130 2012-05-09 07:56:27 +00:00
Marc Wäckerlin
04bcf67e6c Unknown filetypes show a dialog where the user can choose between «save as» and «open with». If there is a plugin handler, we catch it and decide whether to pass to the plugin-handler or to handle it ourself (we do so, if the mime type is registered, otherwise we pass to the plugin handler). If the mimetype is known and registered, we launch the configured application, otherwise we show th edialog mentioned above.; refs #79 2012-05-08 14:01:42 +00:00
Marc Wäckerlin
09911ffa99 added a test that watches test/testfile which can be given the browser as bookmark file - it work's; refs https://dev.swisssign.com/projects/swissstick/ticket/980; refs #150 2012-05-07 12:52:03 +00:00
Marc Wäckerlin
5df301d37e done ... set plugin path, abort if env variable is not set; refs #130 2012-05-07 09:44:34 +00:00
Marc Wäckerlin
1190fd311e TEST - set plugin path, abort if env variable is not set; refs #130 2012-05-07 08:40:43 +00:00
Marc Wäckerlin
3c0a136a9b TEST - set plugin path, abort if env variable is not set; refs #130 2012-05-07 08:28:57 +00:00
Marc Wäckerlin
472beaf7b5 TEST - set plugin path, abort if env variable is not set; refs #130 2012-05-07 08:25:58 +00:00
Marc Wäckerlin
28d4e54a2a TEST - set plugin path, abort if env variable is not set; refs #130 2012-05-07 08:18:45 +00:00
Marc Wäckerlin
4a69424a38 autoremove file only if configured to clean up; refs #119 2012-05-04 13:08:24 +00:00
Marc Wäckerlin
2adc5c544d load now sets url field to page url; refs #141 2012-05-04 12:26:13 +00:00
Marc Wäckerlin
085e6a73bf call unsupportedcontent only once; probably also fixes #119; refs #146 2012-05-04 12:10:18 +00:00
Marc Wäckerlin
fab67933f5 more size policy improvements; refs #142 2012-05-04 10:28:24 +00:00