Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-08-25 | Respect the value passed to the method | zecke | 1 | -1/+3 |
2004-08-25 | -Have a common implementation for reading the config value | zecke | 7 | -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 favor | zecke | 2 | -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-25 | Do not make the files depend on external defines. This confuses | zecke | 2 | -4/+0 |
the 'moc' as it doesn't have a preprocessor in Qt2 and Qt3 | ||||
2004-08-25 | -Make libqpe work without RoHFeedback | zecke | 2 | -4/+4 |
-Use only a define in library.pro and add source code conditional. | ||||
2004-08-25 | add missing pics for latest opie-reader | mickeyl | 11 | -0/+0 |
2004-08-25 | First try of a stable header for Opie Library. It's planned purpose | zecke | 1 | -0/+77 |
is to enable precompiled header support with Opie. Compiling results are already quite promising. | ||||
2004-08-25 | LGPL-ing files | wimpie | 2 | -0/+38 |
2004-08-25 | fix #1401 and upgrade ChangeLog | mickeyl | 2 | -2/+3 |
2004-08-25 | - remove bogus mak and pro files | mickeyl | 73 | -15190/+4970 |
- fix build order - fix binary name - add bogus include files | ||||
2004-08-25 | add configuration entry for right-on-hold feedback | mickeyl | 1 | -0/+4 |
i like that - nice work, guys. | ||||
2004-08-25 | Added rule to autodefine OPIE_WITHROHFEEDBACK from menuconfig | wimpie | 1 | -0/+3 |
2004-08-25 | Final changes for RoH Feedback | wimpie | 6 | -44/+57 |
- changed *.pro file to compile in backend - some more fixes to rohfeedback and qpeapplication | ||||
2004-08-25 | Pics and masks for the 'star' theme for the RightOnHold (RoH) feedback | wimpie | 10 | -0/+0 |
show | ||||
2004-08-24 | go away | mickeyl | 1 | -7/+0 |
2004-08-24 | - tweak version preparing the next release | mickeyl | 2 | -5/+6 |
- add eilers - show fullscreen on small screens | ||||
2004-08-24 | updated source to opie-reader 0.7g | pohly | 197 | -8712/+30327 |
2004-08-24 | Allow to completely turn off/on Right on Hold Visual Feedback | zecke | 1 | -5/+12 |
mickey thanks for spotting the linking failures :} | ||||
2004-08-24 | Add RightOn Hold Visual Feedback and integrate it | zecke | 3 | -3/+216 |
into QPEApplication Icons and Config Option will be comitted by WIMPIE | ||||
2004-08-24 | Minor adjustment to the patch: | zecke | 2 | -1/+3 |
-insertLine already adds a \n -add a slotTabChanged slot in wellenreiterbase | ||||
2004-08-24 | apply megapatch courtesy Holger 'Zecke' Freyther: | mickeyl | 14 | -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-23 | Do not hardcode /opt/QtPalmtop but use QPEApplication::qpeDir | zecke | 1 | -1/+4 |
2004-08-23 | Fix warnings raised by the compiler | zecke | 2 | -17/+18 |
2004-08-22 | the usual... | zecke | 1 | -0/+5 |
2004-08-22 | Buffer painting which is hopefully flicker free and it works | zecke | 2 | -51/+64 |
with Phase and Liquid Styles | ||||
2004-08-22 | Revert last try to remove flicker for all styles but have | zecke | 2 | -54/+59 |
problems with liquid | ||||
2004-08-22 | Reload InputMethods when LauncherSettings changed InputMethod Options | zecke | 6 | -19/+58 |
2004-08-21 | - BugFix: #1383 - Language settings doesn't warn about losing open apps ↵ | ar | 1 | -2/+15 |
(Thanks to Markus Litz for the patch) | ||||
2004-08-20 | back out unintentional change. Use an unknown ODevice instead | zecke | 1 | -1/+1 |
of Internal::Zaurus | ||||
2004-08-20 | - remove unnecessary tab. | ar | 1 | -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-20 | First Draft of Opie PIM Paper | zecke | 9 | -0/+2264 |
Giving an Overview and Reference for the used Attributes of the Backends | ||||
2004-08-20 | - add libpcap dir to lib- and include directory | ar | 4 | -5/+30 |
2004-08-20 | - add libpcap dependency in comment | ar | 1 | -1/+1 |
2004-08-20 | Applied patch from Cwiiis to fix linking of apps to root when installed ↵ | drw | 2 | -3/+91 |
elsewhere | ||||
2004-08-20 | -correct translation | ar | 1 | -1/+1 |
2004-08-19 | Network_NN.cpp : had to generate full path to networksettings since | wimpie | 5 | -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-19 | Ignore OPim and O as prefixes | zecke | 1 | -9/+16 |
2004-08-19 | prepend /usr/bin/env to the interpreter path to make it work | mickeyl | 1 | -1/+1 |
2004-08-19 | s/_/-/ | mickeyl | 1 | -1/+1 |
2004-08-19 | revert last change | mickeyl | 1 | -1/+1 |
2004-08-19 | fix typo | mickeyl | 2 | -2/+2 |
2004-08-19 | - improve benchmark reliabilty, especially for SD and CF cards | mickeyl | 4 | -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-19 | fix #1225 | mickeyl | 2 | -1/+2 |
2004-08-18 | -Remove #ifdef for NOQUICKLAUNCH as OPIE_EXPORT_APP works for | zecke | 4 | -51/+31 |
both cases already. -Use QPEApplication::setStylusOperation for RightOnHold feature instead of custom code | ||||
2004-08-18 | opiealarm fixes | chicken | 1 | -0/+2 |
2004-08-18 | shrink greeting text. patch courtesy Matthias Hentges | mickeyl | 1 | -2/+2 |
2004-08-17 | tosa is 0:0 | llornkcor | 1 | -1/+1 |
2004-08-17 | add sl-6000 | llornkcor | 2 | -0/+5 |
2004-08-16 | Modified config.in so that the compile sequence is now correct | wimpie | 15 | -34/+40 |
(hopefully) Also applied the Networksettings patch to the wextensions.cpp file | ||||
2004-08-16 | add a result for c750 | mickeyl | 1 | -1/+1 |