Jim Broadus
|
7d28e8700b
|
Call SettingsPage::showEvent from child class implementations
|
2020-07-07 10:35:02 +01:00 |
Jonas Kvinge
|
d4fab4a2ea
|
Merge remote-tracking branch 'upstream/master' into qt5-update
|
2018-11-11 22:46:07 +01:00 |
Amish Naidu
|
107e945872
|
Convert uses of QtAlgorithms to std:: algorithms
|
2018-10-09 19:17:54 +01:00 |
Chocobozzz
|
ff7026c9fe
|
Merge remote-tracking branch 'upstream/master' into qt5
|
2015-12-13 20:05:12 +01:00 |
narunlifescience
|
dd953fd86c
|
check custom icon location, then system theme & then fallback theme
icons added & replaced
|
2015-10-13 22:35:49 -05:00 |
Chocobozzz
|
8b226c2171
|
Update non optionnals sources to qt5
|
2015-04-11 23:24:07 +02:00 |
Andreas
|
dba79a7e99
|
Revert "Add option to show year next to album name in library and global search."
This reverts commit e17fc06be1 .
Doesn't work as I thought.
|
2014-10-05 15:06:56 +02:00 |
Andreas
|
e17fc06be1
|
Add option to show year next to album name in library and global search.
|
2014-10-05 14:14:24 +02:00 |
John Maguire
|
3323c2d094
|
Convert all instances of foreach() to a C++11 for
find ext src -name '*.cpp' -exec \
sed -i -e 's/foreach(\([^,]\+\),/for (\1 :/' {} \;
|
2014-02-10 14:43:32 +01:00 |
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 |
David Sansome
|
7b4ff1d2ee
|
Update the Search settings page, use the configured provider order
|
2012-06-11 16:26:33 +01:00 |
David Sansome
|
75f2550c31
|
Don't save the enabled state for a provider if that provider isn't logged in. The enabled state would always get set to false in this case since the checkbox is disabled in the UI, regardless of its actual state.
|
2011-12-01 14:30:36 +00:00 |
David Sansome
|
f80ac47931
|
Use a better search icon for the global search settings page - in the Mint-X theme the old icon was 22x22 only.
|
2011-11-08 20:20:25 +00:00 |
David Sansome
|
1946011919
|
Update each provider's logged-in state in the global search settings dialog when returning to the global search page.
|
2011-11-05 17:19:42 +00:00 |
David Sansome
|
37166ca19d
|
Give the last.fm global search provider a config dialog
|
2011-11-05 17:11:02 +00:00 |
David Sansome
|
dc05c101a3
|
Remove the individual provider buttons from the global search widget and replace them with one settings button instead. Also tweak the appearance of the tooltip
|
2011-11-05 16:57:33 +00:00 |
David Sansome
|
246b14d677
|
Save provider enabled/disabled state and order
|
2011-10-30 23:31:43 +00:00 |
David Sansome
|
08e09ce5dd
|
Add a settings page for global search - doesn't save yet
|
2011-10-30 18:52:38 +00:00 |