1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 23:39:42 +01:00

10277 Commits

Author SHA1 Message Date
Uwe L. Korn
215b43b27b Make VLC event handling a member function 2014-10-22 18:51:18 +02:00
Uwe L. Korn
6bb0d88df5 Merge pull request from lorenzhs/misc-fixes
Miscellaneous cppcheck and other fixes
2014-10-22 18:46:55 +02:00
Uwe L. Korn
223df09a8f Make more accessors constant 2014-10-22 18:43:42 +02:00
Uwe L. Korn
5298640f63 Prefix member objects with m_ 2014-10-22 18:41:08 +02:00
Uwe L. Korn
7526422be6 Remove unused phonon header 2014-10-22 17:03:32 +02:00
Uwe L. Korn
bbcec494d6 Replace Phonon mentions with new components 2014-10-22 17:02:55 +02:00
Lorenz Hübschle-Schneider
4422f73981 JSResolverHelper: comparison function: pass QVariant by reference 2014-10-22 16:47:30 +02:00
Lorenz Hübschle-Schneider
d17f509cea JSResolverHelper: Make use of helper functions 2014-10-22 16:47:30 +02:00
Lorenz Hübschle-Schneider
645f09d514 Avoid copying of constructor results 2014-10-22 16:47:30 +02:00
Lorenz Hübschle-Schneider
fee1e7c349 JSResolverHelper: Fix typo in accountId() function name 2014-10-22 16:47:30 +02:00
Lorenz Hübschle-Schneider
d84709ec7b Resolvers: Remove useless assignments 2014-10-22 16:47:29 +02:00
Lorenz Hübschle-Schneider
52d5476db3 JSResolver: avoid unnecessary calls, simplify logic, consts 2014-10-22 16:47:29 +02:00
Lorenz Hübschle-Schneider
f5660295ed JSResolver: read duration as signed integer 2014-10-22 16:47:29 +02:00
Lorenz Hübschle-Schneider
8106ae2506 Reduce variable scopes
Also reduces some boolean logic verbosity.
2014-10-22 16:47:29 +02:00
Uwe L. Korn
2b3b48f47f Remove obsolete comment 2014-10-22 12:14:02 +02:00
Uwe L. Korn
665c3d2c5e C++11 style fixes 2014-10-22 12:11:56 +02:00
Uwe L. Korn
076a806ef1 Add CMake switch to disable tools 2014-10-22 12:09:13 +02:00
Christian Muehlhaeuser
90dab3c1be Proper VLC url in README. 2014-10-22 11:37:40 +02:00
Christian Muehlhaeuser
4886f8bf62 Updated README. 2014-10-22 11:36:47 +02:00
Uwe L. Korn
029132523f Add VLC website 2014-10-22 11:32:59 +02:00
Christian Muehlhaeuser
108f8d0879 Merge pull request from tomahawk-player/libvlc
Replace Phonon with libvlc directly
2014-10-22 11:25:39 +02:00
Uwe L. Korn
193df0743d Debug-- 2014-10-22 11:19:49 +02:00
Uwe L. Korn
271c68cd8f Remove ADO functions 2014-10-22 11:17:04 +02:00
Uwe L. Korn
a9e247d3d0 Remove supportedMimeTypes 2014-10-22 11:07:36 +02:00
Uwe L. Korn
7f93604dbe Remove redundant code 2014-10-22 10:53:54 +02:00
Uwe L. Korn
fdbb594734 Restore volume restoring 2014-10-22 10:51:11 +02:00
Uwe L. Korn
dc50191f34 Further simplify FindVLC 2014-10-22 10:45:02 +02:00
Uwe L. Korn
3a8d23c5b1 Style fixes 2014-10-22 09:42:54 +02:00
Uwe L. Korn
fd39191d6a Always seek independent of what VLC says 2014-10-22 09:31:53 +02:00
Uwe L. Korn
a324ff14f6 Construct arguments using QString::arg 2014-10-22 09:15:32 +02:00
Uwe L. Korn
b8fe5ad218 Use uintptr_t 2014-10-22 09:05:37 +02:00
Uwe L. Korn
14e264cf60 Style fixes 2014-10-22 09:05:30 +02:00
Jason Herskowitz
2aafa411b6 Make page-header for windows installer white to better match 2014-10-22 04:35:23 +02:00
Jason Herskowitz
9a322959f7 Update Windows installer images - can someone confirm they work? 2014-10-22 04:13:38 +02:00
Uwe L. Korn
c9adcf6bd7 Don't copy MediaStream instances
With the large char-buffer, a copy of them will be very inefficent.
Explicitly add functions for the conversion to a MediaStream but do not
allow a copy constructor.
2014-10-21 23:23:04 +02:00
Uwe L. Korn
eeff358e1d Style fixes 2014-10-21 23:03:16 +02:00
Uwe L. Korn
dfd3715051 Use nullptr instead of 0 2014-10-21 23:02:00 +02:00
Uwe L. Korn
f0e2ddcdf0 Use constant c-style array instead of fancy Qt data structures 2014-10-21 22:57:05 +02:00
Uwe L. Korn
b6f92013bd Use nullptr instead of 0 2014-10-21 22:55:55 +02:00
Dominik Schmidt
ad2b056ddf Revert version number change 2014-10-21 21:48:21 +02:00
Dominik Schmidt
712c288182 Merge branch 'stable-0.8'
Conflicts:
	src/crashreporter/main.cpp
2014-10-21 21:41:00 +02:00
Dominik Schmidt
bb4ad2684c Add outfilename parameter to KDE4_ADD_APP_ICON and rename it to TOMAHAWK_ADD_APP_ICON because it's not compatible anymore 2014-10-21 21:35:54 +02:00
Dominik Schmidt
b1537607b2 Correctly generate the icon .tiff file in kde4_add_app_icon 2014-10-21 21:18:23 +02:00
Uwe L. Korn
c986506605 Use Q_D instead of d_func 2014-10-21 21:13:19 +02:00
Uwe L. Korn
f0d3b11ded Seek even if VLC reports we can't
Yep, sometimes we can seek even though VLC says no.
2014-10-21 21:10:30 +02:00
Uwe L. Korn
accc2b5197 Use find_package_handle_standard_args 2014-10-21 21:05:53 +02:00
Uwe L. Korn
51d2ca2247 Use Q_D instead of d_func 2014-10-21 21:01:38 +02:00
Uwe L. Korn
08101197ae Simplfy FindVLC 2014-10-21 20:57:40 +02:00
Uwe L. Korn
a17a0e154c Remove Phonon traces 2014-10-21 20:46:44 +02:00
Dominik Schmidt
d3b600890f Don't require C++11 for the crashreporter 2014-10-21 20:13:19 +02:00