Patrick von Reth
5f898e4677
Fixed missing return
...
It seems I have a serious problem with returns...
2014-07-10 18:08:04 +02:00
Tomahawk CI
a3aa75790c
Automatic merge of Transifex translations
2014-07-10 02:17:37 +02:00
Uwe L. Korn
f2b233f626
Bundle sqlite3-0 on windows
2014-07-09 13:38:52 +01:00
Uwe L. Korn
045ff70af7
Update win-packaged libpng to 16
2014-07-09 13:12:05 +01:00
Uwe L. Korn
151fedaa44
Merge pull request #239 from TheOneRing/win_app_id
...
install an app id on Windows, to enable Windows 8 notifications without ...
2014-07-09 12:39:27 +02:00
Patrick von Reth
7b30cddf8f
include snoretoast.exe
2014-07-09 12:38:28 +02:00
Patrick von Reth
1647ccb473
install an app id on Windows, to enable Windows 8 notifications without the need to install an extra fallback shortcut to the startmenu
2014-07-09 10:39:43 +02:00
Tomahawk CI
0614267c25
Automatic merge of Transifex translations
2014-07-09 02:17:14 +02:00
Dominik Schmidt
8c42522057
Kudos to our most important windows contributor
2014-07-09 00:34:04 +02:00
Uwe L. Korn
07e47713e9
Less ENABLE_HEADLESS
2014-07-08 19:00:57 +01:00
Tomahawk CI
1a56bd7555
Automatic merge of Transifex translations
2014-07-08 02:17:16 +02:00
Uwe L. Korn
6ea84a49a8
Remove dead code
2014-07-07 16:20:20 +01:00
Uwe L. Korn
9fca19d7ca
Only ever work on QComboBox if the cast has worked
2014-07-07 16:20:20 +01:00
Uwe L. Korn
ad54e6919d
Fix: Called C++ object pointer is null
...
We already have a != NULL check in the next line, we should use it then.
2014-07-07 16:20:20 +01:00
Uwe L. Korn
1487d5d7f3
Fix: Called C++ object pointer is null
...
This branch is very unlikely to happen but ensuring non-null
ControlConnection will save us maybe from a very unlikely crash.
2014-07-07 16:20:20 +01:00
Uwe L. Korn
3e71fc7d37
Fix: Result of operation is garbage or undefined
2014-07-07 16:20:20 +01:00
Uwe L. Korn
6011b2c973
Better logging
2014-07-07 16:10:50 +01:00
Tomahawk CI
076c65e1f8
Automatic merge of Transifex translations
2014-07-07 02:17:14 +02:00
Uwe L. Korn
dae3ed3f84
Initialise underrun* variables
2014-07-06 17:33:43 +01:00
Uwe L. Korn
b7e6f2678f
Generate compact JSON documents
2014-07-06 02:17:49 +01:00
Uwe L. Korn
c52a6634c2
Check if album is already loaded before reloading it
2014-07-05 22:27:34 +01:00
Uwe L. Korn
eab30f2e47
Mark functions that should only be used internally.
...
JSResolverHelper slots and INVOKABLEs are exported to JavaScript but not
all functions shall be used a resolver. Some of the exported functions
are only meant to be used by Wrappers in tomahawk.js as they cannot
fulfil their task completely in JS and need to callback to Qt for
certain functionality.
2014-07-05 22:16:33 +01:00
Uwe L. Korn
cf65fe2f75
Export WhatsHot plugin
2014-07-03 20:31:23 +01:00
Uwe L. Korn
03a227d662
Add WhatsHot to macdeploy
2014-07-03 20:26:56 +01:00
Tomahawk CI
f53abc646e
Automatic merge of Transifex translations
2014-07-03 02:17:19 +02:00
Uwe L. Korn
797a3de2e2
Don't ship "\libsnore\libsnore_backend_trayicon.dll" as it is not used by tomahawk
2014-07-02 12:42:06 +01:00
Uwe L. Korn
ee7bcf4b58
Add GnuTLS in README
2014-07-02 13:09:28 +02:00
Uwe L. Korn
27a0ad69ec
Add snore to Windows installer
2014-07-02 11:31:23 +01:00
Uwe L. Korn
ee11f255d7
Merge pull request #207 from TheOneRing/snore-notify
...
added snorenotification support, this adds growl(on windows and mac), wi...
2014-07-02 12:28:08 +02:00
Uwe L. Korn
9f715e764c
Add more GnuTLS dependencies to Windows installer
2014-07-02 02:13:14 +01:00
Uwe L. Korn
99369b550b
Add more GnuTLS dependencies to Windows installer
2014-07-02 01:57:33 +01:00
Uwe L. Korn
36190ac667
Add libgmp-10.dll to Windows installer
2014-07-02 01:43:43 +01:00
Uwe L. Korn
044375aec6
Add GnuTLS Dependencies to Win Bundle
2014-07-02 02:21:06 +02:00
Tomahawk CI
5742090699
Automatic merge of Transifex translations
2014-07-02 02:17:20 +02:00
Jason Herskowitz
81e2767731
Update copyright to 2014
2014-07-01 17:03:36 -04:00
Uwe L. Korn
cb178c7c74
Move more calls to the correct thread
2014-07-01 21:41:19 +01:00
Uwe L. Korn
14c5a92ba2
Only start track from the correct thread
2014-07-01 21:28:45 +01:00
Uwe L. Korn
ff89f015cd
Pass less references around threads
2014-07-01 21:07:41 +01:00
Uwe L. Korn
52701463cc
Call AudioEngine in the correct thread
2014-07-01 17:03:06 +01:00
Tomahawk CI
279177be62
Automatic merge of Transifex translations
2014-07-01 02:17:15 +02:00
Uwe L. Korn
5e5183fc18
Expose accountId to JavaScript
2014-06-30 17:56:58 +01:00
Uwe L. Korn
15965ad2c2
Remove wrong DLLEXPORT
2014-06-30 17:32:22 +01:00
Uwe L. Korn
bffc41c5a3
Delete d_ptr automatically
2014-06-30 17:32:08 +01:00
Uwe L. Korn
dd0672ae82
Never name a variable errno
2014-06-30 17:17:14 +01:00
Uwe L. Korn
1109f0bafb
Building a static library, so no exports
2014-06-30 17:10:26 +01:00
Uwe L. Korn
7b78a81be2
Never name a variable errno
2014-06-30 17:10:13 +01:00
Uwe L. Korn
80f70d0f84
Remove trailing semicolon
2014-06-30 16:55:08 +01:00
Uwe L. Korn
2e0cab59ff
Better support for play.spotify.com
2014-06-30 16:40:24 +01:00
Uwe L. Korn
5508212635
Answer domme.
2014-06-30 01:48:31 +01:00
Uwe L. Korn
2296ac0f48
Include more locally
2014-06-30 01:48:30 +01:00