Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-01-13 | Add Edit menu with find, replace & go to line functions. Uses dialogs/code ↵ | paule | 2 | -8/+23 |
already provided by libkate. Fixes bug #1231. | ||||
2007-01-13 | Set sensible minimum width for Goto Line dialog | paule | 1 | -0/+3 |
2007-01-13 | Call qApp->processEvents() before deleting dialog objects to avoid crashes ↵ | paule | 1 | -0/+3 |
(Qt bug?) | ||||
2007-01-12 | Various comment changes to make them grammatically correct. Also changed the | erik | 2 | -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-12 | new volume icons | erik | 2 | -0/+0 |
2007-01-12 | Reduce ntp pool servers to the 6 regional servers. | erik | 1 | -17/+7 |
2007-01-12 | This commit switches from using hardcoded ntp servers to using a pool ntp | erik | 3 | -16/+16 |
server. | ||||
2007-01-11 | I missed a bad override signature. This fixes that. There should be no | erik | 2 | -2/+2 |
class inheritance function mismatches at this point. | ||||
2007-01-10 | opie-mediaplayer2: search for audio/x-ogg too - patch from OPIE #1530 | hrw | 1 | -1/+1 |
2007-01-10 | All of the files included have instances where an array is new'ed but | erik | 9 | -14/+14 |
the corresponding delete does not have the corresponding [] argument. | ||||
2007-01-10 | BUG: The case statement was using err to figure out what to say about | erik | 1 | -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-10 | All of the files in this commit have an inheritance member function | erik | 8 | -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-10 | BUG: If the global category is checked in the category dialog the | erik | 1 | -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-10 | BUG: The todo program was printing bad XML output of recurring items | erik | 1 | -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-08 | patch from paul | llornkcor | 2 | -51/+67 |
2007-01-03 | Fix for bug#0001547 provided by Paul Eggleton <bluelightning@bluelightning.org> | korovkin | 1 | -21/+29 |
If there are no templates, just create the blank task. | ||||
2006-12-30 | Fix for bug# 0001553 Submited by Paul Eggleton | korovkin | 3 | -27/+506 |
avancedfm uses FileInfoDialog and QFileInfo to display the selected file information. | ||||
2006-12-13 | changed suspend button mapping for mypal too same as for ipaqs | aquadran | 1 | -3/+3 |
2006-12-13 | Committed patch provided by Paul Solkolovsky which combines all | korovkin | 2 | -51/+43 |
the 2.6 based PDAs togeter. Thank you Paul! | ||||
2006-12-03 | Made OBEX library buildable if bluetooth support is disabled. | korovkin | 5 | -7/+62 |
2006-11-14 | Clear both IRDA and BT lists at startup. | korovkin | 1 | -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-14 | Removed class members that shadowed the base class members, which | korovkin | 2 | -6/+1 |
caused the system crash. | ||||
2006-11-10 | Files devicehandler.cpp and devicehandler.h moved from manager to | korovkin | 4 | -4/+4 |
library to be used by obex to load a list of saved receivers. | ||||
2006-11-10 | Made list of receivers loaded form files saved by bt-manager. | korovkin | 2 | -4/+52 |
2006-10-24 | IR OBEX is handled by OPIE OBEX functions, not by external utility. | korovkin | 5 | -15/+21 |
2006-09-01 | multikey: added Hebrew keymap from Skliarouk Arieh - close #962 in ↵ | hrw | 1 | -0/+255 |
OpenEmbedded bugtracker | ||||
2006-08-14 | Added Italian keymap, provided by Giorgio Padrin | korovkin | 1 | -0/+327 |
Thank you, Giorgio | ||||
2006-08-02 | improve ipaq 2200, 4xxx, 4700 support. patches courtesy R.Wagner, E.Hovland, ↵ | mickeyl | 3 | -7/+43 |
P.Sokolovsky. thanks guys | ||||
2006-07-17 | supply default arguments | llornkcor | 1 | -21/+11 |
2006-07-14 | more htc universal stuff | llornkcor | 10 | -186/+90 |
2006-07-09 | initial commit to add video4linux camera app from qtopia 2, needs more work | llornkcor | 32 | -111/+3723 |
2006-07-07 | Added OResource -> Resource for backward compatibility with OPIE 1.2.0. | korovkin | 1 | -0/+6 |
2006-07-07 | s/Resource/OResource/ | mickeyl | 2 | -6/+6 |
2006-07-07 | Fixed the typo in the Resource::loadImage function call. | korovkin | 1 | -4/+4 |
Reformatted setBluezStatus function. | ||||
2006-07-06 | Added connection to a HID device. | korovkin | 7 | -2/+158 |
2006-07-06 | Added OBEX Push functionality for Bluetooth. | korovkin | 15 | -68/+985 |
- Added ObexBase - asic class for IR and BT Obex - Added ObexServer - OBEX Push server. | ||||
2006-07-02 | Added OBEX receive functionality. | korovkin | 2 | -16/+42 |
2006-06-09 | changed access method for lcd sys params of ipaq h191x and mypal a716 based ↵ | aquadran | 2 | -29/+79 |
on Slavek Banko patch | ||||
2006-06-09 | add brightness control for motorola ezx | mickeyl | 2 | -44/+12 |
2006-06-01 | we're post 1.2.2 now | mickeyl | 2 | -1/+14 |
2006-06-01 | improve support for ipaqs | mickeyl | 1 | -3/+1 |
2006-06-01 | add support for ipaq 2200 | mickeyl | 1 | -0/+4 |
2006-05-25 | g++ 4.1.1 fixes | mickeyl | 2 | -3/+3 |
2006-05-25 | prepare for release | mickeyl | 2 | -8/+20 |
2006-05-25 | g++ 4.1.1 fix | mickeyl | 2 | -2/+2 |
2006-05-25 | g++ 4.1.1 fixes | mickeyl | 1 | -5/+5 |
2006-05-25 | g++ 4.1.1 fix | mickeyl | 3 | -4/+4 |
2006-05-25 | remove libslcompat | mickeyl | 13 | -914/+0 |
2006-05-25 | g++ 4.1.1 fix | mickeyl | 1 | -1/+1 |
2006-05-25 | prepare for 1.2.2 | mickeyl | 2 | -3/+3 |