Artur Spychaj
2a60ee3c96
Uses <title> for page title. Removes std::regex.
2014-02-14 10:27:29 +00:00
Artur Spychaj
602042e67b
Fixes clearing of the search box.
...
If the search box is cleared and then a query is completed the treeView does not get populated with search results
2014-02-11 15:37:08 +00:00
Artur Spychaj
f83720a232
Adds title for any viewed page.
...
The title displays the icon of the current docset as well as the end of the url path.
This allows to quickly view the name of the current module/function.
2014-02-11 15:37:08 +00:00
Jerzy Kozera
609692fabc
Merge pull request #109 from MichaelBeeu/findBack
...
Find back
2014-02-10 16:52:35 -08:00
MichaelBeeu
40ba228be1
Merge branch 'linktooltips' into findBack
2014-02-09 04:03:54 -06:00
MichaelBeeu
5a254965fd
Merge branch 'master' into findBack
2014-02-09 04:03:05 -06:00
MichaelBeeu
2ab82e766d
Moved tooltip code to a little more sensible location.
2014-02-09 03:45:04 -06:00
MichaelBeeu
9411a51301
Find previous with shift+enter ( #73 )
2014-02-09 03:43:01 -06:00
Jerzy Kozera
149bf925a6
Merge pull request #108 from MichaelBeeu/linktooltips
...
Show tooltip for external URLs (#82 )
2014-02-09 01:34:15 -08:00
MichaelBeeu
d0e95e523a
Show tooltip for external URLs ( #82 )
2014-02-09 02:48:17 -06:00
Jerzy Kozera
c6a4fc2813
Handle GitHub 302 redirects ( fixes #102 )
...
- http://bourbon.io/docset/bourbon.tgz was redirecting to /docset/bourbon.tgz
2014-02-08 22:29:38 -08:00
Jerzy Kozera
f1b9625bee
More helpful message about bsdtar missing
2014-02-08 20:22:24 -08:00
Boris Egorov
7735484b56
Add warning if bsdtar is absent
...
If zeal cannot launch bsdtar it loops total download progress bar
endlessly, which looks like it hangs. User must be warned if something
goes wrong, so I added QMessageBox to say about this.
Also, 'program' variable not changed anywhere and can be declared as
constant.
2014-02-05 20:03:30 +07:00
Boris Egorov
96f97f902b
Fix QString argument substitution
...
QString replaces only %1,%2 with arguments.
2014-02-05 19:52:04 +07: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