
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
DoBeeDo is a todo list manager for KDE that tries to be easy and fast to use.
Features:
* Tasks grouped by due date
* Categorize your tasks and show tasks from only one category
* Different priority levels with different background and font colors
* save additional text for tasks
* tray icon that shows if you have tasks to do
* select when done tasks are deleted (default is after closing the application)
Install:
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../
make
make install
Note: you need to have KDE 4.4 or newer installed
For Debian Testing users, there is an apt repository by Slavko: http://slavino.sk/ulozisko-apt
For Arch Linux users, there is a PKGBUILD in AUR: http://aur.archlinux.org/packages.php?ID=36597
10 years ago
Version 0.1.0
* Initial Release
Version 0.2.0
* Decide the category of a task while creating it
* DoBeeDo checks now for a new day
* Don't quit when you close the window but hide to system tray (thanks to emyller)
* translation support + German translation
* Fixed a bug that mixed up the categories of the tasks
* fixing some other bugs
Version 0.2.1
* Slovak translations (thanks to Slavko!)
* making the life of translators and packagers a bit easier
Version 0.3.0
* checkboxes :-)
* select when to delete done tasks (immediately/when quitting/never)
* start DoBeeDo in system tray
* change the font color depending on the priority
10 years ago
Version 0.1.0
* Initial Release
Version 0.2.0
* Decide the category of a task while creating it
* DoBeeDo checks now for a new day
* Don't quit when you close the window but hide to system tray (thanks to emyller)
* translation support + German translation
* Fixed a bug that mixed up the categories of the tasks
* fixing some other bugs
Version 0.2.1
* Slovak translations (thanks to Slavko!)
* making the life of translators and packagers a bit easier
Version 0.3.0
* checkboxes :-)
* select when to delete done tasks (immediately/when quitting/never)
* start DoBeeDo in system tray
* change the font color depending on the priority
lionhater
8 years ago
Report
Fxrh
8 years ago
Report
lionhater
8 years ago
Report
Weaselweb
10 years ago
nice idea for the app, but I allways get the following crash backtrace during shutdown:
I checked the code, but got no idea where this crash is caused. Oh, i used git master (0.3.0).
Quote:Application: DoBeeDo (dobeedo), signal: Segmentation fault
[KCrash Handler]
#6 0x00007f89393af311 in KStatusNotifierItem::~KStatusNotifierItem (this=0xf1a290, __in_chrg=<value optimized out>) at /tmp/portage/kde-base/kdelibs-4.5.4/work/kdelibs-4.5.4/kdeui/notifications/kstatusnotifieritem.cpp:126
#7 0x0000000000414692 in SysTray::~SysTray (this=0xf1a290, __in_chrg=<value optimized out>) at /wine/repo/DoBeeDo/systray.cpp:34
#8 0x000000000040fde3 in DoApp::~DoApp (this=0x7fffca912210, __in_chrg=<value optimized out>) at /wine/repo/DoBeeDo/doapp.cpp:45
#9 0x000000000040f9ee in main (argc=1, argv=0x7fffca912418) at /wine/repo/DoBeeDo/main.cpp:44
Report
Fxrh
10 years ago
Could you try to create a new crash report after you recompiled dobeedo with "-DCMAKE_BUILD_TYPE=debugfull" added to the cmake command, please?
Report
Weaselweb
10 years ago
Report
Fxrh
10 years ago
Report
Fxrh
10 years ago
Report
slavko
10 years ago
Report
Fxrh
10 years ago
Of course, I could make 2 applications, one with kde and the other one qt-only, but that would take time and I would prefer to put that time into new features.
Anyway, if someone else would like to do that, it should not be too hard (I'm using github for version control, see link above).
Report
meresda
10 years ago
Report
Fxrh
10 years ago
Hope you enjoy version 0.3.0 anyway, even though there are no sync features :-)
Felix
Report
meresda
10 years ago
Report
slavko
10 years ago
IMO only option to start without main window (by autorstat) is missing...
It may be configuration option or command line option, or both :-)
Report
Fxrh
10 years ago
Report
slavko
10 years ago
Report
moon115
10 years ago
A couple notes / feature requests:
I would love to see check boxes next to the tasks,
this would allow one to keep a record of completed tasks.
Removing tasks when complete does not allow me to look back and see if and when I did something.
Allow configuration of font colors along with the background colors (priorities)
Last, the "Done" button in the bottom right corner is confusing, I expected it to close the window,
instead it removed the task. Perhaps "Task Complete" or "Remove Task" or "Remove" might be more appropriate.
Of course the button won't even be needed if check boxes are added :-)
Report
Fxrh
10 years ago
The thing with the font colors should be easy, so you can expect that in the next release. I also will rethink the thing with the done button.
I also want to add checkboxes for the tasks, but I'm not yet sure how to make it. It's nice to see what you have already done, but tasks that are done should not stay there forever, and I don't want to force the user to first check the task and then remove it manually.
One possibility would be to remove checked tasks after a while (maybe at the end of the session). Or I could add a counter which shows how many tasks you already have done today, just for motivating reasons :-)
If you have any other ideas, I would like to hear them.
Felix
Report
emyller
10 years ago
I liked this project and would like to contribute to it with code/ideas.
Is there any git repository? If not, please create put it on gitorious :)
Report
Fxrh
10 years ago
Report
emyller
10 years ago
Report
antonisk
10 years ago
Thank you for your work!
Have you considered using Akonadi as a backend?
Report
Fxrh
10 years ago
not yet, but that may be a good idea for a future release (I just don't know how to integrate Akonadi, but that should be doable). Thanks for your idea!
Felix
Report