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
Christian Muehlhaeuser
73f4c774c3
Don't use Logger from TomahawkSettings ctor.
2014-10-21 19:09:45 +02:00
Christian Muehlhaeuser
fcbb3f31da
Don't use Logger from TomahawkSettings ctor.
2014-10-21 19:09:14 +02:00
Christian Muehlhaeuser
0296d579b0
Prevent null_ptr crashes.
2014-10-21 16:31:17 +02:00
Christian Muehlhaeuser
e791977982
Prevent null_ptr crashes.
2014-10-21 16:16:12 +02:00
Uwe L. Korn
68f608ac1a
Fix typo
2014-10-21 11:22:29 +02:00
dridri
d9b5fdf0b1
removed too unstable dsp, done remaning TODOs for vlc
2014-10-21 11:22:29 +02:00
dridri
45c3eae10c
removed useless/causing crashes with youtube streams libvlc flags
2014-10-21 11:22:29 +02:00
dridri
dadfd20000
no more boost
2014-10-21 11:22:29 +02:00
dridri
ead0ecc808
clean code, use boost::function for callbacks
2014-10-21 11:22:28 +02:00
dridri
eb1ef86452
First attempt to add DSP support
2014-10-21 11:22:28 +02:00
dridri
abba474373
let's clean it a bit
2014-10-21 11:22:28 +02:00
dridri
a1e7af361e
added seek-ability detection
2014-10-21 11:22:28 +02:00
dridri
667996715a
QIODevice (playing from peers) should be ok now
2014-10-21 11:22:28 +02:00
dridri
ebf58c1a57
--no-one-instance nor recognized by libvlc new version
2014-10-21 11:22:28 +02:00
dridri
5fb5bc4f82
less debug for libvlc output
2014-10-21 11:22:28 +02:00
dridri
439335ecef
First version using libvlc instead of phonon - added QIODevice support, less debug, no more segfault
2014-10-21 11:22:28 +02:00
dridri
82acc6b60e
little fix for duration bug
2014-10-21 11:22:28 +02:00
dridri
ce3d372749
More track duration calculation and seeking
2014-10-21 11:22:27 +02:00
dridri
5daca7f0e7
totalTime and currentTime impl
2014-10-21 11:22:27 +02:00
dridri
f25a3715da
first draft to get rid of phonon and directly use LibVLC
2014-10-21 11:22:27 +02:00
dridri
9bb7a06256
Added DSP callback support for VLC phonon
2014-10-21 11:22:09 +02:00
dridri
736f6fefb6
Now it really should fit standard :P
2014-10-21 11:20:24 +02:00
dridri
3fd8939297
Code now should fit Tomahawk's standard
2014-10-21 11:20:24 +02:00
dridri
db7b2a310f
Fixed minor things
2014-10-21 11:20:24 +02:00
dridri
52abcc29de
Added Equalizer support on AudioEngine class
...
Two public methods added :
* int equalizerBandCount()
* bool setEqualizerBand(int band, int value)
One private method :
* void initEqualizer()
Settings and GUI must be made in an external plugin
2014-10-21 11:20:23 +02:00
Uwe L. Korn
372c16794a
Use C++11 style initialisation.
...
This way we already initialise them in the initialiser-list-style but do
not need to add them to each initialiser list separately.
2014-10-21 09:56:11 +02:00
Tomahawk CI
9dd35e0699
Automatic merge of Transifex translations
2014-10-21 02:17:52 +02:00
Dominik Schmidt
197d76ead5
CrashReporter: log to console on windows too
2014-10-21 00:00:29 +02:00
Dominik Schmidt
d5746e794a
CrashReporter: Send log file properly gzip compressed
2014-10-21 00:00:20 +02:00
Dominik Schmidt
87aa5086a1
CrashReporter: log to console on windows too
2014-10-20 23:58:35 +02:00