summaryrefslogtreecommitdiff
path: root/noncore/net/opieftp/opieftp.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-05-04Resource -> OResourcedrw1-40/+31
2005-01-03mess with things so this runs from launcher. not sure what was going on, but ↵llornkcor1-28/+34
this seems to fix #1507
2004-09-18fix layout issuellornkcor1-18/+31
2004-07-07hide path combo if on config tabllornkcor1-0/+3
2004-07-07fix combo filling with real QString instead of QDir objectllornkcor1-2/+1
2004-07-07bug fix 1267llornkcor1-13/+14
2004-04-28CLEANUP: remove relative includes over the source treemickeyl1-1/+1
2004-04-04convert to Opie Debugging Frameworkmickeyl1-37/+40
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-23/+23
TT.
2004-03-01fix whatever it wasllornkcor1-2/+2
2004-03-01just modified this way, that it not longer crashes when just startet.alwin1-13/+27
but completly unusable. Who will maintain this stuff? If no one will do it, we should remove this app in next opie release 'cause this moment it makes no sense.
2004-01-05Spelling fixes by Michael Opdenacker <zumbi2@netcourrier.com>zecke1-1/+1
2003-12-07s/QPEToolBar/QToolBar:mickeyl1-2/+2
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future
2003-12-07s/QPEMenuBar/QMenuBar:mickeyl1-1/+1
- remove usage of deprecated classses - makes it easier to migrate to OMenuBar in the future
2003-10-29mrege noncore/net/*mickeyl1-29/+29
2003-06-17fix crash on menu - no item selectedllornkcor1-9/+14
2003-05-26remove extra includesllornkcor1-14/+0
2003-05-20fix menu issuellornkcor1-3/+7
2003-04-12hide about thingyllornkcor1-2/+2
2003-03-26change to UnknownDocument iconllornkcor1-3/+7
2002-11-09move ftp stuff from opieftp to shared libllornkcor1-1/+5
2002-11-08- for ( i; i <= numberOfEntries; i++) {simon1-1/+1
+ for ( ; i <= numberOfEntries; i++) {
2002-10-18patch by Ben Jackson, and changed listview alignmentllornkcor1-21/+24
2002-09-30fixed scroll, and cleanedup non used variablesllornkcor1-16/+22
2002-07-20fixes and changes.. _should_ remember servers. Still needs workllornkcor1-52/+208
2002-07-08change pushbutton to toolbuttonllornkcor1-8/+7
2002-06-23Simon thanks for the patch. Some clean ups. Patch provided by tronicalzecke1-4/+4
OAOAOAOAOAOAOAOAOAOAOAOAOBOBCVS: noncore/tools/remote/dvdgroupconf.cpp
2002-05-16fixed not loading ftp configs correctly..llornkcor1-6/+18
2002-05-04buf gixllornkcor1-1/+1
2002-04-30added rescan to popup menullornkcor1-0/+2
2002-04-30took out QCop busy() because its too slow to respond, fixed titlebar after ↵llornkcor1-17/+18
disconnect still showing ftp server info
2002-04-23symlink icon fixllornkcor1-1/+1
2002-04-22added extern C for #include ftplib.hllornkcor1-0/+6
2002-04-19changed date and size columns, and added aboutllornkcor1-8/+20
2002-04-10bug fix and added icons the previous commit here, and forgot in the log.. ↵llornkcor1-115/+141
heheheh
2002-04-10bug fixesllornkcor1-35/+131
2002-04-05fixed bug where same server was being saved multiple timesllornkcor1-8/+9
2002-04-01input dialogllornkcor1-2/+2
2002-03-31fixed some goofy crap I thought I fixed earlier with server combo and ↵llornkcor1-14/+19
multiple entries. oh well. Also fixed single click going into a repopulate(bad when remote)
2002-03-30damn spelling error #2llornkcor1-1/+1
2002-03-30damn spelling errorllornkcor1-2/+2
2002-03-30fixed a workaround for an apparent bug in libqte when the listview is multi, ↵llornkcor1-46/+43
and you try to select one item and popup the menu.., it needs extended mode selection to work
2002-03-28forgot to unjcomment somethingllornkcor1-2/+2
2002-03-28fixed clicking on empty space.. dambitllornkcor1-4/+4
2002-03-28fixed somthingllornkcor1-26/+14
2002-03-28wishy-washy on single vs double clickllornkcor1-5/+7
2002-03-28added multi selection up/down. may have broken something- who knows...llornkcor1-69/+84
2002-03-27added some icon handling code, and added combo (?), fixed some goofy thing.llornkcor1-96/+108
2002-03-24added lock iconsllornkcor1-20/+89
2002-03-24config last server on startupllornkcor1-29/+17