summaryrefslogtreecommitdiff
path: root/core/pim
AgeCommit message (Collapse)AuthorFilesLines
2002-11-27ability to show next days too addedharlekin6-18/+57
2002-11-27Still a lot of workeilers1-2/+10
2002-11-22one (hopefully) last i18n-fixcniehaus1-1/+1
2002-11-22More i18n-fixescniehaus2-8/+2
@@ -333,9 +333,7 @@ void AddressbookWindow::setDocument( con switch( QMessageBox::information( this, tr ( "Right file type ?" ), - tr( "The selected File" ) + ( "\n" ) + - tr ("does not end with \".vcf\" ") + ( "\n" ) + - tr ( "Do you really want to open it?" ), + tr( "The selected file \n does not end with \".vcf\" \n. Do you really want to open it?" ), tr( "&Yes" ), tr( "&No" ), QString::null, 0, // Enter == button 0 2 ) ) { // Escape == button 2 @@ -809,7 +807,7 @@ void AddressbookWindow::slotWrapAround() qWarning("Got wrap signal !"); // if ( doNotifyWrapAround ) // QMessageBox::information( this, tr( "End of list" ), -// tr( "End of list. Wrap around now.. !" ) + "\n" ); +// tr( "End of list. Wrap around now...!" ) + "\n" ); } @@ -24,10 +24,6 @@ </sizepolicy> </property> <property stdset="1"> - <name>caption</name> - <string>MyDialog1</string> - </property> - <property stdset="1"> <name>sizeGripEnabled</name> <bool>true</bool> </property>
2002-11-22i18n-bug. With the other way you can't translate in all languagescniehaus1-2/+1
@@ -800,8 +800,7 @@ void AddressbookWindow::slotNotFound() { qWarning("Got notfound signal !"); QMessageBox::information( this, tr( "Not Found" ), - tr( "Unable to find a contact for this" ) + "\n" - + tr( "search pattern !" ) ); + tr( "Unable to find a contact for this \n search pattern!" ) ); }
2002-11-22This is the way tr() should be used. Now even RTL-languages and suchcniehaus1-1/+1
are supported @@ -53,7 +53,7 @@ void DateBookWeekLstHeader::setDate(cons int year,week; calcWeek(d,week,year,onMonday); - labelWeek->setText("W: " + QString::number(week)); + labelWeek->setText(tr( "W: %1" ).arg( ( QString::number(week)) ) ); QDate start=date; QDate stop=start.addDays(6);
2002-11-21better way to launch edit personal dataharlekin2-15/+2
2002-11-21using now QInterfacePtr as Simon suggested, and another leak fix in datebook ↵harlekin2-6/+7
plugin
2002-11-21danish i18ncniehaus1-4/+5
2002-11-21- delete the guiPart object in the destructorsimon2-0/+2
2002-11-21nothing interestingeilers1-1/+1
2002-11-19Minor bugfixeilers1-2/+4
2002-11-18Back to main tree. Back to main tree.eilers25-1972/+2122
Back to main tree. Waiting for moving to feature freeze ..
2002-11-15Fix #423 dealing with strike through and DueDate...zecke1-5/+15
2002-11-15Fix the DueDate button not beeing enabled when it shouldzecke1-0/+1
2002-11-06Add X11..kergoth7-7/+7
2002-11-05you know the drillkergoth4-21/+29
2002-11-05you know the drillkergoth2-0/+2
2002-11-05Adding initial config.in fileskergoth7-0/+32
2002-11-05transition to new opie pim api, no finished yet, but should allready close ↵harlekin4-30/+29
bug #1 cvs upcvs up
2002-11-03no default argumentszecke1-1/+1
Patch from jowenn
2002-11-02Cut some warningzecke3-3/+17
and applied trekres customStrokeWidth patch
2002-11-01Complete redesign of internal structure. Now, there exist a cetral vieweilers2-0/+412
class which manages the current implemented views table and card...
2002-10-31fixes for the new exclude from refresh systemharlekin1-3/+18
2002-10-31started support for plugins without refresh, not finished yetharlekin10-70/+119
2002-10-31Added Conflicts with qpe-tkcaddressbook and qpe-tkccalendar, because tkc ↵kergoth2-0/+2
unfortunately tries to replace the existing versions, including desktop icons, rather than creating their own.
2002-10-28 less qcop trouble on retial romharlekin5-26/+15
2002-10-28Next changes may brake future snapshots. Therefore we work oneilers1-0/+6
the branch "GO_FOR_OPIE_1_0" .. ;) We will be merge all changes at code freeze..
2002-10-27OContact now uses QDate to avoid wrong interpreted stringseilers2-19/+20
A lot of inline functions moved into the library..
2002-10-25widget widthzecke1-0/+1
2002-10-25MainWindow i18n change 'Show only over due' to avoid misunderstandingzecke6-17/+59
then 'share' and 'preload' the taskeditor on first request it'll be created but on destroyed until Destruction the interface. This will happen when the apps quits. This should speed up editing and entering quite a lot
2002-10-25sorts the tanslated country nowtille2-2/+5
2002-10-25If I want to edit my personal settings, category is disabled.eilers5-41/+154
Now using Datepicker for birthday and annyversary..
2002-10-24today refreshes itself now by a timer, important for fast load and on retail ↵harlekin6-3/+39
rom which might not get the pim signal we will have soon - closes bug #335
2002-10-24It is increasing..eilers1-1/+5
2002-10-23Fix not beeing resizable.. now the Deadline is too wide...zecke1-76/+98
Fix a crash when being somewhere else but releasing the mouse over the table bug Fix one more thing I don't remember Add InlineEditing of summaries. It would actually work on double click but we use the single click for viewing.. Ok these things need to be configurable
2002-10-22Find bugfix. Tried to make the letterpicker more visible due toeilers9-45/+227
undelign does not work on my Z.. :( Added use of alternative mail-application (opie-mail instead of QT-Mail)
2002-10-21Now it should compile just finezecke1-1/+0
2002-10-21Some usability updates in picker and find..eilers8-42/+164
2002-10-21Fix a bug where newly added items did not show up in the viewzecke13-746/+1271
Now we add the Entry to the backend first and then update the view next step is to make place for the new EditorWidget It features Completed/Start Date State Began, Postponed... Maintainer Mode: needs to be done by... Maintainer: Choose a person who is responsible for ( once implemented I hope he master of our feeds is happy ) Recurrance Widget Alarms + Reminders Widget Parent to be added Most of it is not implemented cause first of all OTodo does not know anything about these attributes but this will change soon. I'll start to implement it very soon
2002-10-20Connected configuration to search engineeilers4-11/+14
2002-10-20Strike through a row to complete the Record ;)^zecke2-6/+36
2002-10-19New find widget works. Settings moved into a config dialog.eilers10-37/+381
2002-10-19Fix crash if todolist is emptyzecke8-10/+247
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 addedzecke4-2/+60
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-18First attempt of new find entry field.. It still needs some finetuning !eilers7-25/+97
2002-10-16Temporarely added save function..eilers1-3/+16
2002-10-16Fixed reload after sync- bugeilers4-65/+25
2002-10-15A lot of work pending..eilers1-2/+9
2002-10-14Some final language fixeseilers3-26/+63