Changes between Initial Version and Version 1 of Ticket #9781
- Timestamp:
- May 18, 2013, 9:51:07 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9781 – Description
initial v1 15 15 You add the currently constructed query by drag'n'dropping the query symbol from the top into an empty slot below. I used LaunchBox for my mockup, maybe its code can useful as well.[[BR]] 16 16 The icon depends on the query's targetted mime type.[[BR]] 17 If you drop different querys with the same mime-type , like image/png, image/jpeg, image/gif, onto an existing icon of the same supertype, the icon gets an overlay arrow and works like a pop-up menu to access all the favorite queries of that super-type.[[BR]]17 If you drop different querys with the same mime-type onto an existing icon of the same mime-type, the icon gets an overlay arrow and works like a pop-up menu to access all the favorite queries of that mime-type.[[BR]] 18 18 Tooltips show details of a favorite, i.e. the searched mime type and attributes, for example: 19 19 {{{ … … 23 23 You remove an item with a context menu. 24 24 25 The query templates of those favorites can be saved in their respective super-type subfolder under ~/config/settings/Tracker/QueryFavorites 25 The query templates of those favorites can be saved in their respective mime-type subfolder under ~/config/settings/Tracker/QueryFavorites 26 27 [Edited: removed some misguided thoughts/mixups of "super-types"]