Commit Graph

30 Commits

Author SHA1 Message Date
Robert Adam
d100ff1467 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
Robert Adam
59ae429972 MAINT: Update copyright notice to 2021
This was done by running scripts/updateLicenseHeaders.py and then
manually editing the LICENSE file.
2021-03-02 10:15:01 +01:00
Robert
af7dac72f4 FORMAT: Run clang-format 10 on all C/CXX source-files 2020-09-11 18:29:33 +02:00
Popkornium18
410837526c REFAC(server): replace NULL with nullptr
This changes all occurances of NULL in the murmur source
dir to nullptr. Additionally explicit comparisons with NULL were
removed.
2020-07-02 00:55:36 +02:00
Davide Beatrici
4e67a2fafb Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
Davide Beatrici
15831dbca8 Add missing includes for "no-pch" build
This commit adds all the missing includes when the PCH header is not used.

Also, some includes are reordered and/or made consistent (e.g. "#include <QtEndian>" -> "#include <QtCore/QtEndian>").
2019-09-12 22:08:39 +02:00
Davide Beatrici
5a07244a44 Don't include PCH headers directly
According to Qt's documentation the PCH header doesn't need to be included.

From https://doc.qt.io/qt-5/qmake-precompiledheaders.html:

"To make your project use precompiled headers, you only need to define the PRECOMPILED_HEADER variable in your project file."

"qmake will handle the rest, to ensure the creation and use of the precompiled header file. You do not need to include the precompiled header file in HEADERS, as qmake will do this if the configuration supports precompiled headers."
2019-09-12 00:13:35 +02:00
Davide Beatrici
b427333257 Auto-update LICENSE.header in source files 2019-01-25 04:56:19 +01:00
Mikkel Krautz
f6ba3a52bf Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
Mikkel Krautz
91ebb8b0b5 Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
Mikkel Krautz
cd8f6b75e0 Refactor LogEmitter from Murmur into its own file in src/.
It's a natural refactoring and it'd be nice to be able to
use LogEmitter in Mumble as well.
2016-12-04 13:26:46 +01:00
Mikkel Krautz
821d547d19 Add About dialog to Murmur. 2016-11-24 00:27:32 +01:00
Mikkel Krautz
54c28d3ee1 src/murmur: update to use LICENSE.header. 2016-05-10 22:42:02 +02:00
Benjamin Jemlich
07737a314c Fix include guards and PCH includes 2011-11-09 00:12:10 +01:00
Thorvald Natvig
f3437a6ba7 Update copyright year ranges of dev team. 2011-03-18 05:52:51 +01:00
Benjamin Jemlich
74fc0b0867 Increase murmur log window size on windows 2010-06-14 22:01:25 +02:00
Thorvald Natvig
16339bfc91 Update license to 2010 2010-01-05 08:49:22 +01:00
Stefan Hacker
12e0e8048d Reorder murmur tray menu 2009-07-15 19:00:32 +02:00
Thorvald Natvig
b377df88ea Allow Tray to compile without DBus/Ice 2009-03-23 15:54:36 +01:00
Thorvald Natvig
ac0b3cf4d4 Indenting 2009-03-04 16:32:43 +01:00
Thorvald Natvig
e3f271b553 Indenting update
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1458 05730e5d-ab1b-0410-a4ac-84af385074fa
2009-01-19 23:09:19 +00:00
Thorvald Natvig
ad2b8e2149 Update copyright for 2009
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1380 05730e5d-ab1b-0410-a4ac-84af385074fa
2009-01-05 15:12:48 +00:00
Mikkel Krautz
c468b39177 Show version in title of Win32 Murmur log window.
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1245 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-08-27 00:14:58 +00:00
Thorvald Natvig
dc7e438976 Update copyright for 2008
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@908 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-01-05 16:25:48 +00:00
Thorvald Natvig
0810a0f415 Delay MessageBox for win32 murmur
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@826 05730e5d-ab1b-0410-a4ac-84af385074fa
2007-10-29 12:43:42 +00:00
Thorvald Natvig
16c6d2b029 git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@680 05730e5d-ab1b-0410-a4ac-84af385074fa 2007-08-03 16:58:49 +00:00
Thorvald Natvig
7e2496196a Win32 Murmur DBus
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@675 05730e5d-ab1b-0410-a4ac-84af385074fa
2007-08-02 18:21:20 +00:00
Thorvald Natvig
6d6bcff7c7 Global-less server. First step of multiserver support. Completely breaks client
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@664 05730e5d-ab1b-0410-a4ac-84af385074fa
2007-07-31 15:51:34 +00:00
Thorvald Natvig
1b265ffa8c reindenting all the code
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@622 05730e5d-ab1b-0410-a4ac-84af385074fa
2007-07-17 23:12:38 +00:00
Thorvald Natvig
b0a7f04de1 Textlogger for murmur win32.
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@590 05730e5d-ab1b-0410-a4ac-84af385074fa
2007-07-13 17:10:33 +00:00