summaryrefslogtreecommitdiff
path: root/noncore/comm
AgeCommit message (Collapse)AuthorFilesLines
2007-01-24Every file in this commit has a memory leak of some kind or another. I thinkerik1-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-10All of the files included have instances where an array is new'ed buterik1-3/+3
the corresponding delete does not have the corresponding [] argument.
2005-05-17Resource -> OResourcedrw1-8/+10
2005-05-12remove mobilemsg to unsupported. it never really worked and there will be ↵mickeyl8-410/+0
something better, soon.
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl2-310/+2
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl2-2/+310
2004-09-10Fix unused global variables, unused code, unused parameters, sign != unsignedzecke4-12/+7
tests...
2004-05-31- convert qWarning to owarnar1-56/+52
2004-04-07COnversion too quick to odebugwimpie1-2/+2
2004-04-07CVS Shows the conversion to libopie2 debugging conversionwimpie1-2/+2
modified this define to optimistically
2004-04-04convert to Opie Debugging Frameworkmickeyl8-78/+112
2004-03-31dirty bugfix (segfault with scaleFactor > 1), see inside for more infomouse1-1/+3
2004-03-29remove bogus libopie dependencymickeyl2-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-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl2-3/+3
build system
2004-03-13Opie2zecke1-1/+2
2004-03-02Fix key handling bug 1268zecke1-45/+34
2004-03-02applied the patch generated by the optimize_connect script fromalwin4-13/+13
TT.
2004-03-01fix includeschicken11-62/+0
2004-02-14A small typo corrected(found while translating)sudonix1-1/+1
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-2/+2
Maintainer, Files and Section fields)
2004-02-08improve support for BigScreenar1-5/+2
2003-12-07s/QPEToolBar/QToolBar:mickeyl1-1/+1
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future
2003-12-04use opie-lupdate instead lupdatear2-40/+0
2003-11-13non essential apps should not be built by defaultllornkcor1-1/+1
2003-10-27merge noncore/comm/*mickeyl5-26/+25
2003-09-20merge control files with BRANCHmickeyl2-2/+2
2003-08-09Merge from BRANCH_1_0.kergoth1-1/+1
2003-08-09Merge from BRANCH_1_0kergoth3-4/+3
2003-06-05sanitizedschurig3-3/+3
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth2-0/+2
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth2-2/+2
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus2-0/+2
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth2-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-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth2-2/+2
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-16Add some config.in.in files to remove the 'duplicate' categories spotted by ↵kergoth1-0/+1
Max..
2003-01-16i18n for new buildsystem :)kergoth2-0/+8
2003-01-16Move most of config categorization into root config, and consolated core vs ↵kergoth1-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-221) Fixed a bug where double clicking a blank spot on the bookmark listtreke3-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-17Now use Single click to open a bookmark instead of a double click.treke1-1/+1
2002-12-14addLanguage rulescniehaus2-0/+4
2002-11-17Resized a couple dialogs to fit better. Now can synthesize right clicktreke6-450/+553
events from the corner menu. Still having problems with double click though
2002-11-06Add X11..kergoth2-2/+2
2002-11-05you know the drillkergoth2-5/+5
2002-11-05you know the drillkergoth1-0/+1
2002-11-05Adding initial config.in fileskergoth2-0/+8
2002-11-03patch by jowenn no default arguments....zecke1-1/+1
2002-10-25Added QWhatsThis'streke4-5/+49
2002-10-23usualharlekin1-0/+4
2002-09-05Fixed the Send Control Alt Delete optiontreke1-2/+6
2002-09-05Added support for client side scaling of the screen. Slow, but sometimes usable.treke12-364/+461