Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-03-26 | Fix compiler warnings | drw | 1 | -6/+6 |
2004-03-25 | initialize earilier | llornkcor | 1 | -175/+172 |
2004-03-25 | Do not rely on Qt magic. | zecke | 1 | -2/+3 |
Get the item, take it from the list, delete it | ||||
2004-03-25 | Wims patch for changing the margins to give more space | zecke | 2 | -6/+12 |
and to fix renaming | ||||
2004-03-25 | some workarounds so the dirview displays the icons a little bit better | alwin | 1 | -3/+18 |
2004-03-23 | Update.... | zecke | 5 | -8/+20 |
Start the Slave Add the Iface for OKeyConfigWidget | ||||
2004-03-23 | fix dependency | mickeyl | 1 | -1/+1 |
2004-03-23 | sync description with facts | mickeyl | 1 | -1/+1 |
2004-03-23 | eliminate bogus dependency on libopie | mickeyl | 3 | -6/+6 |
2004-03-23 | depends 'on', not just depends | mickeyl | 1 | -2/+2 |
2004-03-23 | Add Opie-Eye to the menuconfig | zecke | 1 | -0/+9 |
2004-03-23 | Fix communication. It seems like QPixmap and QDataStream | zecke | 3 | -3/+17 |
do not mix well if the QPixmap is not valid.. invalidate image requests if we change the dir | ||||
2004-03-22 | Initial Check in of the Eye Of Zilla. This ImageViewer features | zecke | 41 | -0/+3947 |
Image Infos, EXIF, Jpeg,Png,Gif support. It supports scaled loading of Jpegs. an smart image cache.... GUI needs some work and we need to find a bug in QCOP as well. TODO: Add Image Service for example Mailer Add ImageCanvas/Zoomer/Display | ||||
2004-03-21 | compile fix | mickeyl | 1 | -2/+2 |
2004-03-21 | keyz-cfg and zkbapplet merged into one package | alwin | 3 | -11/+3 |
2004-03-20 | Shouldn't DESTDIR have OPIEDIR not QPEDIR? | sudonix | 1 | -1/+1 |
2004-03-19 | Minor typo occurence -> occurrence | sudonix | 1 | -1/+1 |
2004-03-19 | set callbacks for pop3 and nntp but seems never be called | alwin | 3 | -0/+12 |
in imap qApp-processEvents() is called for avoiding gui blocking | ||||
2004-03-18 | some (hopeful) improvements | alwin | 23 | -196/+230 |
2004-03-17 | - read old backup files from opie 1.0.x | ar | 1 | -6/+23 |
busybox tar don't feature --label so i abuse Application/backup/exclude file to identifie an backup as a new one. exclude will create by this backup application. see revision 1.28 | ||||
2004-03-16 | fix ogg | llornkcor | 1 | -1/+1 |
2004-03-16 | link against libopiecore2 instead libopie | alwin | 1 | -1/+1 |
2004-03-15 | non quicklaunch, and remove non necessary libs | llornkcor | 1 | -2/+4 |
2004-03-15 | - make opietooth compilable | ar | 8 | -7/+9 |
- correct LIBOPIECORE2 dependencies and namespace's | ||||
2004-03-15 | namespace fix | alwin | 1 | -1/+1 |
2004-03-15 | Use qRound if round is not present | zecke | 1 | -1/+1 |
2004-03-15 | Puh one run too much of my script | zecke | 4 | -15/+13 |
2004-03-15 | namespace deklaration fix | alwin | 1 | -1/+1 |
2004-03-15 | More LIBOPIE2 config fixes | brad | 2 | -2/+2 |
2004-03-15 | Fixed LIBOPIE2 config depends | brad | 1 | -1/+1 |
2004-03-14 | compile fix | zecke | 1 | -2/+2 |
2004-03-14 | more ODP and right signal syntax | zecke | 3 | -11/+11 |
2004-03-14 | Only use ODP | zecke | 6 | -18/+17 |
2004-03-14 | Fix up depends on LIBOPIE1 | zecke | 22 | -48/+43 |
Proper signature for signal and slots and namespaces | ||||
2004-03-14 | Make use of ODP | zecke | 37 | -68/+115 |
2004-03-14 | ODP changes for the Styles | zecke | 8 | -10/+11 |
2004-03-14 | Today Plugin changes | zecke | 3 | -3/+3 |
2004-03-14 | ODP changes | zecke | 9 | -14/+21 |
2004-03-14 | Opie2 and ODP changes | zecke | 11 | -14/+24 |
Also try to make signals/slots syntax obey the namespaces | ||||
2004-03-14 | Convert net to ODP and QtAUX | zecke | 70 | -228/+310 |
2004-03-14 | namespace fix | alwin | 1 | -1/+1 |
2004-03-14 | namespace fix | alwin | 3 | -2/+3 |
2004-03-14 | namespaces fixed | alwin | 5 | -10/+11 |
2004-03-14 | Use ODP namespace | zecke | 6 | -6/+13 |
2004-03-13 | ODP changes | zecke | 7 | -2/+14 |
2004-03-13 | ODP namespace adjustment | zecke | 5 | -7/+13 |
2004-03-13 | Opie2 | zecke | 1 | -1/+2 |
2004-03-13 | Namespace changes for Apps | zecke | 43 | -63/+90 |
QAshMoney and Reader need to be valgrinded | ||||
2004-03-13 | Introduce the namespace | zecke | 10 | -50/+51 |
and the new APPLET_EXPORT define | ||||
2004-03-13 | convert to Opie2 namespace | zecke | 18 | -3/+18 |
most of them are only using namespace Opie::Core in the main remove <qpe/qpetoolbar.h> |