Marcus Eggenberger [Sun, 3 Feb 2008 14:30:27 +0000 (14:30 +0000)]
fixed the FIXME in Client::networkDestroyed()
Marcus Eggenberger [Sun, 3 Feb 2008 14:22:34 +0000 (14:22 +0000)]
More Code Cleanup
- CTCP Replys are working now
- /query asdf opens now a new buffer
- highlights are now determined in the client
Manuel Nickschas [Sun, 3 Feb 2008 14:07:45 +0000 (14:07 +0000)]
Some new UI elements for configuring network reconnects. EgS, that should
be put into network settings as well then...
Marcus Eggenberger [Sun, 3 Feb 2008 11:26:06 +0000 (11:26 +0000)]
Code cleanup. Distclean advised
Alexander von Renteln [Sun, 3 Feb 2008 04:24:19 +0000 (04:24 +0000)]
changed the behavior of RPL_AWAY server messages:
-away messages from whois request get into the status buffer
-away messages from query/msg replies will now be answered in a query
-away messages in queries will only be displayed once - and again after a one minute silence
added "/j channel" (only temporary until plugins are avaiable)
yeah, a "schnapszahl" version :-)
Manuel Nickschas [Sun, 3 Feb 2008 02:17:57 +0000 (02:17 +0000)]
Added a container dialog for stand-alone settingspages (SettingsPageDlg).
Used that for enabling direct access to the networks settings via File -> Networks.
Gotta love modularity...
Marcus Eggenberger [Sun, 3 Feb 2008 01:29:07 +0000 (01:29 +0000)]
added a mutex lock in Core::bufferInfo()
Manuel Nickschas [Sat, 2 Feb 2008 21:57:10 +0000 (21:57 +0000)]
Make the network actions disappear again :p
Marcus Eggenberger [Sat, 2 Feb 2008 19:30:33 +0000 (19:30 +0000)]
Stopped Quassel from Segfaulting on 2nd+ connect to cores.
!slap Sput
Marcus Eggenberger [Sat, 2 Feb 2008 17:43:59 +0000 (17:43 +0000)]
fixed the backlog replay issue. DISTCLEAN IS MANDATORY
Marcus Eggenberger [Sat, 2 Feb 2008 17:26:50 +0000 (17:26 +0000)]
Backlogdata is now made persistent every 10 minutes.
Found a bug while implementing: backlog data isn't replayed right
now. Gonna Fix that right now. Please DO NOT use this revision or
r437. Stay tuned.
Marcus Eggenberger [Sat, 2 Feb 2008 16:26:14 +0000 (16:26 +0000)]
- Fixed the inconsitency bug lately introduced. Adding networks is now
reenabled. Renaming and Deleting is still deactivated since they
aren't handled in a pretty manner.
- This fix enabled us to totally drop network names as
identifiers. BufferInfo::bufferName() is history.
- the buffergroup table is gone. SQLite Schemaversion is now 2.
- introduced: bool SignedId::isValid(). Please use this for future
validity checks.
WARNING: DISTCLEAN IS MANDATORY!
Manuel Nickschas [Sat, 2 Feb 2008 02:20:45 +0000 (02:20 +0000)]
This hopefully fixes the occasional segfault when exiting the core.
Manuel Nickschas [Sat, 2 Feb 2008 00:48:40 +0000 (00:48 +0000)]
Trying to workaroundinate a weird bug with connection states not always being sent
to the client... :/
Alexander von Renteln [Fri, 1 Feb 2008 21:09:05 +0000 (21:09 +0000)]
beautyfied the code in userinputhandler::handlectcp
added ctcp version and ping response answers - although they are not being called yet
modified version.inc for the second time
Manuel Nickschas [Fri, 1 Feb 2008 21:08:51 +0000 (21:08 +0000)]
Ah well, there was no File menu. Until now.
Manuel Nickschas [Fri, 1 Feb 2008 21:01:37 +0000 (21:01 +0000)]
Added a fancy menu to connect to and disconnect from your networks directly.
Accessible as File -> Networks.
Manuel Nickschas [Fri, 1 Feb 2008 20:20:57 +0000 (20:20 +0000)]
Temporarily disabled add/remove networks because of a data corruption issue.
Alexander von Renteln [Fri, 1 Feb 2008 19:38:23 +0000 (19:38 +0000)]
added ctcp handler to userinputhandler
enabled ctcp ping and version in user context menu
updated version.inc for the first time ;-)
Manuel Nickschas [Fri, 1 Feb 2008 18:46:08 +0000 (18:46 +0000)]
Shrinked the still non-functional topic config toolbutton to a more reasonable size.
Manuel Nickschas [Fri, 1 Feb 2008 18:22:59 +0000 (18:22 +0000)]
sessionData--
You'll need new versions of both client and core, I totally broke compatibility.
Manuel Nickschas [Fri, 1 Feb 2008 18:03:24 +0000 (18:03 +0000)]
Renaming the classes and .ui files that got temp names because of collisions
with the old dialogs.
Manuel Nickschas [Fri, 1 Feb 2008 17:53:03 +0000 (17:53 +0000)]
Cleaning up, getting rid of the old identity/serverlist dialogs.
FINALLY!!1!
Manuel Nickschas [Fri, 1 Feb 2008 17:29:48 +0000 (17:29 +0000)]
This is it, the long-awaited huge commit with the new Network handling.
Besides the new settings page, the underlying structures have muchly improved.
To connect to a network, please use the new settings page (F7) for now; I'll add
a more convenient way soon. Ah, and connection failures are now reported and handled
sanely (auto reconnect is not yet implemented though) :)
Your old settings will be mostly migrated. Good luck.
Marcus Eggenberger [Fri, 1 Feb 2008 00:12:59 +0000 (00:12 +0000)]
fixed some debug messages in the SignalProxy
Marcus Eggenberger [Thu, 31 Jan 2008 23:57:39 +0000 (23:57 +0000)]
fixed a bug in the SignalProxy
Alexander von Renteln [Thu, 31 Jan 2008 23:53:24 +0000 (23:53 +0000)]
added more user info in the user tool tip
Marcus Eggenberger [Thu, 31 Jan 2008 22:37:45 +0000 (22:37 +0000)]
fixed some includess I forgot to change... :/
Marcus Eggenberger [Thu, 31 Jan 2008 21:56:16 +0000 (21:56 +0000)]
some minor improvements to the NetworkModel and added a sanity check to TreeModel
Marcus Eggenberger [Thu, 31 Jan 2008 21:19:56 +0000 (21:19 +0000)]
users who are away are now greyed out in the nickview
Alexander von Renteln [Thu, 31 Jan 2008 15:58:07 +0000 (15:58 +0000)]
added ircserverhandler for whois, who and whowas
added away and awaymessage to ircuser
added away and awaymessage to user tooltip
Alexander von Renteln [Thu, 31 Jan 2008 14:31:20 +0000 (14:31 +0000)]
win32 block added
Marcus Eggenberger [Wed, 30 Jan 2008 19:58:07 +0000 (19:58 +0000)]
enabled quassel to join +k channels
Marcus Eggenberger [Wed, 30 Jan 2008 16:35:51 +0000 (16:35 +0000)]
SignalProxy will no longer attempt to deliver data types unknown to Qt's MetaSystem
Marcus Eggenberger [Wed, 30 Jan 2008 15:15:51 +0000 (15:15 +0000)]
the following assert should no longer trigger: ASSERT: "success" in file ../../src/client/networkmodel.cpp, line 240
Marcus Eggenberger [Wed, 30 Jan 2008 14:34:16 +0000 (14:34 +0000)]
hacked (it's really not pretty) the chatwidget to make links klickable and open your default browser
Marcus Eggenberger [Wed, 30 Jan 2008 00:43:40 +0000 (00:43 +0000)]
- implemented on request a chat monitor: a simple buffer which shows
all new messages of all buffers. (no backlog data (yet?))
- quassel restores now it's size
Marcus Eggenberger [Tue, 29 Jan 2008 18:10:25 +0000 (18:10 +0000)]
added some more debug infos
Marcus Eggenberger [Tue, 29 Jan 2008 17:16:54 +0000 (17:16 +0000)]
- Network Connection state is now reflected in the BufferViews
- InputLine is deactivated when a Buffer is not active (still gets focus though as FocusProxy seem to be quite radical...)
Manuel Nickschas [Tue, 29 Jan 2008 16:22:01 +0000 (16:22 +0000)]
Hopefully this makes older clients work with the current core again...
Manuel Nickschas [Tue, 29 Jan 2008 16:13:53 +0000 (16:13 +0000)]
OK, disabled warnings for the moment :)
Distclean advised.
Manuel Nickschas [Tue, 29 Jan 2008 16:05:41 +0000 (16:05 +0000)]
Syncing my current state, Network settings still not fully functional, so don't use them yet!
Provided a hacky way to disconnect from a network, you'll find that in the Debug menu.
No visual feedback is given, but you should be able to reconnect afterwards.
Marcus Eggenberger [Tue, 29 Jan 2008 15:05:41 +0000 (15:05 +0000)]
removed yet another stupid debug condition (this time from the client)
Marcus Eggenberger [Tue, 29 Jan 2008 15:02:37 +0000 (15:02 +0000)]
removed a no longer needed debug message... damn scared the hell out of me ;)
Marcus Eggenberger [Tue, 29 Jan 2008 14:49:09 +0000 (14:49 +0000)]
debug build for adam
Manuel Nickschas [Tue, 29 Jan 2008 14:28:53 +0000 (14:28 +0000)]
Trying to get the build system work with static MSVC builds...
Marcus Eggenberger [Tue, 29 Jan 2008 14:04:29 +0000 (14:04 +0000)]
made Highlighting work (needs core restart)
Marcus Eggenberger [Tue, 29 Jan 2008 01:00:12 +0000 (01:00 +0000)]
Reenabled Activity levels
Alexander von Renteln [Mon, 28 Jan 2008 19:11:49 +0000 (19:11 +0000)]
Added BanHandler.
Marcus Eggenberger [Mon, 28 Jan 2008 19:09:12 +0000 (19:09 +0000)]
made the handlers for ERR_ERRONEUSNICKNAME and ERR_NICKNAMEINUSE more verbose
Marcus Eggenberger [Mon, 28 Jan 2008 18:51:12 +0000 (18:51 +0000)]
Small improvement to the SQLite Storage engine.
distclean is mandatory!
... and what the f... is version.inc for anyways...
Alexander von Renteln [Mon, 28 Jan 2008 18:21:30 +0000 (18:21 +0000)]
added entries and disabled some not-yet-functioning entries
Alexander von Renteln [Mon, 28 Jan 2008 17:26:51 +0000 (17:26 +0000)]
bufferview: corrected small error (userInput no longer static)
nickview: added more items to the user context menu
Marcus Eggenberger [Mon, 28 Jan 2008 16:26:45 +0000 (16:26 +0000)]
replaced Client::fakeInput() with Client::userInpt() (now static but no longer a slot)
if you need sig/slot usage: connect your SIGNAL directly to Client::instance(), SIGNAL(sendInput(BufferInfo, QString))
Alexander von Renteln [Mon, 28 Jan 2008 15:59:57 +0000 (15:59 +0000)]
Added a context menu to users
Marcus Eggenberger [Mon, 28 Jan 2008 15:40:27 +0000 (15:40 +0000)]
- Made BufferId, NetworkId and BufferInfo available from all childs of BufferItems and below.
- some cleanup in Client
Marcus Eggenberger [Mon, 28 Jan 2008 01:57:06 +0000 (01:57 +0000)]
Rework of the TreeModel. This should finaliy *knock on wood* inconsitency issues.
Marcus Eggenberger [Sun, 27 Jan 2008 15:28:37 +0000 (15:28 +0000)]
fixed the scrollbar issue in the NickView
Marcus Eggenberger [Sun, 27 Jan 2008 14:33:53 +0000 (14:33 +0000)]
Introduced VerticalDock a derived QDockWidget, which features per default a slick VerticalTitleWidget.
Marcus Eggenberger [Sat, 26 Jan 2008 20:59:02 +0000 (20:59 +0000)]
Haha! The Inputline is now a seperate dock! Sput: I told you that I'll make it :P
Well that means the input line can now be moved around or undocked or even hidden.
This new dock aswell as the topic dock have new vertical layouted titlewidget.
Marcus Eggenberger [Sat, 26 Jan 2008 14:25:34 +0000 (14:25 +0000)]
Fixed inconsitency bug in the NetworkModel. (thanks int for the trace).
... and yes I really do think that I'm the only one who's updating the version numbers...
Manuel Nickschas [Fri, 25 Jan 2008 13:25:32 +0000 (13:25 +0000)]
Yet another debugging version of the tabcompleter. Please test and tell us if/when Quassel starts
going into RAM-eating mode. Please press tab a few times in your channels in the beginning.
Tabcompletion won't work probably, but it enables us to make sure that it's that specific part of the code.
Marcus Eggenberger [Thu, 24 Jan 2008 23:21:22 +0000 (23:21 +0000)]
Added a very simple tooltip for ircusers (aka: visible in the nicklist)
Alexander von Renteln [Thu, 24 Jan 2008 23:04:56 +0000 (23:04 +0000)]
added context menu to systray
hide topic and #users in bufferview per default
expand all categories in nickview per default
Alexander von Renteln [Thu, 24 Jan 2008 21:41:43 +0000 (21:41 +0000)]
Added action to trayicon - minimize to tray on left-click
Manuel Nickschas [Thu, 24 Jan 2008 17:05:28 +0000 (17:05 +0000)]
Temporarily disabling tabcompletion in order to find out if it's the cause for Quassel going
into a nice shiny endless loop...
Alexander von Renteln [Thu, 24 Jan 2008 15:26:31 +0000 (15:26 +0000)]
Added commands: who, whois and whowas.
Manuel Nickschas [Thu, 24 Jan 2008 00:29:44 +0000 (00:29 +0000)]
Make SettingsPages a little bit clearer to use.
Manuel Nickschas [Wed, 23 Jan 2008 23:34:42 +0000 (23:34 +0000)]
Committing my local state. Mostly still invisible part on the not yet enabled networksettingspage.
Plus some extensions of the Network class (NetworkInfo is back, yay!).
Plus I moved obsolete files to dev-notes/obsolete to remove them from the translators' scope :)
Marcus Eggenberger [Wed, 23 Jan 2008 18:44:25 +0000 (18:44 +0000)]
BufferModell::currentChanged() is history. If you need it, file a friendly complaint at /dev/null :)
Marcus Eggenberger [Wed, 23 Jan 2008 18:18:14 +0000 (18:18 +0000)]
implemented TreeModel::setData() which haven't been needed yet
Marcus Eggenberger [Tue, 22 Jan 2008 23:27:50 +0000 (23:27 +0000)]
Quassel takes now care of your erroneus nicks as long as your identity has listed enough nicks ;)
Marcus Eggenberger [Tue, 22 Jan 2008 22:58:45 +0000 (22:58 +0000)]
- BufferWidget behaves now like a view
- Fixed ab Bug with the TabCompleter
- Nick selector works now
... and btw: am I the only one who tries to keep version.inc up to date? ;)
Manuel Nickschas [Tue, 22 Jan 2008 15:24:07 +0000 (15:24 +0000)]
Hide some of the bufferviews by default in order to not confuse new users too much.
Manuel Nickschas [Tue, 22 Jan 2008 15:06:34 +0000 (15:06 +0000)]
Fixing synchronization to a core without any networks defined. Not tested, but should work.
Manuel Nickschas [Tue, 22 Jan 2008 14:52:19 +0000 (14:52 +0000)]
Fix Quassel not being able to login to core without remembering the password.
Marcus Eggenberger [Tue, 22 Jan 2008 11:45:38 +0000 (11:45 +0000)]
Fixed the empty line bug when handling CTCP messages. While doing so,
I found another bug which falls into sputs domain...
Manuel Nickschas [Tue, 22 Jan 2008 01:21:00 +0000 (01:21 +0000)]
Prevent Quassel from crashing on displaying empty messages. Now we'll need to find out
where these are coming from anyway, in particular after CTCP ACTION :)
Marcus Eggenberger [Mon, 21 Jan 2008 19:09:54 +0000 (19:09 +0000)]
fixed a bug with where nicks where not shown in the right category
Alexander von Renteln [Mon, 21 Jan 2008 17:27:04 +0000 (17:27 +0000)]
Make Quassel compile on MSVC.
Marcus Eggenberger [Mon, 21 Jan 2008 16:38:51 +0000 (16:38 +0000)]
made the signalproxy compile with MSVC
Manuel Nickschas [Mon, 21 Jan 2008 01:54:54 +0000 (01:54 +0000)]
Send updatedRemotely() signal after initialization of a SyncableObject as well.
Marcus Eggenberger [Sun, 20 Jan 2008 23:30:39 +0000 (23:30 +0000)]
closing BR #57 - handle empty messages properly
Marcus Eggenberger [Sun, 20 Jan 2008 19:37:45 +0000 (19:37 +0000)]
made the NickSelector at least show your current nick
Marcus Eggenberger [Sun, 20 Jan 2008 16:49:17 +0000 (16:49 +0000)]
made the SignalProxy aware of default arguments
Marcus Eggenberger [Sun, 20 Jan 2008 15:37:18 +0000 (15:37 +0000)]
bugfixinating
Manuel Nickschas [Sun, 20 Jan 2008 03:21:12 +0000 (03:21 +0000)]
Bringing back session save/restore. Old state won't be imported, unfortunately,
so you'll have to rejoin your chans once after doing this update... :)
Also made shutting down sessions sane. CoreSession's destructor was never called because of
me not thinking about how Thread::quit() works.
Marcus Eggenberger [Sat, 19 Jan 2008 17:52:43 +0000 (17:52 +0000)]
bugfix
Marcus Eggenberger [Sat, 19 Jan 2008 17:43:40 +0000 (17:43 +0000)]
Fixing Issues with the NetworkModel. Though the performance still
sucks when joining channels with many users (~ 1000)
Manuel Nickschas [Sat, 19 Jan 2008 16:03:43 +0000 (16:03 +0000)]
Changed QVariant::fromValue() to qVariantFromValue, since MSVC6 supposedly cannot cope
with member templates. Well, we need to change all the value<> stuff too, probably, but I'll
wait until we actually try and compile on windows again (and get failures doing so), since we
didn't seem to have problems earlier with it.
Manuel Nickschas [Sat, 19 Jan 2008 15:49:05 +0000 (15:49 +0000)]
Finally! All *Id types are now first-class types rather than tpyedefs.
This means they are typesafe now and cannot be randomly interchanged with built-ins
anymore. Conversions to int now need to be made explicit. Take care when getting *Id
out of QVariant!
Distclean necessary. Yeah, I know.
Marcus Eggenberger [Sat, 19 Jan 2008 15:02:14 +0000 (15:02 +0000)]
Introducing SignalProxy NG! We're no longer using
QMetaObject::invokeMethod() to deliver remote calls. Which should
result in quite a performance increase. In addition the SignalProxy
has been optimized to the latest changes in the core. This fixes
certain instabilities in core and client.
Manuel Nickschas [Fri, 18 Jan 2008 15:50:03 +0000 (15:50 +0000)]
uint -> NetworkId, uint -> BufferId almost everywhere. Conversion will be made explicit soon,
so we won't confuse that anymore.
Distclean advised.
Manuel Nickschas [Thu, 17 Jan 2008 22:44:03 +0000 (22:44 +0000)]
Updating the new version.inc (DO keep this current when you commit if possible,
and always update it after protocol changes!) and disabling the old identity dialog
in order to not confuse people too much.
So now editing networks means using the _old_ serverlist dialog and the _new_ identity
dialog, and restarting the core afterwards (since the settings are only read at startup
until we have new settings in place).
Manuel Nickschas [Thu, 17 Jan 2008 22:36:12 +0000 (22:36 +0000)]
This is the long-awaited monster commit, bringing you a redesigned core arch and new auth method...
NOT STABLE! DO NOT USE! WORK IN PROGRESS! NOT CLEANED UP! NOT TESTED! YOU HAVE BEEN WARNED!
Known regressions:
* Networks always use the Default Identity from the _new_ dialog (accessible via the new SettingsDlg)
* No core config wizard. Will be back soon.
* No session save/restore, Will be back soon.
* Some more things, that you'll notice anyway.
Marcus Eggenberger [Thu, 17 Jan 2008 13:38:37 +0000 (13:38 +0000)]
Made the Nicklist Pretty again
Alexander von Renteln [Wed, 16 Jan 2008 11:03:08 +0000 (11:03 +0000)]
Make Quassel not crash on color codes > 15 (Sput)
Marcus Eggenberger [Mon, 14 Jan 2008 23:46:37 +0000 (23:46 +0000)]
another tiny commit: made keyboardselections in the buffermodel to span over the whole row. jeah I know... pretty unimpressive...
Marcus Eggenberger [Mon, 14 Jan 2008 23:20:58 +0000 (23:20 +0000)]
Only a few small things: made the nicklist at least sorted again and fixed the Nick Count for servers.
Alexander von Renteln [Mon, 14 Jan 2008 15:20:59 +0000 (15:20 +0000)]
Fixing dubious crash at core connect (courtesy of EgS finding and Sput testing the fix on phon's
crappy ubuntu machine while phon himself is slacking off on some "meeting"... ;-))