Commit Graph

98 Commits

Author SHA1 Message Date
chrox 9f0154f7bf fix wrong indentation 2013-09-14 19:46:45 +08:00
chrox f12869d587 split text string with even finer granularity 2013-09-14 18:40:00 +08:00
{Qingping, Dave} Hou 6586d55ad3 Merge pull request #254 from chrox/menu_layout
fix widget out-of-bound in bookmark and toc menus
2013-09-01 08:09:06 -07:00
chrox 094a98b819 split string with delimiters captured 2013-09-01 22:13:20 +08:00
chrox 1c728d6945 fix widget out-of-bound in bookmark and toc menus
The original menu layout needs manual dimension calculations
such as  white padding for displaying page information in
footer as the title, all item contents and footer are stacked
in one VerticalGroup. Out-of-bound error(koreader/koreader-base#43)
will occur in some corner cases if we missed something in
the calculation. The patch sent in this PR invented a new
layout for menu widget in which no manual calculation is needed
for displaying the footer. And the footer will be placed well
inside the menu frame.

   +--------------+
   | +----------+ |
   | |+--------+| |
   | || Header || |
   | |+--------+| |
   | |+--------+| |
   | ||  Item  || |
   | ||  Item  || |
   | |+--------+| |
   | |(Vertical | |
   | |  Group)  | |
   | +----------+ |
   |    Footer    |
   |(OverlapGroup)|
   +--------------+
2013-09-01 16:36:45 +08:00
Qingping Hou 4c40fece74 add hidden file toggle 2013-08-25 00:00:06 -04:00
Paulo Matias 3d04925109 Remove FileChooser:compressPath, use util.realpath 2013-08-23 08:39:09 -03:00
Paulo Matias e668379f6d Fix crash when trying to go to / on FM
Deals with more cases in FileChooser:compressPath, including `/mnt/..`.
2013-08-22 11:42:21 -03:00
Qingping Hou c951eacc35 fix: reset current page on item_table switch for menu widget 2013-08-22 12:01:00 +08:00
Qingping Hou cad8ddec92 disable path compress on relative path 2013-08-22 11:39:35 +08:00
Paulo Matias 54636e9407 Add InputText:setText and avoid non-intuitive UI behavior after light toggle 2013-08-21 08:54:46 -03:00
Qingping Hou aef2c4123e fix Menu widget initialization on inheritance bug in filechooser 2013-08-14 05:19:01 -04:00
Qingping Hou c66429c903 add is_popout and no_title to menu widget 2013-08-14 05:18:09 -04:00
Qingping Hou b49a338121 add extend method to widget 2013-08-14 05:17:25 -04:00
Qingping Hou a0676790cd fix unnecessary frontlight module require 2013-08-10 02:07:01 -04:00
Giorgio Micotti cea353323e Initial light control widget; final fixes for kobo light 2013-08-05 23:06:26 +02:00
chrox 1520fd7974 add page up/down buttons in menus that have more than one pages 2013-08-02 22:44:47 +08:00
chrox 4547273d7b add icon button and show/hide method of button 2013-08-02 22:41:39 +08:00
{Qingping,Dave} Hou 3d8b6ca838 Merge pull request #191 from chrox/master
fix fast refresh waveform
2013-07-31 08:54:51 -07:00
chrox fa21dfda63 remove double_tap processing code in keyboard 2013-07-31 20:06:27 +08:00
chrox 225ae9f826 disable double tap detection in keyboard widget 2013-07-31 20:02:26 +08:00
chrox 19d70f2719 fix delChar decreasing charpos on blank charlist 2013-07-31 19:33:36 +08:00
Giorgio Micotti 8fa01bc76c Fixes for higher DPI; make the X easier to reach. 2013-07-31 11:38:13 +02:00
chrox ef7f3fec90 fix keyboard in landscape 2013-07-31 13:51:01 +08:00
chrox 32bd30aae9 UI tweaks 2013-07-30 23:38:57 +08:00
chrox b774c1468f refactoring font face variable in ScrollText widget 2013-07-30 23:13:24 +08:00
chrox 6457f42407 fix fractional pixel coordinates in paintTo function 2013-07-30 23:10:40 +08:00
chrox fb4b6979f5 add on-screen keyboard widget 2013-07-30 23:07:33 +08:00
chrox c6f3388e35 add missing scrollbar widget 2013-07-29 16:03:16 +08:00
chrox 6c7641cd0b fix long definition not shown properly in dictionary window 2013-07-28 16:07:51 +08:00
chrox 872ffa5767 add vertically scrollable text widget 2013-07-28 16:06:45 +08:00
Qingping Hou 201e63b2b2 fix require error 2013-07-24 02:14:12 -04:00
chrox b3a068d3bb fix wrong calculation of textwidget height 2013-07-23 23:52:09 +08:00
chrox 294f47c0ed full refresh config panel 2013-07-23 16:49:30 +08:00
chrox 210e2fcef8 update image dimen in paintTo method 2013-07-23 16:47:39 +08:00
chrox 467e7bf4fc UI tweaks on dictionary window 2013-07-23 14:52:15 +08:00
chrox f3bcbd3b4e use regional update when displaying dict windows 2013-07-22 22:09:14 +08:00
chrox 8dbaa2c76c use regional update when selecting config panels 2013-07-22 22:08:40 +08:00
chrox 8c73c19e50 fix missing underline in config window 2013-07-22 22:02:13 +08:00
chrox 8f051b4c44 bugfix: update width of dict window in readerdictionary 2013-07-21 14:42:27 +08:00
chrox 725bef08e6 add multi-dictionary support 2013-07-21 14:23:54 +08:00
chrox b24db8a1ca refactoring using centercontainer in button widget 2013-07-21 14:16:45 +08:00
chrox f9344faefe refactoring using updated dimen 2013-07-21 14:16:45 +08:00
chrox e8cfeb979c update framecontainer dimen in paintTo function 2013-07-21 14:16:45 +08:00
chrox 05965e386e factor out buttontable as a vertical group 2013-07-21 14:16:45 +08:00
chrox 6dc53df5b5 word gap is set to smallest when selcting CJK languages 2013-07-20 03:33:58 +08:00
chrox 1808c7e5c3 add document language option in config dialog
Document language setting is used for better text extraction and OCR.
2013-07-20 02:46:51 +08:00
chrox 167e6ca0aa bugfix: show last used panel when opening config dialog 2013-07-16 14:15:22 +08:00
{Qingping,Dave} Hou bb62d0c5e2 Merge pull request #157 from chrox/path_compress
compress paths like "test/pdf/../epub" into "test/epub" in FileChooser
2013-07-13 01:33:22 -07:00
chrox 6c4248251c compress paths like "test/pdf/../epub" into "test/epub" in FileChooser
This patch fixes Bug #107
2013-07-13 15:24:10 +08:00