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
|
71893e4847
|
Use nullptr instead of NULL everywhere.
|
2014-02-06 17:29:59 +01:00 |
Mateusz Kowalczyk
|
aa347d0a57
|
Don't ask about closing the playlist if it's empty
Fixes issue 3827.
|
2013-08-28 21:38:17 +02:00 |
Arnaud Bienner
|
379b8743f9
|
Force the position of the checkbox for the confirmation prompt (looked bad on Windows) + update an old, not up to date comment
|
2013-08-11 16:36:28 +02:00 |
Arnaud Bienner
|
9f38f14fbf
|
Don't really need the QObject:: here
|
2013-08-10 21:46:17 +02:00 |
Arnaud Bienner
|
e3c5f3398c
|
Add a "don't prompt me again" checkbox to the "warn_close_playlist" message box
|
2013-08-10 20:18:29 +02:00 |
Arnaud Bienner
|
00a0e990fd
|
Correct typo
|
2013-07-28 15:37:02 +02:00 |
Arnaud Bienner
|
f75c0a2b97
|
Add an option for not being asked before closing a playlist
|
2013-07-27 19:59:15 +02:00 |
Arnaud Bienner
|
b53e58d407
|
Ask user for confirmation before closing a non-favorite playlist, as it will be deleted. Don't ask if middle-clicked
|
2013-07-18 00:37:31 +02:00 |
Arnaud Bienner
|
cee18eebb2
|
Add a tooltip to the favorite widget
|
2013-06-29 16:12:53 +02:00 |
Arnaud Bienner
|
94a70d61b9
|
Save playlist' id instead of tab's id in favorite widget, so we don't have to update it when tab are moved
|
2013-05-12 23:36:32 +02:00 |
Arnaud Bienner
|
5e6821dead
|
Add a 'favorite' widget to playlist tab, and keep in playlistlist container only favorite playlists, instead of all playlists.
|
2013-05-11 23:18:03 +02:00 |
Alan Briolat
|
cc2be1ef15
|
Save playlist tab order when closing a tab, fixes issue 3393
|
2013-01-17 09:22:42 +01:00 |
Mateusz Kowalczyk
|
5b88c5f4a4
|
Select the next tab when a playlist tab is closed. Fixes issue 3347.
|
2012-12-24 19:35:31 +11:00 |
David Sansome
|
9fae3881ed
|
Add a new "Playlists" tab to the sidebar that contains all the playlists created by or imported into Clementine. The tab bar now contains only "open" playlists - closing a tab closes the playlist without deleting it.
Update issue 1811
Added a Playlists tree view to the sidebar.
|
2012-10-30 23:04:22 -07:00 |
David Sansome
|
885d98b5f0
|
Remove the SpecialPlaylistType class, it hasn't been used since Spotify and Grooveshark search results went into the sidebar tree.
|
2012-10-30 22:53:09 -07:00 |
Tyler Rhodes
|
ded8e5f6f0
|
Refactor "Radio" files into "Internet" files.
|
2011-07-15 13:27:50 +00:00 |
Andrea Decorte
|
a36d0706b5
|
Ask for confirmation also on tab close button for now
|
2011-06-26 12:30:19 +00:00 |
Andrea Decorte
|
87a5ec5cc7
|
Add confirmation when removing playlist and close button on tabs. Fixes
issue 2003
|
2011-06-19 08:44:10 +00:00 |
David Sansome
|
06852aaeb7
|
Show spotify search results in a separate playlist tab rather than in a tree in the sidebar.
|
2011-04-28 17:50:45 +00:00 |
David Sansome
|
df05bf1195
|
Fix a bounds check in PlaylistTabBar, convert a couple more things to use qLog()
|
2011-04-22 17:07:57 +00:00 |
Arnaud Bienner
|
6653d740fc
|
Adding shorcuts for navigating over the tabs. Fixes issue 1568
|
2011-04-19 20:11:24 +00:00 |
Andrea Decorte
|
32ae9bd1de
|
Reintroducing scroll arrows, since the visual glitch seems a Qt bug
|
2011-04-15 21:54:19 +00:00 |
Andrea Decorte
|
764b3b0429
|
Show tooltips on playlist tabs only when needed. Fixes issue 1725
|
2011-04-13 19:15:30 +00:00 |
Andrea Decorte
|
2d27f10cfb
|
Add tooltips to playlist tabs. Fixes issue 1725
|
2011-04-11 16:29:36 +00:00 |
Andrea Decorte
|
e57d988f5d
|
oops, it seems that MidButton is a better choice...
|
2011-04-02 18:15:20 +00:00 |
Andrea Decorte
|
d29aa81a3b
|
disable double middle click in playlist tabbar and activate elide mode
in sidebar
|
2011-04-02 17:28:43 +00:00 |
Andrea Decorte
|
886f3d4d6f
|
Double click on a tab to rename it and visual improvements to tab bar.
Fixes issue 1651
|
2011-04-02 14:46:56 +00:00 |
Arnaud Bienner
|
b8bf93fc23
|
Being consistent: use already defined name_for_new_playlist_ field and GetNameForNewPlaylist function, to have the same behavior through the 'Open in a new playlist' action than with drag and drop
|
2011-02-16 01:04:48 +00:00 |
Paweł Bara
|
29056d944c
|
allow to delete now-playing playlists from their context menus (we already allow to do such a thing with middle click so we should be ok...) - Fixes issue #1444
|
2011-02-15 17:53:21 +00:00 |
Arnaud Bienner
|
4d58e75e0a
|
Using library item's name instead of generic text 'Playlist' when creating new playlist by DnD from the library, or when using 'Open in new playlist'
|
2011-02-14 23:06:36 +00:00 |
Paweł Bara
|
85b876d112
|
fixed broken RemoveDuplicates script
maybe fix the issue #1444
|
2011-02-14 17:44:15 +00:00 |
Paweł Bara
|
a6b6147c9d
|
drag and drop to empty playlist-tab-bar's space in order to create a new playlist with the dragged items (fixes issue #1431)
|
2011-02-09 18:48:31 +00:00 |
David Sansome
|
ed1a25693c
|
Add missing licenses to debian/copyright, and add copyright information to each source file
|
2010-11-20 13:27:10 +00:00 |
John Maguire
|
9a35f0fc71
|
Disable removing the active playlist.
Fixes issue #640
|
2010-09-08 12:30:19 +00:00 |
David Sansome
|
40a2302311
|
Support dragging and dropping between playlists
|
2010-07-17 12:47:59 +00:00 |
David Sansome
|
b487ec00ef
|
GUI for saving playlists
|
2010-05-22 22:20:00 +00:00 |
David Sansome
|
6a3c9aae0c
|
Double clicking on empty space in the playlist tabbar makes a new playlist, and middle clicking a tab removes it
|
2010-05-22 14:33:17 +00:00 |
David Sansome
|
e572fbf487
|
Oops, fix remove and rename
|
2010-05-21 10:44:26 +00:00 |
David Sansome
|
98235eea03
|
Remember the ordering of playlists
|
2010-05-21 10:37:24 +00:00 |
David Sansome
|
119c6fbd6e
|
Refer to playlists by ID rather than index in the tabbar, so they can be moved around
|
2010-05-21 10:29:17 +00:00 |
David Sansome
|
0aa579c2be
|
Disable the Delete playlist action if there's only one playlist left.
|
2010-05-21 09:37:27 +00:00 |
David Sansome
|
b116d4a306
|
First go at a UI for playlist search and multiple playlists. Nothing works yet.
|
2010-05-20 14:12:15 +00:00 |