Commit Graph

201 Commits

Author SHA1 Message Date
MichaelBeeu
9411a51301 Find previous with shift+enter (#73) 2014-02-09 03:43:01 -06:00
Jerzy Kozera
4188ea1c10 Merge pull request #99 from MichaelBeeu/applySettings
Apply settings
2014-01-31 01:59:37 -08:00
MichaelBeeu
3bb43009fa Merge branch 'master' into applySettings. 2014-01-30 00:41:34 -06:00
Jerzy Kozera
97cb53f791 Added information about bsdtar to the README 2014-01-28 23:12:01 +01:00
Jerzy Kozera
42c83bb823 Merge pull request #98 from webmaster128/master
Add requirements section in README
2014-01-28 14:10:31 -08:00
Simon Warta
80bb853911 Add requirements section in README 2014-01-28 22:38:20 +01:00
Jerzy Kozera
3c7317cd97 Merge pull request #96 from Kapeli/master
Add Markdown icon
2014-01-26 09:01:25 -08:00
Bogdan Popescu
f4c9f17e49 Add Markdown icon 2014-01-26 18:59:11 +02:00
Jerzy Kozera
c97cdeb66f 20140122 release 2014-01-22 03:20:27 +01:00
Jerzy Kozera
8da85cf73f Support for :: and / separators (fixes #49) 2014-01-22 03:20:11 +01:00
Jerzy Kozera
2b9c8c4c19 Merge pull request #89 from Kapeli/master
New ColdFusion icon
2014-01-21 17:45:39 -08:00
Jerzy Kozera
c0550a40d7 Hide Zeal on window close (fixes #86) 2014-01-22 02:44:10 +01:00
Jerzy Kozera
143e8dac69 Support for docset type items with slashes (fixes #91) 2014-01-22 02:43:26 +01:00
Bogdan Popescu
b18d179d1d New ColdFusion icon 2014-01-21 13:15:13 +02:00
Jerzy Kozera
c03a9df610 Fix for docsets not decompressing on first download 2014-01-20 01:14:48 +01:00
Jerzy Kozera
66ae5d687c 20140120 - allow github docsets list download to fail 2014-01-20 00:58:39 +01:00
Jerzy Kozera
b4b63ea92c Compare parentName in ZealSearchResult::operator< 2014-01-20 00:44:10 +01:00
Jerzy Kozera
f9809d7c27 Merge branch 'master' of https://github.com/roman-kashitsyn/zeal into roman-kashitsyn-master 2014-01-20 00:42:07 +01:00
Roman Kashitsyn
ccf5568a21 fix(#77): Make docset filter case-insensitive 2014-01-19 14:05:17 +04:00
Jerzy Kozera
9689aba315 20140118 relese 2014-01-18 16:07:16 +01:00
Jerzy Kozera
f36fe18287 Merge pull request #87 from roman-kashitsyn/master
fix(#77): Make query parser more c++-friendly
2014-01-18 06:57:35 -08:00
Roman Kashitsyn
bde4990148 fix(#77): Make query parser more c++-friendly
Update ZealSearchQuery to process no semicolons but first
and to not consider several semicolons at the beginning
as docset filter separator.

Was:

    c++:std::string => docset=c++ query=std
    std::string     => docset=std query=

Now:

    c++:std::string => docset=c++ query=std::string
    std::string     => docset=    query=std::string

See https://github.com/jkozera/zeal/issues/77
2014-01-18 14:56:56 +04:00
Jerzy Kozera
6e3feb617d 20140110 release 2014-01-10 18:20:43 +01:00
Jerzy Kozera
07c12882b9 Workaround for AngularJS docset and Windows 2014-01-10 18:20:09 +01:00
MichaelBeeu
648e0d6991 Add apply button to settings dialog. 2014-01-03 00:32:33 -06:00
Jerzy Kozera
6ccf017d70 20140102 release 2014-01-02 19:58:42 +01:00
Jerzy Kozera
0490ea1091 Merge pull request #81 from Kapeli/master
Add Drupal 7 & 8 icons and Java SE8 icon
2014-01-02 10:55:54 -08:00
Bogdan Popescu
5ee435bf26 Add Drupal 7 & 8 icons and Java SE8 icon 2013-12-30 12:43:08 +02:00
Jerzy Kozera
85d4375c7e #36 zeal.desktop added 2013-12-24 22:41:48 +01:00
Jerzy Kozera
1a7580a96c 20131224 release 2013-12-24 22:27:46 +01:00
Jerzy Kozera
3a371a8870 Merge pull request #79 from MichaelBeeu/mDownload
Multiple docset download ui tweaks
2013-12-24 13:24:22 -08:00
MichaelBeeu
efcd46144a A little code clean-up, and clarification. 2013-12-21 03:17:21 -06:00
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