Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-04-22 | Add Package: field to control files. This will facilitate ditching mkipks ↵ | kergoth | 1 | -0/+1 |
in favor of something with some sanity. | ||||
2003-04-22 | libqte2 is not the package name fo dependencies should be also fixed | groucho | 1 | -1/+1 |
2003-04-22 | Fixing incompatibility to Qtopia 1.6 (especially syncing with QTDesktop 1.6): | eilers | 5 | -11/+121 |
They using a special format for storing birthdays/anniversaries. This patch does not convert all entries, just new/modificated contacts will be stored in this new format ! Addressbook is able to work with both formats (new and old) Complete conversion will be done by the new kitchensync release, provided soon... | ||||
2003-04-21 | Final fix for the suspend bug | kergoth | 1 | -14/+6 |
2003-04-20 | Typo | kergoth | 1 | -1/+1 |
2003-04-20 | Revamp the zaurus model detection to actually work on the C700. | kergoth | 1 | -18/+23 |
2003-04-20 | opie-lupdate | zecke | 1 | -0/+1 |
2003-04-20 | adding dutch to the .pro-files | cniehaus | 3 | -0/+3 |
2003-04-19 | Add SL-C700 button handling, so we can handle the keycode for the physical ↵ | kergoth | 1 | -3/+42 |
screen rotation. | ||||
2003-04-19 | Add note about c700 physical screen orientation handling. | kergoth | 1 | -3/+15 |
2003-04-18 | Add rotation direction to ODevice, to ensure the default is appropriate for ↵ | kergoth | 2 | -0/+17 |
the hardware in question. | ||||
2003-04-16 | Attempt to workaround oliver's reported suspend issue. Check for a qws ↵ | kergoth | 1 | -2/+9 |
server at runtime rather than init time, and set the keyboard filter in initButtons rather than init. | ||||
2003-04-16 | API docu fixes... | zecke | 18 | -45/+93 |
if using \fn infront of a function make sure to name the right function ljp please see my comment in oticker about constness | ||||
2003-04-15 | fixed for bug 855, changed currentChanged(...) to clicked(...). also changed ↵ | llornkcor | 1 | -105/+112 |
UnknownDocument-14 to scaled UnknownDocument | ||||
2003-04-13 | OTabWidget::getCurrentTab() is now OTabWidget::currentTab() | drw | 2 | -14/+13 |
2003-04-13 | More API doc | zecke | 13 | -123/+315 |
QString -> const QString& QString = 0l -> QString::null | ||||
2003-04-13 | Jumbo API documentation update | zecke | 31 | -174/+832 |
and some API fixed ColorDialog is now OColorDialog!!! keep the namespace tidy! ColorPopupMenu is now OColorPopupMenu!!! keep the namespace tidy ColorDialog TT couldn't break bc we can so make it const QColor& OTimePicker add some convience methods more I might have forgot | ||||
2003-04-13 | OEvent/OTodo compare by address and not by value.. | zecke | 3 | -2/+3 |
ODatebookAccess: clear does change it too | ||||
2003-04-13 | <tadaa>Change tab icon size to 14x14</tadaa>. Now most of our new icons | mickeyl | 1 | -1/+1 |
are no longer looking fuzzy because of scaling them up from 14x14 to 16x16 | ||||
2003-04-10 | openembedded/ipaq name | harlekin | 1 | -108/+124 |
2003-04-10 | away from a fixed size for the animation | harlekin | 2 | -3/+5 |
2003-04-05 | get the animation right and allways show the busy indicator in the middle of ↵ | harlekin | 1 | -2/+5 |
the screen ( in all rotations -) ) | ||||
2003-04-01 | Open zaurus buzzer device as write only, and close it. | kergoth | 1 | -2/+4 |
2003-04-01 | Set appropriate default rotation for SL-A300. | kergoth | 1 | -1/+3 |
2003-03-30 | bigger animation to be more distinguish compared to desktop icons, also new ↵ | harlekin | 1 | -3/+3 |
animation | ||||
2003-03-28 | owait - displays a busy indicator in the middle of the screen, initial version | harlekin | 3 | -2/+149 |
2003-03-26 | delay the initialization of the button information: | sandman | 2 | -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-26 | Use QObject::tr rather than qApp->translate | kergoth | 1 | -3/+3 |
2003-03-21 | added doxygen comment docs | llornkcor | 1 | -10/+85 |
2003-03-21 | g++ compliance fix: default arguments belong into the declaration, but not ↵ | mickeyl | 1 | -1/+4 |
the definition | ||||
2003-03-21 | Fixing small bug: If we search a birthday from today to today, it returned | eilers | 1 | -1/+5 |
every contact .. | ||||
2003-03-21 | Merged speed optimized xml backend for contacts to main. | eilers | 15 | -718/+174 |
Added QDateTime to querybyexample. For instance, it is now possible to get all Birthdays/Anniversaries between two dates. This should be used to show all birthdays in the datebook.. This change is sourcecode backward compatible but you have to upgrade the binaries for today-addressbook. | ||||
2003-03-19 | Fixed bug #744 where non mapped buttons in buttonsettings were not saved by ↵ | groucho | 2 | -6/+12 |
introducing the " ignore" statement. Also removed unsed debug code | ||||
2003-02-23 | make mickeyl happy | zecke | 1 | -3/+2 |
thanks for spotting it | ||||
2003-02-22 | Fix saving | zecke | 3 | -3/+10 |
remove the transport medium from the opimmainwindow | ||||
2003-02-22 | fixx off by one in reading | zecke | 3 | -23/+57 |
2003-02-22 | Remove some testing code | zecke | 1 | -3/+1 |
2003-02-22 | Implement saving of events | zecke | 6 | -19/+319 |
Implement the ExceptionList Add Children and parent to OEvent Make ORecur honor exceptions Extend the test app to add and save | ||||
2003-02-22 | Finally and hopefully, dependencies are correct. Comments ? | groucho | 1 | -1/+1 |
Fixed missing include in euroconv.pro | ||||
2003-02-21 | Add XML datebookresource | zecke | 10 | -19/+512 |
-clean up todoaccessxml header -implement some more stuff in the oeven tester -extend DefaultFactory to not crash and to use datebook -reading of OEvents is working nicely.. saving will be added tomorrow -fix spelling in ODateBookAcces | ||||
2003-02-21 | -Fix hasRecurrence() | zecke | 7 | -32/+292 |
-Add the Access(Backend) of DateBook | ||||
2003-02-21 | -Remove old Todo classes they're deprecated and today I already using the | zecke | 21 | -1084/+921 |
new API -Guard against self assignment in OTodo -Add test apps for OPIM -Opiefied Event classes -Added TimeZone handling and pinning of TimeZones to OEvent -Adjust ORecur and the widget to better timezone behaviour | ||||
2003-02-19 | Fix a bug that prevented ldconfig execution in postinst | kergoth | 1 | -1/+1 |
2003-02-18 | Fixing categoryNames in opimrecord which was just checking for Todo List | eilers | 4 | -6/+6 |
Now we get the categories in addressbook, too ! | ||||
2003-02-17 | Cardview improved .. | eilers | 1 | -5/+6 |
2003-02-16 | 0000276 Fix for that bug.. or better temp workaround | zecke | 2 | -35/+54 |
A Preferred Number is HOME|VOICE A CellPhone is HOME|VOICE|CELL the type & HOME|VOICE test triggers both and the cell phone number overrides the other entries.. as a temp I check that it's not equal to HOME|VOICE|CELL before setting the number The right and final fix would be to reorder the if statement to make it if else based and the less common thing put to the bottom OTodoAccessVcal fix the date for beaming | ||||
2003-02-16 | Added changeTab() to OTabWidget to dynamically change tab name and/or icon ↵ | drw | 3 | -6/+68 |
(stumbled upon request for this in TinyKate todo) | ||||
2003-02-16 | attempt to fix bug. please test | llornkcor | 1 | -5/+20 |
2003-02-15 | clear before reloading | zecke | 1 | -0/+1 |
2003-02-10 | added a virtual refresh to the interface, in future each plugin decides how ↵ | harlekin | 1 | -0/+6 |
much happens during refresh call |