summaryrefslogtreecommitdiff
path: root/noncore/net
AgeCommit message (Collapse)AuthorFilesLines
2005-02-20-Use own main methodzecke4-80/+20
-Remove default c'tor and use the remaining one as default -QString() -> QString::null (for Qt4 we will do the opposite) -use qApp->quit() and exit to be sure to really exit Still open: do not use the depcreated latin1 c'tor of QString, it is safe to use it here though (we only get IN/OUT and a mac address)
2005-02-20Do not use QuickLaunch to avoid printing of message to stdout,zecke1-11/+12
fix end of files to UNIX This should make it work with bluez again
2005-02-14Use tr for translatable stringszecke1-8/+8
2005-02-14Remove the special Ok/Cancel handling and go with what QDialog provideszecke2-22/+5
This also fixes crashes when the user clicked ok in the Dialog
2005-02-14Set a Captionzecke1-0/+2
File a Bug and propose a better name
2005-02-14Remove stupid #ifdefzecke1-16/+0
2005-02-04make it compilemickeyl1-1/+1
2005-02-03Added DCC receive supportskyhusker16-13/+459
2005-02-02Added a pointer to the mainwindow because it's needed by the dcc ↵skyhusker3-3/+5
confirmation dialog
2005-02-02Slightly modified debug messagesskyhusker1-9/+9
2005-02-02Added copyright linesskyhusker2-0/+42
2005-02-01Added proper action on ctcp ping replyskyhusker1-1/+9
2005-01-26* Created new class for IRCChannelPerson.skyhusker15-91/+258
* Added whois, ping and version entries to channel popup menu. * Fixed action on CTCP PING reply (was interpreted as a request).
2005-01-26Changed default realname, now is fetched from device owner nameskyhusker1-3/+16
2005-01-26Changed argument passing from value to const referenceskyhusker2-10/+10
2005-01-23Added distinction between CTCP requests and CTCP repliesskyhusker2-6/+24
2005-01-23Changed notation in escape characters to look betterskyhusker1-4/+4
2005-01-23Changed OPIE_EXPORT_APP to OPIE_EXPORT_APP_V2 for right displaying odebug ↵skyhusker1-1/+1
messages
2005-01-23Removed some unnecesary castings, changed printf() to odebugskyhusker1-18/+20
2005-01-21- make opie compilable against qte 2.3.10 snapshotar1-3/+3
check QT_VERSION against 0x030000 instead of 300
2005-01-16Fixed a bug in nickname handling with networks using nickname:password for authskyhusker1-20/+28
2005-01-16Fixed some warningsskyhusker1-5/+6
2005-01-14Added message queue, now topics always appear in channel tabskyhusker13-79/+276
2005-01-14Added bold and underline display supportskyhusker2-9/+55
2005-01-14Changed default notification colorskyhusker1-1/+1
2005-01-09CONTROL files : reset version to 'standard' formatwimpie7-7/+7
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-08Changes in this patch:wimpie4-46/+50
*Added some irc numerical codes (253, 422) *Reordered codes *Unified some functions which did exactly the same in two functions *Changed nick ordering in channel list, now nicks get ordered first by flags and then by name.
2005-01-04CONTROL files : changed version stringwimpie12-28/+27
NS2 many changes and first release of OT2
2005-01-03mess with things so this runs from launcher. not sure what was going on, but ↵llornkcor4-33/+44
this seems to fix #1507
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl14-1222/+14
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl14-14/+1222
2004-12-20remove main (once again)mickeyl1-29/+0
2004-11-14No reason to disable quicklaunching of Opie FTPzecke1-2/+1
2004-11-08move ubroser to unsupportedmickeyl12-740/+0
2004-10-29improve englishmickeyl1-1/+1
2004-10-28small bugfix in converting routinealwin1-0/+3
2004-10-28oops - forgot removing a deklarationalwin1-1/+0
2004-10-28fixed some problems when displaying mailsalwin4-67/+65
but it should reworked cause sometimes there are problems with html mails.
2004-10-27fixed a bug within tls supportalwin1-4/+6
2004-10-26commented out useless example code (forgot it)alwin1-1/+1
2004-10-26Resolved a feature request:alwin10-46/+81
unique display of date-time of a mail maillist now sorted for mail-date as default, user can switch sort order to all other items (subject, author, size)
2004-10-25fixed the problem with displaying date/time of a mailalwin2-16/+5
usage of helper class
2004-10-25moved out pure helper funsalwin2-14/+4
2004-10-25helper class addedalwin3-2/+52
2004-10-24removed obsolet stuffalwin5-70/+18
changed build description for libetpan
2004-10-24new options for pop3 accountsalwin10-125/+238
KATE eated a lot of last spaces in files some tryouts
2004-10-24new Todo listalwin1-8/+7
2004-10-24a small helperclass ValueExplode insertedalwin1-1/+86
it splits a string like a=4&b=2&c=1 into it key - value - pairs the runtime-example in constructor of OpieMail should be removed ;)
2004-10-23Declare the setDocument slot as well to unbreak compilationzecke1-0/+2
2004-10-23holla - fixed a wonderfull bug letting opie-mail crash whenalwin1-8/+7
accessing some pop3-server