Commit Graph

1892 Commits

Author SHA1 Message Date
Jerzy Kozera
d34f86cab2 ExtJS: hopefully fixed ignoring empty files (not tested) 2014-04-29 15:58:42 +02:00
MichaelBeeu
53d5c1c579 Select preferred download url from feed's source. 2014-04-27 13:08:45 -05:00
MichaelBeeu
74a2920791 Progress when downloading metadata for installed docsets 2014-04-27 10:50:03 -05:00
MichaelBeeu
f905aeb786 Show update progress in docsetsList. 2014-04-27 10:41:09 -05:00
MichaelBeeu
b274b06b6a Merge remote-tracking branch 'upstream/master' into docsetUpdates 2014-04-26 19:03:11 -05:00
Jerzy Kozera
5d371be62e ExtJS: Fixed <h4>...</h3> substitution 2014-04-15 07:44:59 +02:00
Jerzy Kozera
3e3c04a603 ExtJS: ignore invalid files with empty names 2014-04-15 07:37:36 +02:00
Jerzy Kozera
d5a2017d2a Fix for ExtJS docset parser crashing because of missing defined-in 2014-04-09 13:55:37 +02:00
Jerzy Kozera
47d725dea9 Updated CSS reference for ExtJS 5.0.0 2014-04-09 13:48:26 +02:00
Jerzy Kozera
7dd66b62eb ExtJS parser: fix for missing div[@class="title"]/a/text() 2014-04-09 13:46:09 +02:00
Jerzy Kozera
558220d479 Fix for ExtJS docset parser crashing because of missing /guides directory 2014-04-09 13:37:18 +02:00
ZiDoMs
2aa8bdfac7 The focus will be change on pressing enter in treeview or lineedit fixes #71 2014-03-22 19:48:13 +04:30
Jerzy Kozera
3bbcacff4d Merge branch 'master' of github.com:jkozera/zeal 2014-03-17 04:52:16 +01:00
Jerzy Kozera
db10c5b4bb startupBehavior: renamed 'maximize' to 'window', changed the default 2014-03-17 04:51:11 +01:00
Jerzy Kozera
8223145a33 Merge pull request #124 from Kapeli/master
Add Grunt, Mongoose and Rust icons
2014-03-14 23:13:25 +01:00
ZiDoMs
79e81ef90d This will add option for the startup to be minized or not closes #125 2014-03-14 23:47:30 +03:30
MichaelBeeu
ec99aa076d Metadata for all docsets. 2014-03-06 13:24:27 -06:00
MichaelBeeu
0ccefc3036 Custom docset feeds. Fixed button states. 2014-03-06 02:47:04 -06:00
MichaelBeeu
2a5eb24975 Redownload docsets that are missing metadata. 2014-03-04 23:58:00 -06:00
MichaelBeeu
dd556d8a78 Use structure to store loaded docset information. 2014-03-04 13:21:25 -06:00
MichaelBeeu
c18e93f728 Split docset list retrieval and extraction into two callbacks. 2014-03-03 22:00:22 -06:00
Bogdan Popescu
326ed53a19 Add Grunt, Mongoose and Rust icons 2014-03-04 04:10:58 +02:00
MichaelBeeu
6b6167af3b Simple docset updating, and docset metadata. 2014-03-03 15:47:26 -06:00
Jerzy Kozera
80ce8320a8 Merge pull request #114 from sublimino/patch-1
Update README.md for icon install on Linux
2014-02-21 12:17:59 +01:00
Andrew Martin
cd25289925 Update README.md for icon install on Linux
As per https://github.com/jkozera/zeal/issues/68
2014-02-21 11:17:16 +00:00
Jerzy Kozera
0db3099ff7 Workaround for wxPython docset causing very high CPU usage 2014-02-15 11:12:59 +01:00
Jerzy Kozera
1eff70f083 20140215 release 2014-02-15 07:46:34 +01:00
Jerzy Kozera
641ff09275 Merge pull request #112 from drognanar/master
Adds title bar. Fixes query reset.
2014-02-15 07:45:34 +01:00
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