|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
@ASH: The "zooming" part of your wish-list should be fulfilled with SVN r4803  . I've added it to the software-list's snapshot viewer as well as to the embedder's snapshot item-list and its viewer.
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
|
Joined: Dec 2009
Posts: 351
Senior Member
|
Senior Member
Joined: Dec 2009
Posts: 351 |
@ASH: The "zooming" part of your wish-list should be fulfilled with SVN r4803  . I've added it to the software-list's snapshot viewer as well as to the embedder's snapshot item-list and its viewer.  Thanks
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
Better indication of the item-selection is in SVN r4804. The only (quick) solution I found was setting a style-sheet on the QListWidget, using 'palette(dark)' for the item's background: rene@thunder:~/src/qmc2> svn diff -r 4803:4804
Index: embedderopt.cpp
===================================================================
--- embedderopt.cpp (revision 4803)
+++ embedderopt.cpp (revision 4804)
@@ -33,6 +33,8 @@
checkBoxNativeSnapshotResolution->setChecked(qmc2Config->value(QMC2_FRONTEND_PREFIX + "Embedder/NativeSnapshotResolution", true).toBool());
spinBoxZoom->setValue(qmc2Config->value(QMC2_FRONTEND_PREFIX + "Embedder/ItemZoom", 100).toInt());
+ listWidgetSnapshots->setStyleSheet(listWidgetSnapshots->styleSheet() + " QListView::item:selected { background-color: palette(dark); }");
+
adjustIconSizes();
}
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
Here's a screen shot of this: 
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
This also works with a dark style-sheet (or color-palette) where the 'dark' color is usually swapped with the 'light' color: 
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
|
Joined: May 2012
Posts: 429 Likes: 1
Senior Member
|
Senior Member
Joined: May 2012
Posts: 429 Likes: 1 |
Here's a screen shot of this: What is this horrible game gear artwork ? Don't you use mine, available on projetto snaps? 
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
Hehe... sorry -- will update it soon  !
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
@ASH: the last part of your wish-list - using snapshots taken by the embedder directly for "any" image type and storing it to the "appropriate place" (see below) - is now mostly done in SVN r4807. Only support for software-snapshots is currently missing.
I've added a "Use as" sub-menu (as part of the image-viewer's context-menu) which offers the available actions as menu-items.
Note that this is only supported for unzipped images (= images stored in folders) because saving a file in a ZIP means to completely recreate the ZIP, which is too expensive.
"Appropriate place" means the primary image folder, that is the first one that QMC2 uses when there are multiple. When a file of that name already exists a backup (*.bak) will be created first.
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
|
Joined: Dec 2009
Posts: 351
Senior Member
|
Senior Member
Joined: Dec 2009
Posts: 351 |
WOW that was fast, Thank You this will come in very handy. 
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
Yes, it is  ! As soon as the software-snapshot support is also working I'll create another Win32 binary for you to test... probably tomorrow.
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
Forums9
Topics9,170
Posts120,096
Members5,039
|
Most Online1,283 Dec 21st, 2022
|
|
These forums are sponsored by Superior Solitaire, an ad-free card game collection for macOS and iOS. Download it today!
|
|
|
|
|