Mikkel Krautz
cd23aee8bd
Revert "src/mumble/mumble.pro: silence some qmake warnings."
...
This reverts commit c47d95a212 .
My working copy had stale qt_*.qm files in src/mumble, so I failed
to catch this during my own testing.
2013-06-29 20:44:45 +02:00
Mikkel Krautz
7b68d0cee1
User.h: add missing QDateTime include.
2013-06-29 19:51:37 +02:00
Mikkel Krautz
c47d95a212
src/mumble/mumble.pro: silence some qmake warnings.
2013-06-29 17:02:33 +02:00
Mikkel Krautz
6a2f2bd8f8
plugins/manual: only depend on gui-private on Windows.
2013-06-29 16:56:42 +02:00
Mikkel Krautz
28bb66e01f
plugins: disable unhinge functionality for the manual plugin when using Qt 5.
2013-06-29 16:56:42 +02:00
Mikkel Krautz
3cc2419939
mumble, plugins: fix QWidget-for-HWND lookup for the 'manual' plugin.
2013-06-29 16:56:42 +02:00
Mikkel Krautz
be75138d8b
mumble, plugins: allow 'manual' plugin dialogs to work OS X when using Qt 5.
2013-06-29 16:56:42 +02:00
Mikkel Krautz
e0b884e663
mumble: fix dynamic lookup for the 'manual' plugin on OS X with Qt 5.
2013-06-29 16:56:42 +02:00
Mikkel Krautz
c4691048b3
mumble: fix main.cpp to not reference MumbleFileEngineHandler.
2013-06-29 16:56:42 +02:00
Mikkel Krautz
21c4bbf73f
mumble: remove FileEngine.{cpp,h} and use data URLs for better Qt 5 compatibility.
2013-06-29 16:56:42 +02:00
Mikkel Krautz
84bc19c818
mumble: migrate hardcoded 0x050000 Qt version to the QT_VERSION_CHECK macro.
2013-06-29 16:56:42 +02:00
Mikkel Krautz
9f62921e14
mumble: Qt 5 support for OS X.
2013-06-29 16:56:41 +02:00
Mikkel Krautz
4bbc56119e
mumble: fix Linux build for Qt 4 and Qt 5.
2013-06-29 16:56:41 +02:00
Mikkel Krautz
26b05974aa
mumble: fix HWND handling for Qt 5.
2013-06-29 16:56:41 +02:00
Mikkel Krautz
7e452dc3c3
mumble, murmur: Qt 5 support for Windows.
2013-06-29 16:56:41 +02:00
Mikkel Krautz
5cb337049b
mumble, murmur: Qt 5 support for Linux.
2013-06-29 16:56:41 +02:00
bendem
2994048306
Translation: French: Fix
...
* Correct "register" translation so it don't mean "register self" anymore
2013-06-29 15:04:30 +02:00
Kissaki
51ecb7a37a
Accountlist: Fix filtering. Windowtitle and refacs.
...
* Fix: Filtering by inactive days plus by name/chan is now additive.
* Adjust window title
* Code refactoring
2013-06-29 12:25:48 +02:00
Kissaki
c40b0b0045
Merge branch 'pr-userlist'
...
Integrate feature branch for filtered and improved registration list.
This merges pull request #148 .
2013-06-29 00:03:06 +02:00
Kissaki
ef8b3b99f5
Userlist improvements: Use QDateTime.
...
* Use QDateTime wherever possible.
* Code refactoring
2013-06-28 23:57:23 +02:00
Kissaki
b5ade6efdd
Userlist Improvements: Display localized time. Refactoring.
...
* The last seen datetime is now displayed in the local(ized) timezone.
* Code refactoring.
2013-06-28 23:28:57 +02:00
Kissaki
ab6d87351e
Userlist improvement: Use plural form translation
2013-06-28 23:09:06 +02:00
Kissaki
b951fc352b
Userlist Improvements: Use RPC callbacks as well.
...
* Make getRegisteredUsersEx use RPC callbacks
* Implement UserInfo constructors
2013-06-28 22:02:48 +02:00
Kissaki
f6ceaf9d2b
Improved Userlist: Refacs.
...
* Use boost::optional for explicit no data
* Move logic into method
mapping logic into protoUserToUserInfo
2013-06-28 21:31:59 +02:00
Kissaki
eeb9b864a1
fix indent
2013-06-28 21:30:25 +02:00
Kissaki
0af571b019
Filtered Userlist: Refactoring. C
...
* Move logic into methods (in UserEdit)
* Minor formatting
* Fix memory leak (delete ueli if not passed to QTreeWidget
* Show filters and stuff when lastchantreestring is not empty, as that should always have something
(It even has something when no data comes from server though.)
2013-06-28 21:30:15 +02:00
Jan Klass
de2e086838
Merge pull request #163 from bendem/master
...
French translation improvments
* Updated french translation
** New translations
** Improvements to existing translations
2013-06-28 06:37:05 -07:00
bendem
29676971fc
Unified channel traduction to "salon"
2013-06-28 15:31:06 +02:00
bendem
b7b3018aaa
Translation improvements
2013-06-28 15:18:33 +02:00
Kissaki
2a7e78940d
Userlist improv.: Fix indent. Use iterator again.
...
* Plus a string fix.
2013-06-23 22:05:01 +02:00
Zuko
b3aac5e0f5
UserList improvements
2013-06-23 20:38:58 +02:00
Kissaki
1919b2cd71
Overlay: Less obtrusive logging.
...
* Present, AddRef and Release calls are not useful most of the time.
They were only logged in DEBUG builds, but as these methods are called very often heavily degrades performance.
Add define-guards so when one actually wants to debug and see them he can enable them.
Now, (normal) debug builds will not have the heavy performance loss any more.
2013-06-23 02:11:32 +02:00
Kissaki
9d0de38af1
Overlay: Pass on procname buffer
2013-06-17 00:14:45 +02:00
Kissaki
3c787be130
Overlay: Move logic into function ..IsBlacklisted
2013-06-17 00:14:44 +02:00
Kissaki
0e7d86094c
Overlay: Move DllMain logic into functions
2013-06-17 00:14:37 +02:00
Kissaki
e64fa103fb
Overlay: Use string var instead of hardcoded strings
2013-06-17 00:03:49 +02:00
Kissaki
b07053241a
Overlay: Fix address offset
2013-06-17 00:03:20 +02:00
Kissaki
1182fc26cb
Overlay: Introduce hook for ResetEx. Hook PresentEx.
...
* For D3D9Ex
** Hook PresentEx
** Hook ResetEx
2013-06-17 00:02:39 +02:00
Kissaki
123486b429
Overlay: Move logic to function, Varnaming, msgfix
...
- Move logic to new function IsFnInModule.
2013-06-17 00:02:11 +02:00
Kissaki
dfc863841d
Overlay: Add myPresentEx function
2013-06-16 23:57:03 +02:00
Kissaki
3865e8cab0
Overlay: Code comments
2013-06-16 23:56:45 +02:00
Kissaki
04b344dc42
Overlay: Var init, comment, error loggin.
2013-06-16 14:34:44 +02:00
Kissaki
d74b5b04db
IconSync.cpp: Move Icon creation script
...
* Move Icon creation script/program to the scripts folder.
It is definitely not a test.
* Introduce scripts/development folder for development scripts, in contrary to scripts/server for example.
2013-06-15 23:31:11 +02:00
Kissaki
f92455b513
Refac: Reduce code duplication in IconSync.cpp
2013-06-15 21:25:11 +02:00
Kissaki
c70dc783bc
Generate Mumble icon file with simplified minis
2013-06-15 21:08:13 +02:00
Kissaki
8dc58ef94c
Use simplified Mumble logo for small icons
...
* Adjusted the script which creates the icon file to use the simplified svg for smaller sizes
2013-06-15 20:15:01 +02:00
Kissaki
54e74c1606
Keep small, simplified mumble icon closer to original
2013-06-15 19:57:16 +02:00
Kissaki
07c78b1481
Refac: Use constant to check return value
...
* mmap supposedly returns MAP_FAILED on errors, which is supposedly
defined in <sys/mman.h>, which is already being included in this file.
2013-06-11 23:03:32 +02:00
Kissaki
f09e943b6c
* Commenting, varnaming, fix indent
...
* commenting and adjusting debug output
* more descriptive varnaming
2013-06-11 23:03:31 +02:00
Kissaki
f8f4b0fdec
refacs: more elaborative Varnaming; codeformatting
2013-06-11 23:03:30 +02:00