summaryrefslogtreecommitdiff
path: root/noncore/net
AgeCommit message (Collapse)AuthorFilesLines
2005-04-19This patch courtesy Gints Polis:mickeyl3-105/+505
* gives possibility to enter numerical PIN with dialog buttons for keybordless PDA. * dialog run in full screen mode.
2005-04-19make UI resizable, patch courtesy Hrwmickeyl1-352/+353
2005-04-18relax WE matching testmickeyl3-4/+6
set VERSION in .pro define WELLENREITER_VERSION through .pro
2005-03-20user may switch open folders/mails on single-clickalwin9-7/+69
2005-03-16linking against libetpan should be enoughalwin1-1/+1
2005-03-12Sort packagaes and channels (numbers) according their size insteadzecke2-0/+23
of alphabeticaly. 9873 received packages are more than 10 but less than 10.000. The same is applied to the channel number [0..15]
2005-03-12some reworksalwin2-50/+45
2005-03-12rework of the structure of the main menues, them depends now on state of ↵alwin8-162/+249
current selected folder/server on small screens some "Folder" and "Server" menu will get submenus of the menu-item "Mail" cause lack of space on screen - have no other idea.
2005-03-12check range for aplett timeoutalwin2-2/+8
2005-03-12Scale close tab button icondrw1-2/+6
2005-03-12pixmapsalwin1-1/+1
2005-03-12if there are new mails the taskbar icon stays 'cause not allalwin2-8/+11
machines have a (working) mail-LED and users wonders why them don't get a notification. Inserted a block for SIGPIPE - that would let opie crash otherwise if happen.
2005-03-12as in most other applets mails on pop3-acounts counts always asalwin1-3/+9
new mail
2005-03-11hm. try to be a little nicer on new mailsalwin1-18/+33
2005-03-11even a full correct mail comes via generic protocoll like pop3 or mhalwin1-8/+9
parts of were stored with wrong identifier inside cache.
2005-03-10another stupid crasher fixedalwin1-1/+0
2005-03-09small bugfixalwin1-0/+2
2005-03-09cleanups/fixed potential crashersalwin8-85/+217
context menus are displayed in mainmenu, too.
2005-03-07beautyalwin10-159/+44
hopefull some speedups obsolete stuff removed fixed a crasher
2005-03-06attached images may views inside the mailview and not as extra dialogalwin4-19/+64
2005-03-05change the layoutdirection of main window when display is rotatingalwin2-7/+29
(LeftToRight when 0 rotation, TopToButtom when 90)
2005-02-26uninitialized value of local variable fixedalwin1-1/+1
2005-02-20.cvsignore updatesdrw4-0/+8
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.