1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-04 13:17:34 +02:00
Commit Graph

2720 Commits

Author SHA1 Message Date
Dominik Schmidt
45cc0652d9 Stop crashing when changing shown collection in qml 2011-09-10 05:12:09 +02:00
Dominik Schmidt
6df1b9462f Don't load QML in an undefined state 2011-09-08 04:25:42 +02:00
Dominik Schmidt
cbb44907f4 Add possibility to start songs from QML 2011-09-08 04:12:16 +02:00
Dominik Schmidt
7185b4e778 Whoops 2011-09-08 02:54:07 +02:00
Dominik Schmidt
a0c3806da7 Expose name and isPlaying status in TreeModel 2011-09-07 09:31:53 +02:00
Dominik Schmidt
0d0f9be3f2 Expose currently selected collection to qml 2011-09-07 08:51:21 +02:00
Dominik Schmidt
048c82ac24 Add lazyload getters for models to the ViewManager. 2011-09-07 08:50:39 +02:00
Dominik Schmidt
d49ce2f242 Allow changing current view from qml 2011-09-07 07:23:46 +02:00
Dominik Schmidt
354f1f8f2e Expose DisplayRole as name in sourcesModel 2011-09-07 06:59:24 +02:00
Dominik Schmidt
2472171e8e Expose sourcesModel to QML 2011-09-07 06:13:51 +02:00
Dominik Schmidt
f5b0c35274 Share one trayIcon across all windows 2011-09-07 06:12:07 +02:00
Dominik Schmidt
5ea4b28ad4 Show artist and track in TomahawkTouchWindow title too 2011-09-07 06:02:44 +02:00
Dominik Schmidt
58f239b3a9 Rename TomahawkWindowDeclarative to TomahawkTouchWindow and make it a subclass of TomahawkWindow 2011-09-07 05:38:58 +02:00
Dominik Schmidt
769be854fa Initialize ViewManager before SourcesModel 2011-09-07 05:26:36 +02:00
Dominik Schmidt
a6013ef411 Move SourcesModel initialization to TomahawkWindow 2011-09-07 04:10:20 +02:00
Dominik Schmidt
c16528763f Fix regression where windowTitle was set empty 2011-09-07 02:58:11 +02:00
Dominik Schmidt
b8d684fed8 Split TomahawkWindow into TomahawkWindow and TomahawkDesktopWindow which now contains everything specific to the main tomahawk gui 2011-09-07 01:34:09 +02:00
Dominik Schmidt
1a2b7907d0 Fix cmake for clang 2011-09-06 23:45:09 +02:00
Dominik Schmidt
bcc5e01f8b Resolve undefined reference to play-slot in TomahawkWindowDeclarative 2011-09-06 22:53:06 +02:00
Dominik Schmidt
3e8bcabfbc Add TomahawkWindowDeclarative 2011-09-06 11:19:18 +02:00
Dominik Schmidt
c2cd281445 Expose GlobalActionManager::openLink to QML 2011-09-06 03:00:20 +02:00
Dominik Schmidt
9fdb0c9393 Expose audioEngine states to QML 2011-09-06 03:00:20 +02:00
Dominik Schmidt
fca061d9bc Add basic support for loading a qml gui 2011-09-06 03:00:19 +02:00
Jason Herskowitz
700e53eb2c Adding images for footnotes and queue headers. Open, close, expand and collapse. 2011-09-05 08:45:25 -04:00
Christian Muehlhaeuser
5968d6c903 * Installing a scene filter doesn't work. Not needed either. 2011-09-05 12:28:46 +02:00
Christian Muehlhaeuser
c7317dbe54 * Updated ChangeLog. 2011-09-05 12:26:00 +02:00
Christian Muehlhaeuser
031f52f6b7 * Only linux seems to behave wrong here... maybe it's Oxygen-style. Need to investigate. 2011-09-05 11:58:07 +02:00
Christian Muehlhaeuser
fa6579f8f0 * Static gradient for InfoBar speeds up window resizing. 2011-09-05 11:04:02 +02:00
Christian Muehlhaeuser
c9c99d58ab * Fixed search-input layout on non-OSX. 2011-09-05 10:56:29 +02:00
Christian Muehlhaeuser
b9d6548243 * Moved infobar/ out of the playlist/ dir. 2011-09-05 10:40:12 +02:00
Christian Muehlhaeuser
914c02b7ab * Moved widgets out of utils/ dir. 2011-09-05 10:37:14 +02:00
Christian Muehlhaeuser
b83a7bed00 * Properly elide artist's biography on artist-page. 2011-09-05 10:28:21 +02:00
Christian Muehlhaeuser
f3c19779cd * Fine-tuned filtering tree-models. 2011-09-05 09:26:45 +02:00
Christian Muehlhaeuser
9ef5894685 * Move TreeModel filtering to TreeProxyModel. 2011-09-05 06:32:40 +02:00
Christian Muehlhaeuser
71117d3c42 * Filter word by word, not the total term, e.g. 'rock you we will' finds 'we will rock you'. 2011-09-05 05:50:08 +02:00
Casey Link
079f758b66 Update the WhatsHot widget to fetch and correctly display charts based on the selection in the breadcrumb. For the moment I've removed the right panel, but it will be coming back (probably). 2011-09-04 22:37:09 -05:00
Casey Link
dd83f121c8 When the selected crumb doesn't have any children, emit the parent as having been selected. 2011-09-04 22:37:09 -05:00
Casey Link
8f326ee41b Add a signal to tell the outside world when the crumb changed. 2011-09-04 22:37:09 -05:00
Casey Link
f32320fd67 Fix detection of tracks/artists charts in lastfm 2011-09-04 22:37:09 -05:00
Casey Link
0a7e49f6d5 Change how chart lists and charts are passed through the info system. 2011-09-04 22:37:09 -05:00
Christian Muehlhaeuser
33d8c0314c * Allow filtering by album name. 2011-09-05 04:56:11 +02:00
Christian Muehlhaeuser
b73d5b4424 * Fixed filtering by artist name. 2011-09-05 04:52:28 +02:00
Christian Muehlhaeuser
c4a450e5de * Add filter capabilities to TreeModel / -View. 2011-09-05 04:50:30 +02:00
Jason Herskowitz
b32ac0cf04 New filter icon if we can use it with native search component 2011-09-04 22:10:47 -04:00
Christian Muehlhaeuser
52c0e9993b * Fixed filter behaviour. 2011-09-05 03:52:41 +02:00
Christian Muehlhaeuser
1c3b3e9173 * Bring back the filter, move deps into libtomahawk/thirdparty/. 2011-09-05 02:51:41 +02:00
Christian Muehlhaeuser
9690276079 * Fixed TWK-278: Store columns after reordering and introduce ViewHeader as a base-class for self-restoring QHeaderViews. 2011-09-04 12:35:52 +02:00
Christian Muehlhaeuser
58362883b3 * Some more cleanups. 2011-09-04 08:58:09 +02:00
Christian Muehlhaeuser
5b8f35294b * Don't react to hover events unless TrackView is in Detailed mode. 2011-09-04 08:49:37 +02:00
Christian Muehlhaeuser
12c5b18b05 * Resize ContextPage's columns. 2011-09-04 08:45:31 +02:00