summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2002-10-17Fix for bug #300: forgot to copy the launcher setMaxWindowRect() codesandman3-1/+45
2002-10-17stupid #ifdefs around Calibrate...zecke2-9/+34
tell moc to ignore them or put them inside the methods :(
2002-10-17Move around some #ifdefs to be able to be built with Qt2/X11zecke6-13/+12
2002-10-17added hold stylus default menullornkcor1-0/+1
2002-10-17- fix for bug #292 (Improper behaviour of frontlight disabling)sandman1-11/+23
- fix for bug #199 (Desktop visible on resume before password dialog appears)
2002-10-16Temporarely added save function..eilers1-3/+16
2002-10-16Fixed reload after sync- bugeilers4-65/+25
2002-10-15A lot of work pending..eilers1-2/+9
2002-10-14autologin feature can now (also) be configured by:sandman1-1/+11
~/Settings/opie-login.conf: [General] AutoLogin=<user> command line options override config file settings !
2002-10-14Some final language fixeseilers3-26/+63
2002-10-14Last patch for language bug. I am not really happy with it, but it should ↵eilers2-38/+53
work now. Please use the current release of libopie with this application. Otherwise the app will fail !
2002-10-14include fix for ipaq/zaurus compilesandman1-0/+1
2002-10-14added copyright headerssandman5-1/+136
2002-10-14- last login name is savedsandman5-233/+398
- wait image should be displayed right now - the qApp object is destroyed before the launcher is started -- this should prevent some semaphore permission problems - added a (very basic) crash handler - added a simple "respawned too fast" detection in case of qt/e fb problems - if opie-login is started with -a <user> or --autologin <user> it doesn't prompt for a username/password - instead it loads qpe directly using the specified user account So even if you are not running multiuser, you should now start qpe with: opie-login --autologin=root
2002-10-13Implement beaming and adding of todos. Use the vCal resource for thatzecke3-7/+48
2002-10-13changed to reflect the qcop interface cleanup of the launchersandman2-2/+2
2002-10-13- added qcop "QPE/System" "setDisplayState(int)" to toggle the LCD on/offsandman1-7/+21
- removed qcop "QPE/Desktop" "home()" -- this is now handled via qcop "QPE/Application/qpe" "raise()" - renamed qcop "QPE/Desktop" "suspend()" to qcop "QPE/System" "suspend()"
2002-10-13First attempt to fix language translation bug. Comboboxes should noweilers2-98/+102
work if translation is broken... Some translations should be reenabled in next fix..
2002-10-13Speed Speed Speed...zecke7-34/+86
main.cpp disabled messagehandler.. TableView: do not update View from setCategory if category was not changed and if not first setCategory Inline editing is working again current is working too Fixed sorting MainWindow: Show Event and Edit event does work again Try to avoid calling sorted or allRecords unneeded... 10.000 todos on SQL does feel fast I need to get it down some more... maybe tweaking libsqlite a bit ( some compiler switches and disable asserts ) Before I implement new features I want to get down to 2-3 seconds loading of Data The UI will instantly pop up and then load the stuff within seconds
2002-10-12first step to make citytime more usableharlekin13-1223/+579
2002-10-11 added more whatsthisharlekin7-9/+21
2002-10-11Path to the .desktop was incorrect, resulted in failure to build a todo list ↵kergoth1-1/+1
ipk.
2002-10-10Drop the output with a custom message handler....zecke1-1/+6
2002-10-10bastard standard login shellllornkcor1-2/+5
2002-10-10execute /bin/bash --login nowllornkcor1-49/+50
2002-10-10tooltip experimentsharlekin3-5/+11
2002-10-10enough memory again mesage is silly and annoying, and takes up memory in low ↵llornkcor1-11/+11
memory situations
2002-10-09split features upllornkcor2-26/+53
2002-10-09What should be done next..eilers1-0/+16
2002-10-08email handling fixedeilers1-3/+3
2002-10-08contacteditor.cppeilers1-1/+2
2002-10-08remove -lopiesqlzecke1-1/+1
2002-10-08Joined development branch: It uses the new PIM APIeilers10-1737/+1612
Some features in "View" added by Darwin Zins, but they are not finished..
2002-10-08- added an "All Tabs" tab entry, which will affect all tabssandman5-16/+73
- enabled "What's this" help mode -- many tooltips still missing
2002-10-07Fix bug with category ids in sortedzecke1-2/+2
2002-10-07We're now using a home made painting of cellszecke5-160/+126
This will theoretically speed up things Currently it's noticeable slower on SQL Cause we do up to 80 queries for 10 different items. As you see a cache could be the answer to these problems. The reason for custom drawing is speed and memory consumption. Take the unlikely case of 10.000 items We would have 40.000 QTableItem but would only show 40 of them at a time. The rest seems to be wasted
2002-10-07Switch to sorted stuff for TableView as defaultzecke2-2/+6
Stefan it's safe
2002-10-07TodoView is a mess because I tried hard to makezecke8-38/+78
it work with templates... I've to clean this up Then I made the way free to use sorted my next step is to make the paint hack work
2002-10-07Fix not showing completed taskszecke1-1/+2
2002-10-07Re add fileszecke33-0/+3718
for todo
2002-10-07Initial revisionzecke2-0/+28
2002-10-07make place for the new todozecke14-2838/+0
2002-10-06- reversed the sort order of menu applet positionssandman2-3/+3
- added logout applet to the base opie-taskbar ipk
2002-10-06- added a new logout menu-appletsandman5-5/+192
- fixed the positions of all menu applets - changed the icons for logout/suspend
2002-10-06- password line-edit now gets focus on user changesandman2-0/+25
- the "OPIE - please wait" logo is displayed while the launcher is loading
2002-10-06- support "Rotation" setting in .desktop applnk filesandman1-7/+6
- changed properties dialog to make Rotation editable - fixed a long-standing QPE bug: launcher expects AppLnk::file() to return QString::null for *all real* applnks (as opposed to doclnks) -- but AppLnk itself initializes this field to the name of the dir, where the applnk is stored. This is why qcop "QPE/System" "linkChanged(QString)" xyz.desktop cleared a whole launcher tab I hope I didn't break anything with this change ;)
2002-10-05buttons resizable and clickable againharlekin10-17/+49
2002-10-05The control file lacked a \n at the end - this screwed the control filesandman1-1/+1
2002-10-04Next tryzecke1-0/+3
include <qglobal.h> to get _OS_LINUX from tt
2002-10-04Weird for some of youzecke1-7/+7
_OS_LINUX_ does not get defined so now it's a if !define(_OS_LINUX) but this means you need to libuuid again I don't know how to fix that right. I should ask tt