Commit graph

203 commits

Author SHA1 Message Date
Nicolas Mailloux
386832aca2 Correct layout
Some spacer widgets are not required anymore because of the new
QTextEdit.
2021-06-20 17:32:25 -04:00
Nicolas Mailloux
40262b0506 Replaced QLabel by a QTextEdit; no more clipping out
All's working! (Except maybe some layout shenaningans)
2021-06-20 17:00:42 -04:00
Nicolas Mailloux
e68900babb New feature: show book name and author in Reader framework 2021-06-20 13:31:24 -04:00
Nicolas Mailloux
c36e7e2ac2 Basic working ePUB reader with mutool convert
I still need to do some work, but it's ready to be merged into master.
2021-06-19 19:05:13 -04:00
Nicolas Mailloux
dbd23cb33a Working better
Also, I fixed a dictionnary lookup issue where searching words in all
caps was impossible.
2021-06-18 23:20:34 -04:00
Nicolas Mailloux
f1c18bada5 That one *kind of* works 2021-06-18 20:46:34 -04:00
Nicolas Mailloux
cb65131841 Dirty commit that's not even working 2021-06-17 08:34:00 -04:00
Nicolas Mailloux
f6099b9394 Implemented "Wipe KoBox user data" function 2021-06-14 14:31:49 -04:00
Nicolas Mailloux
74937453ba Done with system info dialog
Works well, will have strange formatting is no InkBox version is known,
probably due to checkconfig_str_val being null if no  value is detected.
2021-06-14 12:24:20 -04:00
Nicolas Mailloux
762489bb6b Reword battery alert message 2021-06-10 07:51:22 -04:00
Nicolas Mailloux
99d40c22ad Add system info option in Settings
W-I-P.
2021-06-08 08:03:46 -04:00
Nicolas Mailloux
9428483d02 Add QTextBrowser widget and dialog
Some things, such as UIDs, just couldn't display normally and we need
such a browser for them.
I'll work on implementing as the main engine for the Reader framework.
2021-06-08 07:49:52 -04:00
Nicolas Mailloux
b91e30d05a Rephrase spelling 2021-06-05 18:54:38 -04:00
Nicolas Mailloux
a6c1f2be5b Correct onboard storage path 2021-05-28 08:39:45 -04:00
Nicolas Mailloux
f42ef53338 Relocate poweroff/reboot functions 2021-05-28 08:36:24 -04:00
Nicolas Mailloux
958dde6491 Oops, UID isn't an integer... 2021-05-26 08:33:40 -04:00
Nicolas Mailloux
8b72d91875 Show device UID when About button clicked 2021-05-26 08:06:50 -04:00
Nicolas Mailloux
8610d8e07f Change user extensions img path 2021-05-25 18:23:56 -04:00
Nicolas Mailloux
ac9c5b1a47 Check device info in read-only mode 2021-05-16 22:28:08 -04:00
Nicolas Mailloux
fb6d6255e5 KoBox splash UI fixes 2021-05-14 23:44:59 -04:00
Nicolas Mailloux
5af7dbf07f Manage KoBox extensions via USB 2021-05-13 21:40:05 -04:00
Nicolas Mailloux
f224345c26 Write version info to file each time it's run 2021-05-13 20:42:50 -04:00
Nicolas Mailloux
4d391801aa Don't show KoBox apps button if X11 isn't running 2021-05-09 18:06:14 -04:00
Nicolas Mailloux
d295a07eac Abandoned USB prompt feature
as it would prompt to connect after a fresh reboot even if no USB cable
is plugged in. Mainly due to fsl-usb2-udc quirks.
2021-05-09 17:09:16 -04:00
Nicolas Mailloux
ef34273f37 Improved USBMS prompt
Still half-working but better
2021-05-09 14:07:05 -04:00
Nicolas Mailloux
49e6a7167f USBMS prompt 2021-05-08 01:03:25 -04:00
Nicolas Mailloux
e19f3867ca KoBox settings: enable/disable X11 2021-05-01 15:55:15 -04:00
Nicolas Mailloux
3404337e29 KoBox splash screen
Everything is finally taking place for v1.4/1.5
2021-04-30 23:55:38 -04:00
Nicolas Mailloux
29349614f0 Emergency commit
I sprinkled 'else if' statements everywhere before it was too late
2021-04-30 23:19:54 -04:00
Nicolas Mailloux
deb210e823 App launcher works 2021-04-30 22:26:59 -04:00
Nicolas Mailloux
217dbca5ff Implemented basic KoBox launcher
Now I'll test if it works in the real life... ;p
2021-04-30 18:19:48 -04:00
Nicolas Mailloux
abf9cda602 KoBox Apps dialog can scan through the extensions list 2021-04-30 12:49:33 -04:00
Nicolas Mailloux
253d94a059 KoBox launcher basic implementation
I still need to fix some border bug
2021-04-29 23:36:25 -04:00
Nicolas Mailloux
b38a5bd9a0 Added KoBox settings base 2021-04-27 08:40:08 -04:00
Nicolas Mailloux
10bbe560a4 Fix bug where Alert icon would not show 2021-04-26 12:36:45 -04:00
Nicolas Mailloux
d319e1c70b Update process enhancements 2021-04-25 11:27:51 -04:00
Nicolas Mailloux
7e799d999a Finalized working tab switcher
Settings Chooser won't disappear anymore when invoked after Apps tab was
opened.
2021-04-24 12:44:57 -04:00
Nicolas Mailloux
6eefeed69f Basic settings stacked widget implementation 2021-04-24 09:34:35 -04:00
Nicolas Mailloux
d1d03ae16e Tab switcher working
Rearranged layout, home button on the top left, time at top right. Apps
is no longer a window, but embedded into stackedWidget > Index page 1.
Possible to switch back and forth between main display and Apps widget.
2021-04-23 22:23:24 -04:00
Nicolas Mailloux
26434797e9 Cleanup
I messed up with Git
2021-04-23 19:26:33 -04:00
Nicolas Mailloux
622fe06daa Merge branch 'master' of https://alpinekobox.ddns.net/InkBox/inkbox 2021-04-23 19:24:08 -04:00
Nicolas Mailloux
9163689cac Implement battery alerts in Reader framework 2021-04-23 19:22:53 -04:00
Nicolas Mailloux
f9c188c8a5 Implement battery alerts in Reader framework 2021-04-23 19:16:28 -04:00
Nicolas Mailloux
99676137e4 Cleanup for low/critical battery alert warnings
Check the previous commit for the main changes.
2021-04-23 08:49:17 -04:00
Nicolas Mailloux
09e14b74cd Finalized low/critical battery alert warnings
QTimer implementation which triggers them when the battery reaches a
certain charging level
2021-04-23 08:47:05 -04:00
Nicolas Mailloux
917e28ab52 New low/critical battery splash and dialog 2021-04-22 13:56:29 -04:00
Nicolas Mailloux
edb1203d7e Never mind
What an idiot am I...
2021-04-22 10:10:47 -04:00
Nicolas Mailloux
51fad25719 I discovered static variables
WIP, some changes coming, notably a critical/low battery alert, and some
big code revamping.
2021-04-22 07:38:54 -04:00
Nicolas Mailloux
a471cecf94 Corrected Calculator button border in Apps 2021-04-14 17:52:36 -04:00
Nicolas Mailloux
342bc91f0f Added Calculator launch button in Apps 2021-04-13 10:23:12 -04:00