Poster | Thread |
zzd10h
| |
zTools on AMIStore : updates and suggestions thread Posted on 11-Nov-2014 12:42:58
| | [ #1 ] |
|
|
|
Amiga Developer Team |
Joined: 21-May-2012 Posts: 1077
From: France | | |
|
| Hello, All my tools (SysMon, FastView, aTunes,etc) are now on AMISTore in an unique package zTools
Thank you to report problems, suggestions,etc in this thread.
Updates in zTools v1.0
in Multimedia category :
-aTunes 2.2
* Added a "Copy to" option in PlayLIst window. All files in the Playlist are copied to another location (RAM:aTunes by default) After the copy, the destination drawer is opened and all the files are selected.
It could be useful to prepare the burning of a CD.
* Added "Size" in MB of each song in the PlayList window
* Added "Numbers" and "Size (MB)" of the Songs in the PlayList window
* Added a clean-up menu option (in Edit sub-menu) to remove orphaned records of the SQLite aTunes.db (using VACUUM SQLite function). The % gained db size is indicated in a message when db clean-up is completed.
* Added a new setting to specify the type of library that aTunes will display at startup, Music or Stream.
* Fixed a DSI when loading PlayList by "Load" button (PlayList window)
* Fixed all PlayList window buttons at the same width
-FastView 3.3
* Added a Settings window accessible from the Contextual menu option "Settings"
All the Tooltypes are removed.
The Settings window is automatically opened if ENVARC:zzd10h/FastView.xml pref file is not present (usually, at the very first start of FastView)
Each time that the Settings window is opened, the Prefs file is read.
"Save" button saves the Preferences in Pref file AND immediately apply changes
"Use" button ONLY apply changes, Prefs are not stored.
FastView reacts to 2 more Applications messages : APPLIBMT_OpenPrefs = Loads the Prefs from Prefs file and opens the Settings window APPLIBMT_ReloadPrefs = Loads the Prefs from Prefs file
* Added a "Rename" option menu in SinglePicture mode (with a new shortcut 'R')
File name is selected and to hit "Return" key will validate the name change (no need to click on "Rename" button)
If the rename failed, the Workbench Title Bar will blink (no requester, message will be isssued)
Thanks to Lionel 'Lio' Muller for the suggestion * Added a ROTATE_INPLACE option in SinglePicture mode to allow to NOT rotate picture directly on the original file. default = YES (original file is replaced).
Thanks to Lionel 'Lio' Muller for the suggestion
* Added a new executable, FastView_WBArgs, that detects WBStartup argument. To allow to work with programs like Photoframe.docky
* Added a slider in the "Grab" tab to specify the quality of the screen grab
* Added "Free grab" of screens that are not "Workbench Screen"
* Added shortcut 'Del' key to delete picture in SinglePicture mode
* Added a check at startup to control that NList.mcc is at least at level 20.138
* Fixed Capture function to allow to grab screens/windows without title Screens without title are named with their memory adress x'12345678' Windows without title are named with their width x height * Reestablished the default quality of screen grab to 100
* Fixed a crash when a APPLIBMT_ToFront message was sent to FastView SinglePicture
* Fixed a problem using "Open Drawer" in SinglePicture mode
* Fixed all requesters where a "Warning" icon was missing
* Modified reboot default at the end of installation. Now, "Reboot later" is defaulted to avoid unwanted reboot.
Thanks to Alan 'Pseudaxos' Kerjean for the suggestion
* Fixed delete shortcut key 'x' in SinglePicture mode
* Installer modified to ask for ROTATE_INPLACE option for SinglePicture use, default = YES.
* Recompiled with the latest libJPEG (9a), libPNG (1.6.12) and libTIFF (4.0.3) Thanks to the recent ports of Michael 'MickJT' Trebilcock
* Fixed a bug when selecting pictures in SinglePicture mode for very huge drawer
-WebReplay 1.6
* Icon from Kevin 'Invent' Saunders
In Utilities category :
-SysMon 4.4 :
* Fixed all requesters where a "Warning" icon was missing
* Added a stack cookie to fix potential DSI at startup
Thanks to 'Fabien' Jacobs for the bug report
-FlipPaper 1.8 :
* Added support of Internet http and ftp pictures.
FlipPaper uses Curl to grab the pictures from the network. Use the little "Boing Ball" button (lower left) to add picture URL to the Backdrop list. Thanks to Martin 'Mason' Merz for this AISS icon
This function can be useful to have a internet Webcam as Workbench backdrop (a list of compatible webcams can be found in LittleBrother package)
* FlipPaper and FlipPaper_Auto (background task) are registered into the Application Library
FlipPaper handles the following Application messages
APPLIBMT_ReloadPrefs APPLIBMT_OpenPrefs APPLIBMT_ToFront APPLIBMT_Quit APPLIBMT_ForceQuit APPLIBMT_Hide APPLIBMT_Unhide
FlipPaper_Auto handles the following Application messages
APPLIBMT_ReloadPrefs to refresh the background picture APPLIBMT_OpenPrefs to refresh the background picture APPLIBMT_Quit APPLIBMT_ForceQuit
* FlipPaper_Auto can't be started twice If a second instance of FlipPaper_Auto is started, the Workbench screen is blinked and a ask for refresh is sent to the active FlipPaper_Auto. It can be useful to easily refresh the Backdrop.
(FlipPaper GUI can be started twice if the Unique option is disabled in Preferences).
* Added a check at startup to control that NList.mcc is at least at level 20.138
* Fixed the width of all the buttons
Thanks to Samir 'Samo79' Hawamdeh for the suggestion
-FastHide 1.2 :
* Added Hide/Unhide in parrallel Thanks to Allan 'ddni' Ullmann for the suggestion.
* Improved fading Interval between fading steps is now from 1 to 10 milliseconds (default 1)
* Added a new AISS icons set based on Martin 'Mason' Merz icons Thanks to Martin 'Mason' Merz and to Thomas 'TommySammy' Blatt to have adapted them.
* Added a new settings to choose the graphical theme to use (AISS by default or Original)
* Added a new settings to choose the location of the DragBar (at Left by default or at Top) Thanks to Thomas 'TommySammy' Blatt for the suggestion
* Added a new settings to auto-hide the DragBar and the resize gadget when FastHide GUI doesn't have the focus (default NO Auto-hide) Thanks to Thomas 'TommySammy' Blatt for the suggestion
-FastNote 1.2 :
* Added a new AISS icons set based on Martin 'Mason' Merz icons Thanks to Martin 'Mason' Merz and to Thomas 'TommySammy' Blatt to have adapted them.
* Added a new settings to choose the graphical theme to use (AISS by default or Original)
* Added : DragBar is now hidden when FastNote doesn't have the focus.
* Replaced all Forbid()/Permit(), Disable()/Enable() by MutexObtain()/MutexRelease()
* Registered into the Application Library
FastNote handles the following Application messages
APPLIBMT_OpenPrefs APPLIBMT_ToFront APPLIBMT_Quit APPLIBMT_ForceQuit APPLIBMT_Hide APPLIBMT_Unhide
* Iconification is now available for all the FastNotes and not only for the first one like in previous versions.
In Dockies category :
-LittleBrother 51.6 :
* Reenabled FTP webcams support by using Curl binary ported by Michael 'MickJT' Trebilcock Curl binary have to be accessible by APPDIR:curl
* Added Greek translation thanks to Anthony 'Phantom' Iliakis
* LittleBrother is now usable from Volume with a space in the name ("RAM Disk:" for example)
* Icon from Kevin 'Invent' Saunders
-CPUDock, RAMDock, GFXDock : * Icons from Kevin 'Invent' Saunders
_________________ http://apps.amistore.net/zTools |
|
Status: Offline |
|
|
AndyGarton
| |
Re: zTools on AMIStore : updates and suggestions thread Posted on 11-Nov-2014 16:22:08
| | [ #2 ] |
|
|
|
Member |
Joined: 31-Oct-2014 Posts: 48
From: Unknown | | |
|
| @zzd10h
It might be a user misunderstanding but when I click on one of the dockies (e.g. the gfx one), the popup shows ok, but I can't figure out how to get rid of it again, as the popup obscures the dockie "button". |
|
Status: Offline |
|
|
AndyGarton
| |
Re: zTools on AMIStore : updates and suggestions thread Posted on 11-Nov-2014 16:40:24
| | [ #3 ] |
|
|
|
Member |
Joined: 31-Oct-2014 Posts: 48
From: Unknown | | |
|
| @zzd10h
NetDock doesn't play well on my X1000. If I add the main dockie for it it does nothing, apart from show my network card (RTL8139) name. If I then add the second dockie from the "icons_TommySammy" folder that does work (it adds a second dockie, I can then remove the broken first one). |
|
Status: Offline |
|
|
zzd10h
| |
Re: zTools on AMIStore : updates and suggestions thread Posted on 11-Nov-2014 16:50:49
| | [ #4 ] |
|
|
|
Amiga Developer Team |
Joined: 21-May-2012 Posts: 1077
From: France | | |
|
| @AndyGarton
By default, the info window is positioned to be below the docky.
Try to specify INFO_WINDOW_DISPOSITION = C instead of INFO_WINDOW_DISPOSITION = BW.
The info window should be centered on the Workbench screen. By double-clicking again on the docky, the info window is closed.
Thank you for the report, I will put "Centered" by default in the tooltype to avoid problem.
For NetDock, I just tried the AMISTore version, it works well for me, I see the 2 monitor picture. WHat do you see when you put NetDock in AmiDock ? _________________ http://apps.amistore.net/zTools |
|
Status: Offline |
|
|
AndyGarton
| |
Re: zTools on AMIStore : updates and suggestions thread Posted on 11-Nov-2014 16:53:48
| | [ #5 ] |
|
|
|
Member |
Joined: 31-Oct-2014 Posts: 48
From: Unknown | | |
|
| @zzd10h
It just shows the network card name at the bottom, the rest is blank. |
|
Status: Offline |
|
|
AndyGarton
| |
Re: zTools on AMIStore : updates and suggestions thread Posted on 11-Nov-2014 16:55:28
| | [ #6 ] |
|
|
|
Member |
Joined: 31-Oct-2014 Posts: 48
From: Unknown | | |
|
| @AndyGarton
Ignore this sorry, I think I'm misunderstanding what this dock does - it just shows a picture with an activity light? I was looking for the one with data readouts (which is the TommySammy one). |
|
Status: Offline |
|
|
zzd10h
| |
Re: zTools on AMIStore : updates and suggestions thread Posted on 11-Nov-2014 16:56:26
| | [ #7 ] |
|
|
|
Amiga Developer Team |
Joined: 21-May-2012 Posts: 1077
From: France | | |
|
| @AndyGarton
Could you retry with the main NetDock in the package please and post the tooltype here ?
Thank you _________________ http://apps.amistore.net/zTools |
|
Status: Offline |
|
|
zzd10h
| |
Re: zTools on AMIStore : updates and suggestions thread Posted on 11-Nov-2014 17:10:00
| | [ #8 ] |
|
|
|
Amiga Developer Team |
Joined: 21-May-2012 Posts: 1077
From: France | | |
|
| @AndyGarton
Right, all my Dockies (except LittleBrother) have a MiniDock format and a standard format.
By default, MINIDOCK format is ON (MINIDOCK=ON tooltype) and look like that
If you want the other format, use MINIDOCK=OFF or comment with "( )" the MINIDOCK tooltype.
By default, the NetDock background is transparent, I specified by tooltype a black one for the picture.
Is it what you wanted to use ?
Last edited by zzd10h on 11-Nov-2014 at 05:10 PM.
_________________ http://apps.amistore.net/zTools |
|
Status: Offline |
|
|
AndyGarton
| |
Re: zTools on AMIStore : updates and suggestions thread Posted on 11-Nov-2014 17:45:58
| | [ #9 ] |
|
|
|
Member |
Joined: 31-Oct-2014 Posts: 48
From: Unknown | | |
|
| |
Status: Offline |
|
|
Vanhapolle
| |
Re: zTools on AMIStore : updates and suggestions thread Posted on 11-Nov-2014 20:53:00
| | [ #10 ] |
|
|
|
Regular Member |
Joined: 22-Sep-2014 Posts: 372
From: Unknown | | |
|
| Looks nice but i want know what gui library you used looks really nice.
|
|
Status: Offline |
|
|
zzd10h
| |
Re: zTools on AMIStore : updates and suggestions thread Posted on 11-Nov-2014 22:10:07
| | [ #11 ] |
|
|
|
Amiga Developer Team |
Joined: 21-May-2012 Posts: 1077
From: France | | |
|
| |
Status: Offline |
|
|
Vanhapolle
| |
Re: zTools on AMIStore : updates and suggestions thread Posted on 11-Nov-2014 23:54:32
| | [ #12 ] |
|
|
|
Regular Member |
Joined: 22-Sep-2014 Posts: 372
From: Unknown | | |
|
| @zzd10h
You mui setup looks nicer than many what i seen. (Expect my own which still has in Morphos few things what i want change...)
|
|
Status: Offline |
|
|
zzd10h
| |
Re: zTools on AMIStore : updates and suggestions thread Posted on 4-Dec-2014 12:34:48
| | [ #13 ] |
|
|
|
Amiga Developer Team |
Joined: 21-May-2012 Posts: 1077
From: France | | |
|
| (submitted as News too)
Hello, zTools 1.1 is available as a free update on AMIStore.
This version contains a new installer and updates for SysMon, aTunes, FlipPaper, FastView, FastCompress, WebReplay, CPUDock, RAMDock, GFXDock, NetDock, LittleBrother, FastHide.
Before to upgrade, thank you to delete the contents of your Sys:Utilities/AMIStore/Downloads/zTools (by waiting an AMIStore program update)
See below for more details...
-zTools Installer 1.1
* All zTools package softwares are installables / uninstallables from this new GUI
-SysMon 4.5
* Added a Screen mode window (accessible by double-clicking on the Resolution button in System tab)
* Double-click on a screen mode to switch your screen into this mode.
* Added a Screen mode column in the Windows tab (rightmost column)
* Added a button in System tab to display Public IP
* [SysMon_ScreenModes] Added a external tool, SysMon_ScreenModes, to switch between 2 predefined Screenmodes. See ReadMe_SysMon_ScreenModes.txt for more infos
-aTunes v2.3
* Added a new column to count how many times a song was selected to be played As a new column has to be added into the aTunes.db, at first start an auto-update step is processed.
-FlipPaper v1.9
* Added a new column to specify pictures that you want to be included in the Auto FlipPaper processing. Before, all pictures were managed, now you can add some pictures into FlipPaper list without add them in the auto-FlipPaper processing. Management is easier !
* Added 2 buttons to "Include" or "Remove" a picture from the Auto-management list. By default, all pictures are Auto-managed. * Added a "Ringhio notification" option in Preferences window to send a Ringhio notification with the picture name when the backdrop is changed (only in auto mode)
* Added a timer to allow to not display a thumbnail for every picture, thumbnail is displayed only when the picture is selected during 1 second. The multi-selection in the list is now faster.
* Added an "Editor" sub-menu with usual "Cut/Copy/Paste" options Thanks to Samir 'Samo79' Hawamdeh for the suggestion
* Added determination of the dimensions of Internet pictures during first load.
* Added drag support in the Pictures List Select an entry and hit Ctrl key to move it inside the list.
* Reduced List flickering at load time
* Fixed "Random display" & "Change at boot" options
-FastView v3.4
* Added a new Capture settings tab in Preferences window to specify the location of grabbed pictures and more flexibility in naming.
-FastCompress v2.6
* Fixed compression of root of volumes in CLI mode Thanks to 'JosDuchIt' for the bug report
* Added some Global FastXXX Variables at the end of a compression (See the ReadMe for more infos)
-WebReplay 1.7
* Added Archive.org website support https://archive.org
Thanks to Allan 'ddni' Ullmann for this suggestion.
* Added Wimp website support http://www.wimp.com
A very great part of these videos are YouTube videos. Therefore WebReplay will start APPDIR:SMTube to display them.
Thanks to Allan 'ddni' Ullmann for this suggestion.
* Added 4 more adults videos websites... See the ReadMe for the URL
-CPUDock, RAMDock, GFXDock 50.7
* Added a 100 seconds historic in Info window (MINIDOCK)
* Added Czech translation thanks to Jaroslav 'Prober' Kabara * Added Dutch translation thanks to 'Johan' Banis
-NetDock 51.7
* Added a 94 seconds historic in Info window (MINIDOCK)
* Added Czech translation thanks to Jaroslav 'Prober' Kabara
* Added Dutch translation thanks to 'Johan' Banis
-LittleBrother 51.7
* Added Czech translation thanks to Jaroslav 'Prober' Kabara
* Added Dutch translation thanks to 'Johan' Banis
-FastHide 1.3 * Fixed a bug when window's title had a special character
* Added Dutch translation thanks to 'Johan' Banis
Guillaume 'zzd10h' BOESEL
Last edited by zzd10h on 04-Dec-2014 at 12:35 PM.
_________________ http://apps.amistore.net/zTools |
|
Status: Offline |
|
|
zzd10h
| |
Re: zTools on AMIStore : updates and suggestions thread Posted on 28-Dec-2014 9:56:28
| | [ #14 ] |
|
|
|
Amiga Developer Team |
Joined: 21-May-2012 Posts: 1077
From: France | | |
|
| |
Status: Offline |
|
|
Kicko
| |
Re: zTools on AMIStore : updates and suggestions thread Posted on 28-Dec-2014 10:38:43
| | [ #15 ] |
|
|
|
Elite Member |
Joined: 19-Jun-2004 Posts: 5009
From: Sweden | | |
|
| @zzd10h
Thanks for the information. Without you posting here that there is a new package i would not know and also which files are new from your package so i know what to install. And also good i saw this thread ;) All fine now and installed.
I did fire up amistore today but didnt see anything new. With os4 depot/aminet you can see recent files. In amistore i really dont know whats new and when.
Like manuel in Fawlty towers said... "i know nothing". Thats how i feel with opening amistore :)
|
|
Status: Offline |
|
|
broadblues
| |
Re: zTools on AMIStore : updates and suggestions thread Posted on 28-Dec-2014 10:54:57
| | [ #16 ] |
|
|
|
Amiga Developer Team |
Joined: 20-Jul-2004 Posts: 4448
From: Portsmouth England | | |
|
| @Kicko
Quote:
Like manuel in Fawlty towers said... "i know nothing". Thats how i feel with opening amistore :)
|
Login and go to the downloads section of AmiStore, click the "loud hailer" icon next to products your interested in email updates about and you should get updates.
I don't know how detailed they are, ie I suspect subdetails of items in a multi package like zTools won't show up, but hopwfully a readme would be provided in the package once downloaded.
_________________ BroadBlues On Blues BroadBlues On Amiga Walker Broad |
|
Status: Offline |
|
|
zzd10h
| |
Re: zTools on AMIStore : updates and suggestions thread Posted on 28-Dec-2014 11:22:17
| | [ #17 ] |
|
|
|
Amiga Developer Team |
Joined: 21-May-2012 Posts: 1077
From: France | | |
|
| @Kicko
You are right Kicko, even with the little Notification icon selected, no notification about this update... And therefore, I have to spam to inform _________________ http://apps.amistore.net/zTools |
|
Status: Offline |
|
|
Kicko
| |
Re: zTools on AMIStore : updates and suggestions thread Posted on 28-Dec-2014 11:58:44
| | [ #18 ] |
|
|
|
Elite Member |
Joined: 19-Jun-2004 Posts: 5009
From: Sweden | | |
|
| @broadblues
email notify is not good for me, its ok extra funktion for people that needs it for following a software. i dont want to spam my mail with notifications on updates. such thing should be like recent on aminet/os4depot. Just login to amistore, check whats new , download what you want and exit.
|
|
Status: Offline |
|
|
amigakit
| |
Re: zTools on AMIStore : updates and suggestions thread Posted on 28-Dec-2014 14:14:20
| | [ #19 ] |
|
|
|
Amiga Kit |
Joined: 28-Jun-2004 Posts: 2615
From: www.amigakit.com | | |
|
| @zzd10h
Check your email. Email Notifications are working now for users who have selected the notify icon in AMIStore's My Purchases and Downloads.
@Kicko
I understand and accept your feedback - I am working on non-email notification enhancements for next update.
_________________ Amiga Kit Amiga Store Links: www.amigakit.com | New Products | A600GS |
|
Status: Offline |
|
|
zzd10h
| |
Re: zTools on AMIStore : updates and suggestions thread Posted on 28-Dec-2014 18:14:22
| | [ #20 ] |
|
|
|
Amiga Developer Team |
Joined: 21-May-2012 Posts: 1077
From: France | | |
|
| |
Status: Offline |
|
|