summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-08-25add configuration entry for right-on-hold feedbackmickeyl1-0/+4
i like that - nice work, guys.
2004-08-25Added rule to autodefine OPIE_WITHROHFEEDBACK from menuconfigwimpie1-0/+3
2004-08-25Final changes for RoH Feedbackwimpie6-44/+57
- changed *.pro file to compile in backend - some more fixes to rohfeedback and qpeapplication
2004-08-25Pics and masks for the 'star' theme for the RightOnHold (RoH) feedbackwimpie10-0/+0
show
2004-08-24go awaymickeyl1-7/+0
2004-08-24- tweak version preparing the next releasemickeyl2-5/+6
- add eilers - show fullscreen on small screens
2004-08-24updated source to opie-reader 0.7gpohly197-8712/+30327
2004-08-24Allow to completely turn off/on Right on Hold Visual Feedbackzecke1-5/+12
mickey thanks for spotting the linking failures :}
2004-08-24Add RightOn Hold Visual Feedback and integrate itzecke3-3/+216
into QPEApplication Icons and Config Option will be comitted by WIMPIE
2004-08-24Minor adjustment to the patch:zecke2-1/+3
-insertLine already adds a \n -add a slotTabChanged slot in wellenreiterbase
2004-08-24apply megapatch courtesy Holger 'Zecke' Freyther:mickeyl14-118/+154
- bump version to 1.0.3-cvs - fix compile warnings - fix PacketViewer not to scroll, when watching in "real time" - fix appending text to log view - update statistics when tab is getting activated
2004-08-23Do not hardcode /opt/QtPalmtop but use QPEApplication::qpeDirzecke1-1/+4
2004-08-23Fix warnings raised by the compilerzecke2-17/+18
2004-08-22the usual...zecke1-0/+5
2004-08-22Buffer painting which is hopefully flicker free and it workszecke2-51/+64
with Phase and Liquid Styles
2004-08-22Revert last try to remove flicker for all styles but havezecke2-54/+59
problems with liquid
2004-08-22Reload InputMethods when LauncherSettings changed InputMethod Optionszecke6-19/+58
2004-08-21- BugFix: #1383 - Language settings doesn't warn about losing open apps ↵ar1-2/+15
(Thanks to Markus Litz for the patch)
2004-08-20back out unintentional change. Use an unknown ODevice insteadzecke1-1/+1
of Internal::Zaurus
2004-08-20- remove unnecessary tab.ar1-27/+21
this hack is only a dirty work-around to prevent some confusion. networksetting is unmaintained and should be replaced by networksettings2, when it's done.
2004-08-20First Draft of Opie PIM Paperzecke9-0/+2264
Giving an Overview and Reference for the used Attributes of the Backends
2004-08-20- add libpcap dir to lib- and include directoryar4-5/+30
2004-08-20- add libpcap dependency in commentar1-1/+1
2004-08-20Applied patch from Cwiiis to fix linking of apps to root when installed ↵drw2-3/+91
elsewhere
2004-08-20-correct translationar1-1/+1
2004-08-19Network_NN.cpp : had to generate full path to networksettings sincewimpie5-58/+77
ifup (when run from hotplug) does not know about QPEDIR ... main.cpp : a bit more logging nsdata.cpp resources : optimized user detection code, report error when user could not be detected (instead of gracefull crash)
2004-08-19Ignore OPim and O as prefixeszecke1-9/+16
2004-08-19prepend /usr/bin/env to the interpreter path to make it workmickeyl1-1/+1
2004-08-19s/_/-/mickeyl1-1/+1
2004-08-19revert last changemickeyl1-1/+1
2004-08-19fix typomickeyl2-2/+2
2004-08-19- improve benchmark reliabilty, especially for SD and CF cardsmickeyl4-130/+42
- split file benchmarks into read/write - add AUTHORS file - encode individual version (it's opie-sysinfo 1.1.0 now) into the .pro file
2004-08-19fix #1225mickeyl2-1/+2
2004-08-18-Remove #ifdef for NOQUICKLAUNCH as OPIE_EXPORT_APP works forzecke4-51/+31
both cases already. -Use QPEApplication::setStylusOperation for RightOnHold feature instead of custom code
2004-08-18opiealarm fixeschicken1-0/+2
2004-08-18shrink greeting text. patch courtesy Matthias Hentgesmickeyl1-2/+2
2004-08-17tosa is 0:0llornkcor1-1/+1
2004-08-17add sl-6000llornkcor2-0/+5
2004-08-16Modified config.in so that the compile sequence is now correctwimpie15-34/+40
(hopefully) Also applied the Networksettings patch to the wextensions.cpp file
2004-08-16add a result for c750mickeyl1-1/+1
2004-08-16Use OFileDialog::getDirectory to select Sword pathdrw2-1/+21
2004-08-16Use OFileDialog::getDirectory to select destination pathdrw2-26/+40
2004-08-16Correct group box labeldrw1-22/+22
2004-08-16package name was set to backgammon where other packageswimpie1-1/+1
are called opie-xxx so renamed it to opie-backgammon
2004-08-15- NewFeature: Custom locations in Backupar1-4/+5
- Change spaces into tab. Please use tab's instead of spaces in Changelog.
2004-08-15-Use APM for the SIMpad now that it got the APM biosless patchzecke2-50/+55
applied as well - We save the screen content, call the ODevice implementation and on wake up we restore the content
2004-08-14- Add Locations tabar1-0/+4
2004-08-14- use OFileDialog::getDirectory() to select directory in locations tab.ar5-28/+49
2004-08-14- add OFileDialog::getDirectory()ar4-20/+89
this function open a file dialog to select a directory. it can show Directories and All Directories. the first one is without and the second is with hidden directories.
2004-08-14-Remove the KeyFilter on destructionzecke3-2/+11
Alwin could we either add a 'QObject' as a owner so that we could use QGuardedPtr or look for the deleteEvent ourselves. Or let us create a KeyFilter ourselves that auto registers (maybe) but cleans up itself in any case?