Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-01-03 | - added missing quote | simon | 1 | -1/+1 |
2003-01-03 | Now it shows how many days are left until birthday/anniversary ! | eilers | 1 | -4/+26 |
2003-01-03 | NEW: This plugin shows the next birthdays and anniversaries for the next | eilers | 11 | -0/+589 |
n days ! | ||||
2003-01-02 | Letterpicker now works for lowercase names.. | eilers | 2 | -5/+13 |
2003-01-02 | Fix some typos, as usual: found by Tais (tm) | cniehaus | 2 | -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-30 | getting rid of some qDebugs to make the startup a bit more quiet | sandman | 2 | -4/+3 |
2002-12-30 | - rewrote the SCAP part (doesn't need netcat anymore now) | sandman | 2 | -211/+228 |
- cleaned up the code - reworked the GUI a bit | ||||
2002-12-30 | minor GUI fix | sandman | 1 | -1/+1 |
2002-12-29 | Need these too... | drw | 2 | -0/+398 |
2002-12-29 | More updates to edit task dialog. Rearranged info on 1st 2 tabs so it is ↵ | drw | 7 | -460/+95 |
grouped a little more logically, and also renamed these tabs. | ||||
2002-12-29 | Power warning changes: | sandman | 3 | -21/+35 |
- interval can now be in the range (0 [Never] ... 300 [5min] ) - some code cleanup in the launcher | ||||
2002-12-28 | only send the qcop call in the postinst script, if qpe is running | sandman | 8 | -8/+8 |
2002-12-27 | Changed the menu string from "Home" to "Desktop" -- this was decided at | sandman | 1 | -1/+1 |
the Opie 1.0 meeting | ||||
2002-12-27 | Clean-up of advanced tab in edit task dialog. Next is QWhatsThis for everything. | drw | 10 | -338/+213 |
2002-12-27 | Fixing nullpointer crash if "emails" selected | eilers | 1 | -2/+6 |
2002-12-27 | Children and nickname was not shown .. fixed ! | eilers | 1 | -1/+27 |
2002-12-27 | *pst* | cniehaus | 1 | -0/+2 |
2002-12-26 | be silent | cniehaus | 1 | -0/+2 |
2002-12-26 | @@ -15,10 +15,6 @@ | cniehaus | 1 | -4/+0 |
<height>367</height> </rect> </property> - <property stdset="1"> - <name>caption</name> - <string>RemapDlgBase</string> - </property> <property> <name>layoutMargin</name> </property> | ||||
2002-12-26 | fixing a strage char | cniehaus | 1 | -17/+17 |
2002-12-26 | signature of keyRegister() QCop call changed because of the device button | sandman | 1 | -1/+2 |
rewrite | ||||
2002-12-25 | fix dotfiles - again | llornkcor | 1 | -1/+1 |
2002-12-23 | Task Editor dialog: 1. added tab icons 2. rearranged the overview tab 3. ↵ | drw | 14 | -1003/+572 |
alarm/reminder tab updates 4. code clean-up. Still need to work on advanced tab and add qwhatsthis. | ||||
2002-12-23 | Hotfix for bug #537 | eilers | 1 | -47/+38 |
2002-12-23 | small bugfixes and speedup | sandman | 5 | -14/+48 |
2002-12-23 | The first "-" (dash) in the filename isn't really a dash .. no idea what it | sandman | 1 | -0/+0 |
really is and how it got there | ||||
2002-12-23 | - ported the device button handling to the new ODevice based framework | sandman | 8 | -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-22 | New button settings -- replaces AppsKey, which does not work anymore with | sandman | 11 | -0/+978 |
the new device button framework | ||||
2002-12-22 | correct implementation for QCop "nextView()": | sandman | 1 | -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-22 | QWhatsThis for main task view and toolbars. | drw | 3 | -24/+31 |
2002-12-22 | Main todo view text color and column width fixes. | drw | 1 | -24/+26 |
2002-12-21 | Main task view updates. | drw | 5 | -77/+75 |
2002-12-21 | Updated to include pics/todo | drw | 1 | -1/+1 |
2002-12-20 | Use icons for task priority on quick task toolbar | drw | 2 | -14/+27 |
2002-12-20 | sic workaround hack for now. fixes bug #569 | llornkcor | 1 | -61/+102 |
2002-12-20 | First part of GUI clean-up. Added icons to 'quick task' entry toolbar and ↵ | drw | 4 | -55/+86 |
menu choice to show/hide the bar. | ||||
2002-12-20 | s/Formx// | cniehaus | 1 | -4/+0 |
2002-12-20 | save fix when no name bug #577 | llornkcor | 1 | -1/+6 |
2002-12-20 | fixing wrong assignment between translated untranslated fieldnames | eilers | 1 | -4/+4 |
2002-12-19 | fix for email <-> default email bug | tille | 2 | -17/+44 |
2002-12-18 | since Harlekin doesn't want to fix his typo, I'll have to do it ;) | sandman | 1 | -1/+1 |
2002-12-18 | changing from defaultemail to something else now hides the combo | tille | 2 | -8/+14 |
2002-12-17 | included the new scipts in share/opie-login | sandman | 1 | -1/+1 |
2002-12-17 | fixed a typo | sandman | 1 | -1/+1 |
2002-12-17 | Opie login becomes useable now: | sandman | 3 | -10/+82 |
- pre- and post-session scripts (in $OPIEDIR/share/opie-login) to fix things like device ownership to user/root - logging in now doesn't simply mean: execute bin/qpe. instead opie-login * first tries to execute ~/.opie-session * if that doesn't exist $OPIEDIR/share/opie-login/opie-session * if that fails too, execute $OPIEDIR/bin/qpe you can now handle things like ssh-agent on a per-user basis. (I'll commit the scripts later - for now it simply works like before) | ||||
2002-12-17 | say good bye to the nice and educational | zecke | 2 | -307/+0 |
QTableItems. :( | ||||
2002-12-17 | kill tableitems from the build process | zecke | 3 | -3/+1 |
2002-12-17 | a QTableItem is no QObject so better use QObject::tr | zecke | 1 | -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 | replaced the private QProcess copy for the FTP server with the already | sandman | 6 | -3050/+1097 |
available libopie/OProcess | ||||
2002-12-17 | - spehling fix by Carsten | simon | 1 | -1/+1 |