libretroadmin
64f22ae2b2
(Qt) Style nits
2022-11-23 23:04:43 +01:00
LibretroAdmin
299875f8b6
(Qt) Cleanups
2022-10-25 18:12:19 +02:00
Autechre
1493533345
Revert "ensure history list will contain crc32 ( #13883 )" ( #13891 )
...
This reverts commit 141bba0464d27b5c7b7cbb17830f314f6e2b05ed.
2022-04-26 14:22:33 +02:00
Alexander Trufanov
141bba0464
ensure history list will contain crc32 ( #13883 )
2022-04-25 15:53:23 +02:00
twinaphex
3336e61859
(Qt) Combine Qt header files
2022-04-22 08:26:27 +02:00
jdgleaver
d1f7d8af0d
(Qt) Fix default core detection when playlist file name does not match 'db_name'
2021-06-29 16:51:20 +01:00
twinaphex
ed0c9ef1dc
Buildfix
2021-03-24 02:39:57 +01:00
twinaphex
95f5df358a
Fix --disable-menu
2021-03-24 01:24:49 +01:00
Tatsuya79
b1f6fa4a2a
remove updateretroarch.cpp
2021-02-11 17:49:21 +01:00
twinaphex
00e840e99d
(Qt) Avoid QString::split - version incompatibilities
2020-11-02 00:18:09 +01:00
jdgleaver
d686d73e7a
Revert "Buildfix --disable-menu - bake out shader params for desktop menu if"
...
This reverts commit dd6924a9403472b9c705106805933c018337158d.
2020-10-02 17:20:23 +01:00
twinaphex
dd6924a940
Buildfix --disable-menu - bake out shader params for desktop menu if
...
HAVE_MENU is not set
2020-10-01 13:04:13 +02:00
twinaphex
b6b22a9a32
More shader refactors - make sure we can compile entirely
...
without shader support if HAVE_CG, HAVE_GLSL, HAVE_SLANG
and HAVE_HLSL are all not defined
2019-07-21 00:34:07 +02:00
jdgleaver
0be44e57ad
Overhaul default playlist core association
2019-06-26 17:42:26 +01:00
twinaphex
ee3208ac39
Integrate video_driver.c into retroarch.c
2019-06-17 15:10:22 +02:00
Tatsuya79
61fa0a0807
Move thumbnail type selection to grid footer.
2019-04-01 21:31:46 +02:00
Brad Parker
477d46d52b
update copyright
2019-02-22 19:13:36 -05:00
orbea
28ff4b391a
Clean up white space.
2019-02-03 16:00:50 -08:00
CozmoP
cc18bd6023
Qt: thumbnails drop indicator
2019-01-30 21:26:33 +01:00
CozmoP
4d927528df
Qt: refactor thumbnail path creation.
2019-01-23 21:21:30 +01:00
CozmoP
d34e10985e
Qt: allow changing thumbnails by drag and drop.
2019-01-23 19:28:59 +01:00
Twinaphex
fd17970f61
Merge pull request #7925 from CozmoP/sync
...
Qt: Detailed file browser table and other changes.
2019-01-16 22:00:37 +01:00
CozmoP
8adef3b995
Qt: move some styles to stylesheet
2019-01-14 20:06:07 +01:00
orbea
c1765f0a6c
Fix qt with CXX_BUILD.
2019-01-14 00:24:46 -08:00
CozmoP
2ef9e5757b
Qt: switch to stacked layout to avoid bug. Add border to file browser table.
2019-01-13 23:34:57 +01:00
CozmoP
017abf4148
Qt: Detailed file browser table. Don't allow dropping files on file browser table. Share selection between playlist views. Show grid footer on list view too. Add items count to footer. Rename a couple functions.
2019-01-07 20:56:23 +01:00
CozmoP
ca9952ceef
Qt: make grid view customizable by stylesheet
2018-12-23 00:45:00 +01:00
CozmoP
95ed844d81
Qt: C89 changes and other cleanups.
2018-12-19 01:11:52 +01:00
Pau López
a868ef29e8
Qt: Implement custom playlist model and grid view.
...
Only load images when they become visible and cache them.
Add option to change thumbnail type displayed in grid view.
Add option to change thumbnail cache limit.
2018-12-12 21:06:04 +01:00
Brad Parker
329d472ee7
Qt: allow special playlists (excluding all) to add/edit/delete
2018-09-21 16:32:38 -04:00
Brad Parker
010fad236a
Qt: add option to rename playlists
2018-09-18 14:09:25 -04:00
Brad Parker
6bc3cd49d5
Qt: add fallback path for older versions
2018-09-17 23:16:47 -04:00
Brad Parker
5fbf841fb2
Qt: edit playlist entry labels by clicking on them a second time, or with the platform's edit key (usually F2)
2018-09-16 21:34:28 -04:00
Brad Parker
a86454d30c
Qt: fix file browser downloads button not scrolling correctly on first click
2018-09-01 21:25:07 -04:00
Brad Parker
30fb23ccbe
Qt: add option to filter extensions inside archives when adding to a playlist
2018-08-30 23:06:34 -04:00
Brad Parker
56c9a37e5a
Qt: initial core options dialog
2018-08-29 11:34:36 -04:00
Brad Parker
95ad8798ee
Qt: scrub thumbnail titles according to No-Intro before downloading, fixes #7149
2018-08-29 00:42:34 -04:00
Brad Parker
44eb97206a
Qt: fix canceling of thumbnail downloads, use QDir comparison instead of string-based to honor case-insensitivity on Windows
2018-08-28 09:01:25 -04:00
Brad Parker
d8913d5d3a
Qt: add right-click for playlists to download thumbnails for the current entries
2018-08-27 23:29:44 -04:00
Brad Parker
21f99b9965
Qt: add right-click for playlists to download their thumbnail packs
2018-08-26 23:24:43 -04:00
Brad Parker
9638005332
Qt: add UI option to set startup playlist, fixes #7103
2018-08-26 17:17:45 -04:00
Brad Parker
e9e424ec82
Qt: add right-click option to download thumbnail for playlist entries
2018-08-25 01:00:18 -04:00
Brad Parker
06daa1f9ef
Qt: start on history playlist by default, UI option to change it will come later
2018-08-21 13:39:22 -04:00
Brad Parker
3ad54bc9ca
Qt: revert paintEvent changes, only keep one for ShaderParamsDialog
2018-08-19 19:27:06 -04:00
Brad Parker
8380ad61f9
Qt: add missing paintEvent overrides for stylesheet correctness
2018-08-19 18:54:13 -04:00
Brad Parker
16459bfa91
Qt: add filter/scale to shader window
2018-08-18 00:33:59 -04:00
Brad Parker
1966b04832
Qt: windows buildfix
2018-08-16 22:58:35 -04:00
Brad Parker
648705154e
Qt: split functions into separate files
2018-08-16 22:48:31 -04:00
Brad Parker
18a6467d4f
Qt: update success is not an error
2018-08-16 08:42:40 -04:00
Brad Parker
c663b0f87b
Qt: make shader parameter window scrollable if there are too many items to show
2018-08-15 21:40:39 -04:00