Uwe L. Korn
2ec6a06f2a
Use override directly
2014-10-19 16:10:13 +02:00
Uwe L. Korn
36ea2f797f
Add Menu Entry to start playlist sync
2014-10-19 16:03:13 +02:00
Uwe L. Korn
e6d8d1faa9
Remove trailing semicolons
2014-10-19 16:03:13 +02:00
Uwe L. Korn
d96458ec72
Make PlaylistUpdaterInterface a QObject
2014-10-19 16:03:13 +02:00
Uwe L. Korn
f42ac00bcb
Add skeleton for starting to sync a playlist
2014-10-19 16:03:13 +02:00
Uwe L. Korn
f5395705b5
Add files to CMakeLists
2014-10-19 16:02:43 +02:00
Uwe L. Korn
d8eaf39232
Add ExternalResolverPlaylistUpdater* skeletons
2014-10-19 16:02:43 +02:00
Uwe L. Korn
0c0dfd82cc
List resolvers in the menu that can sync playlists
2014-10-19 16:02:43 +02:00
Uwe L. Korn
5da18c59ce
Add dummy Sync with menu
2014-10-19 16:02:43 +02:00
Uwe L. Korn
b7cee78106
Prefer libc++ on Apple if available
2014-10-19 12:23:07 +02:00
Christian Muehlhaeuser
69ead151ba
Drop the multiple versions of the empty-collection hint.
2014-10-19 10:40:48 +02:00
Christian Muehlhaeuser
bac9931372
Create IndexStatusManager in JobStatusView.
2014-10-19 10:24:48 +02:00
Christian Muehlhaeuser
b43103a3f1
Added IndexStatusManager, which observes indexing progress and creates a job-item accordingly.
2014-10-19 10:24:48 +02:00
Christian Muehlhaeuser
fc04d71edf
Added missing GPL headers.
2014-10-19 10:24:48 +02:00
Christian Muehlhaeuser
d0de8c9b14
Don't create JobStatusItem in DatabaseCommand.
2014-10-19 10:24:48 +02:00
Christian Muehlhaeuser
afc9f6bfe7
Emit signal when indexing starts.
2014-10-19 10:24:48 +02:00
Christian Muehlhaeuser
4eee943bf3
Removed dupe collection background image.
2014-10-18 14:56:14 +02:00
Uwe L. Korn
e38e19c734
Compilers know how to optimize strlen
2014-10-18 11:10:26 +02:00
Uwe L. Korn
f77a9d9b22
No need for std::bind here
2014-10-18 11:06:15 +02:00
Tomahawk CI
ab35e1869d
Automatic merge of Transifex translations
2014-10-18 02:17:40 +02:00
Uwe L. Korn
3de1ec8542
Modernize ScriptCcommands
2014-10-18 00:33:39 +02:00
Uwe L. Korn
b96862a9f0
Add missing include
2014-10-18 00:21:44 +02:00
Uwe L. Korn
64c11238d4
Modernize DatabaseCommand_AllTracks
2014-10-18 00:21:25 +02:00
Uwe L. Korn
ec279e0a0d
Modernize DatabaseCollection
2014-10-18 00:14:19 +02:00
Uwe L. Korn
8eabbced5c
Use unique_ptr instead of QScopedPointer in Closure
2014-10-18 00:08:55 +02:00
Uwe L. Korn
bf32273ef5
Modernize ScriptCollection
2014-10-17 23:56:43 +02:00
Uwe L. Korn
a7602504bb
Use nullptr instead of 0
2014-10-17 23:40:05 +02:00
Uwe L. Korn
4a0baabb1d
Handle ObjC as C
2014-10-17 23:25:57 +02:00
Uwe L. Korn
5c39e40364
Use nullptr instead of 0
2014-10-17 22:54:54 +02:00
Uwe L. Korn
80b9bfaf19
C++11ify AclRegistryImpl
2014-10-17 22:54:47 +02:00
Uwe L. Korn
0903c6e41f
Always use C++11 std::function
...
Conflicts:
src/libtomahawk/ViewManager.h
src/tomahawk/sourcetree/SourcesModel.cpp
2014-10-17 22:54:22 +02:00
Uwe L. Korn
2c1cf4719f
Remove deprecated std::(tr1::) checks
2014-10-17 22:53:20 +02:00
Uwe L. Korn
e160307dab
Use correct C++11 flag for the compiler.
2014-10-17 22:53:12 +02:00
Uwe L. Korn
5c3a94b4db
Use Q_DISABLE_COPY
2014-10-17 22:53:04 +02:00
Uwe L. Korn
7fab0866e0
Readd lost const qualifier
2014-10-17 22:52:57 +02:00
Uwe L. Korn
e394a5fc71
Remove reference to boost::ref
...
As we bind the first argument, we only make a single copy of the shared
pointer. This is a minimal performance difference that we should be able
to afford in return for dropping Boost finally.
2014-10-17 22:47:19 +02:00
Uwe L. Korn
a60549e3f4
Remove dependency on boost::noncopyable
2014-10-17 22:47:02 +02:00
Uwe L. Korn
7e6e508d06
Remove Concept check includes
...
Conflicts:
src/libtomahawk/widgets/StatsGauge.cpp
2014-10-17 22:46:45 +02:00
Uwe L. Korn
0a315afa9b
Remove obsolete mention of boost
2014-10-17 22:46:08 +02:00
Uwe L. Korn
6cffce4d32
Remove boost usage from ViewManger
2014-10-17 22:45:53 +02:00
Uwe L. Korn
07c5e9d182
Remove boost usage from FuncTimeout
2014-10-17 22:45:42 +02:00
Uwe L. Korn
9f4cf09152
Remove boost::{function,bind} from IOFactories
2014-10-17 22:45:33 +02:00
Uwe L. Korn
e708e2533e
Add placeholer to TR1 wrapper
2014-10-17 22:45:23 +02:00
Uwe L. Korn
04f948825d
Remove boost::bind from TomahawkApp
2014-10-17 22:45:07 +02:00
Uwe L. Korn
61a00a909c
Use TR1 in GenericPageItem
...
Conflicts:
src/tomahawk/sourcetree/SourcesModel.cpp
2014-10-17 22:38:12 +02:00
Uwe L. Korn
b288b3eebf
Add std::(tr::)bind to TR1 wrapper
2014-10-17 22:37:21 +02:00
Uwe L. Korn
79eab29e34
Add wrapper header for (tr/)functional
2014-10-17 22:34:03 +02:00
Uwe L. Korn
02613b0ca9
Remove redundant includes
2014-10-17 22:30:44 +02:00
Uwe L. Korn
d36b4ce271
Use QScopedPointer instead of boost
2014-10-17 22:30:19 +02:00
Christian Muehlhaeuser
2f28d4ea29
Readd a header widget to station view.
2014-10-17 21:22:03 +02:00