Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-05-30 | this directory should exists, otherwise a "make clean" or "make menuconfig" | schurig | 1 | -0/+1 |
directly after a fresh checkout produces an error | ||||
2003-05-25 | die here too | zecke | 26 | -3560/+0 |
2003-04-20 | adding dutch to the .pro-files | cniehaus | 1 | -0/+1 |
2003-01-24 | Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵ | kergoth | 1 | -1/+1 |
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs. | ||||
2003-01-23 | QTDIR/lib -> OPIEDIR/lib | kergoth | 1 | -1/+1 |
2003-01-16 | i18n for new buildsystem :) | kergoth | 1 | -0/+4 |
2002-12-14 | addLanguage rules | cniehaus | 1 | -0/+1 |
2002-11-21 | danish i18n | cniehaus | 1 | -1/+2 |
2002-11-05 | you know the drill | kergoth | 1 | -0/+1 |
2002-11-03 | Patch by Simon Hausmann to suit gcc3 needs | zecke | 3 | -6/+2 |
many thanks | ||||
2002-10-31 | excludeFromRefresh() added | harlekin | 5 | -5/+19 |
2002-10-29 | the reverse getting of filenames is actually enabled | zecke | 5 | -15/+62 |
There will be some code clean ups... but the interfaces should be fine now | ||||
2002-10-28 | ofileselector fixlet | zecke | 1 | -1/+1 |
2002-10-28 | Almost done with the new data flow | zecke | 13 | -31/+482 |
only OFileSelector needs to adapt it now... Besides that make it compile with the new api Add a configure and a libopie.pro to actually build ofileselector and a MANIFEST to explain some basics of the now a days a bit bigger interface | ||||
2002-10-28 | This will probably not compile.. i did not even try to compile it | zecke | 10 | -40/+199 |
on my machine I changed the data flow to be more extandable the Olister class is now playing a bigger role it's dependant on doing some assembly of the filepath and changedirs. It now has also to take care of the location bar | ||||
2002-10-13 | Fix a Crash when using All Files.. as name and default() returns 0l | zecke | 1 | -7/+7 |
Fix a Crash in reparse when the chooser is not yet initialized | ||||
2002-10-06 | As promised here is the switching | zecke | 2 | -15/+95 |
It's working as expected I'll clean up it a bit fix some UI bugs and then put it into the libopie.pro | ||||
2002-10-05 | So now switching is about to be implemented the next commit will have a ↵ | zecke | 4 | -17/+50 |
completed OListe/OFileView switch | ||||
2002-10-05 | Implemented the factory | zecke | 1 | -13/+31 |
now I can finally do switching | ||||
2002-10-05 | more steps to make ofileselector modular | zecke | 9 | -47/+284 |
We now got the API for a factory so switching should work in future and we now got a OPixmapProvider which provides us with pixmaps.... So an ImageViewer could install a differen OPixmapProvider and a different OFileView to make Previewing work | ||||
2002-09-30 | Add missing files spotted by Robert Wittams | zecke | 2 | -0/+64 |
2002-09-29 | Hide the TypeCombo/CategorySelect we provide our own stuff | zecke | 1 | -0/+2 |
2002-09-20 | OTodo know is the first implementation of OPimRecord | zecke | 3 | -245/+226 |
2002-09-15 | remove bogus files | zecke | 6 | -232/+0 |
2002-09-15 | add files | zecke | 10 | -0/+495 |
2002-09-15 | ok basicly all old functions are available again | zecke | 6 | -270/+153 |
what's now missing is the code switching Listers and views toggling the toolbar filter | ||||
2002-09-15 | Make it compile but it's not working yet | zecke | 6 | -41/+69 |
2002-09-15 | Ok the demand for filters, listers and views were great so I'm currently | zecke | 10 | -0/+2296 |
implementing it This OFileSelector will be in a different subdir but it'll be still linked into libopie. This makes it more easy to find all files which belong to the OFileSelector an OLister is able to list for example files and dirs ( OLocalLister ) a ftp lister a bluetooth lister whcich would show available devices a DocLnkSet lister for the Documents Tab a CrossReference lister a View is responsible for showing files to the user... and I renamed *.cc to *.cpp |