QTfrontend/ui/widget/chatwidget.cpp
2018-10-14 alfadur fix frontend compatibility issues
2018-10-05 Wuzzy Simplify /quit chat command
2018-10-05 Wuzzy Catch empty chat commands in engine and frontend
2018-10-05 Wuzzy Clean up frontend chat command auto-complete
2018-08-25 Wuzzy Make frontend translate server messages properly
2018-08-21 Wuzzy Fix some string/translation inconsistencies in strings related to leaving
2018-08-12 Wuzzy Don't make pseudo player names like [server] clickable in chat
2018-08-07 Wuzzy Lobby/room: Prevent opening context menu if no player selected (fixes bug 661)
2018-07-18 Wuzzy Remove and replace old googlecode references
2018-01-24 unc0rr Finish porting. Seems to work, but no thorough testing has been performed qt5transition
2016-10-02 sheepluva fix for Bug 91 - Make DELEGATE action available in frontend
2016-05-06 Wuzzy Add more What's This? texts throughout the frontend
2016-04-26 sheepluva add /clear command to frontend chat (clears chat window)
2016-01-16 sheepluva recognize subdomains of hedgewars.org
2015-08-10 sheepluva more copyright fixes
2014-11-23 sheepluva don't flash frontend on hilight - while in-game
2014-11-23 sheepluva remove unimplemented ban action from user context menu
2014-06-01 sheepluva escape info message arguments, fixes issue 801: Frontend parses INFO command output as html
2014-05-28 unc0rr Fix some of issues found by coverity
2014-02-04 sheepluva update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
2014-01-23 sheepluva hide complete IP of other users, when non-admin requests player info. showing the first two parts of the IP was kinda pointless to begin with (what for?) and has recently lead to increased abuse and lobby flooding due to bots collecting/posting IP tracking information
2014-01-17 sheepluva update copyright to 2014
2014-01-13 sheepluva fix missing escape for usernick used in regexp
2013-11-30 sheepluva fix for regression issue 669 "Lobby: User context-menu of offline user shows all options as if user was still online"
2013-11-30 sheepluva don't show 'follow' entry for players that are in lobby
2013-10-07 unc0rr Scroll chat widget to bottom on show and resize events
2013-06-05 sheepluva fix last remaining warning in frontend
2013-05-29 unc0rr bump copyright year for Andrey entries
2013-04-07 sheepluva merge
2013-03-27 koda application bar blinks when someone pings you (issue 492)
2013-03-21 sheepluva make https links work properly
2013-03-21 sheepluva fix player info
2013-03-20 sheepluva add lobby chat features to room chat
2013-01-27 unc0rr Allow navigating backwards chat widget log while new lines are being added
2013-01-23 dag10 Aesthetic improvements to chat widget. Also fixed the ghosting issue in a few areas by using repaint().
2013-01-17 unc0rr - Pass unknown chat commands to server
2013-01-17 sheepluva small cleanup of helloSounds; note: physfs:// prefix will break sound paths since playSoundFile uses physfs for finding files already
2012-12-01 unc0rr Refactor: get rid of excessive QSettings instances on the same poor hedgewars.ini file
2012-11-17 unc0rr Get rid of DataManager::findFileForRead physfslayer
2011-11-21 sheepluva this should fix the highlighting failz with non-lowercase player names like the one CheezeMonkey ran into. 0.9.18
2012-10-10 unc0rr Remove old signal-slot conenctions
2012-10-10 unc0rr - Finish conversion to nicks model
2012-10-10 unc0rr Get rid of deprecated chat widget stuff
2012-10-10 unc0rr Restore old context menu behavior
2012-10-09 unc0rr - Enable chat context menu actions
2012-10-06 unc0rr Further work on moving to players list model
2012-10-05 unc0rr Start moving to players list model.
2012-09-30 unc0rr Show more statuses in icons.
2012-08-13 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.
2012-04-28 sheepluva license header year range adjustments
2012-04-26 sheepluva renaming HWDataManager -> DataManager
2012-04-25 sheepluva reimplement auto-kick for ignored players (it was temporarily removed during refactoring)
2012-04-25 sheepluva nemo said I was boring for removing the "hello" randomizer on room join.
2012-02-17 koda the most important commit of the year
2012-01-30 nemo astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
2011-11-24 sheepluva hide all context menu options for own nick, except for info
2011-11-21 sheepluva this should fix the highlighting failz with non-lowercase player names like the one CheezeMonkey ran into. 0.9.17
2011-10-30 sheepluva show notice to admin when kicking player
2011-10-30 sheepluva lupdate, german translation
2011-10-30 sheepluva beep on highlight
2011-10-29 sheepluva whoopsy, my bad (segfault due to accepting empty lines)
2011-10-29 sheepluva html-escape nicknames
2011-10-29 sheepluva change default timestamp format to hh:mm
2011-10-29 sheepluva * fix highlighting (i just broke it by not negating a boolean expression)
2011-10-29 sheepluva update name autocompletion after nick change (since own nick isn't suggested)
2011-10-28 sheepluva + make names in notice messages and leave messages clickable too
2011-10-28 sheepluva chat: don't link own name
2011-10-27 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.
2011-10-26 sheepluva typos
2011-10-26 sheepluva custom highlighting
2011-10-25 sheepluva remove any thread-safe stuff I introduced since it's not needed
2011-10-24 sheepluva this should fix stylesheet importing on windows, but we'll see
2011-10-24 sheepluva fix of /saveStyleSheet command, error message on stylesheet import fail
2011-10-24 sheepluva unbreak command auto-completion (was broken since r0b92341adb6a - 52 commits ago)
2011-10-24 sheepluva chat:
2011-10-23 sheepluva improve and cash hilight regexp
2011-10-23 sheepluva highlight improvements
2011-10-22 sheepluva some more chat fixes and changes, I think. hum. what was that? um. aaah, I better go catch some sheep ... er sleep.. um..
2011-10-22 sheepluva ugh wth... cleaned FL/IL change notifications up
2011-10-22 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)
2011-10-22 sheepluva BOOOOooOM <headshot>! removing default stylesheets from c++ code and adding them as text files to the qt resources
2011-10-21 sheepluva same for chat. changed the paths to: css/qt.css css/chat.css
2011-10-21 sheepluva simplified some stuff I wrote
2011-10-21 sheepluva moving and renaming SDLs.*, making it a singleton; cleaning up class responsibilties wrt SDLInteraction; some comments
2011-10-19 sheepluva give the room name edit box a history of previous room. however I hate that box from the bottom of my heart, it shall dieeeee... later...
2011-10-19 sheepluva frontend chat input history, use arrow keys UP/DOWN
2011-10-18 sheepluva + don't suggest ignored nicknames
2011-10-18 sheepluva feature-pimpin'-up the chat input line in frontend:
2011-10-17 sheepluva don't hoard empty friends/ignore-lists on the HDD
2011-09-28 sheepluva I started to move stuff around, c'mon, hate on meee. PS: if your (clean) build is broken - let me know)
less more (0) tip