summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-01-14Add setting to show date/time settings on every restart (useful on devices ↵paule2-3/+16
where the date/time slips or is reset when the device is reset)
2007-01-13Actually read the doctab enable/disable setting.paule1-0/+7
Partially fixes bug #1618.
2007-01-13Implement default sort functions for contact last name and ↵paule2-0/+38
birthday/anniversary. The latter is required for sorting birthdays/anniversaries correctly on the today screen. Fixes bug #1760.
2007-01-13* Increase font size (fixes bug #1597)paule3-16/+494
* Improve usability of snooze function (fixes bug #1598) * Fix stretched icon (fixes bug #1616)
2007-01-13Prompt user to save on closing a modified file; prompt user on Save As if ↵paule2-25/+116
specified file already exists; change tab to show filename when saving a new file
2007-01-13Improve layout of Highlight Modes tab so that it fits on QVGA screens, ↵paule1-29/+25
allowing the OK/Cancel buttons on the dialog to be shown. Fixes bug #1373.
2007-01-13Clear document modified flag on savepaule1-1/+6
2007-01-13Delete configuration dialog object on closingpaule1-1/+2
2007-01-13Add Edit menu with find, replace & go to line functions. Uses dialogs/code ↵paule2-8/+23
already provided by libkate. Fixes bug #1231.
2007-01-13Set sensible minimum width for Goto Line dialogpaule1-0/+3
2007-01-13Call qApp->processEvents() before deleting dialog objects to avoid crashes ↵paule1-0/+3
(Qt bug?)
2007-01-12Various comment changes to make them grammatically correct. Also changed theerik2-7/+13
behavior of the remove button. Only when a custom keymap is selected is the remove button ever shown. Added 'keymap...' to the add button to make it more clear that one is add a keymap and that a dialog to add it will come next. This should follow the Opie UI convention.
2007-01-12new volume iconserik2-0/+0
2007-01-12Reduce ntp pool servers to the 6 regional servers.erik1-17/+7
2007-01-12This commit switches from using hardcoded ntp servers to using a pool ntperik3-16/+16
server.
2007-01-11I missed a bad override signature. This fixes that. There should be noerik2-2/+2
class inheritance function mismatches at this point.
2007-01-10opie-mediaplayer2: search for audio/x-ogg too - patch from OPIE #1530hrw1-1/+1
2007-01-10All of the files included have instances where an array is new'ed buterik9-14/+14
the corresponding delete does not have the corresponding [] argument.
2007-01-10BUG: The case statement was using err to figure out what to say abouterik1-1/+1
why sendfile didn't work. Since err is only the return value of sendfile this meant that it never reported the right thing because it can only be -1 at this point. What the author probably wanted to do was look at errno since that is what the man page says will have the real error info. FIX: Switch the case statement to use errno.
2007-01-10All of the files in this commit have an inheritance member functionerik8-14/+14
mismatch correction. None are serious, but all would have been improperly mislinked in the inheritance hierarchy if attempted to be used.
2007-01-10BUG: If the global category is checked in the category dialog theerik1-3/+6
'New Category' entry is still in local application scope. This means that the 'New Category' entry is in the wrong scope and all hell breaks loose. Actually the user will probably get confused that the category they are wanting to change is not in the right scope. FIX: Check to see that the global checkbox is checked before trying to add the new category. NOTE: This patch was originally submitted by Paul Eggleton (Blue Lightning). Thanks for the fix!
2007-01-10BUG: The todo program was printing bad XML output of recurring itemserik1-17/+17
because the code lacked a space between two entities. FIX: Add a space. NOTE: The code was additionally reworked to make the spaces more noticable to the author of the patch. Thanks goes to Paul Eggleton who provided the patch! This fixes Opie bug 1753: http://opie-bugs.oszine.de/view.php?id=1753
2007-01-08patch from paulllornkcor2-51/+67
2007-01-03Fix for bug#0001547 provided by Paul Eggleton <bluelightning@bluelightning.org>korovkin1-21/+29
If there are no templates, just create the blank task.
2006-12-30Fix for bug# 0001553 Submited by Paul Eggletonkorovkin3-27/+506
avancedfm uses FileInfoDialog and QFileInfo to display the selected file information.
2006-12-13changed suspend button mapping for mypal too same as for ipaqsaquadran1-3/+3
2006-12-13Committed patch provided by Paul Solkolovsky which combines allkorovkin2-51/+43
the 2.6 based PDAs togeter. Thank you Paul!
2006-12-03Made OBEX library buildable if bluetooth support is disabled.korovkin5-7/+62
2006-11-14Clear both IRDA and BT lists at startup.korovkin1-33/+41
Enable IRDA and bluetooth at startup only. Move index to the beginning after send. Added status line change. Added checks for NULL pointers and empty list of bluetooth devices.
2006-11-14Removed class members that shadowed the base class members, whichkorovkin2-6/+1
caused the system crash.
2006-11-10Files devicehandler.cpp and devicehandler.h moved from manager tokorovkin4-4/+4
library to be used by obex to load a list of saved receivers.
2006-11-10Made list of receivers loaded form files saved by bt-manager.korovkin2-4/+52
2006-10-24IR OBEX is handled by OPIE OBEX functions, not by external utility.korovkin5-15/+21
2006-09-01multikey: added Hebrew keymap from Skliarouk Arieh - close #962 in ↵hrw1-0/+255
OpenEmbedded bugtracker
2006-08-14Added Italian keymap, provided by Giorgio Padrinkorovkin1-0/+327
Thank you, Giorgio
2006-08-02improve ipaq 2200, 4xxx, 4700 support. patches courtesy R.Wagner, E.Hovland, ↵mickeyl3-7/+43
P.Sokolovsky. thanks guys
2006-07-17supply default argumentsllornkcor1-21/+11
2006-07-14more htc universal stuffllornkcor10-186/+90
2006-07-09initial commit to add video4linux camera app from qtopia 2, needs more workllornkcor32-111/+3723
2006-07-07Added OResource -> Resource for backward compatibility with OPIE 1.2.0.korovkin1-0/+6
2006-07-07s/Resource/OResource/mickeyl2-6/+6
2006-07-07Fixed the typo in the Resource::loadImage function call.korovkin1-4/+4
Reformatted setBluezStatus function.
2006-07-06Added connection to a HID device.korovkin7-2/+158
2006-07-06Added OBEX Push functionality for Bluetooth.korovkin15-68/+985
- Added ObexBase - asic class for IR and BT Obex - Added ObexServer - OBEX Push server.
2006-07-02Added OBEX receive functionality.korovkin2-16/+42
2006-06-09changed access method for lcd sys params of ipaq h191x and mypal a716 based ↵aquadran2-29/+79
on Slavek Banko patch
2006-06-09add brightness control for motorola ezxmickeyl2-44/+12
2006-06-01we're post 1.2.2 nowmickeyl2-1/+14
2006-06-01improve support for ipaqsmickeyl1-3/+1
2006-06-01add support for ipaq 2200mickeyl1-0/+4