Commit graph

347 commits

Author SHA1 Message Date
Slava Monich
6b5b268321 [fbreader] Added apparently missing breaks
Caught by -Wimplicit-fallthrough
2020-02-03 00:52:34 +02:00
Slava Monich
0bd4373862 [app] Use fixed color for folder title
Because the background color is fixed too.
2019-12-10 03:43:58 +03:00
Slava Monich
022056efee [fbreader] Fixed apparent bug in ZLStringUtil::replaceAll
Caught by gcc:

ZLStringUtil.cpp:132:38: warning: comparison of constant '4294967295' with boolean
expression is always true [-Wbool-compare]
   while ((pos == str.find(find, pos)) != std::string::npos) {
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
2019-12-10 03:21:16 +03:00
Slava Monich
8c7988c0cd Version 1.0.40 2019-12-04 12:31:39 +02:00
Slava Monich
e76e6489dc [app] Added Chinese translation to the build 2019-12-04 12:27:07 +02:00
Slava Monich
8737d39840 [app] Fixed errors in harbour-books-zh_CN.ts 2019-12-04 12:26:20 +02:00
Slava Monich
caa0ce52ec
Merge pull request #55 from dashinfantry/patch-3
[app] Chinese translation
2019-12-04 12:19:58 +02:00
dashinfantry
35b6770bcd
Create harbour-books-zh_CN.ts 2019-12-04 13:20:49 +08:00
Slava Monich
1061c93833 Version 1.0.39 2019-12-04 04:21:42 +02:00
Slava Monich
bc0c285dc0 [harbour-lib] Pulled in HarbourLib updates 2019-11-28 00:55:50 +02:00
Slava Monich
85a121633b [fbreader] Prevent a crash in <aside> blocks 2019-11-28 00:52:04 +02:00
Slava Monich
556c3bd351 Version 1.0.38 2019-04-01 13:36:02 +03:00
Slava Monich
78372a0963 [app] Create sample book on the first time run 2019-04-01 13:34:33 +03:00
Slava Monich
85473cb2b4 [app] Use HarbourLib QML components 2019-04-01 02:06:55 +03:00
Slava Monich
9422fa4f68 [app] Slightly tweaked the toolbar 2019-04-01 01:25:37 +03:00
Slava Monich
e1f75ed04a [app] Only use those HarbourLib classes that we really need 2019-03-31 04:03:16 +03:00
Slava Monich
ef131690bb [harbour-lib] Pull in HarbourLib updates 2019-03-31 04:03:05 +03:00
Slava Monich
ffb9e883fa [fbreader] Don't require book language to be in languagePatterns.zip
There ain't that many languages there, really. Not setting the language
may cause some format plugins to reset book encoding to "windows-1252".
2019-03-31 02:02:42 +02:00
Slava Monich
6b81b44c47 Version 1.0.37 2018-07-27 01:46:29 +03:00
Slava Monich
e79aa80b83 [app] Bump marks file version to force re-paging
It's necessary because recent changes affect layout.
2018-07-27 01:30:22 +03:00
Slava Monich
99d4a63e93 [fbreader] Don't undo text styles that we haven't applied 2018-07-27 01:19:31 +03:00
Slava Monich
139460734b [fbreader] Fixed a bug in ZLTextForcedStyle::lineEndIndent 2018-07-27 01:18:24 +03:00
Slava Monich
bb587bd397 [fbreader] Ignore AT-rules like @charset "utf-8"; 2018-07-27 01:16:48 +03:00
Slava Monich
883110810e Version 1.0.36 2018-07-24 21:17:33 +03:00
Slava Monich
8441340207
Merge pull request #48 from atlochowski/patch-2
[app] Updated Polish translations
2018-07-24 10:55:19 +03:00
Slava Monich
418e81c394
Merge pull request #47 from eson57/patch-1
[app] Updated Swedish translations
2018-07-24 10:54:00 +03:00
A
ae511ba4fb
Update harbour-books-pl.ts 2018-07-24 09:46:05 +02:00
Åke Engelbrektson
61b6537915
Update harbour-books-sv.ts
new strings translated
2018-07-24 08:28:23 +02:00
Slava Monich
4c4724b935 Version 1.0.35 2018-07-24 00:33:04 +03:00
Slava Monich
4af6dfe06f [app] Added settings UI for "Turn page by tap" option 2018-07-24 00:29:52 +03:00
Slava Monich
278baef519 [app] Added dconf option to turn pages by tapping the screen 2018-07-24 00:06:39 +03:00
Slava Monich
be2b66f955 [app] Fixed a problem with paging animation 2018-07-23 23:55:24 +03:00
Slava Monich
5a765e391f [app] Added settings UI for page payout 2018-07-23 23:30:20 +03:00
Slava Monich
73f4e53933 [app] Allow to fix page layout
Some users are annoyed by page layout changing after accident tap
2018-07-23 00:52:14 +03:00
Slava Monich
fbb16be906 Version 1.0.34 2018-06-08 17:28:16 +03:00
Slava Monich
7b38eca3f2 [app] Support for SD-card labels containing spaces
Spaces which are part of the path get replaced with \040 in /proc/mounts
2018-06-08 17:26:12 +03:00
Slava Monich
5ae0aa0db3 Version 1.0.33 2018-06-08 15:41:24 +03:00
Slava Monich
fbadaf142c [app] Support new SD-card mount location in Sailfish OS 2.2.0
It used to be mounted at /media and now it's /run/media
I need to find a better way to detect removable media.
2018-06-08 15:17:57 +03:00
Slava Monich
66aaaffb6b Version 1.0.32 2018-05-21 17:48:28 +03:00
Slava Monich
6ee937d06e [app] Added Polish translations to the build 2018-05-21 17:26:37 +03:00
Slava Monich
93064a57bb
Merge pull request #45 from atlochowski/patch-1
[app] Added Polish translations
2018-05-21 17:15:16 +03:00
A
0d10315090
Create harbour-books-pl.ts 2018-05-21 13:47:43 +02:00
Slava Monich
f0fff55c1e Version 1.0.31 2018-05-21 11:43:37 +03:00
Slava Monich
9aa9912414 [harbour-lib] Pulled HarbourDisplayBlanking fix
get_display_blanking_pause and friends is a fairly recent addition.
Assume that it's always allowed on older systems
2018-05-21 11:31:11 +03:00
Slava Monich
0e94c4fdc3 Version 1.0.30 2018-05-19 12:47:15 +03:00
Slava Monich
c6fefd05fe [app] Translate app name to Brazilian Portuguese 2018-05-19 12:46:50 +03:00
Slava Monich
654b2b6c94 [app] Added Brazilian Portuguese translations
Thanks to TamarindoJuice from OpenRepos.net
2018-05-19 12:08:10 +03:00
Slava Monich
3b50d1246d Version 1.0.29 2018-05-19 00:09:43 +03:00
Slava Monich
e1b87d528b
Merge pull request #44 from 1Zgp/patch-1
[app] Updated Hungarian translations
2018-05-18 11:26:25 +03:00
Slava Monich
1f680c1f4b
Merge pull request #43 from eson57/patch-1
[app] Updated Swedish translations
2018-05-18 11:25:08 +03:00