Commit Graph

1869 Commits

Author SHA1 Message Date
MichaelBeeu
fdc9c5965b Better check for completed downloads. 2013-12-20 09:54:21 -06:00
MichaelBeeu
f565592382 Fixed download button not being enabled; passing reference to list items via int, and redirects 2013-12-20 09:29:47 -06:00
MichaelBeeu
a038205664 Fixed overall progress, removed my extra on_downloadProgress arguments. 2013-12-20 02:17:34 -06:00
MichaelBeeu
33cec5fd1a Merged with upstream 2013-12-20 01:42:21 -06:00
Jerzy Kozera
91b7c2b0a9 Fixed 'QT' typo 2013-12-20 01:10:28 +01:00
Jerzy Kozera
4b7a4150ff Hint about multiple selection in the download dialog 2013-12-20 00:56:19 +01:00
Jerzy Kozera
853f2b595b 20131220 release 2013-12-20 00:38:55 +01:00
Artur Spychaj
6586cc8899 Fix: Does not add a docset if the download failed.
If due to the network error the docset download failed does not add it to the docsets list.
2013-12-19 13:40:18 +01:00
Artur Spychaj
2cc2c3f4d2 Refactors the search query.
The search query now precomputes the field instead of computing them on every function call.
2013-12-19 13:40:17 +01:00
Artur Spychaj
884e407468 Implements back and forward actions and buttons. 2013-12-19 13:40:17 +01:00
Artur Spychaj
e7bc4d4923 Moves menu items to the ui class 2013-12-19 13:40:17 +01:00
Artur Spychaj
6582c8d97c Allows to download concurrently multiple docsets.
Adds: stopping of downloads.
Fix: user does not need to change tabs to reset the listview.
2013-12-19 13:40:17 +01:00
MichaelBeeu
c31e2ad20f Some cleanup. 2013-12-13 03:18:48 -06:00
MichaelBeeu
55f49e9292 Fixed list item progress bars during download if an item above is removed. Multiple docsets download at once. 2013-12-13 03:10:31 -06:00
MichaelBeeu
48fae436d0 Per-item progress bars 2013-12-13 02:49:50 -06:00
Jerzy Kozera
7736843ce0 Merge pull request #75 from ryanwersal/iss44
Maintain selection when changing tabs
2013-12-12 17:38:26 -08:00
Ryan Wersal
ce906a06b2 Maintain selection when changing tabs
Fixes #44 by ensuring that we maintain the docset selection during tab changes.
2013-12-10 18:32:32 -06:00
Jerzy Kozera
fb3eeb640d Added a version to the about dialog 2013-12-08 11:38:44 +01:00
Jerzy Kozera
fec26bf83d Merge pull request #74 from Kapeli/master
New docsets - Dash 1.9.3
2013-12-08 02:09:57 -08:00
Bogdan Popescu
30bf4eef11 Added ColdFusion icon 2013-12-08 09:20:12 +02:00
Bogdan Popescu
94a094c9dd New docsets - Dash 1.9.3 2013-12-08 09:14:39 +02:00
Jerzy Kozera
dbdbb39003 Updated README 2013-11-26 10:20:31 +01:00
MichaelBeeu
06a56d8a2b Removed some unused includes, and variables in mainWindow. Fixed settings not being changed back on cancel, and hotkey. 2013-11-25 00:28:20 -06:00
MichaelBeeu
72e0ed38b3 Moved QNetworkAccess callback into its own function. Added signals to update main window upon changes to settings. 2013-11-25 00:04:14 -06:00
MichaelBeeu
5677545060 Moved majority of settingsDialog logic into settingsDialog.cpp 2013-11-24 23:36:25 -06:00
MichaelBeeu
ac0c27eb0b Moved some settings dialog initialization into constructor 2013-11-24 05:52:11 -06:00
MichaelBeeu
176bb9b7b1 Moved docset initialization completely into ZealDocsetRegistry 2013-11-24 05:15:59 -06:00
MichaelBeeu
151232dda5 Moved docset directory reading into ZealDocsetsRegistry 2013-11-24 04:54:57 -06:00
MichaelBeeu
9508008fa0 Updated .gitignore to ignore .o and some autogenerated files 2013-11-24 04:54:10 -06:00
Jerzy Kozera
918e7e53f8 Updated README 2013-11-09 16:15:27 +01:00
Jerzy Kozera
04a03b06e8 Merge branch 'master' of github.com:jkozera/zeal 2013-11-09 16:13:30 +01:00
Jerzy Kozera
fbd0fa11bb Updated README 2013-11-09 16:13:17 +01:00
Jerzy Kozera
3eb164fa1a Re-added -lz for windows (30c618aaa0 removed QtZlib) 2013-11-09 01:33:05 +01:00
Jerzy Kozera
bfe6d8cfa3 Quicker file list fetching using bsdtar (#50) 2013-11-09 01:32:04 +01:00
Jerzy Kozera
5718dbb310 Removed unused toolbar and status bar 2013-11-09 00:11:48 +01:00
Jerzy Kozera
11dabfb703 Support for custom docset directory, and docset subdir in zeal binary dir (#37) 2013-11-09 00:08:18 +01:00
Jerzy Kozera
1e2f937af3 Fixed elsif typos in zealnativeeventfilter.cpp 2013-11-05 11:19:57 +01:00
Jerzy Kozera
50abd0d2e3 Merge pull request #47 from thuzhen/patch-1
Removed the information window saying "creating the new directory" (fixes #46)
2013-10-22 11:37:41 -07:00
Brendan Rius
de16873d29 Update mainwindow.cpp
Removed the information window saying "creating the new directory" (issue #46)
2013-10-22 11:10:31 +02:00
Jerzy Kozera
d43d6e2ad1 Merge pull request #45 from trishume/qt5-osx
Basic Compilation with Qt5 and OSX
2013-10-21 14:09:46 -07:00
Tristan Hume
688e2fc126 Re-add quazip copying file 2013-10-21 16:05:42 -04:00
Tristan Hume
39bce2ba56 Remove unnecessary quazip files 2013-10-21 16:04:18 -04:00
Tristan Hume
30c618aaa0 Bare bones compiling on OSX and Qt5 2013-10-21 16:01:20 -04:00
Jerzy Kozera
11fb9e7ed9 Merge branch 'master' of https://github.com/jkozera/zeal
Conflicts:
	zeal/mainwindow.cpp
2013-10-17 21:44:10 +02:00
Jerzy Kozera
6125e90e4d msvc changes 2013-10-17 21:43:48 +02:00
Jerzy Kozera
eb3119ac92 Merge pull request #41 from merwan/use-platform-proxy
use the platform-specific proxy settings
2013-10-17 12:40:56 -07:00
Merouane Atig
6197235fec use the platform-specific proxy settings 2013-10-17 12:57:00 +02:00
Jerzy Kozera
90c8221cc0 Added Express, Flask, MarionetteJS, Puppet icons 2013-10-11 17:56:14 +02:00
Jerzy Kozera
f4bd1be284 Support for .tar.bz2 docsets 2013-10-05 14:19:15 +02:00
Jerzy Kozera
a1000d649f Merge branch 'master' of https://github.com/jkozera/zeal 2013-10-05 13:02:39 +02:00