Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-01-24 | Every file in this commit has a memory leak of some kind or another. I think | erik | 1 | -1/+5 |
all of them are minor and should not effect properly running code. But if I were you I would give libstocks and the stockticker plugin in Today a wide berth. That library is atrocious. | ||||
2007-01-10 | All of the files included have instances where an array is new'ed but | erik | 1 | -3/+3 |
the corresponding delete does not have the corresponding [] argument. | ||||
2005-05-17 | Resource -> OResource | drw | 1 | -8/+10 |
2005-05-12 | remove mobilemsg to unsupported. it never really worked and there will be ↵ | mickeyl | 8 | -410/+0 |
something better, soon. | ||||
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 2 | -310/+2 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 2 | -2/+310 |
2004-09-10 | Fix unused global variables, unused code, unused parameters, sign != unsigned | zecke | 4 | -12/+7 |
tests... | ||||
2004-05-31 | - convert qWarning to owarn | ar | 1 | -56/+52 |
2004-04-07 | COnversion too quick to odebug | wimpie | 1 | -2/+2 |
2004-04-07 | CVS Shows the conversion to libopie2 debugging conversion | wimpie | 1 | -2/+2 |
modified this define to optimistically | ||||
2004-04-04 | convert to Opie Debugging Framework | mickeyl | 8 | -78/+112 |
2004-03-31 | dirty bugfix (segfault with scaleFactor > 1), see inside for more info | mouse | 1 | -1/+3 |
2004-03-29 | remove bogus libopie dependency | mickeyl | 2 | -2/+2 |
hell is this a lot of cleanup just because people always copied a boiler plate config.in without checking if the contents match the actual application | ||||
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 2 | -3/+3 |
build system | ||||
2004-03-13 | Opie2 | zecke | 1 | -1/+2 |
2004-03-02 | Fix key handling bug 1268 | zecke | 1 | -45/+34 |
2004-03-02 | applied the patch generated by the optimize_connect script from | alwin | 4 | -13/+13 |
TT. | ||||
2004-03-01 | fix includes | chicken | 11 | -62/+0 |
2004-02-14 | A small typo corrected(found while translating) | sudonix | 1 | -1/+1 |
2004-02-14 | Make info in *.control files a little more consistent (mostly modified ↵ | drw | 1 | -2/+2 |
Maintainer, Files and Section fields) | ||||
2004-02-08 | improve support for BigScreen | ar | 1 | -5/+2 |
2003-12-07 | s/QPEToolBar/QToolBar: | mickeyl | 1 | -1/+1 |
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future | ||||
2003-12-04 | use opie-lupdate instead lupdate | ar | 2 | -40/+0 |
2003-11-13 | non essential apps should not be built by default | llornkcor | 1 | -1/+1 |
2003-10-27 | merge noncore/comm/* | mickeyl | 5 | -26/+25 |
2003-09-20 | merge control files with BRANCH | mickeyl | 2 | -2/+2 |
2003-08-09 | Merge from BRANCH_1_0. | kergoth | 1 | -1/+1 |
2003-08-09 | Merge from BRANCH_1_0 | kergoth | 3 | -4/+3 |
2003-06-05 | sanitized | schurig | 3 | -3/+3 |
2003-04-22 | Add Package: field to control files. This will facilitate ditching mkipks ↵ | kergoth | 2 | -0/+2 |
in favor of something with some sanity. | ||||
2003-04-22 | Dependency fixes. s/opie-base/task-opie-minimal/; ↵ | kergoth | 2 | -2/+2 |
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/; | ||||
2003-04-20 | adding dutch to the .pro-files | cniehaus | 2 | -0/+2 |
2003-01-26 | Remove depends on a specific version.. it should be depending on >= or <= ↵ | kergoth | 2 | -2/+2 |
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency. | ||||
2003-01-24 | Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵ | kergoth | 2 | -2/+2 |
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs. | ||||
2003-01-16 | Add some config.in.in files to remove the 'duplicate' categories spotted by ↵ | kergoth | 1 | -0/+1 |
Max.. | ||||
2003-01-16 | i18n for new buildsystem :) | kergoth | 2 | -0/+8 |
2003-01-16 | Move most of config categorization into root config, and consolated core vs ↵ | kergoth | 1 | -4/+4 |
noncore from a config perspective, as its confusing and unnecessary for users. Also cleaned up a bit, and added some basic descriptions. | ||||
2002-12-22 | 1) Fixed a bug where double clicking a blank spot on the bookmark list | treke | 3 | -6/+6 |
caused a segfault. 2) Removed support for copying from the server. Trying to setText in the clipboard would segfault everytime from within the KRFBDecoder. Doesnt seem to like being called from within a slot. | ||||
2002-12-17 | Now use Single click to open a bookmark instead of a double click. | treke | 1 | -1/+1 |
2002-12-14 | addLanguage rules | cniehaus | 2 | -0/+4 |
2002-11-17 | Resized a couple dialogs to fit better. Now can synthesize right click | treke | 6 | -450/+553 |
events from the corner menu. Still having problems with double click though | ||||
2002-11-06 | Add X11.. | kergoth | 2 | -2/+2 |
2002-11-05 | you know the drill | kergoth | 2 | -5/+5 |
2002-11-05 | you know the drill | kergoth | 1 | -0/+1 |
2002-11-05 | Adding initial config.in files | kergoth | 2 | -0/+8 |
2002-11-03 | patch by jowenn no default arguments.... | zecke | 1 | -1/+1 |
2002-10-25 | Added QWhatsThis's | treke | 4 | -5/+49 |
2002-10-23 | usual | harlekin | 1 | -0/+4 |
2002-09-05 | Fixed the Send Control Alt Delete option | treke | 1 | -2/+6 |
2002-09-05 | Added support for client side scaling of the screen. Slow, but sometimes usable. | treke | 12 | -364/+461 |