Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-03-24 | DetailView: If card is too big to show, use page up/down instead of | eilers | 3 | -13/+27 |
next/previous contact if cursor up/down is used .. | ||||
2003-03-24 | Remove ifdefs based on device as the means by which we decide to run ↵ | kergoth | 2 | -14/+14 |
calibrate, and instead check if the mouse handler inherits from QCalibratedMouseHandler. | ||||
2003-03-23 | Bugfix: (bug #0000728) Well, not really a bugfix maybe. The bug is that an | umopapisdn | 1 | -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-23 | Use of bat2 bool uninitialized (when on zaurus) resulted | kergoth | 1 | -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-23 | Bugfix: (bug #0000735) New events added in WeekListView are no longer ↵ | umopapisdn | 1 | -1/+6 |
defaulting to 01-01-1970. | ||||
2003-03-23 | Bugfix: (bug #0000211) Events ending at mat the following day. Fix for ↵ | umopapisdn | 1 | -20/+22 |
weeklistview. | ||||
2003-03-23 | Bugfix: (bug #0000211) Events ending at mat the following day. Fix for dayview. | umopapisdn | 1 | -15/+17 |
2003-03-23 | Bugfix: (bug #0000211) Events ending at midnight shouldn't be displayed at ↵ | umopapisdn | 1 | -8/+10 |
the following day. Fix for weekview. | ||||
2003-03-23 | count right number of max showing events | harlekin | 1 | -1/+1 |
2003-03-23 | if multiple days are selected and only later is on still show all events on ↵ | harlekin | 1 | -1/+11 |
next days ,) | ||||
2003-03-23 | use the common config symbol and save some kb | harlekin | 1 | -1/+1 |
2003-03-23 | workaround for column size change when reset command is executed | llornkcor | 1 | -7/+7 |
2003-03-23 | hide cardmon applet if no medium is inserted | harlekin | 1 | -2/+5 |
2003-03-23 | after refresh show the same tab again as before ( for example after a medium ↵ | harlekin | 2 | -4/+32 |
is inserted or linkcChanged(QString) has been called | ||||
2003-03-22 | added 1.0.0.0/8 since its a popular range | harlekin | 1 | -3/+12 |
2003-03-22 | more crystal icons | harlekin | 3 | -8/+4 |
2003-03-22 | home icon from inline | harlekin | 2 | -3/+3 |
2003-03-22 | Bug fix- Key presess are now routed up to the QPEApplication event queue if ↵ | groucho | 1 | -4/+7 |
ignore is defined for a certain key | ||||
2003-03-22 | Bugfix: | umopapisdn | 1 | -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-22 | More informative dayview text: | umopapisdn | 1 | -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-21 | change filesave icon to inlined | llornkcor | 3 | -151/+45 |
2003-03-21 | fix for bug #647: | sandman | 1 | -1/+9 |
Programs are sorted by their internal name and not by the translated name (in the O-Menu) | ||||
2003-03-21 | fix for bug #599: | sandman | 1 | -3/+13 |
O-Menu does not detect newly added programs until Opie restart | ||||
2003-03-19 | Fixed bug #744 where non mapped buttons in buttonsettings were not saved by ↵ | groucho | 5 | -16/+43 |
introducing the " ignore" statement. Also removed unsed debug code | ||||
2003-03-19 | Goodbye QT_QWS_EBX and QT_QWS_SHARP.. hello QT_QWS_SL5XXX! | kergoth | 7 | -11/+11 |
2003-03-16 | fix open .desktop file | llornkcor | 1 | -71/+78 |
2003-03-16 | fix Ctrl-C | llornkcor | 1 | -9/+9 |
2003-03-16 | Enable translations of startmenu-applets. Problem is, in Qt2, moc generates | mickeyl | 6 | -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-14 | Simplification. | kergoth | 1 | -3/+3 |
2003-03-14 | Syntax correction | kergoth | 1 | -2/+2 |
2003-03-14 | Two bugs fixed: | kergoth | 1 | -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-14 | Unconfuse eilers about naming variables :) | zecke | 2 | -5/+5 |
I hate big gray squares in a TextView better include pics/obex/* to the obex2 package... | ||||
2003-03-14 | Do not crash when trying to edit and there is no data | zecke | 2 | -1/+3 |
2003-03-14 | we need this | llornkcor | 1 | -0/+9 |
2003-03-10 | Setting new path to icon. | eilers | 1 | -3/+3 |
2003-03-09 | Switching to version 0.9.1 | eilers | 1 | -2/+2 |
2003-03-09 | Fixed missing table refresh after changing the primary contact order | eilers | 3 | -2/+19 |
2003-03-09 | new inlined icon | harlekin | 1 | -106/+209 |
2003-03-08 | use icons from inline instead of inlining some icons in the ui file | harlekin | 2 | -12/+7 |
2003-03-08 | icon changes | harlekin | 2 | -45/+46 |
2003-03-08 | use the opie wide config icon | harlekin | 1 | -83/+83 |
2003-03-08 | use go from inline as startmenu icon | harlekin | 1 | -24/+24 |
2003-03-08 | update to new paths | harlekin | 2 | -4/+4 |
2003-03-07 | Removed unused files and starting with WhatsThis.. | eilers | 6 | -356/+92 |
2003-03-06 | New table appearance by Dan Williams ! It looks like todolist, now ! Thanks | eilers | 2 | -2/+35 |
a lot ! | ||||
2003-03-05 | Allow builds of a standalone calibrate app, which I use for testing purposes. | kergoth | 3 | -7/+55 |
2003-03-05 | Fixed bug, again .. | eilers | 1 | -9/+10 |
Default-Email Chooser wasn't removed in some rare cases .. | ||||
2003-03-05 | Bugfix: Fullname Dialogbox had problems with lastnames out of multiple words | eilers | 2 | -41/+29 |
2003-03-04 | Fixing suffix handling | eilers | 2 | -5/+11 |
2003-03-04 | Some finetuning to behave like the previous release if just one first and | eilers | 1 | -3/+6 |
lastname is used.. |