summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-12-27*pst*cniehaus1-0/+2
2002-12-27addllornkcor1-0/+3
2002-12-26fix linebreakcniehaus1-3/+3
2002-12-26i18n-fixescniehaus3-12/+0
2002-12-26adding a nice feature: now the user sees which element he is looking atcniehaus3-13/+17
2002-12-26updates from maplecniehaus32-233/+256
2002-12-26be silentcniehaus1-0/+2
2002-12-26Fixing stupid numerationbugcniehaus1-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 @@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-26updatedcniehaus8-32/+0
2002-12-26fixing a strage charcniehaus4-68/+68
2002-12-26update after several typofixescniehaus54-1915/+1897
2002-12-26Danish translations.mellen1-19/+31
2002-12-26another i18n-bug found and fixed by Taiscniehaus1-3/+2
2002-12-26zh_TW is backcniehaus2-3/+13
2002-12-26go away and move one subdir down ;)cniehaus1-10/+0
2002-12-26go away, zh_TW is alive againcniehaus107-16080/+0
2002-12-26fixes 3 typoscniehaus2-3/+3
2002-12-26Danish translation.mellen1-0/+2
2002-12-26Too long names.mellen5-5/+5
2002-12-26Minor changes.mellen2-9/+9
2002-12-26small fix for setting the directory in getOpenFileName, so it will return ↵llornkcor1-4/+6
the fullpath
2002-12-26fix docname settingllornkcor1-1/+4
2002-12-26hook up save and saveAsllornkcor2-3/+44
2002-12-26added setDocFile function to change the filename needs more workllornkcor2-6/+15
2002-12-26changed the icon to the SharpROM icon of backup and restore -- anything issandman1-0/+0
better than the current icon ...
2002-12-26- fixed some typossandman4-4/+4
- replaced keyboard with multikey - replaced appskey with button-settings
2002-12-26signature of keyRegister() QCop call changed because of the device buttonsandman1-1/+2
rewrite
2002-12-26fix for bug #500 (duplicate depends)sandman1-1/+1
2002-12-25Another icon with the wrong namesandman1-0/+0
2002-12-25zh_TW is back with a new maintainercniehaus108-0/+16231
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-23applied a translation patch (french) fromsandman1-2/+2
Eric Santonacci <Eric.Santonacci@talc.fr>
2002-12-23Icons for Enter Task dialog tabs.drw4-0/+0
2002-12-23added french translationcniehaus1-0/+2
2002-12-23applied a patch for carsten niehaus (fixes some typos)sandman1-18/+18
2002-12-23Hotfix for bug #537eilers1-47/+38
2002-12-23updatescniehaus10-118/+348
2002-12-23fixed a typo in the filenamesandman1-0/+0
2002-12-23small bugfixes and speedupsandman5-14/+48
2002-12-23grrr .. somehow joe put a 'k' in the filesandman1-1/+1
2002-12-23Fixed a few typos and removed some qDebugssandman2-7/+3
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-23removed appskey / added button-settingssandman3-4/+5
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-22Totally reworked the key grabbing, which always had problems:sandman3-72/+54
- applications get *all* key events now, as long as they have the focus - an application decides if it has the keyboard grabbed or not - if it's grabbed, the app consumes the key press - if it's not grabbed and a F1-F29 key is pressed, the app sends a QCop call to the launcher (deviceButtonPressed(...)) - when the launcher receives a QCop deviceButtonPressed it simply sends the configured QCopEnvelope - all "special" actions (like menu, home) are now accessible via QCop calls (see buttonsettings)
2002-12-22- added the device button stuff to ODevicesandman5-20/+609
- ODevice is now derived from QObject (don't ask me why I didn't make this from the beginning)
2002-12-22Desktop file and pixmaps for buttonsettingssandman5-0/+16
2002-12-22New button settings -- replaces AppsKey, which does not work anymore withsandman11-0/+978
the new device button framework