quassel.git
15 years agoSplit action handling and helper stuff from ContextMenuActionProvider
Manuel Nickschas [Sun, 1 Feb 2009 00:21:29 +0000 (01:21 +0100)]
Split action handling and helper stuff from ContextMenuActionProvider

This provides a common baseclass for the menu and the toolbar action providers.
We can't lump the two together, since menu actions are quite different from toolbar
actions in some respects. The common baseclass avoids code duplication.

15 years agoIntroduce GraphicalUi (between QtUi and AbstractUi), rename NetworkModelActionProvider
Manuel Nickschas [Sat, 31 Jan 2009 21:51:07 +0000 (22:51 +0100)]
Introduce GraphicalUi (between QtUi and AbstractUi), rename NetworkModelActionProvider

Since we need to access the UI from uisupport in various places, we introduce GraphicalUi.
This avoids the need to go via Client::mainUi() and abstract classes.

Also, getting rid of AbstractActionProvider and renaming NetworkModelActionProvider to
ContextMenuActionProvider to prepare for ToolbarActionProvider.

15 years agoremove show/hide checkboxes from network items
Marcus Eggenberger [Thu, 5 Feb 2009 23:59:07 +0000 (00:59 +0100)]
remove show/hide checkboxes from network items

15 years agofixes #518 - random crash
Marcus Eggenberger [Thu, 5 Feb 2009 22:57:57 +0000 (23:57 +0100)]
fixes #518 - random crash

15 years agodon't draw using the higlight colors in the away log
Marcus Eggenberger [Thu, 5 Feb 2009 14:56:22 +0000 (15:56 +0100)]
don't draw using the higlight colors in the away log

15 years agoFixes #410 - away log (you'll find it in the views menu)
Marcus Eggenberger [Thu, 5 Feb 2009 14:23:40 +0000 (15:23 +0100)]
Fixes #410 - away log (you'll find it in the views menu)

15 years agoproper edit role for query buffers
Marcus Eggenberger [Thu, 5 Feb 2009 12:35:53 +0000 (13:35 +0100)]
proper edit role for query buffers

15 years agoDefault to Release as CMAKE_BUILD_TYPE on WIN32
Manuel Nickschas [Thu, 5 Feb 2009 09:19:41 +0000 (10:19 +0100)]
Default to Release as CMAKE_BUILD_TYPE on WIN32

15 years agoSet CMAKE_BUILD_TYPE=RelWithDebugInfo if it's not set manually.
Manuel Nickschas [Wed, 4 Feb 2009 23:41:41 +0000 (00:41 +0100)]
Set CMAKE_BUILD_TYPE=RelWithDebugInfo if it's not set manually.

Also, we enable some gcc flags to provide for better debugging information.
Use -DCMAKE_BUILD_TYPE=Debug for mostly optimized, but debuggable builds.
Use -DCMAKE_BUILD_TYPE=Debugfull for -g3 (all debug info).

This should fix #503 too (I hope)

15 years agoThe WebPreviews are now controlled via a neat state machine
Marcus Eggenberger [Wed, 4 Feb 2009 21:47:22 +0000 (22:47 +0100)]
The WebPreviews are now controlled via a neat state machine
This should tame WebPreviews a bit.
New Numbers:
 - after 0.5 seconds of hover the web preview starts to load
 - after another second the preview is shown
 - 5 seconds after hover out the web preview will be deleted internaly

15 years agoupdating mac app icon file
Marcus Eggenberger [Wed, 4 Feb 2009 20:20:14 +0000 (21:20 +0100)]
updating mac app icon file

15 years agofixes #437 - compiler warnings
Marcus Eggenberger [Wed, 4 Feb 2009 15:07:31 +0000 (16:07 +0100)]
fixes #437 - compiler warnings

15 years agoRemove obsolete file
Manuel Nickschas [Wed, 4 Feb 2009 15:05:06 +0000 (16:05 +0100)]
Remove obsolete file

15 years agothis should fix crashes in the nick/bufer view delegates when receiving an invalid...
Marcus Eggenberger [Wed, 4 Feb 2009 13:21:24 +0000 (14:21 +0100)]
this should fix crashes in the nick/bufer view delegates when receiving an invalid index

15 years agofixes #448 - progress indicator for backlog
Marcus Eggenberger [Wed, 4 Feb 2009 13:18:37 +0000 (14:18 +0100)]
fixes #448 - progress indicator for backlog

15 years agomaking Quassel compile with NO_SSL again
Marcus Eggenberger [Tue, 3 Feb 2009 15:28:11 +0000 (16:28 +0100)]
making Quassel compile with NO_SSL again

15 years agoFix #endif. AGAIN. -.-
Manuel Nickschas [Tue, 3 Feb 2009 14:54:20 +0000 (15:54 +0100)]
Fix #endif. AGAIN. -.-

;-)

15 years agofixes #513 - crash when connection fails
Marcus Eggenberger [Tue, 3 Feb 2009 14:24:58 +0000 (15:24 +0100)]
fixes #513 - crash when connection fails

15 years agoBrining back the removed color options
Marcus Eggenberger [Tue, 3 Feb 2009 14:10:26 +0000 (15:10 +0100)]
Brining back the removed color options

15 years agoFixes #510 - Network item shows wrong buffer
Marcus Eggenberger [Mon, 2 Feb 2009 23:29:14 +0000 (00:29 +0100)]
Fixes #510 - Network item shows wrong buffer

15 years agoActually add the icon files -.-
Manuel Nickschas [Mon, 2 Feb 2009 18:38:32 +0000 (19:38 +0100)]
Actually add the icon files -.-

15 years agoUse shiny new user icons for query buffers
Manuel Nickschas [Mon, 2 Feb 2009 18:37:10 +0000 (19:37 +0100)]
Use shiny new user icons for query buffers

15 years agoBump Oxygen theme, add application icon for all sizes
Manuel Nickschas [Mon, 2 Feb 2009 17:49:06 +0000 (18:49 +0100)]
Bump Oxygen theme, add application icon for all sizes

15 years agofix restore via systray icon ignoring first click
Daniel Albers [Mon, 2 Feb 2009 10:01:11 +0000 (11:01 +0100)]
fix restore via systray icon ignoring first click

15 years agohiding unused settings from the colors settings page
Marcus Eggenberger [Sun, 1 Feb 2009 17:20:05 +0000 (18:20 +0100)]
hiding unused settings from the colors settings page

15 years agoremoving nickview color settings
Marcus Eggenberger [Sun, 1 Feb 2009 16:52:01 +0000 (17:52 +0100)]
removing nickview color settings

15 years agoNickView gets it's own Delegate too and uses only QPalette for coloring
Marcus Eggenberger [Sun, 1 Feb 2009 16:42:23 +0000 (17:42 +0100)]
NickView gets it's own Delegate too and uses only QPalette for coloring

15 years agoBufferView colors are now determined by it's delegate and no longer by ForegroundRole
Marcus Eggenberger [Sun, 1 Feb 2009 16:34:18 +0000 (17:34 +0100)]
BufferView colors are now determined by it's delegate and no longer by ForegroundRole
Also making more use of QPalette

15 years agoImproving heart beat system.
Marcus Eggenberger [Sun, 1 Feb 2009 13:00:02 +0000 (14:00 +0100)]
Improving heart beat system.
The SignalProxy uses the heart beats only as a last resort to check if
a peer is still alive. As long as data is received the signalproxy
will be happy. Fixes #311

15 years agoAdd dialog-warning icon
Manuel Nickschas [Sun, 1 Feb 2009 12:01:49 +0000 (13:01 +0100)]
Add dialog-warning icon

15 years agoCreate non-existing directories
Manuel Nickschas [Sun, 1 Feb 2009 12:01:12 +0000 (13:01 +0100)]
Create non-existing directories

15 years agofixing some irregularities in the clientsyncer
Marcus Eggenberger [Sun, 1 Feb 2009 11:44:52 +0000 (12:44 +0100)]
fixing some irregularities in the clientsyncer

15 years agonaming conventions++
Marcus Eggenberger [Sun, 1 Feb 2009 01:31:01 +0000 (02:31 +0100)]
naming conventions++

15 years agoInstall oxygen icon as application icon
Manuel Nickschas [Sun, 1 Feb 2009 10:43:08 +0000 (11:43 +0100)]
Install oxygen icon as application icon

15 years agoBump (C) in COPYING
Manuel Nickschas [Sat, 31 Jan 2009 02:00:30 +0000 (03:00 +0100)]
Bump (C) in COPYING

15 years agoBump included Oxygen theme to KDE's r917170
Manuel Nickschas [Sat, 31 Jan 2009 01:57:33 +0000 (02:57 +0100)]
Bump included Oxygen theme to KDE's r917170

This also removes all unneeded icons we used to ship.

15 years agoAdd a script and skeleton directory for importing icons from Oxygen
Manuel Nickschas [Sat, 31 Jan 2009 01:37:51 +0000 (02:37 +0100)]
Add a script and skeleton directory for importing icons from Oxygen

This script scans the Quassel source for requested icons and imports only
these from the given theme directory. Have a look at import/README.Quassel for
details.

15 years agocorrecting some debug strings in the SignalProxy
Marcus Eggenberger [Thu, 29 Jan 2009 00:06:54 +0000 (01:06 +0100)]
correcting some debug strings in the SignalProxy

15 years agoYou can now add a core to the known hosts.
Marcus Eggenberger [Thu, 29 Jan 2009 00:02:45 +0000 (01:02 +0100)]
You can now add a core to the known hosts.
This will supress future warnings about issues with that specific ssl
certificate in combination with the connected host until the cert changes.

15 years agoQuassel warns you now properly about SSL Errors
Marcus Eggenberger [Wed, 28 Jan 2009 23:01:32 +0000 (00:01 +0100)]
Quassel warns you now properly about SSL Errors

15 years agounifying the tooltips of network and status buffer
Marcus Eggenberger [Mon, 26 Jan 2009 23:45:40 +0000 (00:45 +0100)]
unifying the tooltips of network and status buffer

15 years agofixes BR #475
Marcus Eggenberger [Mon, 26 Jan 2009 20:51:26 +0000 (21:51 +0100)]
fixes BR #475

15 years agosome minor smoothifications to the nick selector
Marcus Eggenberger [Mon, 26 Jan 2009 01:11:29 +0000 (02:11 +0100)]
some minor smoothifications to the nick selector

15 years agoMaking Quassel compile on Mac OS _AGAIN_ -.-
Marcus Eggenberger [Sun, 25 Jan 2009 23:54:36 +0000 (00:54 +0100)]
Making Quassel compile on Mac OS _AGAIN_ -.-

15 years agoAllow external translation files
Manuel Nickschas [Sun, 25 Jan 2009 01:42:20 +0000 (02:42 +0100)]
Allow external translation files

Quassel will now check its data dirs (usually $prefix/share/apps/quassel) for
a directory named "translations". If this is found, translation files will be looked
for in this directory *only*. This means, that Quassel won't look in :/i18n then.

Keeping .qm files in $prefix/share/apps/quassel/translations allows for providing language
packs easily.

Also, we move loadTranslation() from util.cpp to Quassel::loadTranslation().

15 years agoImprove data and icon file handling
Manuel Nickschas [Sun, 25 Jan 2009 01:00:39 +0000 (02:00 +0100)]
Improve data and icon file handling

Add some more locations that data files are being searched in, and reorder the icon
search order to prefer system themes over our own files. Ah, and fix some bugs that
would exclude some dirs that really should be included.

This hopefully provides sane handling of external files now.

15 years agoAlways embed pics/* until we actually support loading from external files
Manuel Nickschas [Sun, 25 Jan 2009 01:00:32 +0000 (02:00 +0100)]
Always embed pics/* until we actually support loading from external files

15 years agoRevamping the build system (again...)
Manuel Nickschas [Fri, 23 Jan 2009 23:35:27 +0000 (00:35 +0100)]
Revamping the build system (again...)

* LINGUAS can now be a comma-separated list, and it now supports quassel_xx_YY.ts style properly
* Get rid of the options for having builtin icons
* Instead, -DEMBED_DATA=ON will embed all external files into the binary, whereas all files
  will be installed externally if the option is not set
* Data files and icons are now installed into sane locations (needs to be checked on Mac)
* Various improvements and simplifications (yes, I've discovered PARENT_SCOPE now :D)

Note: - Code changes to find files again follow in the next commit
      - -DEMBED_DATA=OFF not supported on Win32 yet, and untested on Mac and for static builds
      - -DWITH_KDE=ON implies -DEMBED_DATA=OFF

15 years agoDon't show migration warnings if we don't have old settings to migrate
Manuel Nickschas [Thu, 22 Jan 2009 23:21:02 +0000 (00:21 +0100)]
Don't show migration warnings if we don't have old settings to migrate

15 years agoRemove old UiStyle migration code that would try to access settings at the old location
Manuel Nickschas [Thu, 22 Jan 2009 22:05:34 +0000 (23:05 +0100)]
Remove old UiStyle migration code that would try to access settings at the old location

15 years agoWell, if we check for a settings version, maybe we should set it too...
Manuel Nickschas [Thu, 22 Jan 2009 21:16:08 +0000 (22:16 +0100)]
Well, if we check for a settings version, maybe we should set it too...

15 years agoThis should fix config file migration for the mac.
Manuel Nickschas [Thu, 22 Jan 2009 19:35:12 +0000 (20:35 +0100)]
This should fix config file migration for the mac.

Please test though, maybe I've run into #ifdef hell again :)

15 years agoMake Quasel compile on mac and win again.
Marcus Eggenberger [Thu, 22 Jan 2009 11:56:20 +0000 (12:56 +0100)]
Make Quasel compile on mac and win again.
Curse you evil #ifdefs!111

15 years agowarnings--
Manuel Nickschas [Wed, 21 Jan 2009 23:32:09 +0000 (00:32 +0100)]
warnings--

15 years agoDon't tinker with config and data files on Mac for now
Manuel Nickschas [Wed, 21 Jan 2009 23:27:00 +0000 (00:27 +0100)]
Don't tinker with config and data files on Mac for now

Still need to figure out how to behave correctly on Mac. To not break Mac builds
until that's sorted, this should restore the old behavior.
Disabling migration code on Mac as well.

15 years agoImprove data directory search
Manuel Nickschas [Wed, 21 Jan 2009 08:04:54 +0000 (09:04 +0100)]
Improve data directory search

15 years agousing the extended away icon for away state as proposed by jussi01
Marcus Eggenberger [Wed, 21 Jan 2009 22:54:12 +0000 (23:54 +0100)]
using the extended away icon for away state as proposed by jussi01

15 years agoAnother try on tackeling the minimize issues. lol.
Marcus Eggenberger [Tue, 20 Jan 2009 23:44:27 +0000 (00:44 +0100)]
Another try on tackeling the minimize issues. lol.
going to sleep.
hmm... using git as twitter rocks.
!nini

15 years agomaybe clicking the tray icon toggles minimize to tray again. maybe it won't. maybe...
Marcus Eggenberger [Tue, 20 Jan 2009 23:33:08 +0000 (00:33 +0100)]
maybe clicking the tray icon toggles minimize to tray again. maybe it won't. maybe it crashes quassel right on start.
I didn't test it, as I don't want to mess up my settings. (meaning: it compiled but I didn't even started quassel afterwards)

15 years agoMake IconLoader compile again
Manuel Nickschas [Tue, 20 Jan 2009 21:46:48 +0000 (22:46 +0100)]
Make IconLoader compile again

15 years agoWupps, fixed an oooopsie with the migration code :)
Manuel Nickschas [Tue, 20 Jan 2009 21:46:32 +0000 (22:46 +0100)]
Wupps, fixed an oooopsie with the migration code :)

15 years agoThis could / should / oh well you know the drill... just test if minimize to tray...
Marcus Eggenberger [Tue, 20 Jan 2009 21:31:53 +0000 (22:31 +0100)]
This could / should / oh well you know the drill... just test if minimize to tray now works properly (BR #398)

15 years agofixing a glitch on mac os in the general settings page (systray setting for mac os)
Marcus Eggenberger [Tue, 20 Jan 2009 21:30:05 +0000 (22:30 +0100)]
fixing a glitch on mac os in the general settings page (systray setting for mac os)

15 years agoAdding code for migrating settings and database to the new location
Manuel Nickschas [Tue, 20 Jan 2009 20:47:54 +0000 (21:47 +0100)]
Adding code for migrating settings and database to the new location

Please make sure to backup your config and data before running Quassel, just
in case something goes wrong.

15 years agoMake Settings use --configdir (or the default location)
Manuel Nickschas [Tue, 20 Jan 2009 01:14:10 +0000 (02:14 +0100)]
Make Settings use --configdir (or the default location)

Note that the default location on Unix is now
~/.config/quassel-irc.org/quassel{core,client}.conf

This follows the XDG standard (Qt and, hence, Quassel honor XDG_CONFIG_HOME
as well; but not more sophisticated stuff like .config/user-dirs)

15 years agoAbuse QSettings to find a sensible config file location
Manuel Nickschas [Tue, 20 Jan 2009 01:08:30 +0000 (02:08 +0100)]
Abuse QSettings to find a sensible config file location

Rather than trying to do The Right Thing [tm] ourselves, we now just instantiate
a QSettings object and retrieve its path to figure out where Quassel should store
its config data. Path is cached, so it's not too expensive.

15 years agoGet rid of the old path finding methods in util.cpp
Manuel Nickschas [Sat, 17 Jan 2009 00:37:08 +0000 (01:37 +0100)]
Get rid of the old path finding methods in util.cpp

Use the stuff in Quassel:: now. And use --configdir to specify the config dir
on the cli, rather than the now deprecated --datadir.

15 years agoProvide Quassel::configDirPath() and Quassel::findDataFilePath()
Manuel Nickschas [Sat, 17 Jan 2009 00:18:43 +0000 (01:18 +0100)]
Provide Quassel::configDirPath() and Quassel::findDataFilePath()

These functions are about to obsolete their pendants in util.cpp. With KDE integration
enabled, data files will (only) be looked for in KDE's data directories rather than XDG.
This is in preparation of build system changes that will install stuff into KDE's dirs.
Still lacks some stuff to work properly on Win and Mac, I guess.

Instead of --datadir, use --configdir now. We'll move all user files in one location soon.

15 years agoModified automatic branch mask generation for IP addresses.
Edward Hades [Tue, 20 Jan 2009 17:15:48 +0000 (20:15 +0300)]
Modified automatic branch mask generation for IP addresses.

Now instead for ident Nick!~Login@123.45.67.89 it sets mask to
*!~Login@123.45.67.* instead of *!~Login@*.67.89.

15 years agoThis could / should / I just wish it does / who the hell knows / whatever / <insert...
Marcus Eggenberger [Tue, 20 Jan 2009 00:03:31 +0000 (01:03 +0100)]
This could / should / I just wish it does / who the hell knows / whatever / <insert random words here> fix the issue where quassel stops kde's logout. (Br # 485).
I can't test it on mac os.

15 years agofixing a client crash that could occur when processing dynamic backlog
Marcus Eggenberger [Sun, 18 Jan 2009 13:19:45 +0000 (14:19 +0100)]
fixing a client crash that could occur when processing dynamic backlog

15 years agoSome more fixes
Manuel Nickschas [Fri, 16 Jan 2009 20:15:47 +0000 (21:15 +0100)]
Some more fixes

15 years agoFormatting, make strings translateable, naming convention++
Manuel Nickschas [Fri, 16 Jan 2009 20:15:27 +0000 (21:15 +0100)]
Formatting, make strings translateable, naming convention++

15 years agoOnly display the verbose error message once.
Joshua T Corbin [Thu, 8 Jan 2009 23:53:00 +0000 (18:53 -0500)]
Only display the verbose error message once.

15 years agoUseful error message on certificate error.
Joshua T Corbin [Thu, 8 Jan 2009 23:52:59 +0000 (18:52 -0500)]
Useful error message on certificate error.

When the core is compiled with SSL support, but a certificate file is not present
or invalid display a verbose warning pointing to the FAQ.

15 years agoPrecise error messages in SslServer::setCertificate.
Joshua T Corbin [Thu, 8 Jan 2009 23:52:58 +0000 (18:52 -0500)]
Precise error messages in SslServer::setCertificate.

15 years agoCatch and describe IO errors in SslServer::setCertificate.
Joshua T Corbin [Thu, 8 Jan 2009 23:52:57 +0000 (18:52 -0500)]
Catch and describe IO errors in SslServer::setCertificate.

15 years agoReset certFile instead of reopening in SslServer::setCertificate.
Joshua T Corbin [Thu, 8 Jan 2009 23:52:56 +0000 (18:52 -0500)]
Reset certFile instead of reopening in SslServer::setCertificate.

15 years agoBasic checks on path in SslServer::setCertificate.
Joshua T Corbin [Thu, 8 Jan 2009 23:52:55 +0000 (18:52 -0500)]
Basic checks on path in SslServer::setCertificate.

15 years agoMore obvious logic in SslServer::setCertificate.
Joshua T Corbin [Thu, 8 Jan 2009 23:52:54 +0000 (18:52 -0500)]
More obvious logic in SslServer::setCertificate.

15 years agoSeparate certificate setting into a method.
Joshua T Corbin [Thu, 8 Jan 2009 23:52:53 +0000 (18:52 -0500)]
Separate certificate setting into a method.

Move SSL certificate setting logic from SslServer::SslServer
to SslServer::setCertificate.

15 years agoAdd socket warnings, make strings translatable, adjust whitespace
Manuel Nickschas [Fri, 16 Jan 2009 19:40:02 +0000 (20:40 +0100)]
Add socket warnings, make strings translatable, adjust whitespace

15 years agoAdd quWarning() and quError()
Manuel Nickschas [Fri, 16 Jan 2009 19:39:50 +0000 (20:39 +0100)]
Add quWarning() and quError()

15 years agoAdd listen option.
Joshua T Corbin [Thu, 8 Jan 2009 23:52:50 +0000 (18:52 -0500)]
Add listen option.

The listen option changes what address the core will listen on, the default is
to listen on all available IPv4 and IPv6 addresses.

15 years agoFix a regression that would show some wrong context menu entries in some cases
Manuel Nickschas [Fri, 16 Jan 2009 16:25:32 +0000 (17:25 +0100)]
Fix a regression that would show some wrong context menu entries in some cases

15 years agoProperly display core build date, fixes #473
Manuel Nickschas [Thu, 15 Jan 2009 23:04:20 +0000 (00:04 +0100)]
Properly display core build date, fixes #473

Will probably see how to get a localized string into that at some point; using
__TIME__ and __DATE__ is quite hacky, and since we run genversion anyway, we can
as well have it provide a real timestamp instead.

15 years agoImprove mouse button detection for mouse release events
Manuel Nickschas [Thu, 15 Jan 2009 20:11:59 +0000 (21:11 +0100)]
Improve mouse button detection for mouse release events

This might be a solution to the strange behavior when clicking links in Windows
(as described in Bug 483). Please test and feedback.

15 years agoProperly initialize _messageFilter in all cases, fixes #482
Manuel Nickschas [Thu, 15 Jan 2009 19:45:15 +0000 (20:45 +0100)]
Properly initialize _messageFilter in all cases, fixes #482

Thanks to EgS for pointing me to the root of the issue.

15 years agoNo longer saving QTextLayouts for chatitems
Marcus Eggenberger [Thu, 15 Jan 2009 15:16:15 +0000 (16:16 +0100)]
No longer saving QTextLayouts for chatitems

15 years agofixes #484 - issues with ssl status indicator
Marcus Eggenberger [Wed, 14 Jan 2009 20:02:50 +0000 (21:02 +0100)]
fixes #484 - issues with ssl status indicator

15 years agoWeed out networks.ini to only contain popular networks
Manuel Nickschas [Tue, 13 Jan 2009 22:56:03 +0000 (23:56 +0100)]
Weed out networks.ini to only contain popular networks

15 years agoAutomatically create networks and buffers specified in networks.ini
Manuel Nickschas [Tue, 13 Jan 2009 22:41:09 +0000 (23:41 +0100)]
Automatically create networks and buffers specified in networks.ini

In order for a network and certain channels to be added automatically in a blank core
configuration, add the following to a [NetworkName] block in networks.ini:

Default=Yes
DefaultChannels=#channel1,#channel2,#channel3

We'll create the network(s), and on first connect, the given channels will be joined automatically.

15 years agoMove handling of networks.ini from NetworksSettingsPage in Network
Manuel Nickschas [Tue, 13 Jan 2009 22:40:17 +0000 (23:40 +0100)]
Move handling of networks.ini from NetworksSettingsPage in Network

We use this in Client as well, so avoid code duplication here.

15 years agoTake list of auto-rejoin channels directly from core
Manuel Nickschas [Tue, 13 Jan 2009 22:37:42 +0000 (23:37 +0100)]
Take list of auto-rejoin channels directly from core

This might fix the dreaded auto-rejoin bug. I can only guess, but maybe the cached list
in CoreNetwork and the list in the database get out of sync in some circumstances. This
gets rid of the (unneeded) caching; please let me know if the rejoin bug is still present.

15 years agoMake "rejoin channels on reconnect" option work
Manuel Nickschas [Tue, 13 Jan 2009 08:26:38 +0000 (09:26 +0100)]
Make "rejoin channels on reconnect" option work

15 years agoInternal changes to message redirection. As a side effect this will
Marcus Eggenberger [Tue, 13 Jan 2009 17:54:50 +0000 (18:54 +0100)]
Internal changes to message redirection. As a side effect this will
reset your redirection settings. Automagicaly fixes #454

15 years agoReducing the overhead between ChatlineModelItem and MessageModelItem.
Marcus Eggenberger [Tue, 13 Jan 2009 15:34:18 +0000 (16:34 +0100)]
Reducing the overhead between ChatlineModelItem and MessageModelItem.
This concludes my work on restructuring the MessageModel to not be
such a malloc hog. Also it seems that performance can be further
increased by reducing virtual calls on the MessageModelItems.

15 years agoUiStyle::StyledMessage derived now from Message
Marcus Eggenberger [Tue, 13 Jan 2009 14:52:31 +0000 (15:52 +0100)]
UiStyle::StyledMessage derived now from Message

15 years agoquassel no longer allocates an MessageItem on the heap for every message - working...
Marcus Eggenberger [Tue, 13 Jan 2009 14:21:24 +0000 (15:21 +0100)]
quassel no longer allocates an MessageItem on the heap for every message - working towards a better mem handling

15 years agoMessage object cleanup
Marcus Eggenberger [Tue, 13 Jan 2009 12:57:44 +0000 (13:57 +0100)]
Message object cleanup