summaryrefslogtreecommitdiff
path: root/core/pim/addressbook
AgeCommit message (Collapse)AuthorFilesLines
2002-12-16Improvement of previous bugfixeilers2-5/+12
2002-12-14fixes bug #548tille1-0/+1
2002-12-14addLanguage rulescniehaus1-0/+2
2002-12-13No default arguments in implementation pleasezecke1-23/+23
2002-12-13have overseen onecniehaus1-1/+1
2002-12-13i18n-fixescniehaus1-6/+6
2002-12-11Added dialogbox to notify that the vcard was unable to readeilers1-0/+6
2002-12-11Implemented dialog box for every received vcard to get user permissioneilers2-4/+30
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-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-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-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-06Add X11..kergoth1-1/+1
2002-11-05you know the drillkergoth1-10/+12
2002-11-05Adding initial config.in fileskergoth1-0/+4
2002-11-03no default argumentszecke1-1/+1
Patch from jowenn
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-31Added Conflicts with qpe-tkcaddressbook and qpe-tkccalendar, because tkc ↵kergoth1-0/+1
unfortunately tries to replace the existing versions, including desktop icons, rather than creating their own.
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-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-24It is increasing..eilers1-1/+5
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-21Some usability updates in picker and find..eilers8-42/+164
2002-10-20Connected configuration to search engineeilers4-11/+14
2002-10-19New find widget works. Settings moved into a config dialog.eilers10-37/+381
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
2002-10-14Last patch for language bug. I am not really happy with it, but it should ↵eilers2-38/+53
work now. Please use the current release of libopie with this application. Otherwise the app will fail !
2002-10-13First attempt to fix language translation bug. Comboboxes should noweilers2-98/+102
work if translation is broken... Some translations should be reenabled in next fix..
2002-10-09What should be done next..eilers1-0/+16
2002-10-08email handling fixedeilers1-3/+3
2002-10-08contacteditor.cppeilers1-1/+2