summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-03-24modify postinst scripts to prevent spurious nonzero exit codesjamey19-18/+98
2003-03-24pine icon now in go dirharlekin1-22/+22
2003-03-24moved grass icon to snake dirharlekin1-1/+1
2003-03-24Small anti-crash fix: Sync with QtopiaDesktop caused a big mess. But thiseilers1-1/+6
mess should't crash datebook. Therefore this fix prevents datebook to hang if rweekdays=="0"
2003-03-24*** empty log message ***umopapisdn1-2/+2
2003-03-24Bugfix: Duplicating events introduced a bug making it impossible to add ↵umopapisdn2-13/+13
events Week List view. This fixes it.
2003-03-24Userinterface update. Use same icons in weeklistview as other views for ↵umopapisdn1-0/+206
navigating back/forward.
2003-03-24New feature: (bug/feature request #0000227) In dayview, to icons have been ↵umopapisdn4-0/+283
added to navigate 1 week back and forward.
2003-03-24New feature: In dayview it's now possible to duplicate an event (and ↵umopapisdn4-15/+86
immediatly change some parameters for the duplicate).
2003-03-24Bugfix: (bug #0000722) - Date-Popup in calendar-find dialog only appears ↵umopapisdn1-0/+1
shortly and then closes. This is due to the fact that the date-popup appears on top of the button just pressed, and when the mouseup event fires, it is on the date-popup, so this fix just moves the find dialog to the topleft corner, which makes sure that the date-popup doesn't appear underneath the clicking position.
2003-03-24DetailView: If card is too big to show, use page up/down instead ofeilers3-13/+27
next/previous contact if cursor up/down is used ..
2003-03-24Remove ifdefs based on device as the means by which we decide to run ↵kergoth2-14/+14
calibrate, and instead check if the mouse handler inherits from QCalibratedMouseHandler.
2003-03-23Bugfix: (bug #0000728) Well, not really a bugfix maybe. The bug is that anumopapisdn1-0/+255
all day event doesn't show up other than the first day. This is due to a limitation in qpe. This fix just disables the possibility of making an all day event span more than 1 day in the event entry form.
2003-03-23mimetype icon for ipksharlekin1-0/+0
2003-03-23Use of bat2 bool uninitialized (when on zaurus) resultedkergoth1-1/+1
in display of "Charging both devices" which confused users. @@ -15,7 +15,7 @@ using namespace Opie; BatteryStatus::BatteryStatus( const PowerStatus *p, QWidget *parent ) - : QWidget( parent, 0, WDestructiveClose), ps(p) { + : QWidget( parent, 0, WDestructiveClose), ps(p), bat2(false) { setCaption( tr("Battery status") ); QPushButton *pb = new QPushButton( tr("Close"), this ); pb->move( 70, 250 );
2003-03-23Bugfix: (bug #0000735) New events added in WeekListView are no longer ↵umopapisdn1-1/+6
defaulting to 01-01-1970.
2003-03-23Bugfix: (bug #0000211) Events ending at mat the following day. Fix for ↵umopapisdn1-20/+22
weeklistview.
2003-03-23Bugfix: (bug #0000211) Events ending at mat the following day. Fix for dayview.umopapisdn1-15/+17
2003-03-23Bugfix: (bug #0000211) Events ending at midnight shouldn't be displayed at ↵umopapisdn1-8/+10
the following day. Fix for weekview.
2003-03-23crystal style iconharlekin1-0/+0
2003-03-23remove the aboutboxcniehaus2-6/+0
2003-03-23count right number of max showing eventsharlekin1-1/+1
2003-03-23if multiple days are selected and only later is on still show all events on ↵harlekin1-1/+11
next days ,)
2003-03-23spawn default profile on startupharlekin2-2/+7
2003-03-23add stderr messagebox to oprocessllornkcor2-522/+538
2003-03-23use the common config symbol and save some kbharlekin2-1/+1
2003-03-23a dialog now x does not save ok saves, also some layout changesharlekin6-30/+48
2003-03-23workaround for column size change when reset command is executedllornkcor1-7/+7
2003-03-23hide cardmon applet if no medium is insertedharlekin1-2/+5
2003-03-23after refresh show the same tab again as before ( for example after a medium ↵harlekin2-4/+32
is inserted or linkcChanged(QString) has been called
2003-03-22@@ -772,7 +772,7 @@ int main(int ac, char **av)cniehaus1-1/+1
printf("\n\n" "*** End of Opie configuration.\n" "*** Check the top-level Makefile for additional configuration.\n" - "*** Next, you may run 'makee'.\n\n"); + "*** Next, you may run 'make'.\n\n"); } else printf("\n\nYour Opie configuration changes were NOT saved.\n\n");
2003-03-22arg, surplus desktop fileharlekin1-18/+0
2003-03-22added 1.0.0.0/8 since its a popular rangeharlekin1-3/+12
2003-03-22more crystal iconsharlekin3-8/+4
2003-03-22use icons from inlineharlekin1-5/+5
2003-03-22use the inline versionsharlekin2-0/+0
2003-03-22home icon from inlineharlekin2-3/+3
2003-03-22another little updateharlekin1-4/+4
2003-03-22change logo to ours .-)harlekin1-1/+1
2003-03-22make it execute the right binaryharlekin1-1/+1
2003-03-22adated to new icons, adapted to the right help system and removed quit and aboutharlekin8-189/+21
2003-03-22spreadsheet help in right placeharlekin16-0/+0
2003-03-22Bug fix- Key presess are now routed up to the QPEApplication event queue if ↵groucho1-4/+7
ignore is defined for a certain key
2003-03-22Bugfix:umopapisdn1-20/+15
Certain events were not correctly displayed, namely those with "starting minutes" larger than "ending minutes" (for example an event starting at 07.30 and ending at 18.00) was displayed as ending at 18.30. Also added more informative text for events in the weekview. Events starting and ending on the same day is mentioned with start and end time. Events that span across multiple days is also mentioned with start and end dates.
2003-03-22More informative dayview text:umopapisdn1-14/+9
An event that begins and ends on the same day is only mentioned by start and end time. An event that spans across multiple days, is also mentioned with start and end date.
2003-03-22Bugfix: Groupmembers should be separated by a comma and not by a space.umopapisdn2-5/+23
2003-03-21even better then poping up an error dialog: make a new profileharlekin1-1/+8
2003-03-21added a button for quicklaunch of a default profileharlekin4-13/+36
2003-03-21fixed commandline argument reading, made ubrowser a "document-oriented ↵spiralman4-26/+44
application" (implemented setDocument, etc)
2003-03-21change filesave icon to inlinedllornkcor3-151/+45