summaryrefslogtreecommitdiff
path: root/noncore/unsupported
AgeCommit message (Collapse)AuthorFilesLines
2003-04-06blah gcc3llornkcor1-37/+37
2003-04-06change icons to pics dirllornkcor3-43/+2
2003-04-06fixllornkcor1-3/+2
2003-04-06add thisllornkcor1-0/+4
2003-04-06add some tr to status messagesllornkcor2-15/+15
2003-04-06Qt Palmtop -> Opiellornkcor1-1/+1
2003-04-06iconllornkcor1-1/+1
2003-04-06warwick does not maintain this any longerllornkcor1-1/+1
2003-04-06move malit to head again, since it is workingllornkcor38-0/+5694
2003-02-13Added Euroconv for Eric Santonaccigroucho3-13/+12
Changed the opiemail config.in files to the correct dependencies. How did this slip in again ?
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth4-4/+4
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 ↵kergoth7-7/+7
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23fix .pro files for new buildsystemmickeyl3-6/+7
ensure libmail and bend gets build before the mail app
2003-01-23QTDIR/lib -> OPIEDIR/libkergoth2-2/+2
2003-01-23- added weatherplugin, opiemail and odict to the build processgroucho2-6/+6
- adjusted batteryapplet/config.in as it was not reflected when building - embeddedconsole now builds with the right options - opie-console dto.
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth2-2/+2
convention. also moved bits that didnt belong in lib pakcages elsewhere.
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 :)kergoth7-0/+28
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.
2003-01-02I hope this works better on the pda. The previous solution just worked oneilers1-3/+7
my desktop pc ..
2002-12-16Addressbook is now able to send mails through opie-mail..eilers2-3/+47
2002-12-14addLanguage rulescniehaus7-0/+14
2002-12-11 QBusyBar::~QBusyBar ( )simon1-0/+1
{ + delete [] m_fadecols;
2002-12-10Add -lstdc++ to LIBS explicitly for apps that require it, as we no longer ↵kergoth1-1/+1
link with g++.
2002-11-24valgrind found bugstille4-14/+27
thanks to simon
2002-11-14namespace and include fix for uses of iostream in STLkergoth1-5/+7
2002-11-11bug fixtille1-2/+2
2002-11-10here it's...tille16-253/+370
2002-11-08- a couple of fixes like this one:simon3-4/+4
- fprintf(f, "%g", real); + fprintf(f, "%g", static_cast<double>(real)); with 'real' being a fouble object. as fprintf is a c function with variable arguments one cannot pass non-primitive objects through it and there is no way for the compiler to figure out the right conversion operator, so we give it a helping hand :)
2002-11-07Correct namingkergoth1-1/+1
2002-11-07Correct opiemail to ensure libmail and bend are built firstkergoth3-10/+13
2002-11-06Add X11..kergoth7-7/+7
2002-11-05you know the drillkergoth7-10/+10
2002-11-05you know the drillkergoth1-0/+1
2002-11-05Adding initial config.in fileskergoth7-0/+33
2002-10-09Forgot a Q_OBJECT macro .. this produced many runtime QObject warningssandman1-0/+2
2002-10-06backout the QTool/MenuBar changes ... the bug is in libqpesandman1-3/+3
2002-10-06- uses OFileSelector nowsandman2-6/+6
- menu/toolbars are now QPE variants
2002-09-30small changes due to ODevice API changesandman1-6/+19
2002-09-21adapted to the new pic dirsharlekin1-1/+1
2002-09-10added depend to artille1-1/+1
for those who still do not use bb
2002-09-03should fix #180tille2-4/+3
2002-08-30blind fix by robert to make it work with new ipkg format tooharlekin1-8/+15
2002-08-29Correcting various syntax problems in control files.kergoth3-3/+0
2002-08-27some fixes for italien + updates of opie-i18n-de + one bugfix for Solitare ↵cniehaus2-14/+16
i18n-wise
2002-08-27now in pim tabharlekin1-1/+1
2002-08-06doesnt compile without this filellornkcor1-0/+21
2002-08-06ui improvementsconber9-59/+131
2002-08-06mail2 should display (most) mails now with these workarounds. imap handlingsandman7-89/+194
is still buggy by design though.
2002-08-04listview trigges expandtille1-21/+0