summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2003-01-16*** empty log message ***kergoth1-0/+1
2003-01-16Add some config.in.in files to remove the 'duplicate' categories spotted by ↵kergoth6-0/+6
Max..
2003-01-16i18n for new buildsystem :)kergoth40-3/+160
2003-01-16Cleanup and formatting.kergoth7-13/+11
2003-01-16Descriptionkergoth1-1/+1
2003-01-16Move most of config categorization into root config, and consolated core vs ↵kergoth15-20/+13
noncore from a config perspective, as its confusing and unnecessary for users. Also cleaned up a bit, and added some basic descriptions.
2003-01-16*** empty log message ***kergoth1-4/+1
2003-01-15make it work on ipaq againharlekin1-1/+1
2003-01-14changed caption, took for ipaq outharlekin1-1/+1
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 seems to iritate grouchos build env ..harlekin1-2/+1
2003-01-11debug not as defaultharlekin1-1/+1
2003-01-10merged ipaq stuff in, one step closer to kill batteryapplet ipaqharlekin3-118/+226
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-30getting rid of some qDebugs to make the startup a bit more quietsandman2-4/+3
2002-12-30 - rewrote the SCAP part (doesn't need netcat anymore now)sandman2-211/+228
- cleaned up the code - reworked the GUI a bit
2002-12-30minor GUI fixsandman1-1/+1
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-29Power warning changes:sandman3-21/+35
- interval can now be in the range (0 [Never] ... 300 [5min] ) - some code cleanup in the launcher
2002-12-28only send the qcop call in the postinst script, if qpe is runningsandman8-8/+8
2002-12-27Changed the menu string from "Home" to "Desktop" -- this was decided atsandman1-1/+1
the Opie 1.0 meeting
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-27*pst*cniehaus1-0/+2
2002-12-26be silentcniehaus1-0/+2
2002-12-26@@ -15,10 +15,6 @@cniehaus1-4/+0
<height>367</height> </rect> </property> - <property stdset="1"> - <name>caption</name> - <string>RemapDlgBase</string> - </property> <property> <name>layoutMargin</name> </property>
2002-12-26fixing a strage charcniehaus1-17/+17
2002-12-26signature of keyRegister() QCop call changed because of the device buttonsandman1-1/+2
rewrite
2002-12-25fix dotfiles - againllornkcor1-1/+1
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-23small bugfixes and speedupsandman5-14/+48
2002-12-23The first "-" (dash) in the filename isn't really a dash .. no idea what itsandman1-0/+0
really is and how it got there
2002-12-23 - ported the device button handling to the new ODevice based frameworksandman8-665/+608
- removed the key re-grabbing in runningsappbar (not necessary anymore) - added a few new QCops to make all "special" launcher functions available via qcop - added the devicebuttons to the opie-taskbar ipk
2002-12-22New button settings -- replaces AppsKey, which does not work anymore withsandman11-0/+978
the new device button framework
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