David Sansome
|
d5617c0daf
|
Set the media role for pulse audio
|
2014-06-19 22:51:58 +10:00 |
David Sansome
|
93a0f160df
|
Add Configure items to the context menus for cloud file services.
|
2014-03-30 16:46:16 +11:00 |
John Maguire
|
0a67a00ec0
|
Initialise logging earlier.
|
2014-03-12 19:06:00 +01:00 |
John Maguire
|
fc9c983e2c
|
Put global functions used for startup in namespace
|
2014-02-13 18:59:59 +01:00 |
John Maguire
|
bebd781fdf
|
Reformat all non-3rd-party C/C++/Objective-C++.
Command line:
find src ext -regex '.*\.\(h\|cpp\|mm\)' -exec clang-format -i
-style='{BasedOnStyle: Google, DerivePointerBinding: false}' {} \;
|
2014-02-07 16:34:20 +01:00 |
John Maguire
|
acfc7e6d21
|
Add missing header for _exit()
Fixes #4188
|
2014-02-07 13:41:26 +01:00 |
John Maguire
|
71893e4847
|
Use nullptr instead of NULL everywhere.
|
2014-02-06 17:29:59 +01:00 |
John Maguire
|
d309d4ab27
|
Use c++11 instead of boost where possible.
|
2014-02-06 16:51:39 +01:00 |
John Maguire
|
4c23072bef
|
Link dynamically against sqlite3 but still use a copy of QSqlLiteDriver
|
2013-11-22 16:31:41 +00:00 |
Andreas
|
10369cdbbb
|
revert last commit.
|
2013-10-30 22:36:44 +01:00 |
Andreas
|
9bc605dc58
|
Try to fix the config path in windows.
|
2013-10-30 22:27:08 +01:00 |
John Maguire
|
981bbdce72
|
D'oh
|
2013-10-28 17:39:18 +01:00 |
John Maguire
|
b08898bf2d
|
Add workaround for weird font issue in 10.9.
|
2013-10-28 17:12:23 +01:00 |
Andreas
|
8b8d3e2849
|
Rearrange main.cpp, so no GetConfigPath() is called before instanciating QApplication and CheckPortable().
|
2013-10-10 18:36:12 +02:00 |
Andreas
|
4584b50d18
|
Fix wrong networkcache dir.
|
2013-10-10 10:00:57 +02:00 |
Andreas
|
acb18cdcde
|
First tries on a portable version.
|
2013-09-29 10:43:34 +02:00 |
David Sansome
|
65b8e147ed
|
Make the Spotify downloader optional again on Windows and Mac
(cherry picked from commit 4e8dba16d4 )
|
2013-09-18 01:25:02 +02:00 |
David Sansome
|
96a8c5a9fe
|
Make the GPL spotify code non-optional
(cherry picked from commit 2c55688601 )
|
2013-09-18 01:24:49 +02:00 |
David Sansome
|
1a3f6af1bd
|
Clean up the network remote settings page, add a "Get it on Google Play" button.
|
2013-07-27 15:27:08 +10:00 |
David Sansome
|
eb20fb5945
|
Remove all the soruce for WMDM devices. Fixes issue 3748
|
2013-06-30 08:25:12 +00:00 |
John Maguire
|
2cdbe9ea82
|
Do not use deprecated function in glib 2.36+
Fixes issue #3596
|
2013-04-06 13:45:40 -07:00 |
Andreas
|
a4d26bc249
|
- Actually fix the SIGPIPE (Broken Pipe) Error. It was caused by the QTcpSocket::flush().
- Revert previous SIGPIPE fixes.
- Rename method in RemoteClient to match its function.
|
2013-01-28 22:45:26 +01:00 |
Andreas
|
a2c07527bf
|
Included signal header file in main.cpp.
|
2013-01-28 15:40:00 +01:00 |
Andreas
|
cf47331cf8
|
Small code style fix.
|
2013-01-28 14:40:04 +01:00 |
Andreas
|
fcc0da554b
|
Moved signal(SIGPIPE, SIG_IGN) to main.
|
2013-01-28 14:39:31 +01:00 |
David Sansome
|
d9ea96033a
|
Print the version number on startup
|
2012-12-26 12:37:57 +11:00 |
John Maguire
|
ea8655af83
|
Add Dropbox service and settings page.
|
2012-11-29 20:48:34 +01:00 |
John Maguire
|
6bf0b4736a
|
Start of dropbox support. Only whitelisted accounts work for now.
|
2012-11-29 20:48:25 +01:00 |
John Maguire
|
6c5e831a7d
|
Remove tag encoding detection as we don't really use it anymore.
|
2012-11-29 13:41:20 +01:00 |
John Maguire
|
d1845bc70e
|
ifdef WmdmThread::StaticInit() in main()
|
2012-11-19 18:56:35 +01:00 |
John Maguire
|
80d35ef128
|
Merge remote branch 'origin/mingw-w64'
|
2012-11-19 18:17:19 +01:00 |
David Sansome
|
141bdc6888
|
Try parsing a message in main(), both in the main thread and in a QtConcurrent thread.
(cherry picked from commit 4446b277814ae4afe7d4aba85eb4fd5475843880)
Fixes issue 3265
|
2012-11-18 09:44:03 +11:00 |
John Maguire
|
8501ac0d96
|
Do WMDM static init in main() to avoid static mutex.
|
2012-11-15 22:08:04 +00:00 |
Arnaud Bienner
|
4fd45e0028
|
uiLanguages returns strings with "-" as separators for language/region; however QTranslator needs "_" separators
|
2012-11-05 19:36:13 +01:00 |
John Maguire
|
6cadc9321d
|
Remove legacy config file migration code for mac.
|
2012-10-29 12:47:59 +00:00 |
John Maguire
|
a56947e356
|
Add support for new musicbrainz cover art archive.
See: http://blog.musicbrainz.org/?p=1616
|
2012-10-10 14:45:13 +02:00 |
John Maguire
|
a1361dfa7e
|
Enable fullscreen support for OS X 10.7+
Fixes issue #2329
|
2012-10-09 14:56:17 +02:00 |
John Maguire
|
f98f1ff6df
|
Fix Qt 4.7 compilation.
|
2012-09-26 12:38:55 +02:00 |
John Maguire
|
b6276d53cf
|
Use UI language where available instead of system language.
Fixes issue #3175
|
2012-09-26 12:05:43 +02:00 |
Arnaud Bienner
|
c2723008a2
|
Blacklist all NVidia drivers
|
2012-09-24 20:54:46 +02:00 |
John Maguire
|
27975c7a16
|
Separate out spotify blob downloader into a new optional component.
|
2012-09-03 17:38:07 +02:00 |
John Maguire
|
4719a347fa
|
Blacklist nvidia driver 304.37
Fixes issue #3115
|
2012-08-23 12:07:16 +02:00 |
David Sansome
|
1fe1a9def3
|
Set the qtsparkle language on startup
|
2012-08-08 19:16:23 +01:00 |
John Maguire
|
06f7acd96b
|
Ship some GIO modules on Mac so HTTPS works correctly.
|
2012-07-30 17:52:21 +02:00 |
John Maguire
|
74fe419659
|
Factor out metatype registration.
|
2012-06-20 15:07:28 +02:00 |
John Maguire
|
0d5d1dbad1
|
Filter out songkick concerts that are too far away.
|
2012-06-20 14:13:15 +02:00 |
John Maguire
|
ba95cc7788
|
Move the setting of the gstreamer environment variables into main() to avoid a race condition where the spotify blob would start up before the gstreamer initialisation happened in the main process and thus would try and load the system gstreamer plugins.
|
2012-06-20 11:19:34 +02:00 |
David Sansome
|
b427fc8a24
|
Merge branch 'globalsearch-tree'
Fixes issue 2238
Fixes issue 2241
Fixes issue 2368
Fixes issue 2375
Fixes issue 2843
Fixes issue 2872
Fixes issue 2938
|
2012-06-16 21:24:29 +01:00 |
John Maguire
|
4da488d6f0
|
Force native windows on OS X to mostly fix focus issue with NSSearchField.
See QTBUG-11401.
|
2012-06-13 15:50:58 +02:00 |
David Sansome
|
9c36cfa199
|
Replace the global search widget with a "Search" view on the sidebar. Organise results in a tree automatically.
|
2012-06-10 16:36:15 +01:00 |