QTfrontend/ui/widget/chatwidget.cpp
Fri, 17 Jan 2014 01:06:54 +0100 sheepluva update copyright to 2014
Mon, 13 Jan 2014 19:34:39 +0100 sheepluva fix missing escape for usernick used in regexp
Sat, 30 Nov 2013 14:36:41 +0100 sheepluva fix for regression issue 669 "Lobby: User context-menu of offline user shows all options as if user was still online"
Sat, 30 Nov 2013 14:05:22 +0100 sheepluva don't show 'follow' entry for players that are in lobby
Mon, 07 Oct 2013 22:22:49 +0400 unc0rr Scroll chat widget to bottom on show and resize events
Wed, 05 Jun 2013 15:42:00 +0200 sheepluva fix last remaining warning in frontend
Wed, 29 May 2013 15:12:06 -0400 unc0rr bump copyright year for Andrey entries
Sun, 07 Apr 2013 22:53:40 +0200 sheepluva merge
Wed, 27 Mar 2013 12:20:22 +0100 koda application bar blinks when someone pings you (issue 492)
Thu, 21 Mar 2013 10:26:43 +0100 sheepluva make https links work properly
Thu, 21 Mar 2013 09:27:35 +0100 sheepluva fix player info
Wed, 20 Mar 2013 23:18:46 +0100 sheepluva add lobby chat features to room chat
Sun, 27 Jan 2013 21:46:25 +0400 unc0rr Allow navigating backwards chat widget log while new lines are being added
Wed, 23 Jan 2013 16:35:26 -0500 dag10 Aesthetic improvements to chat widget. Also fixed the ghosting issue in a few areas by using repaint().
Thu, 17 Jan 2013 23:17:39 +0400 unc0rr - Pass unknown chat commands to server
Thu, 17 Jan 2013 18:12:30 +0100 sheepluva small cleanup of helloSounds; note: physfs:// prefix will break sound paths since playSoundFile uses physfs for finding files already
Sun, 02 Dec 2012 01:26:00 +0400 unc0rr Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
Sat, 17 Nov 2012 22:45:30 +0400 unc0rr Get rid of DataManager::findFileForRead physfslayer
Mon, 21 Nov 2011 21:23:23 +0100 sheepluva this should fix the highlighting failz with non-lowercase player names like the one CheezeMonkey ran into. 0.9.18
Wed, 10 Oct 2012 23:58:23 +0400 unc0rr Remove old signal-slot conenctions
Wed, 10 Oct 2012 23:55:09 +0400 unc0rr - Finish conversion to nicks model
Wed, 10 Oct 2012 23:30:34 +0400 unc0rr Get rid of deprecated chat widget stuff
Wed, 10 Oct 2012 23:15:58 +0400 unc0rr Restore old context menu behavior
Wed, 10 Oct 2012 00:21:18 +0400 unc0rr - Enable chat context menu actions
Sun, 07 Oct 2012 00:12:46 +0400 unc0rr Further work on moving to players list model
Sat, 06 Oct 2012 01:09:41 +0400 unc0rr Start moving to players list model.
Mon, 01 Oct 2012 00:31:38 +0400 unc0rr Show more statuses in icons.
Mon, 13 Aug 2012 23:17:09 +0400 unc0rr Room bans. They're more simple, than the global ones: if you ban someone, he is banned by ip in this room for the rest of the room lifetime. Not tested.
Sat, 28 Apr 2012 18:56:31 +0200 sheepluva license header year range adjustments
Thu, 26 Apr 2012 07:22:05 +0200 sheepluva renaming HWDataManager -> DataManager
Wed, 25 Apr 2012 17:44:48 +0200 sheepluva reimplement auto-kick for ignored players (it was temporarily removed during refactoring)
Wed, 25 Apr 2012 08:23:48 +0200 sheepluva nemo said I was boring for removing the "hello" randomizer on room join.
Fri, 17 Feb 2012 18:23:36 +0100 koda the most important commit of the year
Mon, 30 Jan 2012 17:32:18 -0500 nemo astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
Thu, 24 Nov 2011 19:15:29 +0100 sheepluva hide all context menu options for own nick, except for info
Mon, 21 Nov 2011 21:23:23 +0100 sheepluva this should fix the highlighting failz with non-lowercase player names like the one CheezeMonkey ran into. 0.9.17
Sun, 30 Oct 2011 08:01:26 +0100 sheepluva show notice to admin when kicking player
Sun, 30 Oct 2011 07:21:51 +0100 sheepluva lupdate, german translation
Sun, 30 Oct 2011 06:22:47 +0100 sheepluva beep on highlight
Sat, 29 Oct 2011 20:47:40 +0200 sheepluva whoopsy, my bad (segfault due to accepting empty lines)
Sat, 29 Oct 2011 17:52:35 +0200 sheepluva html-escape nicknames
Sat, 29 Oct 2011 16:54:46 +0200 sheepluva change default timestamp format to hh:mm
Sat, 29 Oct 2011 15:31:45 +0200 sheepluva * fix highlighting (i just broke it by not negating a boolean expression)
Sat, 29 Oct 2011 11:47:37 +0200 sheepluva update name autocompletion after nick change (since own nick isn't suggested)
Fri, 28 Oct 2011 13:10:46 +0200 sheepluva + make names in notice messages and leave messages clickable too
Fri, 28 Oct 2011 09:12:05 +0200 sheepluva chat: don't link own name
Thu, 27 Oct 2011 22:52:22 +0200 sheepluva actually the those if(...); weren't supposed to be if statements in the first place, since the result is always true at that point of code anyway.
Wed, 26 Oct 2011 11:50:03 +0200 sheepluva typos
Wed, 26 Oct 2011 05:57:00 +0200 sheepluva custom highlighting
Tue, 25 Oct 2011 19:46:59 +0200 sheepluva remove any thread-safe stuff I introduced since it's not needed
Mon, 24 Oct 2011 23:24:01 +0200 sheepluva this should fix stylesheet importing on windows, but we'll see
Mon, 24 Oct 2011 22:46:35 +0200 sheepluva fix of /saveStyleSheet command, error message on stylesheet import fail
Mon, 24 Oct 2011 10:59:52 +0200 sheepluva unbreak command auto-completion (was broken since r0b92341adb6a - 52 commits ago)
Mon, 24 Oct 2011 10:30:47 +0200 sheepluva chat:
Mon, 24 Oct 2011 01:09:33 +0200 sheepluva improve and cash hilight regexp
Sun, 23 Oct 2011 22:47:59 +0200 sheepluva highlight improvements
Sat, 22 Oct 2011 10:52:07 +0200 sheepluva some more chat fixes and changes, I think. hum. what was that? um. aaah, I better go catch some sheep ... er sleep.. um..
Sat, 22 Oct 2011 08:51:02 +0200 sheepluva ugh wth... cleaned FL/IL change notifications up
Sat, 22 Oct 2011 06:55:14 +0200 sheepluva some changes to the css... display:none; works now (e.g. you can use it for user join/leave messages that are not your friends)
Sat, 22 Oct 2011 02:41:59 +0200 sheepluva BOOOOooOM <headshot>! removing default stylesheets from c++ code and adding them as text files to the qt resources
less more (0) -60 tip