summaryrefslogtreecommitdiff
path: root/noncore/net/opieftp/opieftp.cpp
AgeCommit message (Collapse)AuthorFilesLines
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
2002-03-24took out processEvents causing slowupllornkcor1-3/+3
2002-03-24cleared developers definellornkcor1-1/+1
2002-03-24radnom fixesllornkcor1-117/+161
2002-03-21added some combo stuffllornkcor1-11/+164
2002-03-21changed default valuesllornkcor1-6/+6
2002-03-20fixed problem with remote downloadllornkcor1-1/+4
2002-03-19fixed menullornkcor1-2/+2
2002-03-19added translation stuffllornkcor1-45/+45