Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-11-15 | Make tabmanager quick launchable | zecke | 3 | -13/+6 |
2004-11-15 | Move the method out | zecke | 1 | -4/+11 |
2004-11-15 | -Remove char cast for homedir but use QFile::encodeName | zecke | 5 | -31/+20 |
-Make it quicklaunchable | ||||
2004-11-15 | Define QUICKAPP_NAME on quicklaunchanble applications. This way .pro and | zecke | 1 | -0/+3 |
the mainwindow are always in sync with each other | ||||
2004-11-15 | -Make HELP_TEXT translatable | zecke | 3 | -46/+42 |
-Make HelpWindow a QWidget | ||||
2004-11-15 | -Safe the replay via Global::applicationFileName | zecke | 1 | -8/+7 |
-do not use char casts to go from string to char* but use QFile::encodeName so it works for non latin1 people as well | ||||
2004-11-15 | this improves Opie build system playing more nice with OE. instructions later... | mickeyl | 5 | -5/+214 |
alert me if this breaks the non-oe work (which i doubt) | ||||
2004-11-15 | Make SFCave quick launchable | zecke | 4 | -42/+21 |
2004-11-15 | Make it Quick Launchable again | zecke | 1 | -2/+1 |
2004-11-15 | 1.1.7-snapshot now | mickeyl | 2 | -1/+9 |
2004-11-14 | Make Powerchord quicklaunchable | zecke | 4 | -14/+6 |
2004-11-14 | Make the utlity quicklaunchable even if it is not under the control | zecke | 4 | -15/+6 |
of the buildsystem | ||||
2004-11-14 | Make OYatzee quick launchable | zecke | 4 | -14/+5 |
2004-11-14 | Make QuickLaunchable and see how good it frees resources | zecke | 5 | -32/+9 |
2004-11-14 | No reason to disable quicklaunching of Opie FTP | zecke | 1 | -2/+1 |
2004-11-14 | Make Bartender Quick Launchable | zecke | 4 | -14/+6 |
2004-11-14 | -Add the latest fixed OFileSelector bug | zecke | 1 | -1/+5 |
-Notice Opie-IRC, Opie-Mail and Opie-Eye improvements what a shame not all fixed bugs are located in this log, we need to do better for Opie1.1.8's ChangeLog | ||||
2004-11-14 | Opie 1.1.7 | mickeyl | 3 | -3/+3 |
2004-11-14 | disabled code which makes problems on Z | alwin | 1 | -0/+7 |
2004-11-14 | +description | mickeyl | 1 | -1/+1 |
2004-11-14 | -Fix bug in OFileSelector ListView spotted by hrw | zecke | 2 | -8/+11 |
to sort the 'size' column according their 'Number'-Halbordnung and not by string comparsion | ||||
2004-11-12 | Remove the pun "Aye Caramba" from Bart Simpson in | zecke | 1 | -1/+1 |
"Opie Eye Caramba" found as the Caption of the Mainwindow | ||||
2004-11-12 | Give credit to Rajko Albrecht for making Opie Eye rock | zecke | 1 | -8/+10 |
2004-11-12 | Change the Visible application name to Opie Eye | zecke | 1 | -1/+1 |
2004-11-12 | - fixed a bug in docview-lister: different files may have same docview | alwin | 8 | -102/+178 |
name. So mapping filenames to docname isn't usefull. - when opie-eye is started from doctab closing the imagewindow closes the application - when a doc-link is changed while opie-eye is running it get the changes, too. | ||||
2004-11-12 | handle more signals and don't kill the process @ end | mickeyl | 1 | -55/+37 |
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 |