Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-12-27 | i18n fix | cniehaus | 1 | -4/+2 |
2002-12-27 | i18n-fixlet | cniehaus | 1 | -4/+0 |
2002-12-27 | update after mine and Tais' i18n-fixes | cniehaus | 65 | -270/+57 |
2002-12-27 | add 2 files | cniehaus | 2 | -0/+57 |
2002-12-27 | *pst* | cniehaus | 1 | -0/+2 |
2002-12-27 | add | llornkcor | 1 | -0/+3 |
2002-12-26 | fix linebreak | cniehaus | 1 | -3/+3 |
2002-12-26 | i18n-fixes | cniehaus | 3 | -12/+0 |
2002-12-26 | adding a nice feature: now the user sees which element he is looking at | cniehaus | 3 | -13/+17 |
2002-12-26 | updates from maple | cniehaus | 32 | -233/+256 |
2002-12-26 | be silent | cniehaus | 1 | -0/+2 |
2002-12-26 | Fixing stupid numerationbug | cniehaus | 1 | -1/+1 |
@@ -40,7 +40,7 @@ dataWidgetUI::dataWidgetUI() : QWidget() int i = 0; for ( QStringList::Iterator it = names->begin() ; it != names->end() ; ++it,i++) { - dataCombo->insertItem( QString::number( i )+" - "+*it ); + dataCombo->insertItem( QString::number( i+1 )+" - "+*it ); } OxydataWidget *oxyDW = new OxydataWidget(this, "OxydataWidget_oxyDW", names); | ||||
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 | updated | cniehaus | 8 | -32/+0 |
2002-12-26 | fixing a strage char | cniehaus | 4 | -68/+68 |
2002-12-26 | update after several typofixes | cniehaus | 54 | -1915/+1897 |
2002-12-26 | Danish translations. | mellen | 1 | -19/+31 |
2002-12-26 | another i18n-bug found and fixed by Tais | cniehaus | 1 | -3/+2 |
2002-12-26 | zh_TW is back | cniehaus | 2 | -3/+13 |
2002-12-26 | go away and move one subdir down ;) | cniehaus | 1 | -10/+0 |
2002-12-26 | go away, zh_TW is alive again | cniehaus | 107 | -16080/+0 |
2002-12-26 | fixes 3 typos | cniehaus | 2 | -3/+3 |
2002-12-26 | Danish translation. | mellen | 1 | -0/+2 |
2002-12-26 | Too long names. | mellen | 5 | -5/+5 |
2002-12-26 | Minor changes. | mellen | 2 | -9/+9 |
2002-12-26 | small fix for setting the directory in getOpenFileName, so it will return ↵ | llornkcor | 1 | -4/+6 |
the fullpath | ||||
2002-12-26 | fix docname setting | llornkcor | 1 | -1/+4 |
2002-12-26 | hook up save and saveAs | llornkcor | 2 | -3/+44 |
2002-12-26 | added setDocFile function to change the filename needs more work | llornkcor | 2 | -6/+15 |
2002-12-26 | changed the icon to the SharpROM icon of backup and restore -- anything is | sandman | 1 | -0/+0 |
better than the current icon ... | ||||
2002-12-26 | - fixed some typos | sandman | 4 | -4/+4 |
- replaced keyboard with multikey - replaced appskey with button-settings | ||||
2002-12-26 | signature of keyRegister() QCop call changed because of the device button | sandman | 1 | -1/+2 |
rewrite | ||||
2002-12-26 | fix for bug #500 (duplicate depends) | sandman | 1 | -1/+1 |
2002-12-25 | Another icon with the wrong name | sandman | 1 | -0/+0 |
2002-12-25 | zh_TW is back with a new maintainer | cniehaus | 108 | -0/+16231 |
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 | applied a translation patch (french) from | sandman | 1 | -2/+2 |
Eric Santonacci <Eric.Santonacci@talc.fr> | ||||
2002-12-23 | Icons for Enter Task dialog tabs. | drw | 4 | -0/+0 |
2002-12-23 | added french translation | cniehaus | 1 | -0/+2 |
2002-12-23 | applied a patch for carsten niehaus (fixes some typos) | sandman | 1 | -18/+18 |
2002-12-23 | Hotfix for bug #537 | eilers | 1 | -47/+38 |
2002-12-23 | updates | cniehaus | 10 | -118/+348 |
2002-12-23 | fixed a typo in the filename | sandman | 1 | -0/+0 |
2002-12-23 | small bugfixes and speedup | sandman | 5 | -14/+48 |
2002-12-23 | grrr .. somehow joe put a 'k' in the file | sandman | 1 | -1/+1 |
2002-12-23 | Fixed a few typos and removed some qDebugs | sandman | 2 | -7/+3 |
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 | removed appskey / added button-settings | sandman | 3 | -4/+5 |
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 |