summaryrefslogtreecommitdiff
path: root/core/pim
AgeCommit message (Collapse)AuthorFilesLines
2003-01-16Move most of config categorization into root config, and consolated core vs ↵kergoth1-4/+0
noncore from a config perspective, as its confusing and unnecessary for users. Also cleaned up a bit, and added some basic descriptions.
2003-01-13Removed nonsense which corrupted the business phone dataeilers1-3/+4
2003-01-13Oops.. Bugfix in devel branch.. Merged it to main !eilers1-2/+5
2003-01-13Minor changes for what's this !eilers1-6/+6
2003-01-13Bugfixed and improved color settings ! Now it is possible to changeeilers4-23/+104
the color if the anniversary/birthday is close.. :)
2003-01-11debug not as defaultharlekin1-1/+1
2003-01-05Color for entries is now customizeableeilers4-2/+19
2003-01-04Hope I fixed the default-email bugs..eilers3-42/+186
2003-01-03- added missing quotesimon1-1/+1
2003-01-03Now it shows how many days are left until birthday/anniversary !eilers1-4/+26
2003-01-03NEW: This plugin shows the next birthdays and anniversaries for the nexteilers11-0/+589
n days !
2003-01-02Letterpicker now works for lowercase names..eilers2-5/+13
2003-01-02Fix some typos, as usual: found by Tais (tm)cniehaus2-15/+15
- QMessageBox::warning(this, tr("OContacts"), + QMessageBox::warning(this, tr("Contacts"), - cmbCountry->insertItem( tr ( "Afganistan" ) ); + cmbCountry->insertItem( tr ( "Afghanistan" ) ); - cmbCountry->insertItem( tr ( "Antartica" ) ); + cmbCountry->insertItem( tr ( "Antarctica" ) ); - cmbCountry->insertItem( tr ( "Armania" ) ); + cmbCountry->insertItem( tr ( "Armenia" ) ); - cmbCountry->insertItem( tr ( "Boliva" ) ); + cmbCountry->insertItem( tr ( "Bolivia" ) ); - cmbCountry->insertItem( tr ( "Camaroon" ) ); + cmbCountry->insertItem( tr ( "Cameroon" ) ); - cmbCountry->insertItem( tr ( "Gahna" ) ); + cmbCountry->insertItem( tr ( "Ghana" ) ); - cmbCountry->insertItem( tr ( "Guadelupe" ) ); + cmbCountry->insertItem( tr ( "Guadeloupe" ) ); - cmbCountry->insertItem( tr ( "Guinea-bissau" ) ); + cmbCountry->insertItem( tr ( "Guinea-Bissau" ) ); - cmbCountry->insertItem( tr ( "Jamacia" ) ); + cmbCountry->insertItem( tr ( "Jamaica" ) ); - cmbCountry->insertItem( tr ( "Kribati" ) ); + cmbCountry->insertItem( tr ( "Kiribati" ) ); - cmbCountry->insertItem( tr ( "Kyrgystan" ) ); + cmbCountry->insertItem( tr ( "Kyrgyzstan" ) ); - cmbCountry->insertItem( tr ( "Palestinian Territory" ) ); + cmbCountry->insertItem( tr ( "Palestinian Sovereign Areas" ) ); - cmbCountry->insertItem( tr ( "Pitcairn" ) ); + cmbCountry->insertItem( tr ( "Pitcairn Islands" ) ); - cmbCountry->insertItem( tr ( "Viet Nam" ) ); + cmbCountry->insertItem( tr ( "Vietnam" ) );
2002-12-29Need these too...drw2-0/+398
2002-12-29More updates to edit task dialog. Rearranged info on 1st 2 tabs so it is ↵drw7-460/+95
grouped a little more logically, and also renamed these tabs.
2002-12-27Clean-up of advanced tab in edit task dialog. Next is QWhatsThis for everything.drw10-338/+213
2002-12-27Fixing nullpointer crash if "emails" selectedeilers1-2/+6
2002-12-27Children and nickname was not shown .. fixed !eilers1-1/+27
2002-12-23Task Editor dialog: 1. added tab icons 2. rearranged the overview tab 3. ↵drw14-1003/+572
alarm/reminder tab updates 4. code clean-up. Still need to work on advanced tab and add qwhatsthis.
2002-12-23Hotfix for bug #537eilers1-47/+38
2002-12-22correct implementation for QCop "nextView()":sandman1-10/+15
- if we are not active, raise the window - if we are active, switch to the next view (this is needed for the new appskey framework)
2002-12-22QWhatsThis for main task view and toolbars.drw3-24/+31
2002-12-22Main todo view text color and column width fixes.drw1-24/+26
2002-12-21Main task view updates.drw5-77/+75
2002-12-21Updated to include pics/tododrw1-1/+1
2002-12-20Use icons for task priority on quick task toolbardrw2-14/+27
2002-12-20First part of GUI clean-up. Added icons to 'quick task' entry toolbar and ↵drw4-55/+86
menu choice to show/hide the bar.
2002-12-20s/Formx//cniehaus1-4/+0
2002-12-20fixing wrong assignment between translated untranslated fieldnameseilers1-4/+4
2002-12-19fix for email <-> default email bugtille2-17/+44
2002-12-18changing from defaultemail to something else now hides the combotille2-8/+14
2002-12-17say good bye to the nice and educationalzecke2-307/+0
QTableItems. :(
2002-12-17kill tableitems from the build processzecke3-3/+1
2002-12-17a QTableItem is no QObject so better use QObject::trzecke1-1/+3
besides that tableitems is dead... and I do drawing myself so better look at the tableview if you want to have that translated CCMAIL: cniehaus@kde.org
2002-12-17- spehling fix by Carstensimon1-1/+1
2002-12-17- removed Form2 caption, by Carstensimon1-4/+0
2002-12-17- word puzzle fix by Carstensimon2-2/+2
2002-12-17Now use my own pictureseilers3-6/+5
2002-12-16not importanteilers2-4/+4
2002-12-16Improvement of previous bugfixeilers2-5/+12
2002-12-14fixes bug #548tille1-0/+1
2002-12-14addLanguage rulescniehaus4-0/+6
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-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