summaryrefslogtreecommitdiff
path: root/noncore/apps/advancedfm/advancedfm.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-01-26Each file in this commit exhibit an example of what prevent callserik1-1/+1
'reverse inull'. All that means is that a pointer gets dereferenced. Then a pointer gets checked for validity before being dereferenced again. This almost always points to shenanigans. For example, the konsole.cpp file has this konsoleInit() call which passes in a const char** shell variable. Since it is a double pointer the programmer who wrote the code made the mistake of mixing the checking of the pointer and the pointer that points to the pointer. This commit attempts to correct that. Of course there are other instances of the same thing. But they all boil down to a small mistake which might have produced strange side effects.
2005-05-16Resource -> OResourcedrw1-16/+11
2005-03-24cd to sd or mmcllornkcor1-2/+7
2005-03-02Scale icons approprtelydrw1-7/+7
2005-02-06fix #1499 - rename workingllornkcor1-35/+3
2004-09-28ugly workaround for bigscreen/smallscreen widget differencesllornkcor1-14/+16
2004-09-26fix view menullornkcor1-5/+5
2004-09-25fixllornkcor1-11/+9
2004-09-25not hardcoded pathllornkcor1-34/+7
2004-09-25change messagellornkcor1-3/+4
2004-09-25removellornkcor1-7/+0
2004-09-25formatted stringsllornkcor1-2/+2
2004-09-25change focus for editllornkcor1-6/+10
2004-09-25redunancyllornkcor1-27/+4
2004-09-25unusedllornkcor1-2/+2
2004-09-25more redundant codellornkcor1-8/+3
2004-09-25move kerypress to keyreleasellornkcor1-5/+7
2004-09-25opti function and fixllornkcor1-87/+46
2004-09-25move redundant code into one functionllornkcor1-48/+18
2004-09-25fix stuffllornkcor1-203/+196
2004-09-18add refresh menuitemllornkcor1-0/+6
2004-09-18fix stuff, including #1404llornkcor1-31/+57
2004-08-18-Remove #ifdef for NOQUICKLAUNCH as OPIE_EXPORT_APP works forzecke1-35/+22
both cases already. -Use QPEApplication::setStylusOperation for RightOnHold feature instead of custom code
2004-04-04convert to Opie Debugging Frameworkmickeyl1-22/+22
2004-03-13Namespace changes for Appszecke1-0/+2
QAshMoney and Reader need to be valgrinded
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-2/+2
TT.
2004-03-01fix includeschicken1-10/+0
2004-02-23AdvancedFM: libopie->libopie2drw1-106/+100
2004-01-08make quicklaunch againllornkcor1-3/+7
2003-12-20fix popupmenu position on large screensllornkcor1-1/+2
2003-11-07from 1.0, needs fixllornkcor1-99/+102
2003-09-08changes for osplitter functionalityllornkcor1-604/+575
2003-09-01port to OSplitter but QComboBox is a suckerzecke1-7/+7
2003-07-17some crazy characters fixingllornkcor1-43/+28
2003-05-12show file selected if setDoc/openDir qcop is filellornkcor1-2/+25
2003-05-12added setDocument(QString) and openDirectory(QString) qcop messages to show ↵llornkcor1-11/+44
open directory. use setDocument if you are unsure if advancedfm is executed already.
2003-05-02tr()-fix -- don't use 2 !. One is enoughcniehaus1-2/+2
2003-04-22 - a lot of includes and gui cleanupsharlekin1-32/+7
2003-04-13OTabWidget::getCurrentTab() is now OTabWidget::currentTab()drw1-1/+1
2003-03-26change to UnknownDocument icon and scalellornkcor1-468/+475
2003-02-24fix hidden againllornkcor1-5/+14
2003-02-24fix for hidden dirsllornkcor1-18/+16
2003-02-24cleanupllornkcor1-156/+44
2003-02-24first part refactoring simplifyllornkcor1-767/+685
2003-02-23added menubutton directory bookmarksllornkcor1-12/+197
2003-02-21fix rename cancel.. hehehellornkcor1-8/+26
2002-12-16send as text the real filename is symlinkllornkcor1-3/+5
2002-11-16fix tab switches, and inputdialog focus on editllornkcor1-17/+21
2002-11-16various changes, popupmenu at complete left.llornkcor1-3/+3
2002-10-20converted to otab, and updated show hidden dir functionsllornkcor1-18/+38