A simple to-do list manager for keeping track of what has to be done next.
Features:
This app is free software released under the GNU GPL v3+. The source code is available here: https://github.com/ichthyosaurus/harbour-todolist
Attachment | Size | Date |
---|---|---|
![]() | 139.07 KB | 19/04/2020 - 15:26 |
![]() | 141.91 KB | 22/04/2020 - 20:38 |
![]() | 143.71 KB | 24/04/2020 - 22:12 |
![]() | 144.7 KB | 07/05/2020 - 22:38 |
![]() | 144.98 KB | 08/05/2020 - 17:49 |
![]() | 147.72 KB | 09/05/2020 - 17:34 |
![]() | 150.3 KB | 19/12/2020 - 20:29 |
![]() | 168.2 KB | 19/12/2020 - 20:29 |
![]() | 150.7 KB | 21/12/2020 - 15:05 |
![]() | 168.42 KB | 21/12/2020 - 15:05 |
1.1.4: 2020-12-21
1.1.3: 2020-12-19
1.1.2: 2020-05-09
1.1.1: 2020-05-08
1.1.0: 2020-05-07
1.0.2: 2020-04-24
1.0.1: 2020-04-22
1.0.0: 2020-04-19
Comments
veeall
Fri, 2020/12/04 - 09:39
Permalink
As this comment box in storeman app.
veeall
Fri, 2020/12/04 - 09:38
Permalink
Would it be possible to enable basic text formating (bold, italic, underline, strikethrough) in Entrys description field? Could make abbreviated nested lists or agendas with it.
ichthyosaurus
Fri, 2020/12/04 - 12:31
Permalink
It might be technically hard because of the ancient system stuff. I guess Storeman doesn't handle it by itself. Anyway, I'll put it on my to-do-later list.
dfstorm
Fri, 2020/05/08 - 18:58
Permalink
Thanks for the import/export tips. SailfishOS is sometime bugy when updating so having some kind of backup is really appreciated :)
chris_bavaria
Fri, 2020/05/08 - 17:16
Permalink
Thanks! I am testing your app and now import and export works fins with "DB Browser for SQLite".
ichthyosaurus
Fri, 2020/05/08 - 11:11
Permalink
There is currently no import feature. It's easy to edit the database, though. Either use sqlitebrowser if you want a GUI tool, or use sqlite3 from the terminal (dump the database 'sqlite3 file.db .dump > file.txt', edit file.txt, and rebuild the database 'cat file.txt | sqlite3 new-file.db').
The database is located at /home/nemo/.local/share/harbour-todolist/harbour-todolist/QML/OfflineStorage/*.sqlite
DameCENO
Thu, 2020/04/30 - 18:00
Permalink
Superb but can't there be a OS 2 support? Some of us aren't at 3 yet and don't really plan to anytime soon
ichthyosaurus
Fri, 2020/05/01 - 21:28
Permalink
It's the same as with the File Browser app. I can have a look at it if you send me the console output. I can't promise anything, though.
slava
Sat, 2020/05/02 - 14:01
Permalink
It's not just QML, it's also that SortFilterProxyModel doesn't build against Qt 5.2:
I was thinking of maybe giving it a shot (I have a device running SFOS 2.0.something) but since it doesn't even compile and that compilation failure is in an external module... there isn't much I can do to help.
ichthyosaurus
Sat, 2020/05/02 - 17:26
Permalink
Thank you @slava for checking that! It sadly means that it'll be impossible for me to make it compatible with old SFOS versions. It quickly gets out of hand and would take too much time to maintain.
deprecated
Thu, 2020/04/23 - 04:36
Permalink
Great work! A must have application for me.
ichthyosaurus
Fri, 2020/04/24 - 19:33
Permalink
Happy to hear that :)!
melvin
Tue, 2020/04/21 - 13:16
Permalink
Awesome, the best of its type!
ichthyosaurus
Wed, 2020/04/22 - 10:44
Permalink
Glad you like it :)