quassel.git
16 years agoAaaaand here comes another protocol break! :)
Marcus Eggenberger [Sun, 2 Mar 2008 16:02:49 +0000 (16:02 +0000)]
Aaaaand here comes another protocol break! :)
- Further speed improvements to the sync process.
- IrcUser null-pointer issue should be history.

16 years agoupdated sql.qrc
Marcus Eggenberger [Sun, 2 Mar 2008 15:50:16 +0000 (15:50 +0000)]
updated sql.qrc

16 years agoimproved backlog replay performance
Marcus Eggenberger [Sun, 2 Mar 2008 13:25:31 +0000 (13:25 +0000)]
improved backlog replay performance

16 years agoFixed newly introduced renaming bug
Marcus Eggenberger [Sat, 1 Mar 2008 23:05:30 +0000 (23:05 +0000)]
Fixed newly introduced renaming bug

16 years agoYet another protocol break (I warned you...).
Marcus Eggenberger [Sat, 1 Mar 2008 22:08:48 +0000 (22:08 +0000)]
Yet another protocol break (I warned you...).
Major speed improvement when joining channels.
Please let me know if you notice any weird issues.

16 years agofixed a bug where channels where always autojoined (even if explicitly parted)
Marcus Eggenberger [Sat, 1 Mar 2008 21:15:00 +0000 (21:15 +0000)]
fixed a bug where channels where always autojoined (even if explicitly parted)

16 years agoDisplay nickname with notices. Backported this to alpha2 as well.
Unknown [Sat, 1 Mar 2008 19:52:15 +0000 (19:52 +0000)]
Display nickname with notices. Backported this to alpha2 as well.

16 years agoBreaking protocol with alpha2.... and it won't be the last one...
Marcus Eggenberger [Sat, 1 Mar 2008 18:12:43 +0000 (18:12 +0000)]
Breaking protocol with alpha2.... and it won't be the last one...
- Minor improvements to the SignalProxy (renaming of objects)
- IrcUser objects are now killed, as soon as the user leaves our scope (no common channel)

16 years agoversion.inc++
Manuel Nickschas [Sat, 1 Mar 2008 10:25:49 +0000 (10:25 +0000)]
version.inc++

16 years agoDisplay notices correctly. Fixes BR #124.
Manuel Nickschas [Sat, 1 Mar 2008 10:01:58 +0000 (10:01 +0000)]
Display notices correctly. Fixes BR #124.

16 years agoMake highlights more visible. Color is still hardcoded though.
Manuel Nickschas [Sat, 1 Mar 2008 10:01:20 +0000 (10:01 +0000)]
Make highlights more visible. Color is still hardcoded though.

16 years agoMinor fix (br123).
Alexander von Renteln [Sat, 1 Mar 2008 00:32:09 +0000 (00:32 +0000)]
Minor fix (br123).

16 years agoALT-Key inverts now the setting of the bufferswitching via mouse wheel setting
Marcus Eggenberger [Fri, 29 Feb 2008 20:35:41 +0000 (20:35 +0000)]
ALT-Key inverts now the setting of the bufferswitching via mouse wheel setting

16 years agoIf a SyncableObject is renamed before it's initialized works now properly
Marcus Eggenberger [Fri, 29 Feb 2008 19:39:30 +0000 (19:39 +0000)]
If a SyncableObject is renamed before it's initialized works now properly

16 years agoown messages no longer update the activity status
Marcus Eggenberger [Fri, 29 Feb 2008 18:28:03 +0000 (18:28 +0000)]
own messages no longer update the activity status

16 years agominor correction
Alexander von Renteln [Fri, 29 Feb 2008 16:27:02 +0000 (16:27 +0000)]
minor correction

16 years agoadded "join channel" to network context menu in the bufferview (bug 122)
Alexander von Renteln [Thu, 28 Feb 2008 17:32:02 +0000 (17:32 +0000)]
added "join channel" to network context menu in the bufferview (bug 122)

16 years agomake use of "use random server to connect"-setting and cycle through available server...
Jonas Heese [Wed, 27 Feb 2008 18:58:30 +0000 (18:58 +0000)]
make use of "use random server to connect"-setting and cycle through available servers if this setting is not present

16 years agofixed codec error in /me commands
Marcus Eggenberger [Wed, 27 Feb 2008 16:36:03 +0000 (16:36 +0000)]
fixed codec error in /me commands

16 years agoimprovements to the default layout
Marcus Eggenberger [Wed, 27 Feb 2008 16:20:34 +0000 (16:20 +0000)]
improvements to the default layout

16 years ago- Buffer and NickViews have now sane sizeHints() so they won't eat up too much space...
Marcus Eggenberger [Wed, 27 Feb 2008 14:41:02 +0000 (14:41 +0000)]
- Buffer and NickViews have now sane sizeHints() so they won't eat up too much space when being docked.
- unconnected networks will no longer be automatically expanded.

16 years agoFixed those nasty "Client::updateLastSeen(): Unknown buffer $bufferId" messages.
Marcus Eggenberger [Wed, 27 Feb 2008 13:29:01 +0000 (13:29 +0000)]
Fixed those nasty "Client::updateLastSeen(): Unknown buffer $bufferId" messages.
This requieres a core restart for buffers which have already been deleted.

16 years agoMake syncing fly again :) Also removed not-yet-used Core menu.
Manuel Nickschas [Tue, 26 Feb 2008 23:50:37 +0000 (23:50 +0000)]
Make syncing fly again :) Also removed not-yet-used Core menu.

16 years agoSome very small cosmetic fixes.
Manuel Nickschas [Tue, 26 Feb 2008 23:17:14 +0000 (23:17 +0000)]
Some very small cosmetic fixes.

16 years agoFinally fixed that ***** crash during network configuration.
Manuel Nickschas [Tue, 26 Feb 2008 23:00:53 +0000 (23:00 +0000)]
Finally fixed that ***** crash during network configuration.

16 years agoRedirection of certain messages to different targets is now possible.
Marcus Eggenberger [Tue, 26 Feb 2008 15:57:40 +0000 (15:57 +0000)]
Redirection of certain messages to different targets is now possible.
You can chose wheter the message should be displayed in the current
buffer, the status buffer or the original target.
The settings apply currently to notices and error messages like "no such
nick or channel"

16 years agocreated buffersettings to access options concerning buffers
Alexander von Renteln [Mon, 25 Feb 2008 15:19:22 +0000 (15:19 +0000)]
created buffersettings to access options concerning buffers
buffer tooltip can now be configured (with or without topic)
change buffers with mouse scrolling is now optional (default enabled)

16 years agoYou can now switch buffers via mousewhell, when the cursor is over a buffer view.
Marcus Eggenberger [Sun, 24 Feb 2008 18:16:33 +0000 (18:16 +0000)]
You can now switch buffers via mousewhell, when the cursor is over a buffer view.
 Thanks to Ian "eean" Monroe for the patch!

16 years ago- Fixed "ghost-buffers" appearing in the network view
Marcus Eggenberger [Sun, 24 Feb 2008 16:24:32 +0000 (16:24 +0000)]
- Fixed "ghost-buffers" appearing in the network view
- The name of a buffer can no longer be removed from the buffer views

16 years agoAdding .desktop file to make packagers moar happy...
Unknown [Sat, 23 Feb 2008 15:27:34 +0000 (15:27 +0000)]
Adding .desktop file to make packagers moar happy...

16 years agoCleaning up the svn repo, removing obsolete files, updated READMEs.
Unknown [Sat, 23 Feb 2008 15:17:37 +0000 (15:17 +0000)]
Cleaning up the svn repo, removing obsolete files, updated READMEs.
Renaming 0.2.0-alpha1 tag to quassel-0.2.0-alpha1.

16 years agoversion.inc++
Unknown [Sat, 23 Feb 2008 12:28:37 +0000 (12:28 +0000)]
version.inc++

16 years agoNewly created buffers are now selected automatically.
Marcus Eggenberger [Fri, 22 Feb 2008 16:00:45 +0000 (16:00 +0000)]
Newly created buffers are now selected automatically.
Maybe make this configurable via ClientSettings in the future?

16 years agofixed bug: unable to setup SQLite storage
Marcus Eggenberger [Fri, 22 Feb 2008 13:36:25 +0000 (13:36 +0000)]
fixed bug: unable to setup SQLite storage

16 years agoThis should fix core crash on exit on some *cough* systems. Not quite tested, thanks to
Manuel Nickschas [Fri, 22 Feb 2008 01:40:13 +0000 (01:40 +0000)]
This should fix core crash on exit on some *cough* systems. Not quite tested, thanks to
Belgian beer. But when I really concentrate, I can almost see the Ballmer Peak down there...

16 years agoencore une fois... added missing sql queries :)
Marcus Eggenberger [Thu, 21 Feb 2008 23:01:48 +0000 (23:01 +0000)]
encore une fois... added missing sql queries :)

16 years agomoved corestate (connected networks and joined channels) to the storage backend
Marcus Eggenberger [Thu, 21 Feb 2008 23:00:50 +0000 (23:00 +0000)]
moved corestate (connected networks and joined channels) to the storage backend

16 years agomigrated passwords from blob to strings (still hashed), for easier migration between...
Marcus Eggenberger [Thu, 21 Feb 2008 20:46:03 +0000 (20:46 +0000)]
migrated passwords from blob to strings (still hashed), for easier migration between different storage engines

16 years agochanges in the color settingspage towards enabling the background color
Alexander von Renteln [Thu, 21 Feb 2008 18:19:01 +0000 (18:19 +0000)]
changes in the color settingspage towards enabling the background color
allowing the user to change the colors in the nickniew
colorbutton now uses a dense pattern when being disabled

16 years agoMake clear that QuasselTopia does not compile at the moment.
Manuel Nickschas [Thu, 21 Feb 2008 17:54:14 +0000 (17:54 +0000)]
Make clear that QuasselTopia does not compile at the moment.

16 years agoPreparing for the core session state being stored in the database.
Manuel Nickschas [Thu, 21 Feb 2008 16:54:28 +0000 (16:54 +0000)]
Preparing for the core session state being stored in the database.
NOTE: Session restore is NOT working in this revision!

16 years agodistabled the option "minimize on minimize" for windows as it doesn't work properly...
Alexander von Renteln [Thu, 21 Feb 2008 15:10:30 +0000 (15:10 +0000)]
distabled the option "minimize on minimize" for windows as it doesn't work properly there

16 years agodisplay trayicon on default
Alexander von Renteln [Thu, 21 Feb 2008 13:33:07 +0000 (13:33 +0000)]
display trayicon on default

16 years agoFix nasty bug that made the client sometimes crash at sync.
Manuel Nickschas [Thu, 21 Feb 2008 01:07:45 +0000 (01:07 +0000)]
Fix nasty bug that made the client sometimes crash at sync.

16 years agofixed crashes when invalid data is received by the signalProxy and added debug inform...
Marcus Eggenberger [Wed, 20 Feb 2008 23:23:15 +0000 (23:23 +0000)]
fixed crashes when invalid data is received by the signalProxy and added debug information

16 years agoPressing enter in the topic line now sets the channel topic.
Manuel Nickschas [Wed, 20 Feb 2008 21:08:20 +0000 (21:08 +0000)]
Pressing enter in the topic line now sets the channel topic.
Also fixed a core crash resulting from receiving an empty topic message.

16 years agoFix client crash at core disconnect.
Manuel Nickschas [Wed, 20 Feb 2008 20:05:37 +0000 (20:05 +0000)]
Fix client crash at core disconnect.

16 years agoThis should fix duplicate messages that would occur when new messages arrived while...
Manuel Nickschas [Wed, 20 Feb 2008 17:53:55 +0000 (17:53 +0000)]
This should fix duplicate messages that would occur when new messages arrived while the backlog
was still being requested.
Breaks core protocol, because somebody *cough* forgot to serialize the MsgId of Message objects...

16 years agoFinally we have solved the session restore problems, and Quassel Core should
Manuel Nickschas [Wed, 20 Feb 2008 17:24:13 +0000 (17:24 +0000)]
Finally we have solved the session restore problems, and Quassel Core should
now be able to restore its session in a matter of seconds!

16 years agoAdded tooltip for networkItems and bufferItems
Alexander von Renteln [Wed, 20 Feb 2008 14:54:21 +0000 (14:54 +0000)]
Added tooltip for networkItems and bufferItems

16 years agoWe now send WHO every 60 seconds for all channels we are in. This keeps the nicklist,
Manuel Nickschas [Tue, 19 Feb 2008 23:30:24 +0000 (23:30 +0000)]
We now send WHO every 60 seconds for all channels we are in. This keeps the nicklist,
especially the away status, current. Temporarily RPL_WHO output is completely disabled to not
spam the status buffer. We need to find a way to distinguish auto queries from user-generated ones...
Also made the networkmodel aware of away status changes in IrcUser.

16 years agoForgot version.inc - since this breaks protocol, it needs to be updated.
Manuel Nickschas [Tue, 19 Feb 2008 22:43:46 +0000 (22:43 +0000)]
Forgot version.inc - since this breaks protocol, it needs to be updated.

16 years agoCore now remembers the channels you've joined if a disconnect happens, so you'll...
Manuel Nickschas [Tue, 19 Feb 2008 22:42:25 +0000 (22:42 +0000)]
Core now remembers the channels you've joined if a disconnect happens, so you'll automatically
rejoin those channels upon reconnect. Moved session restore over to this mechanism - maybe it works
now better? (Though I don't believe that...).
Aaaand, especially for son: channel passwords are now remembered, so that +k channels will be
automatically rejoined as well :)

16 years agoQuery buffers are now automatically renamed on nickchanges.
Marcus Eggenberger [Tue, 19 Feb 2008 18:37:01 +0000 (18:37 +0000)]
Query buffers are now automatically renamed on nickchanges.
You have to be in a channel with the query partner though (this is an IRC limitation).
Closing BR #92

16 years agofixed handleMode()
Marcus Eggenberger [Tue, 19 Feb 2008 16:29:42 +0000 (16:29 +0000)]
fixed handleMode()

16 years agoadded some more menu items to the context menu
Alexander von Renteln [Tue, 19 Feb 2008 16:11:48 +0000 (16:11 +0000)]
added some more menu items to the context menu

16 years agowhitespace_around_hostnames--
Manuel Nickschas [Tue, 19 Feb 2008 15:36:20 +0000 (15:36 +0000)]
whitespace_around_hostnames--
Fixing BR #106.

16 years agofixed creation of buffer schema
Marcus Eggenberger [Tue, 19 Feb 2008 15:26:03 +0000 (15:26 +0000)]
fixed creation of buffer schema

16 years agoHm, storing core settings should probably not be uncommented...
Manuel Nickschas [Tue, 19 Feb 2008 15:24:14 +0000 (15:24 +0000)]
Hm, storing core settings should probably not be uncommented...
Closing BR #107.

16 years agoNow activity sync should work... and yes, I did accidentally stop the core _again_...
Manuel Nickschas [Tue, 19 Feb 2008 11:47:35 +0000 (11:47 +0000)]
Now activity sync should work... and yes, I did accidentally stop the core _again_... -_-

16 years ago(Hoperfully) fixing activity syncing. We really shouldn't refuse to update
Manuel Nickschas [Tue, 19 Feb 2008 11:13:06 +0000 (11:13 +0000)]
(Hoperfully) fixing activity syncing. We really shouldn't refuse to update
invalid lastSeen timestamps...

16 years agobufferSyncer checks now for valid BufferIds
Marcus Eggenberger [Tue, 19 Feb 2008 00:29:43 +0000 (00:29 +0000)]
bufferSyncer checks now for valid BufferIds

16 years agoadded application icon for mac os x
Alexander von Renteln [Mon, 18 Feb 2008 23:49:53 +0000 (23:49 +0000)]
added application icon for mac os x

16 years agofixed bug in ctcp parser
Marcus Eggenberger [Mon, 18 Feb 2008 23:47:15 +0000 (23:47 +0000)]
fixed bug in ctcp parser

16 years agolast fix for buffer removal (fingers crossed). It is strongly discouraged to use...
Marcus Eggenberger [Mon, 18 Feb 2008 23:14:29 +0000 (23:14 +0000)]
last fix for buffer removal (fingers crossed). It is strongly discouraged to use r543 to r545.

16 years agofixes to the TreeModel and Client
Marcus Eggenberger [Mon, 18 Feb 2008 22:20:24 +0000 (22:20 +0000)]
fixes to the TreeModel and Client

16 years agofix for minor issues with the buffer removal
Marcus Eggenberger [Mon, 18 Feb 2008 21:36:08 +0000 (21:36 +0000)]
fix for minor issues with the buffer removal

16 years agoAdding a context menu for permanent removal of buffers.
Manuel Nickschas [Mon, 18 Feb 2008 21:18:54 +0000 (21:18 +0000)]
Adding a context menu for permanent removal of buffers.

16 years agoadded core and client handlers for buffer removal
Marcus Eggenberger [Mon, 18 Feb 2008 21:01:49 +0000 (21:01 +0000)]
added core and client handlers for buffer removal

16 years agoMade activity levels persistent.
Manuel Nickschas [Mon, 18 Feb 2008 19:35:01 +0000 (19:35 +0000)]
Made activity levels persistent.

16 years agoremoved debug msg
Marcus Eggenberger [Mon, 18 Feb 2008 19:26:00 +0000 (19:26 +0000)]
removed debug msg

16 years agofixed misdirected notices and privmsgs
Marcus Eggenberger [Mon, 18 Feb 2008 19:23:38 +0000 (19:23 +0000)]
fixed misdirected notices and privmsgs

16 years agoFinally here: the long awaited auto reconnect! Your auto reconnect settings
Manuel Nickschas [Mon, 18 Feb 2008 18:56:05 +0000 (18:56 +0000)]
Finally here: the long awaited auto reconnect! Your auto reconnect settings
should now be honored - if they are not, please report :)

16 years ago- All CTCP messages are now using proper charset en/decodings
Marcus Eggenberger [Mon, 18 Feb 2008 18:37:11 +0000 (18:37 +0000)]
- All CTCP messages are now using proper charset en/decodings
- For non-Channel NOTICEs and RPL_NOSUCHNICK the redirection flag is
  set. This flag enables the client to show the message in the buffer
  it has been configured for (Status Buffer, Current Buffer, open Query)

The latter one has no effect for the time beeing as Those Settings are
stored in QtUiSettings which cannot be accessed by the Client.

16 years agoenable embedded icons for windows executables
Alexander von Renteln [Mon, 18 Feb 2008 15:51:00 +0000 (15:51 +0000)]
enable embedded icons for windows executables

16 years agoAnother try...
Manuel Nickschas [Mon, 18 Feb 2008 15:45:57 +0000 (15:45 +0000)]
Another try...

16 years agoAdding some debug output for finding out why this crashes sometimes...
Manuel Nickschas [Mon, 18 Feb 2008 15:26:09 +0000 (15:26 +0000)]
Adding some debug output for finding out why this crashes sometimes...

16 years agoTry to fix a crash in NetworksSettingsPage. Please report when the Q_ASSERT around
Manuel Nickschas [Mon, 18 Feb 2008 14:35:30 +0000 (14:35 +0000)]
Try to fix a crash in NetworksSettingsPage. Please report when the Q_ASSERT around
line 227 still triggers...

16 years agominor code cleanup
Marcus Eggenberger [Mon, 18 Feb 2008 14:23:21 +0000 (14:23 +0000)]
minor code cleanup

16 years agoThe input line is now enabled disabled correctly according to the current buffer...
Marcus Eggenberger [Mon, 18 Feb 2008 13:16:26 +0000 (13:16 +0000)]
The input line is now enabled disabled correctly according to the current buffer state

16 years agoimplemented the core part for removing buffers permanently
Marcus Eggenberger [Mon, 18 Feb 2008 12:29:50 +0000 (12:29 +0000)]
implemented the core part for removing buffers permanently

16 years agoadded missing queries
Marcus Eggenberger [Mon, 18 Feb 2008 11:37:18 +0000 (11:37 +0000)]
added missing queries

16 years agoStop core from crashing when exiting while clients are still connected.
Manuel Nickschas [Mon, 18 Feb 2008 01:06:01 +0000 (01:06 +0000)]
Stop core from crashing when exiting while clients are still connected.

16 years agoMake session restore join more than one channel per network (again).
Manuel Nickschas [Mon, 18 Feb 2008 00:41:33 +0000 (00:41 +0000)]
Make session restore join more than one channel per network (again).

16 years agoBuffer activity levels are now synced between clients, meaning that seeing a buffer...
Manuel Nickschas [Mon, 18 Feb 2008 00:33:29 +0000 (00:33 +0000)]
Buffer activity levels are now synced between clients, meaning that seeing a buffer in one client
will clear activity for that buffer in other clients too.
NOTE: Activity state is not yet remembered between core restarts,
      since there are still some database issues.

Client/core protocol updated, distclean mandatory.

16 years agoCorrectly handle the recent NetworkInfo extension. This fixes the problem
Manuel Nickschas [Sun, 17 Feb 2008 19:15:48 +0000 (19:15 +0000)]
Correctly handle the recent NetworkInfo extension. This fixes the problem
of some options not being saved correctly in the network dialog.

16 years agoThis should finally *fingers crossed* fix the model inconsistency reports. Please...
Marcus Eggenberger [Sun, 17 Feb 2008 17:19:09 +0000 (17:19 +0000)]
This should finally *fingers crossed* fix the model inconsistency reports. Please let me know if they still appear

16 years agoenabled custom colors and
Alexander von Renteln [Fri, 15 Feb 2008 18:32:29 +0000 (18:32 +0000)]
enabled custom colors and
disabled all non working parts of colorsettingspage

16 years agoadded colorsettingspage
Alexander von Renteln [Fri, 15 Feb 2008 01:49:18 +0000 (01:49 +0000)]
added colorsettingspage
changed generalpage for mac os x
set kickban inactive in user context menu

16 years agoadded missing sql queries... OOPS
Marcus Eggenberger [Thu, 14 Feb 2008 22:35:59 +0000 (22:35 +0000)]
added missing sql queries... OOPS

16 years agoChanged storage to store last seen dates of buffers, server encoding
Marcus Eggenberger [Thu, 14 Feb 2008 22:23:50 +0000 (22:23 +0000)]
Changed storage to store last seen dates of buffers, server encoding
and flag for unlimited connection retries

16 years agoUpdating version.inc
Manuel Nickschas [Wed, 13 Feb 2008 23:30:55 +0000 (23:30 +0000)]
Updating version.inc

16 years agoMore improvements to encoding handling. There is now a server encoding that
Manuel Nickschas [Wed, 13 Feb 2008 16:32:49 +0000 (16:32 +0000)]
More improvements to encoding handling. There is now a server encoding that
is independent from the message sending/receiving encodings, so you can have a
channelname encoded in ISO, for example, and still send messages in utf8 to that
chan.
No UI to configure this yet, the server encoding is hardcoded to Latin1 for now. The
rest can be edited in network settings.

16 years agoExtended NetworkInfo again to prepare for even more sophisticated encoding stuff.
Manuel Nickschas [Wed, 13 Feb 2008 13:10:58 +0000 (13:10 +0000)]
Extended NetworkInfo again to prepare for even more sophisticated encoding stuff.

16 years agoEncodings are now honored for both sending and receiving. Cleaned up encode/decode
Manuel Nickschas [Wed, 13 Feb 2008 02:46:51 +0000 (02:46 +0000)]
Encodings are now honored for both sending and receiving. Cleaned up encode/decode
stuff in the handlers and switched putCmd() et. al. to accepting (encoded) QByteArray only instead
of QString.
Also fixed notices being shown in a separate buffer upon reconnect, and the kick message problem (BR #99).
Oh, and the default kick reason defined in your identity is used if appropriate now.

16 years agoAuto Identify works now. Also newly created networks will have sane defaults as well :)
Manuel Nickschas [Wed, 13 Feb 2008 00:42:59 +0000 (00:42 +0000)]
Auto Identify works now. Also newly created networks will have sane defaults as well :)

16 years agoProvide sane defaults for new network settings options in case you still used a revis...
Manuel Nickschas [Wed, 13 Feb 2008 00:29:35 +0000 (00:29 +0000)]
Provide sane defaults for new network settings options in case you still used a revision before r506
until now. If you already did the migration, you'll still have to sanitize your settings yourself...

16 years agoPerformlist is back and working!
Manuel Nickschas [Wed, 13 Feb 2008 00:23:21 +0000 (00:23 +0000)]
Performlist is back and working!

16 years agoAll network settings can now be edited/stored properly. Most of the new options are not
Manuel Nickschas [Tue, 12 Feb 2008 23:52:36 +0000 (23:52 +0000)]
All network settings can now be edited/stored properly. Most of the new options are not
honored yet though, even though they are enabled in the dialog. This will be coming in the next
few days.
NOTE: Most options will be set to random values in existing networks, so be sure to doublecheck your
network settings after updating!
Distclean mandatory, core protocol update.

16 years agoFix tab order in CoreConnectDlg.
Manuel Nickschas [Tue, 12 Feb 2008 18:18:20 +0000 (18:18 +0000)]
Fix tab order in CoreConnectDlg.