summaryrefslogtreecommitdiff
path: root/core/pim/todo/mainwindow.h
AgeCommit message (Collapse)AuthorFilesLines
2005-04-06Use OResource for loading images and fix headersdrw1-23/+25
2005-01-30Convert Todo to use new OPimMainWindow functionality, plus some other code ↵drw1-45/+32
clean-ups
2004-03-14Make use of ODP namespacezecke1-2/+2
2004-03-02fixed up todlist to work again. The segfault resulted due a real ugly ↵alwin1-5/+3
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-02-25Todo: libopie->libopie2drw1-12/+14
2003-09-06-Switch to OWidgetStack actually only three lines touch by thiszecke1-2/+2
-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 examplezecke1-1/+4
-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 HEADeilers1-0/+4
2003-05-12Hospital Hacking Sessionzecke1-1/+4
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-02-22shutup todolist while runningzecke1-1/+1
remove the transport thingie..
2003-02-11Add switching the views with the ActionKey..zecke1-0/+2
2002-12-21Main task view updates.drw1-7/+0
2002-12-20First part of GUI clean-up. Added icons to 'quick task' entry toolbar and ↵drw1-1/+5
menu choice to show/hide the bar.
2002-12-10Shut up the compilerzecke1-1/+0
2002-11-30Back from hospital with new powerzecke1-6/+18
This versions clean up m failure on templates with Qt... in todoview Implements Recurrance( backends to not safe it yet ) OPimState and Maintainer mode in some ways and much more This one also implements the OPimMainWindow specs and has a small Memu replacement to get the toolbar in one line
2002-10-19Fix crash if todolist is emptyzecke1-1/+15
Fix paint update bugs.. knewly created items did not show up. an sort() QTable::update() is and was not enough A new feature. It's a quick entering method. It lacks icons and some more stuff but I like it Now redoing the Editor Dialog
2002-10-19MainWindow setReadAhead addedzecke1-0/+1
Tableview we now try to read ahead in timerEvent.. the TodoView interface needs an update on this matter too... besides that I'm quite happy with the speed and go on to implement new features
2002-10-13Implement beaming and adding of todos. Use the vCal resource for thatzecke1-0/+1
2002-10-07TodoView is a mess because I tried hard to makezecke1-3/+3
it work with templates... I've to clean this up Then I made the way free to use sorted my next step is to make the paint hack work
2002-10-07Re add fileszecke1-0/+175
for todo
2002-10-07make place for the new todozecke1-97/+0
2002-07-10Fix "view" menu itemleseb1-0/+1
2002-04-23Patch from Stefan Eilers for overviewzecke1-3/+13
merged by hand
2002-04-14-menu restructure ( closer to the Zaurus)zecke1-5/+9
-first Part of restoring journal I need to rewrite the whole crap later qt journaled on a row basis which doesn't work anymore cause of flexible sorting -something I forgot ;)
2002-04-13use OFontMenu still need to catch up with the zaurus todolistzecke1-0/+3
2002-04-13move to multiple categories + patch from Stefan Eilers to show the due datezecke1-2/+7
2002-03-20vCal Resource for the tododbzecke1-1/+2
2002-01-25Initial revisionkergoth1-0/+73