quassel.git
16 years agobugfix: windows version is now working again
Alexander von Renteln [Tue, 25 Mar 2008 14:05:52 +0000 (14:05 +0000)]
bugfix: windows version is now working again

16 years agoIntroducing an abstract layer above BufferWidget and Chat{Widget|View}. This allows
Manuel Nickschas [Tue, 25 Mar 2008 00:03:22 +0000 (00:03 +0000)]
Introducing an abstract layer above BufferWidget and Chat{Widget|View}. This allows
us to move most of the former BufferWidget logic into uisupport, thus reducing code duplication.
It also allows us to switch between ChatWidget and ChatView more easily.

16 years ago- fixed crashes caused by return types of init methods that were unknown to Qt's...
Marcus Eggenberger [Mon, 24 Mar 2008 18:01:22 +0000 (18:01 +0000)]
- fixed crashes caused by return types of init methods that were unknown to Qt's meta system
- minor tweaks to the signalproxy

16 years agoFont of the Inputline is now configurable. Closing BR #121.
Marcus Eggenberger [Fri, 21 Mar 2008 16:24:19 +0000 (16:24 +0000)]
Font of the Inputline is now configurable. Closing BR #121.

16 years agoadded a tool tip to the topicbar
Marcus Eggenberger [Fri, 21 Mar 2008 14:50:38 +0000 (14:50 +0000)]
added a tool tip to the topicbar

16 years agoAdding static build stuff to trunk instead of a branch... -_-
Manuel Nickschas [Thu, 20 Mar 2008 19:10:15 +0000 (19:10 +0000)]
Adding static build stuff to trunk instead of a branch... -_-

16 years agoMake the style engine fix a little less obscure by copying the string explicitely...
Manuel Nickschas [Thu, 20 Mar 2008 10:51:49 +0000 (10:51 +0000)]
Make the style engine fix a little less obscure by copying the string explicitely before
formatting it. Apparently, call-by-value does weird things with Qt's implicit sharing, at least
that is my interpretation of things...

16 years agoThis obscure "fix" fixes garbled chatwidget fonts for me. I say obscure, because...
Manuel Nickschas [Thu, 20 Mar 2008 10:27:31 +0000 (10:27 +0000)]
This obscure "fix" fixes garbled chatwidget fonts for me. I say obscure, because all I do
is comparing the incoming string to something and don't use the result at all. That magically makes
things work here, which causes me to believe that I've triggered some gcc or Qt bug...

Please tell me if this fixes squished fonts for you as well (as in my case, it was formats wrongly applied).

16 years ago-added tray icon notification
Alexander von Renteln [Thu, 20 Mar 2008 00:28:30 +0000 (00:28 +0000)]
-added tray icon notification
-nick widget is hidden in non channels

16 years agoNick selector now always adjusts to nick length.
Manuel Nickschas [Wed, 19 Mar 2008 22:11:12 +0000 (22:11 +0000)]
Nick selector now always adjusts to nick length.

16 years agogeneral performance boost (probably only noticable on bufferswitches to/from large...
Marcus Eggenberger [Tue, 18 Mar 2008 20:37:43 +0000 (20:37 +0000)]
general performance boost (probably only noticable on bufferswitches to/from large channels though)

16 years agoMake server/network encoding configurable
Manuel Nickschas [Tue, 18 Mar 2008 16:15:01 +0000 (16:15 +0000)]
Make server/network encoding configurable

16 years agoHandle network state updates more correctly in NetworksSettingsPage
Manuel Nickschas [Tue, 18 Mar 2008 15:47:25 +0000 (15:47 +0000)]
Handle network state updates more correctly in NetworksSettingsPage

16 years agoMake server passwords work
Manuel Nickschas [Tue, 18 Mar 2008 15:15:05 +0000 (15:15 +0000)]
Make server passwords work

16 years agoBacklog is dynamically called and replayed from the core.
Marcus Eggenberger [Tue, 18 Mar 2008 00:40:21 +0000 (00:40 +0000)]
Backlog is dynamically called and replayed from the core.
Just scroll further to the top of a buffer and more messages will be
replayed from the backlog. (breaking protocol)

16 years agofixing empty nickselector bug
Marcus Eggenberger [Mon, 17 Mar 2008 23:05:34 +0000 (23:05 +0000)]
fixing empty nickselector bug

16 years agoLots of new internal stuff (breaking protocol):
Marcus Eggenberger [Sun, 16 Mar 2008 21:49:02 +0000 (21:49 +0000)]
Lots of new internal stuff (breaking protocol):
- improvements to the SignalProxy: return value of remotely called slots are return to the sending peer
- syncable objects can reside in libclient or libcore
- backlog is now handled by the BacklogManager

16 years agoUpdating version.inc
Manuel Nickschas [Sun, 16 Mar 2008 21:15:13 +0000 (21:15 +0000)]
Updating version.inc

16 years agofixed renaming issue for queries
Marcus Eggenberger [Sun, 16 Mar 2008 15:25:02 +0000 (15:25 +0000)]
fixed renaming issue for queries

16 years agodoubleclick on nick now selects the buffer if buffer is available
Alexander von Renteln [Fri, 14 Mar 2008 00:28:29 +0000 (00:28 +0000)]
doubleclick on nick now selects the buffer if buffer is available

16 years agoImplemented rudimentary SSL support for IRC connections.
Manuel Nickschas [Thu, 13 Mar 2008 17:38:32 +0000 (17:38 +0000)]
Implemented rudimentary SSL support for IRC connections.
SSL errors (untrusted/invalid certs etc) are silently ignored at the moment; proper handling
will come soonish.
You can activate SSL encryption for a given server (not network, as this is a per-server
setting) in the server edit dialog in network settings. Please to be testink this :)

16 years agominor fixes
Marcus Eggenberger [Thu, 13 Mar 2008 16:54:13 +0000 (16:54 +0000)]
minor fixes

16 years agoBR#117:
Alexander von Renteln [Thu, 13 Mar 2008 11:00:51 +0000 (11:00 +0000)]
BR#117:
*if avaiable user modes are displayed
*hostmask is now stripped from the redundant user information

16 years agotopic changes are now handled properly
Marcus Eggenberger [Wed, 12 Mar 2008 15:20:41 +0000 (15:20 +0000)]
topic changes are now handled properly

16 years agotopic line edit has now a clear button
Marcus Eggenberger [Wed, 12 Mar 2008 13:51:48 +0000 (13:51 +0000)]
topic line edit has now a clear button

16 years agoBR #117:
Alexander von Renteln [Wed, 12 Mar 2008 11:14:30 +0000 (11:14 +0000)]
BR #117:
idling time information will now only be available if it is not too old
users "logged in" time is now available

16 years ago- Topics are now editable even when they were empty
Marcus Eggenberger [Wed, 12 Mar 2008 00:22:12 +0000 (00:22 +0000)]
- Topics are now editable even when they were empty
- TopicWidget reverts to regular mode when inputline loses focus
- TopicWidget behaves now as a view while introducing a new abstract item view

16 years agofixing upgrade script
Unknown [Tue, 11 Mar 2008 10:53:54 +0000 (10:53 +0000)]
fixing upgrade script

16 years agoClosing BR #126
Marcus Eggenberger [Tue, 11 Mar 2008 00:22:50 +0000 (00:22 +0000)]
Closing BR #126
- MouseWheelEvents in the nick selector no longer trigger nick changes
- nick selector shows now own user modes
- implemented user modes
Breaking protocol again! \o/

16 years agoFixed a bug in the new topic widget where no repaint event was triggered if only...
Marcus Eggenberger [Tue, 11 Mar 2008 00:04:50 +0000 (00:04 +0000)]
Fixed a bug in the new topic widget where no repaint event was triggered if only the color did change

16 years agoMake the newly arrived topicbutton display background colors and font styles.
Manuel Nickschas [Mon, 10 Mar 2008 21:13:18 +0000 (21:13 +0000)]
Make the newly arrived topicbutton display background colors and font styles.
And yes, I forgot version.inc again... -.-

16 years agominor improvement (automagically setting the focus when entering topic edit mode)
Marcus Eggenberger [Mon, 10 Mar 2008 20:44:21 +0000 (20:44 +0000)]
minor improvement (automagically setting the focus when entering topic edit mode)

16 years agoPurdificationings of the TopicWidget (no more colore codes).
Marcus Eggenberger [Mon, 10 Mar 2008 20:38:27 +0000 (20:38 +0000)]
Purdificationings of the TopicWidget (no more colore codes).
mIRC-Color backgrounds don't work though... no clue why *shrug*

16 years agoBackground color can now be set.
Alexander von Renteln [Mon, 10 Mar 2008 14:50:27 +0000 (14:50 +0000)]
Background color can now be set.
MircColors bug has now been fixed.
Highlight color can be set.

16 years agoStopping ColorSettingsPage from messing up mIRC colors, and restoring defaults.
Manuel Nickschas [Sun, 9 Mar 2008 21:08:09 +0000 (21:08 +0000)]
Stopping ColorSettingsPage from messing up mIRC colors, and restoring defaults.
Saving custom mIRC colors is disabled until somebody implements this properly.

16 years agoswitching from timestamps to msgid regarding lastseen states
Marcus Eggenberger [Sun, 9 Mar 2008 15:01:59 +0000 (15:01 +0000)]
switching from timestamps to msgid regarding lastseen states

16 years agoMake MsgId work properly with QVariant
Manuel Nickschas [Sat, 8 Mar 2008 22:58:42 +0000 (22:58 +0000)]
Make MsgId work properly with QVariant

16 years agoFix minimum size of NickEditDlg
Manuel Nickschas [Sat, 8 Mar 2008 22:24:08 +0000 (22:24 +0000)]
Fix minimum size of NickEditDlg

16 years agoUsed the trip back from CeBIT to prepare everything for a huge
Manuel Nickschas [Fri, 7 Mar 2008 20:59:13 +0000 (20:59 +0000)]
Used the trip back from CeBIT to prepare everything for a huge
let's-rewrite-the-ChatWidget action...

* ChatLine -> ChatLineOld
* Added ChatItem, -Line, -Scene, -View to the build system again
* #define SPUTDEV -> Global::SPUTDEV and ./quasselclient --sputdev
* Started some random hacking in the ChatView related sources

Disclaimer: DO NOT USE --sputdev, it might eat your babies (and does
            not look good anyway yet :P)

16 years agofuther internal prettifications of the buffer switching process
Marcus Eggenberger [Thu, 6 Mar 2008 17:41:08 +0000 (17:41 +0000)]
futher internal prettifications of the buffer switching process

16 years agofixed slow buffer switches
Marcus Eggenberger [Thu, 6 Mar 2008 12:43:59 +0000 (12:43 +0000)]
fixed slow buffer switches

16 years agofurther improved backlog replay speed
Marcus Eggenberger [Mon, 3 Mar 2008 19:27:20 +0000 (19:27 +0000)]
further improved backlog replay speed

16 years agoown messages are no longer checked for highlights
Marcus Eggenberger [Sun, 2 Mar 2008 22:03:42 +0000 (22:03 +0000)]
own messages are no longer checked for highlights

16 years agofixed case sensitivity issue with channel sync
Marcus Eggenberger [Sun, 2 Mar 2008 21:15:51 +0000 (21:15 +0000)]
fixed case sensitivity issue with channel sync

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