Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-11-11 | removed some useless code | alwin | 1 | -3/+0 |
2004-11-11 | Remove owarn to be less verbose | zecke | 2 | -16/+0 |
2004-11-11 | - flush icon cache if reloading all documents | alwin | 6 | -452/+483 |
- send QCop message when the doctab is enabled/disabled so the disabled widget appears or the doc-list will reread | ||||
2004-11-11 | send qcop signal when enable/disable doctab | alwin | 2 | -42/+53 |
2004-11-11 | - correction | ar | 1 | -0/+1 |
2004-11-11 | - add comment | ar | 1 | -0/+1 |
2004-11-11 | speed up cat selection | alwin | 2 | -4/+11 |
2004-11-10 | lister modules can insert special widgets. | alwin | 12 | -8/+91 |
doc_dirlister will insert a category select widget | ||||
2004-11-10 | removed a lot of debug messages | alwin | 3 | -13/+4 |
2004-11-10 | implemented icon cache so it will not scan every time when changing the | alwin | 4 | -50/+113 |
doctab categorie ToDo: implement a cache flush | ||||
2004-11-10 | BUGFIX: write to the proper config file *cough* | mickeyl | 2 | -3/+3 |
2004-11-10 | start working on clone functionality | mickeyl | 1 | -1/+86 |
2004-11-09 | remove change from yesterday - the problem isn't the widget it is the | alwin | 1 | -1/+1 |
advancedfm itself I think. zecke or ar - please take a look on it. I don't understand it. | ||||
2004-11-09 | - removed code which let qpe crash when generating image icons | alwin | 3 | -76/+70 |
- when edit properties of an document item it will reread the table of categories | ||||
2004-11-09 | update sysinfo benchmark comparisons | chicken | 1 | -1/+1 |
2004-11-09 | again some improvements to image icons | alwin | 2 | -8/+17 |
2004-11-08 | ui. in BigScreenmode it had an deep recursion in layout setup. I had | alwin | 1 | -1/+1 |
just commented out that line (353) - it seems to work now, but I'm not sure if it is correct. I think, this widget should be checked carefully. | ||||
2004-11-08 | timer for releasing a reference to opie-eye_slave if exists when unused for ten | alwin | 2 | -17/+33 |
minutes. | ||||
2004-11-08 | image preview for documenttab again, I think, for first shot it is | alwin | 2 | -32/+64 |
working fine now. | ||||
2004-11-08 | - reworked the icon generation for images in doctab | alwin | 3 | -325/+387 |
- some reorg of code was strongly required - code more readable | ||||
2004-11-08 | move ubrowser to unsupported | mickeyl | 2 | -1/+2 |
2004-11-08 | move ubroser to unsupported | mickeyl | 12 | -0/+0 |
2004-11-08 | first try getting small imagethumbs in document-tab. | alwin | 2 | -389/+517 |
2004-11-07 | try to improve the icon scaling | alwin | 1 | -7/+10 |
2004-11-07 | small subdir fix | alwin | 1 | -1/+0 |
2004-11-07 | fixed up the icon display, imagecache size depends on size of icons | alwin | 1 | -11/+27 |
2004-11-07 | when last view state was fullscreen and user tabbed on an image the | alwin | 2 | -2/+17 |
imagedisplay was behind the application gui 'cause gui was painted after the imagewindow. So now opie-eye starts a short timer in setDocument when first start checking the visibility of imagewindow. | ||||
2004-11-07 | The fixed column widths break the OTabWidget rendering in windowed mode. | treke | 1 | -3/+1 |
2004-11-06 | Make opie-sheet to be responsible for exel-file, toMake opie-sheet to be ↵ | eilers | 1 | -1/+1 |
responsible for exel-file, tooo | ||||
2004-11-06 | Avoid crash if app was unable to open the file | eilers | 2 | -3/+7 |
2004-11-06 | a lots of tests with the iconview, user can now setup the prefered icon-size, | alwin | 5 | -43/+168 |
but still some rewrites/redesigns needed. QIconView(Item) is sometimes horrible. some default-values changed | ||||
2004-11-06 | moved a lot of code from opie-eye_slave into lib | alwin | 2 | -49/+12 |
2004-11-06 | moved a lot of code to the library | alwin | 2 | -1248/+10 |
2004-11-05 | update sysinfo benchmark comparisons | chicken | 1 | -2/+2 |
2004-11-05 | correct simpad cs3 readout | chicken | 1 | -1/+1 |
2004-11-04 | Revert last commit and create a QCOP Channel for QPE/System in | zecke | 1 | -2/+3 |
ODevice again, as OApplication doesn't expose the signal anymore | ||||
2004-11-04 | -Revert Exposing QPE/System qcop signals via OApplication | zecke | 2 | -18/+0 |
2004-11-04 | Use QTextStream and QFile instead of read/sscanf for parsing | zecke | 1 | -19/+17 |
ChipSelect3 (cs3). This should make it more robust | ||||
2004-11-04 | - prepare for backing up root file systems (aka clone) | mickeyl | 4 | -66/+214 |
- add file headers - add version to .pro | ||||
2004-11-04 | tiny layout tweak | mickeyl | 2 | -3/+1 |
2004-11-04 | catch up with opie-qashmoney removal | mickeyl | 2 | -2/+3 |
2004-11-04 | opie-qashmoney is now unsupported | mickeyl | 72 | -340/+0 |
2004-11-03 | -SIMpad crashes on QObject::connect() of the QCopChannel | zecke | 1 | -3/+3 |
-Luckily (I'm a cheater) OApplication can emit the signal for us -Event more lucky, qpe and every quicklaunchable application has a OApplication instance... so the signal is almost available everywhere -do not call initButtons from reloadButtonMappings if d->m_buttons exists | ||||
2004-11-03 | -Create a QPE/System channel (sysMessage:QCopChannel from QPEApplication | zecke | 2 | -0/+18 |
can't be used) -'Forward' receiving of messages to the 'systemMessageSignal' | ||||
2004-11-03 | -Make struct s_button (simpad button) really internal | zecke | 2 | -16/+23 |
-Make the s_button array static and invisible -Use namespace { instead of 'using namespace...;' | ||||
2004-11-03 | Construct a OApplication instead of a QPEApplication | zecke | 1 | -2/+2 |
2004-11-03 | Provide a QPEApplication compatible constructor | zecke | 2 | -1/+13 |
2004-11-03 | Switch to OApplication | zecke | 2 | -3/+3 |
2004-11-03 | rediffed against qte-2.3.9-snapshot-20041101 | mickeyl | 1 | -0/+510 |
low level qgfx stuff no longer applies, need to check if it's still needed | ||||
2004-11-02 | setup dlg into extra files - its a little bit cleaner | alwin | 4 | -40/+77 |