Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-04-13 | make it compile | zecke | 1 | -2/+2 |
2003-04-12 | hide about gizmo | llornkcor | 1 | -2/+2 |
2003-04-12 | New feature: | umopapisdn | 5 | -594/+741 |
Added a configurable option to make the weeklist view display either no times at all, only start times, or both start and end time. Also moved the configuration of default view from the menu into the preference dialog. | ||||
2003-04-12 | Bugfix: Datebook shouldn't crash if we modify prefences when dayview isn't ↵ | umopapisdn | 1 | -92/+97 |
initialized. :) | ||||
2003-04-12 | Bugfix: (bug #0000811) Events are now always atleast 12 pixels high in dayview. | umopapisdn | 1 | -44/+44 |
2003-04-12 | Bugfix: (bug #0000833) Duplicating an event should also duplicate the category. | umopapisdn | 1 | -79/+58 |
2003-04-11 | use default font | harlekin | 1 | -3/+3 |
2003-04-11 | adapt better to variable screen sizes | harlekin | 2 | -12/+33 |
2003-04-10 | have icons on the right side | harlekin | 1 | -4/+8 |
2003-04-10 | Per request of familiar folks, make opiealarm conflict with atd rather than ↵ | kergoth | 1 | -4/+1 |
provides + replaces | ||||
2003-04-10 | fixes for bigger fonts | harlekin | 1 | -5/+3 |
2003-04-09 | show allways maximized after startup | harlekin | 1 | -2/+3 |
2003-04-08 | add ogg to mimetype here | llornkcor | 1 | -1/+1 |
2003-04-08 | vorbis lib and plugin for opieplayer1 | llornkcor | 45 | -0/+11932 |
2003-04-07 | show owait and a message in taskbar while scanning for documents | harlekin | 1 | -6/+29 |
2003-04-06 | status has an icon again .-), closes #806 | harlekin | 1 | -1/+1 |
2003-04-04 | Minor bugfix as reported by a user, werent returning an int from main. | kergoth | 1 | -1/+1 |
2003-04-03 | set max days ahead to 21, closes #815 | harlekin | 1 | -1/+1 |
2003-04-02 | Fix bug #791 (Misbehaviour of contacteditor: The main tab is active for ↵ | eilers | 5 | -9/+38 |
every new entry) Export to VCard added. Edit:Save removed (Was just for testing purposes) | ||||
2003-03-31 | rotate applet between desktop and suspend and not suspend and logout | harlekin | 1 | -1/+1 |
2003-03-31 | Corrected Maintainer | groucho | 1 | -3/+3 |
Fixed dependencies | ||||
2003-03-31 | Corrected error in version string (0.6,2 should be 0.6.2) | groucho | 1 | -1/+1 |
2003-03-30 | layout fix, closes bug #761 | harlekin | 2 | -5/+6 |
2003-03-30 | layout changes | harlekin | 2 | -2/+4 |
2003-03-30 | changed header (gui) to layouts | harlekin | 4 | -23/+22 |
2003-03-30 | enable translation of rotateapplet. carsten: will you add the rest of the ↵ | mickeyl | 1 | -0/+17 |
.ts files? | ||||
2003-03-29 | added option to made the banner on top much smaller and also the date should ↵ | harlekin | 6 | -8/+40 |
adapt to local settings now ( hopefully ) | ||||
2003-03-29 | forgot to take that header out | harlekin | 1 | -1/+0 |
2003-03-28 | now as owait in libopie | harlekin | 5 | -41/+4 |
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 | Add Replaces: opie-rotation to ensure its removed. | kergoth | 1 | -0/+1 |
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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | ignore | harlekin | 1 | -0/+1 |