summaryrefslogtreecommitdiff
path: root/core/pim/todo
AgeCommit message (Collapse)AuthorFilesLines
2005-04-06Use OResource for loading images and fix headersdrw39-441/+1092
2005-02-02Minor update to work with new OPimMainWindowdrw1-11/+12
2005-01-30Convert Todo to use new OPimMainWindow functionality, plus some other code ↵drw10-521/+375
clean-ups
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-7/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+7
2004-11-18-Kill owarn statements from the codezecke4-34/+22
-Kill magic numbers and use enum values
2004-05-30fix some dependencieschicken1-1/+1
2004-05-15CLEANUP: synchronize binary and .desktop file namesmickeyl1-1/+1
2004-04-28Removed static cast which is not working with the new modifications ofeilers1-1/+2
the opie-pim api
2004-04-04fix up owarn usagezecke8-44/+36
2004-04-02Use ODebug (another 35 down...) - all of core/pim is converted.drw10-42/+56
2004-03-31Removed all unnecessary dependencies to libopiedb2 and reimplementedeilers2-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-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-14Now that using namespace if out of the header fixup todozecke4-8/+12
2004-03-14Make use of ODP namespacezecke6-5/+10
2004-03-02fixed up todlist to work again. The segfault resulted due a real ugly ↵alwin3-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-02run the optimize_connect scriptalwin5-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-01fix includeschicken1-6/+0
2004-02-25depends on LIBOPIE2DBalwin1-1/+1
2004-02-25must link against libopiedb2alwin2-2/+2
2004-02-25Todo: libopie->libopie2drw33-224/+237
2004-02-22check if there is a listview item at all.zecke1-3/+12
c cast -> static_cast
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw1-2/+2
2004-02-14Clean-up of .cvsignore filesdrw1-0/+2
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
Maintainer, Files and Section fields)
2004-02-08Fix two problems:zecke1-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-07QPEApplication::showDialog() and QPEAPplication::execDialog() for better big ↵ar2-7/+5
screen handling
2003-12-07s/QPEToolBar/QToolBar:mickeyl3-4/+4
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future
2003-10-07If you decide to close the mainwindow and have say editor and views open as wellzecke1-1/+1
call closeAllWindows() after all events are dispatched
2003-09-25Fixed inconsistencies between Description and Noteseilers1-1/+1
2003-09-20merge control files with BRANCHmickeyl1-1/+1
2003-09-06-Switch to OWidgetStack actually only three lines touch by thiszecke3-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 examplezecke3-28/+15
-Fix a bug. If flush() is called m_syncing = true and on reload m_syncing = false
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers21-67/+273
2003-06-05sanitizedschurig1-1/+1
2003-05-12Hospital Hacking Sessionzecke11-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-07one morezecke1-1/+1
2003-05-07try to use the has* functionszecke2-11/+11
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-04-10have icons on the right sideharlekin1-4/+8
2003-04-06status has an icon again .-), closes #806harlekin1-1/+1
2003-03-14Do not crash when trying to edit and there is no datazecke2-1/+3
2003-02-22shutup todolist while runningzecke3-3/+3
remove the transport thingie..
2003-02-14Remove the #ifdef for QWSzecke2-8/+10
Fix saving of templates The backends want's to load before it saves... Oliver now things should work again
2003-02-11Add a FIXME notezecke1-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-11fix 0000535.zecke1-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-11Fix 0000645zecke1-1/+1
2003-02-11Add switching the views with the ActionKey..zecke8-13/+58