summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-08-30Speed optimization fix:eilers6-66/+105
Startup and usability improved if a lot of contacts are stored. Left speed bootleneck is the xml file..
2003-08-30Removed some unimportant debug output which causes slow down..eilers4-8/+14
2003-08-30 do not rely on scrollbars beeing rightzecke1-3/+4
2003-08-29Patch provided by mithrozecke2-0/+48
I've included 2 patches need to make opie support on the fly screen resolution changing. This is done with the following, qcop "QPE/System" "setCurrentMode(int,int,int)" 480 640 16 This is good for running applications in compatibility mode on the C700. As you can see there isn't much to these patches.
2003-08-29Fixes for base64 decoding and encoding of vCardzecke4-39/+32
2003-08-29Usability for our left handed users ( me! )zecke1-0/+169
2003-08-29-IF the app is visible and has more than once topLevel widgetzecke2-43/+110
iterate over the list and activate the next one. -Install translation in .qm -Add an else again ( was lost in a merge )
2003-08-28add TODO, remove MOC and OBJECTS dir as they are set in include.promickeyl3-4/+5
2003-08-28Welcome new Launcherzecke1-1/+1
2003-08-28Add licensezecke16-3206/+20
remove old unneeded files
2003-08-28prepare busy cursor configzecke1-96/+81
2003-08-28make it compilezecke1-1/+1
2003-08-28Use owaitzecke2-21/+20
Harlekin you're not destroying owait...
2003-08-28Use old Opie changeszecke1-1081/+1072
2003-08-28-Implement new QCOP method for toggling the start menuzecke1-109/+168
-almost kill resizeEvent ( todo )
2003-08-28Plugin loading changeszecke2-47/+35
2003-08-28Use real appletszecke2-248/+172
2003-08-28Use /proc/fstabzecke1-5/+15
2003-08-28Use Opies versionzecke1-9/+9
2003-08-28rotation and docking fixeszecke1-10/+12
2003-08-28Rework to use ODevice for various partszecke2-227/+472
addition of QCOP messages New Keyfilter ( ODeviceButton ) keyFilter Fix togglePower suspend fixes
2003-08-28fix pahs and variableszecke1-60/+62
2003-08-28Opiefy and include Opie changeszecke2-41/+117
2003-08-28Compile fixeszecke3-375/+228
2003-08-28Include fixes for Opiezecke1-5/+26
2003-08-28QTOPIA_EXPORT is not in our qcom.h and won't be there anytime soon..zecke1-4/+4
2003-08-28-kill casiopai supportzecke1-72/+234
-Opie Rotation -Opie init -proper killing to clean up
2003-08-28-Make it compilezecke3-1443/+929
-apply Opie patches -prepare BusyIndicator changes -add QCOP method for showing the desktop and going to the next tab
2003-08-28Make it compile with opie ( use QLibrary )zecke2-11/+53
2003-08-28Use QLibrary directly ( make it compile with Opie )zecke2-152/+431
Save the last used InputMethod
2003-08-28Make it compile with opiezecke1-1/+1
2003-08-28Make it compile with Opiezecke1-7/+8
2003-08-28Make conpile with Opiezecke1-30/+39
If QuickApps exec fails don't try to start it anytime soon If application fails to start and /tmp/qcop-msg- is present don't try to restart
2003-08-28Remove source files that re no longer generatedzecke1-5/+0
2003-08-27-Convert to quick launch as an examplezecke3-28/+15
-Fix a bug. If flush() is called m_syncing = true and on reload m_syncing = false
2003-08-27Fix pathzecke2-2/+2
it's application not applications
2003-08-27add a channel examplemickeyl1-0/+8
2003-08-27Opiefy itzecke6-350/+81
2003-08-27Initial revisionzecke5-0/+606
2003-08-27If you add quick-app to the CONFIG optionszecke3-1/+32
it'll use the global quick app setting to either be a lib or normal executable
2003-08-27Did I say I love C++ templates.zecke2-0/+294
MetaProgramming is fun Here is my template based on Lokis and Simons work to quicklaunch applications
2003-08-26fixlet for compilage with older versionsmickeyl1-0/+2
2003-08-25add is nullzecke3-1/+8
and comment about constness
2003-08-25add a qtopia method we need for the new launcherzecke2-0/+11
2003-08-25Initial revisionzecke25-0/+7623
2003-08-25-instead of defining for an board we define now what thiszecke9-129/+183
boards need QPE_NEED_CALIBRATE -launcher is the only one executin application -allow processing of QCOPfiles after start ( qpeapplication ) -qcopenvelope no longer calls Global::execute
2003-08-25remoce this stupid bug once again...tille3-23/+8
2003-08-25libopie2 compiles for qt3/x11 nowtille13-14/+105
run: qmake "platform=x11" libopie2.pro
2003-08-23working now. Almost 1500 lines diffcniehaus2-150/+403
2003-08-23Forward port of the label fixzecke1-5/+8