Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-24FEAT(client): Add shortcut to send plain text messagesSnowknight26
2022-01-04MAINT: Update copyright to 2022Robert Adam
2021-04-16FORMAT: Run clang-format 10 on all source filesRobert Adam
2021-03-06REFAC(client): Remove global "g" macroRobert Adam
2021-03-02MAINT: Update copyright notice to 2021Robert Adam
2021-01-03FIX(client): Wrong "Image not supported" messageTerry Geng
2020-12-23FEAT(client): Easier pasting of imagesMeru Alagalingam
2020-12-05FIX(client): Respect unlimited imagemessagelengthMeru Alagalingam
2020-10-11FEAT(ui): Add ability to paste and send messages using a keyboard shortcutMoritz Kempe
2020-09-11FORMAT: Run clang-format 10 on all C/CXX source-filesRobert
2020-08-01FIX(ui): Make chatwidget max height >= than its minimum heightDennis van der Schagt
2020-06-13FEAT: Send images dragged onto the chat bar.Terry Geng
2020-06-12FEAT: Send image pasted onto the chat bar.Terry Geng
2020-01-07Auto-update LICENSE.header in source filesDavide Beatrici
2019-09-12Add missing includes for "no-pch" buildDavide Beatrici
2019-09-12Don't include PCH headers directlyDavide Beatrici
2019-07-31Replace deprecated <QtAlgorithms> functionsDavide Beatrici
2019-03-05Include "Global.h" after "Mumble.pb.h", to avoid a redefinition issue with pr...Davide Beatrici
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-07-13MainWindow, CustomElements: implement proper Backtab/Shift-Tab behavior for M...Mikkel Krautz
2016-05-10src/mumble: update to use LICENSE.header.Mikkel Krautz
2015-10-28Fix various shadow warnings in mumble by renamingStefan Hacker
2014-06-12Fix issue where the chat box does not scroll down when an image is loaded (#1...Tim Cooper
2013-07-13Unify comment style.Kissaki
2013-07-13Move method comments. Remove obsolete.Kissaki
2012-08-05Only show the annoying 'Drag me' title bars on DockWidgets in Custom layout m...Mikkel Krautz
2012-05-31ChatBar: Always use the current channel by defaultBenjamin Jemlich
2011-11-09Fix include guards and PCH includesBenjamin Jemlich
2011-05-20Fix log window resize behaviorBenjamin Jemlich
2011-05-13Work around scrolling behavior of QTextBrowser in Log(Fixes #3298338).Stefan Hacker
2011-04-02Fix chatbar sending empty messages (#3267833)Stefan Hacker
2011-03-18Update copyright year ranges of dev team.Thorvald Natvig
2011-02-26Indent, changelog, submodule and language updateThorvald Natvig
2011-02-20Save current input when using the historyStefan Hacker
2011-02-20User ctrl+up/down for chatbar historyStefan Hacker
2011-02-20Fix violation of abstraction in ChatbarTextEditStefan Hacker
2011-02-20Add history to chatbarStefan Hacker
2010-12-04Readd the scrollbar changing to the chatbar in way that doesn't crash and doe...Benjamin Jemlich
2010-11-30Changing scrollbars in chatbar causes infinite loops. Remove it for now.Thorvald Natvig
2010-11-06Fix rounding behavior in conjunction with iroundf macro in lots of places.Stefan Hacker
2010-06-06Fix some warnings in the chatbar codeBenjamin Jemlich
2010-05-31Add text to the DockTitleBar so its purpose is clearerStefan Hacker
2010-05-31Restore nickname auto-completion for TextEdit based ChatbarStefan Hacker
2010-05-31Prevent richtext from being pasted into the chatbar and make sure we escape h...Stefan Hacker
2010-03-08Indent, changelog, submodule and language updateThorvald Natvig
2010-03-08Windows build fix (warning in gcc -> error on windows...)Benjamin Jemlich
2010-03-06Multiline chatbarBenjamin Jemlich
2010-03-04Fix drag and drop into ChatbarStefan Hacker