quassel.git
15 years agointernal tweaks
Marcus Eggenberger [Thu, 10 Jul 2008 11:50:22 +0000 (13:50 +0200)]
internal tweaks

15 years agofixing tabcompleter crash in non channel buffers... ooooops
Marcus Eggenberger [Tue, 8 Jul 2008 18:51:45 +0000 (20:51 +0200)]
fixing tabcompleter crash in non channel buffers... ooooops

15 years agoGetting rid of the annoying cmake-2.6 warning
Manuel Nickschas [Tue, 8 Jul 2008 15:50:19 +0000 (17:50 +0200)]
Getting rid of the annoying cmake-2.6 warning

15 years agoFixing a stupid bugs in FindQt4.cmake
Manuel Nickschas [Tue, 8 Jul 2008 15:30:41 +0000 (17:30 +0200)]
Fixing a stupid bugs in FindQt4.cmake

The moc should not need -I options (since it does not include
directories)... on the other hand, -D options make a lot of sense,
since moc compiles conditionally then.

15 years agodebug--
Manuel Nickschas [Tue, 8 Jul 2008 15:29:35 +0000 (17:29 +0200)]
debug--

15 years agoImprove (hopefully fix) OpenSSL recognition
Manuel Nickschas [Tue, 8 Jul 2008 15:01:02 +0000 (17:01 +0200)]
Improve (hopefully fix) OpenSSL recognition

FindQt4.cmake has a bunch of issues, in particular it ignores if openssl is present.

15 years agocore should fallback to v4 if v6 isn't available
Marcus Eggenberger [Tue, 8 Jul 2008 13:06:00 +0000 (15:06 +0200)]
core should fallback to v4 if v6 isn't available

15 years agofixed a bug in the bufferviews
Marcus Eggenberger [Tue, 8 Jul 2008 11:30:37 +0000 (13:30 +0200)]
fixed a bug in the bufferviews

15 years agomake the core listen on ipv6 interfaces too (thanks al_)
Marcus Eggenberger [Tue, 8 Jul 2008 10:37:34 +0000 (12:37 +0200)]
make the core listen on ipv6 interfaces too (thanks al_)

15 years agoFix protocol version check
Manuel Nickschas [Sun, 6 Jul 2008 20:33:55 +0000 (22:33 +0200)]
Fix protocol version check

15 years agofixing corecrash on exit when non-authed clients were connected
Marcus Eggenberger [Sun, 6 Jul 2008 20:13:31 +0000 (22:13 +0200)]
fixing corecrash on exit when non-authed clients were connected

15 years agoFixed tabcompleter not completing some special characters correctly.
Sebastian Goth [Thu, 3 Jul 2008 13:46:47 +0000 (15:46 +0200)]
Fixed tabcompleter not completing some special characters correctly.

15 years agoRemove obsolete icons, now that Flameeyes has adapted the ebuilds :) Kudos!
Manuel Nickschas [Thu, 3 Jul 2008 00:14:15 +0000 (02:14 +0200)]
Remove obsolete icons, now that Flameeyes has adapted the ebuilds :) Kudos!

15 years agoUpdate version.inc for rc2-pre :)
Manuel Nickschas [Tue, 1 Jul 2008 22:24:47 +0000 (00:24 +0200)]
Update version.inc for rc2-pre :)

15 years agoTagging 0.2.0-rc1 0.2.0-rc1
Manuel Nickschas [Tue, 1 Jul 2008 22:00:19 +0000 (00:00 +0200)]
Tagging 0.2.0-rc1

15 years agoRemove warning (unused param) in IrcServerHandler
Manuel Nickschas [Tue, 1 Jul 2008 21:56:42 +0000 (23:56 +0200)]
Remove warning (unused param) in IrcServerHandler

15 years agoRevert "Removed already unused topicEditButton from topicwidget"
Manuel Nickschas [Tue, 1 Jul 2008 21:52:52 +0000 (23:52 +0200)]
Revert "Removed already unused topicEditButton from topicwidget"

This introduces all sorts of layout issues with different themes/OSes.
We'll find a nicer solution.

This reverts commit f129f4cd5d03813f9acfe6ad71e94d08807deb40.

15 years agoRevert "aligned the topic vertically", unneeded since we bring back the topic button
Manuel Nickschas [Tue, 1 Jul 2008 21:52:10 +0000 (23:52 +0200)]
Revert "aligned the topic vertically", unneeded since we bring back the topic button

This reverts commit 9afcb464967cc12c91b9f2f86a0554ca98275504.

15 years agoOptimize tabcompleter and fix duplicate occurrence of last completion entry.
Sebastian Goth [Tue, 1 Jul 2008 21:00:54 +0000 (23:00 +0200)]
Optimize tabcompleter and fix duplicate occurrence of last completion entry.
QStringList completionList is now QMap<QString,QString> completionMap.

15 years agoUpdate genversion and Global to use version.dist
Manuel Nickschas [Tue, 1 Jul 2008 21:26:02 +0000 (23:26 +0200)]
Update genversion and Global to use version.dist

15 years agoIntroduce gitattributes and version.dist to autogenerate version info for archives
Manuel Nickschas [Tue, 1 Jul 2008 20:34:11 +0000 (22:34 +0200)]
Introduce gitattributes and version.dist to autogenerate version info for archives

15 years agoaligned the topic vertically
Marcus Eggenberger [Tue, 1 Jul 2008 20:33:23 +0000 (22:33 +0200)]
aligned the topic vertically

15 years agocleanup
Marcus Eggenberger [Tue, 1 Jul 2008 19:57:39 +0000 (21:57 +0200)]
cleanup

15 years agoIgnore leading non-alphabetical characters. Fixes BR205
Sebastian Goth [Tue, 1 Jul 2008 17:56:17 +0000 (19:56 +0200)]
Ignore leading non-alphabetical characters. Fixes BR205
In addition, sorting of completionList is now correct(tm).

15 years agoFixing layout of the settingsdialog on Mac OS X again.
Marcus Eggenberger [Tue, 1 Jul 2008 19:51:41 +0000 (21:51 +0200)]
Fixing layout of the settingsdialog on Mac OS X again.
Disabling Debug Console and removing Debug menu item as it isn't used currently.

15 years agoFixing/tweaking various UIs, mostly icons
Manuel Nickschas [Tue, 1 Jul 2008 19:22:22 +0000 (21:22 +0200)]
Fixing/tweaking various UIs, mostly icons

15 years agoChanges to existing custom views are now reflected immediately in the preview.
Marcus Eggenberger [Tue, 1 Jul 2008 09:57:40 +0000 (11:57 +0200)]
Changes to existing custom views are now reflected immediately in the preview.

15 years agoUpdate quasselclient.desktop to have a unique name
Manuel Nickschas [Tue, 1 Jul 2008 00:21:14 +0000 (02:21 +0200)]
Update quasselclient.desktop to have a unique name

15 years agoBye-bye qmake
Manuel Nickschas [Tue, 1 Jul 2008 00:07:32 +0000 (02:07 +0200)]
Bye-bye qmake

15 years agoMake warnings a little easier to understand
Manuel Nickschas [Mon, 30 Jun 2008 23:50:21 +0000 (01:50 +0200)]
Make warnings a little easier to understand

15 years agoRemoved already unused topicEditButton from topicwidget
Sebastian Goth [Mon, 30 Jun 2008 16:15:56 +0000 (18:15 +0200)]
Removed already unused topicEditButton from topicwidget

15 years agoRestoring old size of NetworksSettingsPage
Manuel Nickschas [Mon, 30 Jun 2008 22:50:48 +0000 (00:50 +0200)]
Restoring old size of NetworksSettingsPage

Here's hoping that fixes the mac resizing issue...

15 years agoremoving german translation as there are way too many translations missing
Marcus Eggenberger [Sat, 28 Jun 2008 16:48:56 +0000 (18:48 +0200)]
removing german translation as there are way too many translations missing

15 years agoRemove explicit linking to OpenSSL in mod_core
Manuel Nickschas [Sat, 28 Jun 2008 03:03:50 +0000 (05:03 +0200)]
Remove explicit linking to OpenSSL in mod_core

15 years agoMac OS X only: added deployment scripts. Finally managed to cope with 10.4 SDK and...
Marcus Eggenberger [Fri, 27 Jun 2008 15:14:41 +0000 (17:14 +0200)]
Mac OS X only: added deployment scripts. Finally managed to cope with 10.4 SDK and cmake... -.-

15 years agoMeh, missed one reference to the old icon locations...
Manuel Nickschas [Thu, 26 Jun 2008 23:48:55 +0000 (01:48 +0200)]
Meh, missed one reference to the old icon locations...

15 years agoWorkaround #151 (deleting and readding a network with the same name)
Manuel Nickschas [Thu, 26 Jun 2008 23:27:04 +0000 (01:27 +0200)]
Workaround #151 (deleting and readding a network with the same name)

Real reason lies in the storage engine and still needs to be fixed;
however, the problem described in #151 is solved with this workaround.

15 years agoChange Message flags type from quint8 to Message::Flags, fixing #192
Manuel Nickschas [Thu, 26 Jun 2008 22:41:31 +0000 (00:41 +0200)]
Change Message flags type from quint8 to Message::Flags, fixing #192

Backported from ex-trunk to 0.2.

15 years agoSome more changes to tooltips
Manuel Nickschas [Thu, 26 Jun 2008 21:26:13 +0000 (23:26 +0200)]
Some more changes to tooltips

15 years agoFixing BR#164: Show correct tooltips in networksettings
Sebastian Goth [Thu, 26 Jun 2008 15:27:32 +0000 (17:27 +0200)]
Fixing BR#164: Show correct tooltips in networksettings

Fixed the tooltips, renamed "tab" to "advancedTab" and changed hsizetype
of detailsBox from "Expanding" to "MinimumExpanding" to fix wrong resizing.

15 years agoFix icon in aboutdlg
Manuel Nickschas [Thu, 26 Jun 2008 20:45:18 +0000 (22:45 +0200)]
Fix icon in aboutdlg

15 years agoTemporarily bring back the icons/connected dir to not break ebuilds
Manuel Nickschas [Thu, 26 Jun 2008 20:34:56 +0000 (22:34 +0200)]
Temporarily bring back the icons/connected dir to not break ebuilds

Until downstream has adjusted to the new icon naming scheme, we'll keep
the "connected" dir (which contains our app icon).

15 years agoRename and move our own icons to match icon naming/location standards
Manuel Nickschas [Thu, 26 Jun 2008 20:24:17 +0000 (22:24 +0200)]
Rename and move our own icons to match icon naming/location standards

15 years agofixing core crash during restore
Marcus Eggenberger [Thu, 26 Jun 2008 11:57:57 +0000 (13:57 +0200)]
fixing core crash during restore

15 years agoBufferView no longer reacts on layoutChanged() as this is far too often emited.
Marcus Eggenberger [Tue, 24 Jun 2008 12:47:49 +0000 (14:47 +0200)]
BufferView no longer reacts on layoutChanged() as this is far too often emited.
QSortFilterProxyModel sends this at least once(!) per dataChanged of the source
model if dynamicSortFilter is true.

15 years agoupdated contact information
Marcus Eggenberger [Tue, 24 Jun 2008 10:51:03 +0000 (12:51 +0200)]
updated contact information

15 years agoAdding an AUTHORS file to the repo
Marcus Eggenberger [Mon, 23 Jun 2008 23:21:31 +0000 (01:21 +0200)]
Adding an AUTHORS file to the repo

15 years agoFixed a bug where disconnecting from a net might make it impossible to reconnect...
Marcus Eggenberger [Mon, 23 Jun 2008 23:14:45 +0000 (01:14 +0200)]
Fixed a bug where disconnecting from a net might make it impossible to reconnect to the quassel core

15 years agoremoving debug output...
Marcus Eggenberger [Mon, 23 Jun 2008 23:07:02 +0000 (01:07 +0200)]
removing debug output...

15 years agoFixing BR #188. This might fix X Errors (BadDrawable) aswell
Marcus Eggenberger [Mon, 23 Jun 2008 23:01:00 +0000 (01:01 +0200)]
Fixing BR #188. This might fix X Errors (BadDrawable) aswell

15 years agoFixing BR #147. Needs core update.
Marcus Eggenberger [Sun, 22 Jun 2008 18:57:21 +0000 (20:57 +0200)]
Fixing BR #147. Needs core update.

15 years agoIt is now possible to remove a BufferViewConfig from a BufferViewFilter by calling...
Marcus Eggenberger [Sun, 22 Jun 2008 18:37:09 +0000 (20:37 +0200)]
It is now possible to remove a BufferViewConfig from a BufferViewFilter by calling BufferViewFilter::setConfig(0);

15 years agoFixing BR #167 (Key down now puts the content of inputline into the history (doing...
Marcus Eggenberger [Sun, 22 Jun 2008 14:31:32 +0000 (16:31 +0200)]
Fixing BR #167 (Key down now puts the content of inputline into the history (doing it irssi's and seezer's way))

15 years agoFixing BR #39 (splitting long messages)
Marcus Eggenberger [Sun, 22 Jun 2008 14:26:41 +0000 (16:26 +0200)]
Fixing BR #39 (splitting long messages)

15 years agoImplemented a channel browser (BR #176).
Marcus Eggenberger [Sun, 22 Jun 2008 12:53:27 +0000 (14:53 +0200)]
Implemented a channel browser (BR #176).
The Channel Browser is currently only via contextmenu of the networks accessible.
Some minor fixes.

15 years agoMake STATIC an option; disable building of mono client by default
Manuel Nickschas [Sat, 21 Jun 2008 15:34:33 +0000 (17:34 +0200)]
Make STATIC an option; disable building of mono client by default

15 years agoUpdate button state in NetworksSettingsPage correctly, fix #163. Thanks seezer!
Manuel Nickschas [Sat, 21 Jun 2008 15:12:40 +0000 (17:12 +0200)]
Update button state in NetworksSettingsPage correctly, fix #163. Thanks seezer!

15 years agoUse qsrand initialization from Qt examples
Manuel Nickschas [Sat, 21 Jun 2008 14:27:36 +0000 (16:27 +0200)]
Use qsrand initialization from Qt examples

Since for some bizarre (and locally unreproducable) reason the default
nick for newly created identities seems to be "quassel251" for many people,
we try a different way of seeding the random generator. No idea why localtime
wouldn't work...

15 years agoPut selections in both clipboard and X selection buffer on Linux again.
Manuel Nickschas [Wed, 18 Jun 2008 17:44:09 +0000 (19:44 +0200)]
Put selections in both clipboard and X selection buffer on Linux again.

Not all users seem to be able to access the clipboard, so we'd rather put
it in both and allow copying for everybody. I guess in the new ChatView we'll
have something more sensible at some point.

15 years agoMerge branch '0.2' of git@git.quassel-irc.org:quassel into 0.2
Marcus Eggenberger [Wed, 18 Jun 2008 17:01:05 +0000 (19:01 +0200)]
Merge branch '0.2' of git@git.quassel-irc.org:quassel into 0.2

15 years agoFix static building on Win32 yet again...
Alexander von Renteln [Wed, 18 Jun 2008 15:05:53 +0000 (17:05 +0200)]
Fix static building on Win32 yet again...

15 years agofixing BR #145 (moving items in custom view off by one)
Marcus Eggenberger [Wed, 18 Jun 2008 15:32:39 +0000 (17:32 +0200)]
fixing BR #145 (moving items in custom view off by one)

15 years agoFixing BR #157 (default argument to /mode)
Marcus Eggenberger [Wed, 18 Jun 2008 14:58:09 +0000 (16:58 +0200)]
Fixing BR #157 (default argument to /mode)

15 years agofixing BR #18
Marcus Eggenberger [Wed, 18 Jun 2008 14:39:15 +0000 (16:39 +0200)]
fixing BR #18

15 years agofixing BR #100 and #187
Marcus Eggenberger [Wed, 18 Jun 2008 14:06:22 +0000 (16:06 +0200)]
fixing BR #100 and #187

15 years agoAdding Qt library deps and Qt config information back to FindQt4
Manuel Nickschas [Tue, 17 Jun 2008 23:13:33 +0000 (01:13 +0200)]
Adding Qt library deps and Qt config information back to FindQt4
to make Quassel properly build with static Qt.

15 years agoAdding some CMake modules from KDE, since the original versions are buggy
Manuel Nickschas [Tue, 17 Jun 2008 21:43:44 +0000 (23:43 +0200)]
Adding some CMake modules from KDE, since the original versions are buggy

15 years agoMake our CMake options properly cached values.
Manuel Nickschas [Tue, 17 Jun 2008 19:21:50 +0000 (21:21 +0200)]
Make our CMake options properly cached values.

This way, CMake will remember the values we specify on the command
line, plus it is possible to edit them via cmake -i or various GUIs.

15 years agoMerge branch 'cmake'
Manuel Nickschas [Tue, 17 Jun 2008 18:31:07 +0000 (20:31 +0200)]
Merge branch 'cmake'

Mangled the CMakeLists.txt a bit to make WIN32 support less fugly

15 years agoFix static building on Linux/gcc
Manuel Nickschas [Tue, 17 Jun 2008 17:33:00 +0000 (19:33 +0200)]
Fix static building on Linux/gcc

15 years agoRevert "Allow user to provide a key/certificate pair for outgoing IRC connections."
Manuel Nickschas [Tue, 17 Jun 2008 10:46:19 +0000 (12:46 +0200)]
Revert "Allow user to provide a key/certificate pair for outgoing IRC connections."

New feature should not go into 0.2 (which is in feature freeze). Plus it's problematic
because it doesn't work in a multiuser environment. Need to think this through first.

This reverts commit b28143aec8a66798a80ea77bc5838dd558468a99.

15 years agoBump cmake requirement to 2.4.7
Manuel Nickschas [Tue, 17 Jun 2008 08:56:11 +0000 (10:56 +0200)]
Bump cmake requirement to 2.4.7

15 years agoFix warnings about non-string-literals on printf()-like functions.
Diego 'Flameeyes' Pettenò [Mon, 16 Jun 2008 17:55:58 +0000 (19:55 +0200)]
Fix warnings about non-string-literals on printf()-like functions.

qWarning() and similar functions expect a format string as first
parameter.

Using QString's formatting, you should not pass it as first parameter,
but use the "%s" format instead. It's very difficult but it might lead
to format string vulnerabilities.

Signed-off-by: Manuel Nickschas <sputnick@quassel-irc.org>
15 years agoAllow user to provide a key/certificate pair for outgoing IRC connections.
Diego 'Flameeyes' Pettenò [Mon, 16 Jun 2008 17:56:13 +0000 (19:56 +0200)]
Allow user to provide a key/certificate pair for outgoing IRC connections.

OFTC supports a way to identify clients based on the fingerprint of
the SSL certificated used to initialise the connection.

This patch allows to make use of the CertFP identification by creating
a ~/.quassel/quasselClientCert.pem key/certificate file, which will be
used for all the outgoing SSL connections to IRC servers.

At the moment the message sent by the server at the connection is not
displayed by quassel, so you'll have to find the certificate's
fingerprint through OpenSSL (or any other method).

Signed-off-by: Manuel Nickschas <sputnick@quassel-irc.org>
15 years agoUse options to choose which targets to build, instead of the BUILD variable.
Diego 'Flameeyes' Pettenò [Mon, 16 Jun 2008 15:49:46 +0000 (17:49 +0200)]
Use options to choose which targets to build, instead of the BUILD variable.

Instead of a single space-separated list of targets to build, use
options to decide whether to enable the targets or not.

This also simplifies writing ebuilds for quassel.

Signed-off-by: Manuel Nickschas <sputnick@quassel-irc.org>
15 years agoFix permissions for icons, they should not be executable.
Diego 'Flameeyes' Pettenò [Mon, 16 Jun 2008 14:56:08 +0000 (16:56 +0200)]
Fix permissions for icons, they should not be executable.

Signed-off-by: Manuel Nickschas <sputnick@quassel-irc.org>
15 years agoMerge branch '0.2' of git@git.quassel-irc.org:quassel into 0.2
Marcus Eggenberger [Mon, 16 Jun 2008 14:38:46 +0000 (16:38 +0200)]
Merge branch '0.2' of git@git.quassel-irc.org:quassel into 0.2

15 years agoFixing BR #149 (high cpu load in settings)
Marcus Eggenberger [Mon, 16 Jun 2008 14:38:15 +0000 (16:38 +0200)]
Fixing BR #149 (high cpu load in settings)

15 years agoProvide an install for the built clients.
Diego 'Flameeyes' Pettenò [Mon, 16 Jun 2008 14:21:06 +0000 (16:21 +0200)]
Provide an install for the built clients.

Instead of having to install the files manually in the ebuild, with
this patch it's possible to just call "make install" for them to be
copied properly.

Signed-off-by: Manuel Nickschas <sputnick@quassel-irc.org>
15 years agoFix warnings from GCC 4.3 about suggested parentheses.
Diego 'Flameeyes' Pettenò [Mon, 16 Jun 2008 14:14:21 +0000 (16:14 +0200)]
Fix warnings from GCC 4.3 about suggested parentheses.

In GCC 4.3 there are further cases that are suggested to be given
parentheses, to make sure that the result is the actuall behaviour
looked for.

Fix the cases so that warnings are not reported for these.

Signed-off-by: Manuel Nickschas <sputnick@quassel-irc.org>
15 years agoProvide a .desktop file for quasselclient too.
Diego 'Flameeyes' Pettenò [Mon, 16 Jun 2008 14:13:59 +0000 (16:13 +0200)]
Provide a .desktop file for quasselclient too.

The current quassel.desktop file only work with the monolithic
application (client and core in one file).

Provide a desktop file for the client-only application too.

Signed-off-by: Manuel Nickschas <sputnick@quassel-irc.org>
15 years agoRename the cmake information from README.cmake to INSTALL.cmake.
Diego 'Flameeyes' Pettenò [Mon, 16 Jun 2008 13:40:10 +0000 (15:40 +0200)]
Rename the cmake information from README.cmake to INSTALL.cmake.

As cmake is not used after building, it's more an INSTALL document,
which is usually ignored from installing by distributions (while
README files are).

Signed-off-by: Manuel Nickschas <sputnick@quassel-irc.org>
15 years agoquassel-0.2 only requires Qt 4.3
Manuel Nickschas [Sun, 15 Jun 2008 17:50:09 +0000 (19:50 +0200)]
quassel-0.2 only requires Qt 4.3

15 years agofixed a bug in /away command
Marcus Eggenberger [Sun, 15 Jun 2008 12:48:21 +0000 (14:48 +0200)]
fixed a bug in /away command

15 years agoMake qmake still build with the new version stuff
Manuel Nickschas [Sun, 15 Jun 2008 01:24:25 +0000 (03:24 +0200)]
Make qmake still build with the new version stuff

15 years agoMerge branch 'cmake'
Manuel Nickschas [Sun, 15 Jun 2008 01:15:21 +0000 (03:15 +0200)]
Merge branch 'cmake'

15 years agoreplaced a Qt 4.4 function call so Quassel can compile with Qt 4.3 again
Marcus Eggenberger [Mon, 9 Jun 2008 21:33:29 +0000 (23:33 +0200)]
replaced a Qt 4.4 function call so Quassel can compile with Qt 4.3 again

15 years agosometimes I hate git... forgot stupid -a for git commit
Marcus Eggenberger [Mon, 9 Jun 2008 20:56:36 +0000 (22:56 +0200)]
sometimes I hate git... forgot stupid -a for git commit

15 years agoCAN I HAS CHANNEL MODES PLZ?
Marcus Eggenberger [Mon, 9 Jun 2008 20:54:38 +0000 (22:54 +0200)]
CAN I HAS CHANNEL MODES PLZ?
Oh jeah Baby!

15 years agoSome clarifications in the terminology of the core config wizard.
Marcus Eggenberger [Sun, 8 Jun 2008 11:07:11 +0000 (13:07 +0200)]
Some clarifications in the terminology of the core config wizard.
Added the manageusers.py script to git.

15 years agoAdded missing icon... oops
Marcus Eggenberger [Sat, 7 Jun 2008 17:58:40 +0000 (19:58 +0200)]
Added missing icon... oops

15 years agoCleaning up the icon dir
Marcus Eggenberger [Sat, 7 Jun 2008 15:24:17 +0000 (17:24 +0200)]
Cleaning up the icon dir
There are now separate resource files for
oxygen icons (same old icons.qrc) and quassel only icons
(quassel-icons.qrc) from which all sizes are accessible.
Added the new logo to the default page of the bufferwidget

15 years agoMerge branch '0.2' of git@git.quassel-irc.org:quassel into 0.2
Alexander von Renteln [Fri, 6 Jun 2008 09:32:50 +0000 (11:32 +0200)]
Merge branch '0.2' of git@git.quassel-irc.org:quassel into 0.2

15 years agobeautified icon (16x16, ..., 256x256)
Alexander von Renteln [Thu, 5 Jun 2008 12:08:29 +0000 (14:08 +0200)]
beautified icon (16x16, ..., 256x256)

15 years agoQuassel now uses proper default messages for part, quit, kick and away (/away toggles...
Marcus Eggenberger [Thu, 5 Jun 2008 12:49:52 +0000 (14:49 +0200)]
Quassel now uses proper default messages for part, quit, kick and away (/away toggles now between away and unaway state)

15 years agofixed a bug that could crash the core on exit
Marcus Eggenberger [Wed, 4 Jun 2008 14:36:26 +0000 (16:36 +0200)]
fixed a bug that could crash the core on exit

15 years agosome minor fixes:
Marcus Eggenberger [Wed, 4 Jun 2008 10:36:32 +0000 (12:36 +0200)]
some minor fixes:
 - strange behavior of disabled autoadd for custom views
 - permanently remvoed buffers disappear now instantly
 - fixed a gcc warning BR #162

15 years agoUpdate aboutdlg for new contributors
Manuel Nickschas [Fri, 30 May 2008 12:37:07 +0000 (12:37 +0000)]
Update aboutdlg for new contributors

15 years agoMerging branches/new-icons with branches/0.2
Marcus Eggenberger [Fri, 30 May 2008 12:01:12 +0000 (12:01 +0000)]
Merging branches/new-icons with branches/0.2
Big big thanks to nox-Hand for those great Icons!

15 years agoSince the last fix had some nasty side effects (too many buffers were
Marcus Eggenberger [Thu, 29 May 2008 18:18:44 +0000 (18:18 +0000)]
Since the last fix had some nasty side effects (too many buffers were
added automagically) this additional fix is needed *sigh*
Needs core update to get the full flavour. Distclean adviced.