Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 |
2003-03-26 | change to UnknownDocument icon | llornkcor | 2 | -3/+9 |
2003-03-26 | change to UnknownDocument icon and scale | llornkcor | 2 | -468/+477 |
2003-03-26 | add static isCf, isSd, and isMmc | llornkcor | 2 | -4/+65 |
2003-03-26 | Provides and replaces libopieobex, i'm renaming to libopieobex1. | kergoth | 1 | -0/+2 |
2003-03-26 | s/openobex/openobex | libopenobex1/ | kergoth | 1 | -1/+1 |
2003-03-25 | Revamped the userinterface of the header for weekview to look more like the ↵ | umopapisdn | 3 | -22/+252 |
other views. | ||||
2003-03-25 | better interaction with the rotate app | harlekin | 2 | -4/+3 |
2003-03-25 | Cool network icon, but since it is not being used I am removing | drw | 1 | -0/+0 |
2003-03-25 | milestone reached ( life rotation and others ) -> 0.9.3 | harlekin | 1 | -1/+1 |
2003-03-25 | Remove unsupported items | kergoth | 1 | -14/+0 |
2003-03-25 | Remove unsupported generated configs. | kergoth | 1 | -1/+1 |
2003-03-25 | inline fixes done | harlekin | 1 | -1668/+1664 |
2003-03-25 | ignore | harlekin | 1 | -0/+1 |
2003-03-25 | here comes the rotate startmenu applet .-) | harlekin | 6 | -1/+207 |
2003-03-25 | - in setCurrentRotation do the qcop call if we're called from within | simon | 1 | -0/+9 |
a client (consistent to setDefaultRotation's behaviour) | ||||
2003-03-25 | - keep an eye on resize events on the desktop widget, which are an | simon | 3 | -8/+28 |
indication for things like life rotation. upon a resize re-layout things (taskbar, tabs and maxwindow rect) |