new update: 40+ new UI's for plugins
-
andreas
- Posts: 154
- Joined: Thu Jan 12, 2012 1:53 pm
- System_Drive: X
- 32bit or 64bit: 64 Bit
- motherboard: Asus in Workstation and Dell XPS Notebook
- processor: i7-980 and i7-2720QM
- ram: 12GB - 8GB
- Video Card: ATI FireGL
- sound_card: on board
- Hard_Drive_Capacity: 4.5TB Rd10
- Monitor/Display Make & Model: Samsung Syncmaster 2343sw
- Location: DE - Wermelskirchen
- Contact:
Re: new UI's for plugins (TEXA layout now makes sense!)
Another hint:
If one changes ui files he/she should be aware of the language settings, most of the text in plugins are translated in other languages. The ui file only carries the "names" of the text. Yes these are often the same as the English texts, but that may fail. In the asGPS plugin for example are texts also changed for the English language. So If one changes texts (e.g. spaces around) one should do that by using the QT "linguist" tool if the *.ts files are available. If you change your private ui file it is also possible to do that and remove the locale files from the plugin directory.
Andreas
If one changes ui files he/she should be aware of the language settings, most of the text in plugins are translated in other languages. The ui file only carries the "names" of the text. Yes these are often the same as the English texts, but that may fail. In the asGPS plugin for example are texts also changed for the English language. So If one changes texts (e.g. spaces around) one should do that by using the QT "linguist" tool if the *.ts files are available. If you change your private ui file it is also possible to do that and remove the locale files from the plugin directory.
Andreas
Linux - not Windows
-
ferdinand-paris
- Posts: 224
- Joined: Sun Feb 05, 2012 4:37 am
- System_Drive: C
- 32bit or 64bit: 32 Bit
- motherboard: GA-X58A-UD3R
- processor: 3.20 gigahertz Intel Core i7 960
- ram: 4Gb
- Video Card: NVIDIA GeForce 7300 GS
- sound_card: Realtek High Definition Audio on-board
- Hard_Drive_Capacity: 2500 Gb
- Monitor/Display Make & Model: Eizo CG222W
Re: new UI's for plugins (TEXA layout now makes sense!)
When I ported Bez to ASP I spent some time trying to get the ui file "right". By which I mean everything lined up neatly, and so that the minimum width of Bez was as narrow as possible. Interestingly, I found that the correct way to do this changed between B5.2.3 and ASP. The hard part was working out what constituted "right", because there's no guidance about this written anywhere that I could find. It seems I must have been on the right track, as the changes to Bez.ui are cosmetic and trivial.
What would be useful to plugin writers is if you could document what you did and why. That way future plugins could be written taking this into account.
I had started to try to do what you've done to my other installed plugins, but decided that it was too much work for one person. I'm impressed that you persisted.
F_P
What would be useful to plugin writers is if you could document what you did and why. That way future plugins could be written taking this into account.
I had started to try to do what you've done to my other installed plugins, but decided that it was too much work for one person. I'm impressed that you persisted.
F_P
-
spoilerhead
- Posts: 133
- Joined: Fri Jan 13, 2012 8:18 am
- System_Drive: N/A
- 32bit or 64bit: 64 Bit
- Hard_Drive_Capacity: 13.5TB
- Location: Vienna
Re: new UI's for plugins (TEXA layout now makes sense!)
also when chaning the text in the ui file that breaks the whole translation system i think (at least if i change some string it shows up in t he linuist as untranslated.andreas wrote:Another hint:
If one changes ui files he/she should be aware of the language settings, most of the text in plugins are translated in other languages. The ui file only carries the "names" of the text. Yes these are often the same as the English texts, but that may fail. In the asGPS plugin for example are texts also changed for the English language. So If one changes texts (e.g. spaces around) one should do that by using the QT "linguist" tool if the *.ts files are available. If you change your private ui file it is also possible to do that and remove the locale files from the plugin directory.
Andreas
my ASP Plugins - donation button ( send beer!
)
linux,7d, glass and a huge mug of coffee.
If you got any immediate problems with my plugins, don't by shy on contact me on GoogleTalk.
linux,7d, glass and a huge mug of coffee.
If you got any immediate problems with my plugins, don't by shy on contact me on GoogleTalk.
-
cookiebob
- Posts: 22
- Joined: Thu Jan 19, 2012 2:13 pm
- System_Drive: N/A
- 32bit or 64bit: 64 Bit
- processor: Intel Core i5 CPU M 460 2.53GHz x4
- ram: 4GB
- Video Card: Intel Ironlake Mobile
- Hard_Drive_Capacity: 320GB
- Monitor/Display Make & Model: Asus
Re: new UI's for plugins (TEXA layout now makes sense!)
Amazing job!! Thank you very much nyukuri 
-
nyukuri
- Posts: 118
- Joined: Sun May 06, 2012 1:37 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- ram: 4GB
- Hard_Drive_Capacity: 500GB
new feature: mini versions for standard tab
I have updated the UI's, just download them from the first post in this thread.
Included is a new feature (check the readme.txt) that allows placing mini versions of much loved plugins on the Standard tab together with the "Basic Adjustments" but WITHOUT cluttering that tab or without pinning the plugins. Hope you enjoy it!
One of those features requires GradFilter, I highly recommend it! Just buy it from the author, I think its the best ASP plugin ever!
Included is a new feature (check the readme.txt) that allows placing mini versions of much loved plugins on the Standard tab together with the "Basic Adjustments" but WITHOUT cluttering that tab or without pinning the plugins. Hope you enjoy it!
One of those features requires GradFilter, I highly recommend it! Just buy it from the author, I think its the best ASP plugin ever!
- Attachments
-
- these "mini plugins" require the originals! Get them from the respective authors!!!
- Mini.png (13.92 KiB) Viewed 11565 times
Last edited by nyukuri on Sun Jul 08, 2012 7:58 am, edited 1 time in total.
-
nyukuri
- Posts: 118
- Joined: Sun May 06, 2012 1:37 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- ram: 4GB
- Hard_Drive_Capacity: 500GB
Re: new UI's for plugins (TEXA layout now makes sense!)
I am very sorry for this inconvenience! I apologize to all those who use ASP with a different language setting! Will be stating in the first post, that it is only recommended for English speaking users...andreas wrote:Another hint:
If one changes ui files he/she should be aware of the language settings, most of the text in plugins are translated in other languages. The ui file only carries the "names" of the text. Yes these are often the same as the English texts, but that may fail. In the asGPS plugin for example are texts also changed for the English language. So If one changes texts (e.g. spaces around) one should do that by using the QT "linguist" tool if the *.ts files are available. If you change your private ui file it is also possible to do that and remove the locale files from the plugin directory.
-
Hobgoblin
- Posts: 259
- Joined: Fri Jan 13, 2012 3:00 am
- System_Drive: N/A
- 32bit or 64bit: 64 Bit
- Location: UK
Re: UPDATE: new UI's for plugins (TEXA layout now makes sens
Link does not appear to work!nyukuri wrote:Hi,
I have updated the UI's, just download them from the first post in this thread.
Included is a new feature (check the readme.txt) that allows placing mini versions of much loved plugins on the Standard tab together with the "Basic Adjustments" but WITHOUT cluttering that tab or without pinning the plugins. Hope you enjoy it!
One of those features requires GradFilter, I highly recommend it! Just buy it from the author, I think its the best ASP plugin ever!
cheers
-nyukuri
.R
-
nyukuri
- Posts: 118
- Joined: Sun May 06, 2012 1:37 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- ram: 4GB
- Hard_Drive_Capacity: 500GB
Re: new UI's for plugins (TEXA layout now makes sense!)
Try again, I guess you were downloading just while I uploaded the new version 
-
Hobgoblin
- Posts: 259
- Joined: Fri Jan 13, 2012 3:00 am
- System_Drive: N/A
- 32bit or 64bit: 64 Bit
- Location: UK
Re: new UI's for plugins (TEXA layout now makes sense!)
Fine nownyukuri wrote:Try again, I guess you were downloading just while I uploaded the new version
And thanks for your fine work on these alternative interfaces - they certainly work better than the standard Corel offerings on my laptop.
R.
-
nyukuri
- Posts: 118
- Joined: Sun May 06, 2012 1:37 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- ram: 4GB
- Hard_Drive_Capacity: 500GB
Update July 5 2012
UPDATE July 5 2012:
BasicTools: "Tint" slider added, "Temp" starts at 1000K, AutoLevel edit fields adjustable with mouse click, Temp+Tint edit fields adjustable with mouse click
Bez: optimized for smaller screens (new tab)
CAQuest: better layout
ColorEqualizer: minimal layout changes
ColorManagement: minimal layout changes
Curves: optimized for smaller screens
LensCorrection: better layout im "Manual" tab
MathBox: optimized for smaller screens
SplitToni: colored sliders for saturation and hue, optimized for smaller screens, "Highlights" now before "Shadows"
USM: "Amount" and "Radius" sliders switched to correspond with other plugins
Vigne: optimized for smaller screens (with tabs now)
Vigne mini: better layout
WaveletSharpen (small): "S+P" checkbox replaced
WhiteBalance: "Temp" starts at 1000K, edit fields adjustable with mouse click
zPerspector: minimal layout changes
zSoften: better layout
zText: optimized for smaller screens
see first post for download!
BasicTools: "Tint" slider added, "Temp" starts at 1000K, AutoLevel edit fields adjustable with mouse click, Temp+Tint edit fields adjustable with mouse click
Bez: optimized for smaller screens (new tab)
CAQuest: better layout
ColorEqualizer: minimal layout changes
ColorManagement: minimal layout changes
Curves: optimized for smaller screens
LensCorrection: better layout im "Manual" tab
MathBox: optimized for smaller screens
SplitToni: colored sliders for saturation and hue, optimized for smaller screens, "Highlights" now before "Shadows"
USM: "Amount" and "Radius" sliders switched to correspond with other plugins
Vigne: optimized for smaller screens (with tabs now)
Vigne mini: better layout
WaveletSharpen (small): "S+P" checkbox replaced
WhiteBalance: "Temp" starts at 1000K, edit fields adjustable with mouse click
zPerspector: minimal layout changes
zSoften: better layout
zText: optimized for smaller screens
see first post for download!
Last edited by nyukuri on Fri Jul 06, 2012 1:41 pm, edited 1 time in total.
-
patrickh
- Posts: 18
- Joined: Sun Apr 29, 2012 11:45 pm
- System_Drive: N/A
- 32bit or 64bit: 64 Bit
- motherboard: Macintosh
- processor: 2.93 GHz Intel Core i7
- ram: 4GB
- Video Card: ATI Radeon HD 5750 1024 MB
- sound_card: MacNone
- Hard_Drive_Capacity: 1Terabyte
- Monitor/Display Make & Model: iMac 27"
Re: new update: 30+ new UI's for plugins
Thank you nyukuri for the hard work you have put in for this well planned improvement to the user interface on several of these plugins. This is a fine polish on the excellent work of the plugin composers themselves.
parickh
parickh
-
nyukuri
- Posts: 118
- Joined: Sun May 06, 2012 1:37 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- ram: 4GB
- Hard_Drive_Capacity: 500GB
Re: new update: 30+ new UI's for plugins
your welcome! 
-
jknights
- Posts: 233
- Joined: Mon Jan 16, 2012 8:10 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: Apple
- processor: Intel 3.08GHz Dual processor Quad Core
- ram: 24GB
- Video Card: ATI Radeon X1600
- sound_card: Intel HDA
- Hard_Drive_Capacity: 6TB
- Monitor/Display Make & Model: Apple Display
- Location: Oliva, Valencia, Spain
- Contact:
Re: new update: 40+ new UI's for plugins
Big amount of work nyukuri.
Well done.
I have not done any installs yet as I use Apple Mac which is slightly different in the QT GUI handling.
I have done some personal edits to the UI before and appreciate the time you have taken to do this.
Please could you do a post that shows the 'before' and 'after changes' to the GUI (side by side). This would allow people to make selective GUI updates.
Well done.
I have not done any installs yet as I use Apple Mac which is slightly different in the QT GUI handling.
I have done some personal edits to the UI before and appreciate the time you have taken to do this.
Please could you do a post that shows the 'before' and 'after changes' to the GUI (side by side). This would allow people to make selective GUI updates.
Last edited by jknights on Sun Jul 15, 2012 9:45 am, edited 1 time in total.
Still learning after all these years!
-
andysalay
- Posts: 70
- Joined: Sat Jan 14, 2012 5:17 am
- System_Drive: Z
- 32bit or 64bit: 64 Bit
- motherboard: ASUS P5E WS PRO
- processor: Core2 Quad Q6700
- ram: 8GB
- Video Card: AMD Radeon HD 6670
- Location: Slovakia
Re: new update: 40+ new UI's for plugins
Thank you Nyukuri.
These changes seem very useful, I am going to try them.
Regards,
Andy Salay
These changes seem very useful, I am going to try them.
Regards,
Andy Salay
Re: new update: 40+ new UI's for plugins
Thanks. I've taken your modified version as the starting point for the next ASP version of CAQuest.
Andrew
Andrew
