Age | Commit message (Collapse) | Author | Files | Lines |
|
Fix a Crash in reparse when the chooser is not yet initialized
|
|
It's working as expected
I'll clean up it a bit fix some UI bugs
and then put it into the libopie.pro
|
|
completed OListe/OFileView switch
|
|
now I can finally do switching
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
what's now missing is the code switching Listers
and views
toggling the toolbar
filter
|
|
|
|
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
|