Commit Graph

87 Commits

Author SHA1 Message Date
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
chrox 87296fe884 set larger toggle switch width 2013-07-13 11:08:53 +08:00
chrox 67816852ac option value can be dict now 2013-06-28 17:08:10 +08:00
chrox c246696de9 add enable/disable method for Button widget 2013-06-16 11:13:54 +08:00
chrox e947c9b4b2 add bgcolor/fgcolor for TextWidget 2013-06-16 11:11:07 +08:00
chrox eb4c76bd15 add highlight in pdf reader 2013-06-15 23:16:53 +08:00
chrox eb2e26160a add faked tap when closing dict window 2013-06-15 23:16:53 +08:00
chrox 47a58bebe4 split non-ascii characters like Chinese in which there is no space 2013-05-24 22:01:06 +08:00
chrox a5a7cebd73 dict windlow fit to landscape screen width 2013-04-30 18:43:39 +08:00
chrox 695e095a1a add a demo version dictionary 2013-04-24 22:57:03 +08:00
chrox 7f53ddacbe add activity indicator when configuring in reflow mode
For now pillow activityIndicator is used to draw animated waiting icon
at the upper left corner of the screen. So pillow service should be
enabled to use this feature, but eventually we should implement an
activity indicator that is independent of native system.
2013-04-21 16:54:59 +08:00
Qingping Hou 92cbbabbcf bug fix in touchmenu, reset menu page on go up 2013-04-15 22:09:48 -04:00