Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-01-03 | Fix for bug#0001547 provided by Paul Eggleton <bluelightning@bluelightning.org> | korovkin | 1 | -21/+29 |
If there are no templates, just create the blank task. | ||||
2005-04-06 | Use OResource for loading images and fix headers | drw | 39 | -441/+1092 |
2005-02-02 | Minor update to work with new OPimMainWindow | drw | 1 | -11/+12 |
2005-01-30 | Convert Todo to use new OPimMainWindow functionality, plus some other code ↵ | drw | 10 | -521/+375 |
clean-ups | ||||
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 1 | -7/+1 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 1 | -1/+7 |
2004-11-18 | -Kill owarn statements from the code | zecke | 4 | -34/+22 |
-Kill magic numbers and use enum values | ||||
2004-05-30 | fix some dependencies | chicken | 1 | -1/+1 |
2004-05-15 | CLEANUP: synchronize binary and .desktop file names | mickeyl | 1 | -1/+1 |
2004-04-28 | Removed static cast which is not working with the new modifications of | eilers | 1 | -1/+2 |
the opie-pim api | ||||
2004-04-04 | fix up owarn usage | zecke | 8 | -44/+36 |
2004-04-02 | Use ODebug (another 35 down...) - all of core/pim is converted. | drw | 10 | -42/+56 |
2004-03-31 | Removed all unnecessary dependencies to libopiedb2 and reimplemented | eilers | 2 | -2/+2 |
the conditional compilation of the SQL implementation. Therefore, it is possible to remove all dependencies of libsqlite and libopiedb2 etc. just by disabling the SQL support in the configuration ! If disabled, the usual xml-immplementation is used. Thanks to mickeyl who already fixed the "backends.pro" .. | ||||
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 1 | -1/+1 |
build system | ||||
2004-03-14 | Now that using namespace if out of the header fixup todo | zecke | 4 | -8/+12 |
2004-03-14 | Make use of ODP namespace | zecke | 6 | -5/+10 |
2004-03-02 | fixed up todlist to work again. The segfault resulted due a real ugly ↵ | alwin | 3 | -7/+5 |
code-style: Never, realy never, use "using namespace <...>" inside a include file. Ever use "Opie::<class>" or such inside include files. Think twice, before using a "use namespace <...>" inside a c++ file. If you're using it just 3,4 times, write "Opie::<class>::<variable>" or such. If you just simple write a using namespace all the time it makes the idea of namespaces obsolete. Mostly: just integrate your OWN namespace (in that case use namespace Todo;) - but try to use all other namespaces the explicit way - so you will sure that the compiler inherits the right methods. ToDo: write this statement into the developer wiki | ||||
2004-03-02 | run the optimize_connect script | alwin | 5 | -18/+18 |
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here) | ||||
2004-03-01 | fix includes | chicken | 1 | -6/+0 |
2004-02-25 | depends on LIBOPIE2DB | alwin | 1 | -1/+1 |
2004-02-25 | must link against libopiedb2 | alwin | 2 | -2/+2 |
2004-02-25 | Todo: libopie->libopie2 | drw | 33 | -224/+237 |
2004-02-22 | check if there is a listview item at all. | zecke | 1 | -3/+12 |
c cast -> static_cast | ||||
2004-02-16 | More control file clean-up...mostly done, except for task-opie-* | drw | 1 | -2/+2 |
2004-02-14 | Clean-up of .cvsignore files | drw | 1 | -0/+2 |
2004-02-14 | Make info in *.control files a little more consistent (mostly modified ↵ | drw | 1 | -1/+1 |
Maintainer, Files and Section fields) | ||||
2004-02-08 | Fix two problems: | zecke | 1 | -3/+12 |
1.) accept the key event so it does not reoccur and reoccur 2.) do not crash if asked to delete and there is nothing to delete | ||||
2004-02-07 | QPEApplication::showDialog() and QPEAPplication::execDialog() for better big ↵ | ar | 2 | -7/+5 |
screen handling | ||||
2003-12-07 | s/QPEToolBar/QToolBar: | mickeyl | 3 | -4/+4 |
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future | ||||
2003-10-07 | If you decide to close the mainwindow and have say editor and views open as well | zecke | 1 | -1/+1 |
call closeAllWindows() after all events are dispatched | ||||
2003-09-25 | Fixed inconsistencies between Description and Notes | eilers | 1 | -1/+1 |
2003-09-20 | merge control files with BRANCH | mickeyl | 1 | -1/+1 |
2003-09-06 | -Switch to OWidgetStack actually only three lines touch by this | zecke | 3 | -3/+9 |
-the really quit on closeEvent and don't wait for the last window -use setName eases debugging | ||||
2003-08-27 | -Convert to quick launch as an example | zecke | 3 | -28/+15 |
-Fix a bug. If flush() is called m_syncing = true and on reload m_syncing = false | ||||
2003-08-01 | Merging changes from BRANCH_1_0 to HEAD | eilers | 21 | -67/+273 |
2003-06-05 | sanitized | schurig | 1 | -1/+1 |
2003-05-12 | Hospital Hacking Session | zecke | 11 | -51/+373 |
make more translatable fix up GUI for Opie1.0 in regards what is implemnted implement setting and removing of Alarms!!!! Show Alarms once they got fired... | ||||
2003-05-07 | one more | zecke | 1 | -1/+1 |
2003-05-07 | try to use the has* functions | zecke | 2 | -11/+11 |
2003-04-22 | Add Package: field to control files. This will facilitate ditching mkipks ↵ | kergoth | 1 | -0/+1 |
in favor of something with some sanity. | ||||
2003-04-22 | Dependency fixes. s/opie-base/task-opie-minimal/; ↵ | kergoth | 1 | -1/+1 |
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/; | ||||
2003-04-20 | adding dutch to the .pro-files | cniehaus | 1 | -0/+1 |
2003-04-10 | have icons on the right side | harlekin | 1 | -4/+8 |
2003-04-06 | status has an icon again .-), closes #806 | harlekin | 1 | -1/+1 |
2003-03-14 | Do not crash when trying to edit and there is no data | zecke | 2 | -1/+3 |
2003-02-22 | shutup todolist while running | zecke | 3 | -3/+3 |
remove the transport thingie.. | ||||
2003-02-14 | Remove the #ifdef for QWS | zecke | 2 | -8/+10 |
Fix saving of templates The backends want's to load before it saves... Oliver now things should work again | ||||
2003-02-11 | Add a FIXME note | zecke | 1 | -0/+3 |
drw killed the .ui files in his nice UI appealing update but setPopup is a bad idea for small screens and there was a reason for the slotHack so I need to readd it again... | ||||
2003-02-11 | fix 0000535. | zecke | 1 | -3/+13 |
What is the right size? That depends on the user so save the columWidth() the user used so he should be happy | ||||
2003-02-11 | Fix 0000645 | zecke | 1 | -1/+1 |