summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-08-26you need to include include.pro _before_ basing on scopes defined theremickeyl1-3/+3
2004-08-26removed obsolete static.h and useqpe.hpohly44-61/+21
2004-08-25Add menuconfig variable to set if opie-login has to be compiledwimpie2-3/+7
agains PAM Changed pro to use that variable
2004-08-25makefilegen :wimpie1-2/+4
changed the command to generate the makefile from a pro-file and removed the 6 processes that need to be started (2 shell, cat grep head awk and sed) to one shell and some makefile commands
2004-08-25Respect the value passed to the methodzecke1-1/+3
2004-08-25-Have a common implementation for reading the config valuezecke7-175/+158
and setting the Mixer. The mixer, sound and path is configurable -Restore the Opie HEADER (who is guilty? probably me) -Fix warnings -Port Zaurus,Simpad,Ipaq to configure the mixer
2004-08-25-If play() is called again kill old 'looping/playing' in favorzecke2-2/+35
of the new value. This deletes the timer and would fix possible shortage on timer resources -A small friend to hook to an internal signal to avoid problems in Opie::Core::ODevice entering the event loop to wait for the sound to be finished. processEvents() can give strange results as some applications do not expect that the eventloop is entered. This could possible deliver a Timer, or an Event from QSocketNotifier which could give all kind of problems of wrong reentrancy. So let us avoid it.
2004-08-25Do not make the files depend on external defines. This confuseszecke2-4/+0
the 'moc' as it doesn't have a preprocessor in Qt2 and Qt3
2004-08-25-Make libqpe work without RoHFeedbackzecke2-4/+4
-Use only a define in library.pro and add source code conditional.
2004-08-25add missing pics for latest opie-readermickeyl11-0/+0
2004-08-25First try of a stable header for Opie Library. It's planned purposezecke1-0/+77
is to enable precompiled header support with Opie. Compiling results are already quite promising.
2004-08-25LGPL-ing fileswimpie2-0/+38
2004-08-25fix #1401 and upgrade ChangeLogmickeyl2-2/+3
2004-08-25- remove bogus mak and pro filesmickeyl73-15190/+4970
- fix build order - fix binary name - add bogus include files
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