summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-03-30convert my beloved "not" to "!" to make ancient compilers happy, but not me...mickeyl2-77/+77
2003-03-30convert dynamic_cast<> to using QObject::inheritsmickeyl2-3/+7
2003-03-30yet more fixes for gcc 2.9x and for our ancient wireless extensions on the ↵mickeyl3-4/+13
Z... *sigh*
2003-03-30one more fix for gcc 2.9xmickeyl1-1/+5
2003-03-30gcc2.9x fixmickeyl1-1/+1
2003-03-30- add file->newmickeyl8-2/+26
2003-03-30- the network work for libopie2 pays off...mickeyl55-3854/+133
- good bye to wellenreiterd, t'was fun but always too unstable and too hard to maintain - good bye to libwellenreiter
2003-03-30- add classes for 802.11 tagged valuesmickeyl8-80/+481
- adjust miniwellenreiter accordingly
2003-03-29Fix for bug #701 - update time and date controls on Main tab after ↵drw1-0/+5
retrieving time from ntpdate.
2003-03-29Move Configure option under the Actions menu, allowing me to remove the ↵drw1-11/+6
top-level menu 'Options' (which only had the Config entry under it).
2003-03-29Better fix for reading feed Packages files.drw1-32/+24
2003-03-29added option to made the banner on top much smaller and also the date should ↵harlekin6-8/+40
adapt to local settings now ( hopefully )
2003-03-29Fix for reading feed's Package file works this time. However, this is ↵drw1-3/+3
temporary until I re-do this part of the code this weekend (don't like the way it works).
2003-03-29forgot to take that header outharlekin1-1/+0
2003-03-28new big busy indicatorharlekin1-0/+0
2003-03-28 now as owait in libopieharlekin5-41/+4
2003-03-28owait - displays a busy indicator in the middle of the screen, initial versionharlekin3-2/+149
2003-03-28downscaling of the pda was pretty sure not intentionalharlekin1-0/+0
2003-03-28darkergruemelmonster1-0/+0
2003-03-28enable building libopie2 under menu "experimental" -mickeyl3-2/+21
don't forget to remove stamp-headers and remake them to automatically add the various $(OPIEDIR)/include/opie2 headers.
2003-03-28skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵mickeyl127-0/+25255
and comment...
2003-03-28Bugfix: (bug #0000765) Lines in /etc/passwd & /etc/group starting with a "#" ↵umopapisdn4-17/+28
are comments and should not be editable.
2003-03-28Minimum size in weekview should be dependant on the height of the window.umopapisdn1-11/+9
2003-03-28Bugfix: (Bug #000782) Display events with no duration, unless it's an ↵umopapisdn3-3/+3
"effective event" ending at 00:00 starting at a previous day. (i.e ending at midnight)
2003-03-28samekergoth1-8/+6
2003-03-28Apply nonroot login patch from nick duffek.kergoth1-8/+6
2003-03-28Ensure StorageInfo picks up /dev/rootkergoth1-1/+3
2003-03-28close mediummount on exit .-)harlekin2-0/+8
2003-03-28Add Replaces: opie-rotation to ensure its removed.kergoth1-0/+1
2003-03-28Correct the use of OProcess.kergoth1-10/+4
2003-03-28Link networksettings against libopie, I need OProcess.kergoth1-2/+2
2003-03-28Oops...undoing last update.drw1-3/+2
2003-03-28Fix bug in reading feed's Package filedrw1-2/+4
2003-03-28Change wording from 'automatically bring up' to 'bring up on bootup' to try ↵kergoth1-1/+1
to make this option more clear..
2003-03-27Switch from 1) calling /etc/init.d/pcmcia to calling cardctl eject, cardctl ↵kergoth1-13/+14
insert.. and 2) OProcess instead of system()
2003-03-27Slower, but more appropriate status parser. Now identifies the state_status ↵kergoth1-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-27using releases from qtopia-free-1.6.0-snapshot-20030324 which fixes theeilers4-214/+251
following bugs #776 and #490: Now, we could successfully parse vcards from palm 4 + 5 and quoted-printable encoded lines .. !
2003-03-27Bugfix: If menu-button is pressed, the mainmenu will now open as expectedeilers6-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-27One more time :)kergoth1-1/+1
2003-03-27Correct control file help paths so ipk gets built.kergoth1-1/+1
2003-03-271) now that setCurrentRotation sets QWS_DISPLAY, dont call setDefaultRotationkergoth1-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 newlykergoth1-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-27Add the ability to change from clockwise to counterclockwise rotation behavior.kergoth2-0/+33
2003-03-27Fix bug #780 - correctly identify whether a package is really installed or notdrw1-1/+1
2003-03-27Use libqpe's StorageInfo class for storage tab. This 1. reduces executable ↵drw4-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-27Remove the need for explicit <= 0, >= 360 etc handling by using % 360.kergoth1-11/+4
2003-03-26BUGFIX: as pointed out by robert, dont fsck with QWS_DISPLAY if it was ↵kergoth1-4/+4
already set.
2003-03-26delay the initialization of the button information:sandman2-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-26adapted to what was discussed today on irc. Direction of rotation is ↵harlekin2-11/+29
settable in appearance in future
2003-03-26Add a second call to defaultRotation, to ensrue deforient matches reality, ↵kergoth1-0/+1
if we loaded the rotation from Config or ODevice.