Qingping Hou
8c994ee0bc
remove leading tab in command in README
2012-09-17 01:59:19 +08:00
Qingping Hou
686a823629
rename README.TXT to README.md
...
for better rendering in Github
2012-09-17 01:56:58 +08:00
Qingping Hou
1b3e1db0d2
update readme
2012-09-17 00:27:54 +08:00
Qingping Hou
ea325146d3
move -l argument to the end of GCC call
2012-09-16 12:17:47 -04:00
{Qingping,Dave} Hou
a34696d96c
Merge pull request #283 from tigran123/master
...
Fix for calculating TOC position.
2012-09-15 17:09:37 -07:00
Tigran Aivazian
51ccc20845
Save a few table indexing operations since we already have the page number.
2012-09-15 23:32:56 +01:00
Tigran Aivazian
56f4ac42bd
Better fix for the external links in TOC problem: instead of returning
...
to the current page display a message "External links unsupported" and
remain in the TOC menu. The reason for this decision is that if the
user chose invalid TOC entry she is more likely to wish to stay in the
TOC menu and choose another entry rather than return to reading immediately.
2012-09-15 23:26:30 +01:00
Tigran Aivazian
680866d4ad
Merge remote branch 'upstream/master'
2012-09-15 22:59:52 +01:00
Tigran Aivazian
cc5abd3b87
Use the value of self.doc:getPages() stored in a local variable instead of calling it for each TOC entry.
2012-09-15 22:22:07 +01:00
Tigran Aivazian
853f34b488
Fix for calculating the current position in the case of TOC containing links to external files:
...
when walking the TOC we should check if the destination page is within the range of the current document.
2012-09-15 22:19:12 +01:00
Tigran Aivazian
dac88587bf
Fix for the case when TOC contains a link to external file: we should redraw the current page and not just quietly return from UniReader:goto().
2012-09-15 22:00:59 +01:00
Tigran Aivazian
42d9583319
In the Search Results show the actual pattern entered, not the uppercased version thereof.
2012-09-15 21:32:00 +01:00
Tigran Aivazian
527421eb86
Make file search function completely case-insensitive.
2012-09-15 21:31:00 +01:00
Tigran Aivazian
3048311dd5
Show the number of hits in Search Results.
2012-09-15 21:28:47 +01:00
{Qingping,Dave} Hou
31fd466425
Merge pull request #281 from tigran123/master
...
Minor changes to djvu and filesearcher.
2012-09-15 13:07:01 -07:00
Tigran Aivazian
284ab49db4
Shorten the message to make it visible.
2012-09-15 21:01:29 +01:00
Tigran Aivazian
28ba1c7e37
1. It is customary to call DjVu context by the name of the program.
...
2. When changing DjVu page rendering mode there is no need to clear DjVu cache, only our own tile cache.
2012-09-14 23:22:19 +01:00
Dobrica Pavlinušić
a99f429afc
Merge pull request #280 from tigran123/master
...
Cleanup of cleanUpTocTitle()
2012-09-14 13:26:05 -07:00
Tigran Aivazian
29b1ef5dde
Cleanup of expandAllTOCSubItems().
2012-09-14 21:43:23 +01:00
Tigran Aivazian
922b53ac60
Cleanup of cleanUpTocTitle() function: (f(x)) is a more elegant way of forcing
...
the return of a single value than the use of a dummy variable.
2012-09-14 21:27:06 +01:00
Dobrica Pavlinušić
657bcee7d0
Merge pull request #276 from houqp/master
...
roll back to use DroidSansFallback as default cfont font face
2012-09-14 13:25:01 -07:00
{Qingping,Dave} Hou
b96edf3693
Merge pull request #279 from tigran123/master
...
Calculator: make it more robust.
2012-09-14 10:23:10 -07:00
Tigran Aivazian
4f2be7a7e8
Calculator: make it more robust. Previously it was very easy to crash
...
the application by entering invalid input into calculator, for example
things like these: ")(", "inf/0", "f()", etc.
By using Lua pcall() function to execute not only the construction of
the expression, but also the calculation of the final result, the calculator
is made more robust and safe-guarded from such crashes.
2012-09-14 18:36:55 +01:00
Tigran Aivazian
da296e2e95
Slight cleanup of the previous commit: save one arithmetical operation.
2012-09-14 18:10:21 +01:00
Tigran Aivazian
b6a429a1d4
Calculator: calculate the cursor position correctly when the output contains more characters than input.
2012-09-14 18:03:43 +01:00
Tigran Aivazian
dc473e85a9
Calculator: on exit from help page refresh the screen properly (i.e. fully)
2012-09-14 17:38:02 +01:00
Tigran Aivazian
b0febe2d9b
Calculator: don't crash when pressing Enter or FW-select buttons.
2012-09-14 17:24:38 +01:00
{Qingping,Dave} Hou
98b8399692
Merge pull request #278 from tigran123/master
...
Stop calculator from crashing on empty input.
2012-09-14 09:20:18 -07:00
Tigran Aivazian
3984355c1c
Part of the previous commit, i.e. "expand all subitems" in TOC.
2012-09-14 14:25:15 +01:00
Tigran Aivazian
8312ad83c5
Add "expand all" command attached to Shift-Right key in the menu which recursively expands all subitems of a given item.
2012-09-14 13:54:33 +01:00
Tigran Aivazian
e35a828fb0
Generate expandable TOC only if there really is something to expand in the TOC.
2012-09-14 09:08:47 +01:00
Qingping Hou
2f847e6a5e
use DroidSansFallback as cfont
...
DroidSansFallback supports more characters
2012-09-14 09:46:44 +08:00
{Qingping,Dave} Hou
f9b8ee0513
Merge pull request #272 from tigran123/master
...
The fix for the bug issue #269 .
2012-09-10 20:24:56 -07:00
Tigran Aivazian
49a76330ac
Bugfix for the issue #269 and also fixed findTOCpos() function to correctly calculate the position in TOC
...
for the case when the current page is before the first page with a TOC entry.
2012-09-10 23:36:58 +01:00
Tigran Aivazian
1c32a24450
1. Shorten the "No TOC" message to be displayable.
...
2. Get rid of the calls to self:fillToc() from the places in the code which cannot affect TOC.
I assume the reason for these calls is that they are needed in the original CoolReader application
(because there the TOC displays the virtual "page numbers") and were brought over to our crengine.lua
during the port.
2012-09-10 23:12:09 +01:00
Dobrica Pavlinušić
44d9daf07a
Merge pull request #271 from tigran123/master
...
TOC cleanup in crengine.lua
2012-09-10 14:31:32 -07:00
{Qingping,Dave} Hou
75d286257f
Merge pull request #270 from tigran123/master
...
When renaming a file no need to initialize oldname TWICE.
2012-09-10 09:49:41 -07:00
Tigran Aivazian
253a0829ff
No need to initialize oldname = self:FullFileName() twice when renaming a file --- one initialization is enough.
...
(and, while at it, replaced references to a non-existent word "extention" with the proper English "extension")
2012-09-10 18:17:50 +01:00
Dobrica Pavlinušić
bfc369062e
Merge pull request #268 from houqp/master
...
set crengine cache size in lua code
2012-09-10 08:16:28 -07:00
Qingping Hou
1eb7162796
set crengine cache size in lua code
2012-09-10 21:45:05 +08:00
{Qingping,Dave} Hou
275e94c7a3
Merge pull request #267 from dpavlin/crengine_64Mb_cache
...
use 64Mb for on disk DOM cache for crengine
2012-09-10 06:26:38 -07:00
Dobrica Pavlinusic
880374f5db
use 64Mb for on disk DOM cache for crengine
...
Previously we had cache size limit of 100 bytes, so crengine would erase
all on-disk cache on each file open as described in #206
2012-09-10 13:42:47 +02:00
{Qingping,Dave} Hou
4cdbcac458
Merge pull request #266 from tigran123/master
...
Shorten the message about opening the document.
2012-09-09 16:05:54 -07:00
Tigran Aivazian
47556b5562
Shorten the message about opening the document, otherwise it is not displayed at all.
2012-09-10 00:16:06 +01:00
Dobrica Pavlinusic
397d3aa037
Merge branch 'gamma_speedup'
2012-09-09 21:44:09 +02:00
Dobrica Pavlinusic
2332691bb0
replaced showInfoMsgWithDelay with InfoMessage:show in crereader
2012-09-09 21:41:35 +02:00
{Qingping,Dave} Hou
0100f33128
Merge pull request #264 from dpavlin/gamma_speedup
...
showInfoMsgWithDelay would delay gamma change for 1s #165
2012-09-09 12:39:39 -07:00
{Qingping,Dave} Hou
79a304bb5d
Merge pull request #262 from dpavlin/render_indicator
...
added page_indicator to show document position and rendering
2012-09-09 12:38:13 -07:00
Dobrica Pavlinusic
b27b665a97
showInfoMsgWithDelay would delay gamma change for 1s #165
2012-09-09 21:05:23 +02:00
Dobrica Pavlinušić
b75470365b
Merge pull request #263 from tigran123/master
...
Allow deleting bookmarks as requested in issue #256
2012-09-09 11:56:01 -07:00