Commit Graph

1676 Commits

Author SHA1 Message Date
Oleg Shparber
660298c7f5 chore(cmake,doc): bump required Qt version to 5.9.5 2018-10-19 01:33:12 -04:00
Oleg Shparber
4f9e482e2a chore(ci): remove integration with Shippable 2018-10-19 01:27:06 -04:00
Oleg Shparber
977712b5ca chore(ci): add .appveyor.yml 2018-10-19 01:15:50 -04:00
Oleg Shparber
ea1d77349b chore(git): update .gitignore 2018-10-19 01:15:24 -04:00
Oleg Shparber
69a5aeba33 chore: add .editorconfig 2018-10-19 01:09:41 -04:00
Oleg Shparber
b7d7e0a6a9 fix(core): use relative storage path in portable build by default 2018-10-19 01:09:41 -04:00
Guillermo Bonvehí
241b6955de feat(ui): add shortcuts for zooming webview content (fixes #767) (#1012) 2018-10-19 01:07:41 -04:00
Oleg Shparber
d9bb3c5901 docs: update AppVeyor badge in the README
The project was moved to the team account.
2018-10-12 08:18:32 -04:00
Karthik Nishanth
eed785ceb5 chore(ui): remove a completed TODO comment (#1004)
QAction::triggered has the prototype triggered(bool checked=false), and
QAbstractButton::animateClick has the prototype animateClick(int msec=100).

In this case, we don't set the QAction checkable boolean and its by default, false.
An implicit conversion of false to int occurs here.

Actual signal to slot connection is also confirmed using GammaRay
2018-10-09 23:06:41 -04:00
Karthik Nishanth
8bfacd75c4 feat(registry,ui): respect per docset JavaScript enablement (fixes #999) (#1003) 2018-10-07 13:05:24 -04:00
Oleg Shparber
b7d528bd6e chore(github): add CODEOWNERS file 2018-10-07 00:39:58 -04:00
Oleg Shparber
3bdb8ee0fd chore(release): 0.6.1 2018-09-28 01:26:37 -04:00
Oleg Shparber
4626bc0dd4 fix(cmake): make copyright string static
This is required to have reproducible builds.
2018-09-28 00:52:24 -04:00
Oleg Shparber
0785dd4efa fix(core): replace libarchive extraction with own logic (fixes #747)
On Windows this allows to properly handle paths containing non-Latin
characters.
2018-09-28 00:45:16 -04:00
Oleg Shparber
00f299345c feat(ui): use relative path in portable build if possible (fixes #956)
Applicable only to the subdirectories within path to the executable.
2018-09-27 21:25:39 -04:00
Oleg Shparber
83a8bb75fe feat(ui): add support for the Ctrl+L shortcut (fixes #401) 2018-09-24 01:36:39 -04:00
Oleg Shparber
cb2073f866 refactor(registry): remove unused method from SearchQuery 2018-09-24 00:48:58 -04:00
Oleg Shparber
55d9947be5 fix(registry): make query prefix check case insensitive (fixes #957) 2018-09-24 00:47:40 -04:00
Oleg Shparber
2c8fb85471 chore(github): update lock comment 2018-09-16 10:00:44 -04:00
Oleg Shparber
83c4746009 chore(github): update closing comment 2018-09-16 09:55:50 -04:00
Oleg Shparber
52cda7f2ed chore(git): add .vscode to .gitignore 2018-09-16 01:21:13 -04:00
Oleg Shparber
9d8d5d288e chore(github): add config for the Lock Threads app 2018-09-16 01:18:34 -04:00
Oleg Shparber
7060a34d06 registry: Ignore symbols without type (fixes #980) 2018-09-15 19:42:33 -04:00
Bartłomiej Piotrowski
fe31f7fffb assets: Add appstream metadata (#911) 2018-09-06 23:15:41 -04:00
htower
9bf296af12 ui: Set background color to white by default (fixes #892) (#951) 2018-06-26 21:32:57 -04:00
Oleg Shparber
769504b020
assets: Install app icons with ECMInstallIcons (fixes #922) (#926) 2018-04-15 23:24:26 +03:00
Oleg Shparber
768a8fef38 ui: Add Back/Forward to the webview's context menu (fixes #925) 2018-04-15 17:40:36 +03:00
Oleg Shparber
f127d0a7b3 ui: Refactor WebView::isUrlExternal 2018-04-15 17:39:09 +03:00
Oleg Shparber
2cfc816621 ui: Fix handling of javascript: links (fixes #915) 2018-04-15 17:38:43 +03:00
Oleg Shparber
faf4a68bd0 ui: Fix return by constant value 2018-04-15 17:35:08 +03:00
Oleg Shparber
30c85bb136 ui: Fix default fixed font size not being saved (fixes #903) 2018-03-19 00:16:35 +02:00
Matt Sephton
01447079b4 ui: Fix typo in the AboutDialog (#899) 2018-03-03 12:50:01 +02:00
Moritz Nisblé
249e9a91a3 ui: Fix Preferences shortcut (#891) 2018-03-02 18:43:19 +02:00
Oleg Shparber
bae9a49b0d Bump version to 0.6.0 2018-02-18 02:48:47 +02:00
Oleg Shparber
f85b902fc7 ui: Implement interactive welcome page (fixes #323) 2018-02-18 02:00:48 +02:00
Oleg Shparber
ab1c1a2bae registry: Exclude all keywords containing 'dashtoc' 2018-02-09 00:14:23 +02:00
Oleg Shparber
6e40307608 ui: Add missing QDateTime include (fixes #877) 2018-01-28 09:57:15 +02:00
Oleg Shparber
af56557f34 app: Update welcome page to FontAwesome v5.0.4 and Bulma v0.6.2
Also links now point to go.zealdocs.org.
2018-01-27 13:28:36 +02:00
Oleg Shparber
daf55ff31c Add *.woff to .gitattributes 2018-01-27 12:22:19 +02:00
Oleg Shparber
f872a2dd59 ui: Set minimal width for the web view and the side bar 2018-01-26 01:26:50 +02:00
Oleg Shparber
10620933b4 doc: Update the screenshot in README 2018-01-22 01:05:20 +02:00
Oleg Shparber
14330638bb ui: Immediately delete unused QSeletionModels
This is a workaround for QTBUG-49966, as we don't want to keep
replaced selection models around.
2018-01-21 16:09:05 +02:00
Oleg Shparber
2a2627aa79 core: Fix portable build 2018-01-21 02:58:41 +02:00
Oleg Shparber
04159cfdd5 ui: Fix indentation 2018-01-21 01:57:19 +02:00
Oleg Shparber
9fdaa35420 core: Enable HTML5 local storage (fixes #872) 2018-01-21 01:56:50 +02:00
Oleg Shparber
18de7a1b5d core,ui: Add FileManager::cacheLocation() helper 2018-01-21 01:55:20 +02:00
Oleg Shparber
26da8bef6e core,ui: Fix crash when middle-clicking an external link
QApplication::activeWindow() returned a null pointer if message box
was shown.
2018-01-20 23:50:35 +02:00
Oleg Shparber
192a451a25 ui: Improve shortcuts in the Preferences dialog 2018-01-20 22:40:29 +02:00
Oleg Shparber
b7ca52ab54 ui: Cleanup MainWindow header 2018-01-20 22:12:16 +02:00
Oleg Shparber
20faeb5fed ui: Add default font preferences (fixes #269) 2018-01-20 17:46:10 +02:00