summaryrefslogtreecommitdiff
path: root/noncore/apps
AgeCommit message (Collapse)AuthorFilesLines
2005-05-05use dependency system for flite pluginsmickeyl4-4/+27
2005-05-05added missing files and removed developer specific include pathpohly4-4/+12
2005-05-05new opie-reader sources with support for ArriereGo, Reb input and flite ↵pohly94-1437/+4999
output plugins
2005-05-04Resource -> OResourcedrw1-7/+11
2005-04-24Resource -> OResourcedrw3-19/+35
2005-04-16Opie/X11:zecke1-1/+1
-Do not add -lqte this is qmake's job
2005-04-10Move to home directory on startup. Fixes bug #1614.skyhusker1-0/+5
2005-03-24cd to sd or mmcllornkcor1-2/+7
2005-03-21Fix for bug #1613 - scale toolbar iconsdrw1-6/+14
2005-03-20#1560 fix opie-console picking up the wrong shell. patch courtesy Paul ↵mickeyl1-3/+3
Eggleton (bluelightning)
2005-03-10Fix for bug #1604 - Checkbook crashes on startupdrw3-14/+14
2005-03-03Scale icons appropriatelydrw1-2/+4
2005-03-02Scale icons approprtelydrw1-7/+7
2005-03-01update to new gutenberg directory structuresllornkcor4-988/+978
2005-02-28fix index dl from main view, user 8 bit files by default, do not show audio ↵llornkcor2-781/+799
files
2005-02-19Make use of the platformzecke1-1/+4
2005-02-19-QFileDialog is not used in opentext.cpp so remove it from its header filezecke2-3/+4
-Help Window eventually uses QFileDialog, better include it then as well...
2005-02-06fix #1494 - download of file when search is canceledllornkcor1-90/+95
2005-02-06fix #1499 - rename workingllornkcor2-36/+5
2005-02-06build by defaultllornkcor2-2/+2
2005-01-21- make opie compilable against qte 2.3.10 snapshotar4-6/+6
check QT_VERSION against 0x030000 instead of 300
2005-01-11important change to work arround issues with the real uid handling on sharps ↵harlekin1-5/+6
newer roms
2005-01-11possibility to set a default path for the save log dialog and also set the ↵harlekin1-3/+4
initial path into the titelbar
2005-01-09CONTROL files : reset version to 'standard' formatwimpie1-1/+1
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-07remove embedix .control and add share to the standard .controlmickeyl2-11/+1
2005-01-04CONTROL files : changed version stringwimpie6-6/+6
NS2 many changes and first release of OT2
2005-01-03Fix crash when trying to display open text dialog when there are no modules ↵drw1-16/+19
in configured directory
2005-01-02Changes to force odict use UTF8 encoding. Please report if it cause ↵gints1-0/+1
problems with older dictionary files.
2005-01-02fix thisllornkcor1-1/+1
2004-12-29patch to remove stl, from hrwllornkcor2-10/+0
2004-12-28patch fixing #1500 - wrong disconnect, from Senecallornkcor1-5/+5
2004-12-27new code from Paul Eggletonllornkcor9-144/+309
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl28-3564/+28
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl28-28/+3564
2004-12-20Reapply fix for Strong x-refdrw1-15/+46
2004-11-15-Opie ZSafe is now quicklaunchablezecke2-97/+3
-And it uses OConfig the right was now (in ~/Settings)
2004-11-15Remove many many many #ifdefszecke2-629/+72
"I always knew it would come like this" -Make it a QWidget instead of a QDialog -Introduce appName
2004-11-14Make Bartender Quick Launchablezecke4-14/+6
2004-11-06Avoid crash if app was unable to open the fileeilers2-3/+7
2004-11-04opie-qashmoney is now unsupportedmickeyl72-6730/+0
2004-11-02switching to sqlite3chicken2-3/+3
2004-11-02switching to sqlite3chicken6-11/+11
2004-11-02new mirror site web page requiring new parsingllornkcor1-41/+39
2004-10-26-Remove usage of latin1() as a possible fix to #1471zecke2-7/+17
2004-10-17fixed some more .pro / config.in dependencies discrepancies, that could ↵clem2-2/+2
break builds; for a few games, there was an unnecessary dep on LIBOPIE2CORE in some games too
2004-10-16Introduce a 'teneast' scope to build a special Opie-Consolezecke1-2/+5
Max: with echo "CONFIG += teneast" >> $OPIEDIR/gen.pro you can enable this scope
2004-10-16-Disable FSCKED_DISTRIT and EASTzecke2-4/+4
-Use full Opie::Core::OConfig
2004-10-16-Remove never finished classes by ibotty for the console widgetzecke32-3435/+144
-Put setCurrent into ComboboxHelper and remove duplication from the dialogs -Remove old and unneeded debug output -IOBt, IOIrda can share the implementation for sening,recieving and supports with IOSerial
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke7-16/+16
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-10-14case 0: it is a label and not a statement, it doesn't need ';' but ':' every ↵zecke1-4/+4
decent c compiler produced in the last twenty years will bitch about it...