summaryrefslogtreecommitdiff
path: root/core/pim
AgeCommit message (Collapse)AuthorFilesLines
2002-12-11max inactive minutes to 1 day - 1440 minutesharlekin1-0/+1
2002-12-11applied a patch from "Tais M. Hansen" <tais.hansen@osd.dk> to add danishsandman1-1/+2
language support
2002-12-10Todo depends on libopiezecke1-1/+1
This should solve most of the todolist installation problems
2002-12-10Shut up the compilerzecke4-12/+5
2002-12-08fixtille1-1/+4
2002-12-08added combo for default emailtille3-25/+44
not perfect but it should do its job (better than i expected in first place ;)
2002-12-08updatetille1-2/+1
2002-12-08do not close ab while in cardview, rather switch back to listviewtille2-2/+8
as the old version did
2002-12-07Just updatedeilers1-4/+4
2002-11-30Fixed a lot of usability stuff .. Some minor bugs were fixed, too ..eilers7-47/+68
2002-11-30More implementationzecke2-0/+100
2002-11-30Back from hospital with new powerzecke13-215/+310
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-11-28...eilers1-2/+7
2002-11-28Change of view caused jump to the first line of table->fixedeilers1-3/+3
2002-11-27Now version 0.1.1eilers1-1/+1
2002-11-27Extremely improved table updateeilers5-70/+109
2002-11-27fix for bug #494 which is imho a flat style bugharlekin2-4/+3
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..