Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-03-28 | owait - displays a busy indicator in the middle of the screen, initial version | harlekin | 3 | -2/+149 |
2003-03-28 | downscaling of the pda was pretty sure not intentional | harlekin | 1 | -0/+0 |
2003-03-28 | darker | gruemelmonster | 1 | -0/+0 |
2003-03-28 | enable building libopie2 under menu "experimental" - | mickeyl | 3 | -2/+21 |
don't forget to remove stamp-headers and remake them to automatically add the various $(OPIEDIR)/include/opie2 headers. | ||||
2003-03-28 | skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵ | mickeyl | 127 | -0/+25255 |
and comment... | ||||
2003-03-28 | Bugfix: (bug #0000765) Lines in /etc/passwd & /etc/group starting with a "#" ↵ | umopapisdn | 4 | -17/+28 |
are comments and should not be editable. | ||||
2003-03-28 | Minimum size in weekview should be dependant on the height of the window. | umopapisdn | 1 | -11/+9 |
2003-03-28 | Bugfix: (Bug #000782) Display events with no duration, unless it's an ↵ | umopapisdn | 3 | -3/+3 |
"effective event" ending at 00:00 starting at a previous day. (i.e ending at midnight) | ||||
2003-03-28 | same | kergoth | 1 | -8/+6 |
2003-03-28 | Apply nonroot login patch from nick duffek. | kergoth | 1 | -8/+6 |
2003-03-28 | Ensure StorageInfo picks up /dev/root | kergoth | 1 | -1/+3 |
2003-03-28 | close mediummount on exit .-) | harlekin | 2 | -0/+8 |
2003-03-28 | Add Replaces: opie-rotation to ensure its removed. | kergoth | 1 | -0/+1 |
2003-03-28 | Correct the use of OProcess. | kergoth | 1 | -10/+4 |
2003-03-28 | Link networksettings against libopie, I need OProcess. | kergoth | 1 | -2/+2 |
2003-03-28 | Oops...undoing last update. | drw | 1 | -3/+2 |
2003-03-28 | Fix bug in reading feed's Package file | drw | 1 | -2/+4 |
2003-03-28 | Change wording from 'automatically bring up' to 'bring up on bootup' to try ↵ | kergoth | 1 | -1/+1 |
to make this option more clear.. | ||||
2003-03-27 | Switch from 1) calling /etc/init.d/pcmcia to calling cardctl eject, cardctl ↵ | kergoth | 1 | -13/+14 |
insert.. and 2) OProcess instead of system() | ||||
2003-03-27 | Slower, but more appropriate status parser. Now identifies the state_status ↵ | kergoth | 1 | -2/+10 |
column and compares against installed.. This fixes the bug introduced where it hit 'ok installed' but not 'prefer installed', both of which are valid entries. | ||||
2003-03-27 | using releases from qtopia-free-1.6.0-snapshot-20030324 which fixes the | eilers | 4 | -214/+251 |
following bugs #776 and #490: Now, we could successfully parse vcards from palm 4 + 5 and quoted-printable encoded lines .. ! | ||||
2003-03-27 | Bugfix: If menu-button is pressed, the mainmenu will now open as expected | eilers | 6 | -16/+101 |
To have the same look and feel as the other pim applications, the moveable toolbar is disabled. This behaviour is changeable in the configuration. | ||||
2003-03-27 | One more time :) | kergoth | 1 | -1/+1 |
2003-03-27 | Correct control file help paths so ipk gets built. | kergoth | 1 | -1/+1 |
2003-03-27 | 1) now that setCurrentRotation sets QWS_DISPLAY, dont call setDefaultRotation | kergoth | 1 | -14/+10 |
2) now that we arent calling setDefaultRotation, we can rely on defaultRotation() returning the actual original default rotation (deforient). So in turn, we can simply 'flip back' to the original rotation, rather than trying to calculate what the original rotation would have been. | ||||
2003-03-27 | Behavior change for setCurrentRotation. Now changes rotation for newly | kergoth | 1 | -19/+21 |
started apps as well as those currently running. Differs from setDefaultRotation in that 1) it rotates currently running apps, and 2) does not set deforient or save orientation to qpe.conf. | ||||
2003-03-27 | Add the ability to change from clockwise to counterclockwise rotation behavior. | kergoth | 2 | -0/+33 |
2003-03-27 | Fix bug #780 - correctly identify whether a package is really installed or not | drw | 1 | -1/+1 |
2003-03-27 | Use libqpe's StorageInfo class for storage tab. This 1. reduces executable ↵ | drw | 4 | -172/+95 |
size by ~10% and 2. should now recognize MMC cards on iPaq's (can't verify myself, let me know if it doesn't work). Also added QScrollView on version tab so all info is visible when screen is landscape or input method is visible. | ||||
2003-03-27 | Remove the need for explicit <= 0, >= 360 etc handling by using % 360. | kergoth | 1 | -11/+4 |
2003-03-26 | BUGFIX: as pointed out by robert, dont fsck with QWS_DISPLAY if it was ↵ | kergoth | 1 | -4/+4 |
already set. | ||||
2003-03-26 | delay the initialization of the button information: | sandman | 2 | -24/+70 |
- faster startup for apps that are not accessing the HW buttons - the basic ODevice stuff is useable without a QApplication object | ||||
2003-03-26 | adapted to what was discussed today on irc. Direction of rotation is ↵ | harlekin | 2 | -11/+29 |
settable in appearance in future | ||||
2003-03-26 | Add a second call to defaultRotation, to ensrue deforient matches reality, ↵ | kergoth | 1 | -0/+1 |
if we loaded the rotation from Config or ODevice. | ||||
2003-03-26 | ups | harlekin | 4 | -0/+203 |
2003-03-26 | added stuff for dun connections | harlekin | 8 | -6/+14 |
2003-03-26 | Modified launcher to set rotation via: | kergoth | 1 | -20/+39 |
1) QWS_DISPLAY env var 2) Rot field as saved by setDefaultRotation 3) physical orientation as controlled by ODevice (this is broken currently, due to ODevice requiring a QApplication to be created) | ||||
2003-03-26 | Instead of writing the entire QWS_DISPLAY field in setDefaultRotation, write ↵ | kergoth | 1 | -1/+1 |
out a single numeric rotation value field, which is the degrees to rotate. | ||||
2003-03-26 | Use QObject::tr rather than qApp->translate | kergoth | 1 | -3/+3 |
2003-03-26 | also activate discovery if not allready running - makes beaming with s45 easier | harlekin | 2 | -10/+21 |
2003-03-26 | nicer icon for search | harlekin | 1 | -1/+1 |
2003-03-26 | part implement of new qcop massages | llornkcor | 2 | -0/+50 |
2003-03-26 | fix goofiness with s watch | llornkcor | 1 | -183/+197 |
2003-03-26 | make calculator behave better when display hight is small | harlekin | 1 | -431/+468 |
2003-03-26 | - qcopenvelope inclusion not needed anymore | simon | 1 | -4/+0 |
2003-03-26 | - Kommando zurueck :) | simon | 2 | -10/+3 |
2003-03-26 | - in the systemMessage handler for setCurrentRotation, call | simon | 1 | -3/+5 |
setCurrentRotation only if we're the display server | ||||
2003-03-26 | On older ipaqs the display is rotated to 270 as default so adding 90 does ↵ | groucho | 1 | -0/+8 |
nothing => fixed by rotating the values (270+90=0, 0-90=370) | ||||
2003-03-26 | - oops. thx Harlekin | simon | 1 | -9/+0 |
2003-03-26 | - adding control file | simon | 1 | -0/+9 |