summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2003-03-24include qwsmouse_qws.hkergoth1-0/+1
2003-03-24Include calibrate.h regardless, as its no longer dependent on device ifdefs, ↵kergoth1-2/+1
and include qwsmouse_qws.h.
2003-03-24modify postinst scripts to prevent spurious nonzero exit codesjamey8-8/+42
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-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-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-23use the common config symbol and save some kbharlekin1-1/+1
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-22added 1.0.0.0/8 since its a popular rangeharlekin1-3/+12
2003-03-22more crystal iconsharlekin3-8/+4
2003-03-22home icon from inlineharlekin2-3/+3
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-21change filesave icon to inlinedllornkcor3-151/+45
2003-03-21fix for bug #647:sandman1-1/+9
Programs are sorted by their internal name and not by the translated name (in the O-Menu)
2003-03-21fix for bug #599:sandman1-3/+13
O-Menu does not detect newly added programs until Opie restart
2003-03-19Fixed bug #744 where non mapped buttons in buttonsettings were not saved by ↵groucho5-16/+43
introducing the " ignore" statement. Also removed unsed debug code
2003-03-19Goodbye QT_QWS_EBX and QT_QWS_SHARP.. hello QT_QWS_SL5XXX!kergoth7-11/+11
2003-03-16fix open .desktop filellornkcor1-71/+78
2003-03-16fix Ctrl-Cllornkcor1-9/+9
2003-03-16Enable translations of startmenu-applets. Problem is, in Qt2, moc generatesmickeyl6-12/+49
the necessary tr() functions which adds the context (aka class name) and then calls translate(). The startmenu applets don't use moc and therefore don't get the appropriate tr() functions.
2003-03-14Simplification.kergoth1-3/+3
2003-03-14Syntax correctionkergoth1-2/+2
2003-03-14Two bugs fixed:kergoth1-3/+13
1) We werent checking for failure on execlp() of shutdown 2) We assumed that /sbin was in the PATH, as otherwise one cannot execute shutdown. This is a flawed assumption, particularly in the case of running Opie as a nonroot user. In the case of OZ 3.1rc3.1, /etc/profile no longer puts the sbin dirs in the PATH (it never should have in the first place), and opie doesnt source $HOME/.profile in its startup script, which resulted in the shutdown app failing to reboot or shutdown. Fixed by using execle rather than execlp, and specifying /sbin and /usr/sbin as the executed path for shutdown.
2003-03-14Unconfuse eilers about naming variables :)zecke2-5/+5
I hate big gray squares in a TextView better include pics/obex/* to the obex2 package...
2003-03-14Do not crash when trying to edit and there is no datazecke2-1/+3
2003-03-14we need thisllornkcor1-0/+9
2003-03-10Setting new path to icon.eilers1-3/+3
2003-03-09Switching to version 0.9.1eilers1-2/+2
2003-03-09Fixed missing table refresh after changing the primary contact ordereilers3-2/+19
2003-03-09new inlined iconharlekin1-106/+209
2003-03-08use icons from inline instead of inlining some icons in the ui fileharlekin2-12/+7
2003-03-08icon changesharlekin2-45/+46
2003-03-08use the opie wide config iconharlekin1-83/+83