Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

rev 1831 does not build

<< < (7/7)

Michael:

--- Quote from: thomas on January 23, 2006, 12:57:43 pm ---
--- Quote from: Michael on January 23, 2006, 10:49:25 am ---Anyway, I feel a bit uncomfortable that the setting of plugins has been put within the Environment settings.
--- End quote ---
At the risk of being repetitive... it is not finished yet. A couple of things will still be subject to change. Very likely, plugins will also be classified in some manner. Compiler and debugger, for example, although technically plugins, are as good as "core", so they should not be hidden among a multitude of other plugins in the end.
Moving all non-core plugins to a separate dialog is possible, and likely to be done. At the present time, this is still work in progress.

--- End quote ---

Thank you very much for the explanation :). Yes, I agree that core plugins should not be hidden among all the other plugins. Core plugins should be kept possibly within (or near :)) the "core". The other might or should be kept separate.

Michael

takeshimiya:

--- Quote from: thomas on January 23, 2006, 12:57:43 pm ---we can remove transparency alltogether and blend the icons against the background colour.

--- End quote ---
Hardcoding (blending) to white colour will look ok on Windows 2000, but they will look really horrible in other systems that haves the background colour of the ListBook different. For example, in the (future) wxMac port of C::B. They will look even worse than in w2k.
So neither options are great. Icons with alpha is not easy...


--- Quote from: thomas on January 23, 2006, 12:57:43 pm ---Very likely, plugins will also be classified in some manner.

--- End quote ---
Plugins categories. :)


--- Quote from: thomas on January 23, 2006, 12:57:43 pm ---Moving all non-core plugins to a separate dialog is possible, and likely to be done. At the present time, this is still work in progress.

--- End quote ---
I like the centralized way as it's now (everything in one dialog), and certainly having settings categories will help to not requiere to make separate dialogs.


--- Quote from: thomas on January 23, 2006, 12:57:43 pm ---The smaller the target size, the harder it is to get everything right, as you have to make more and more abstractions to reduce the level of detail.

--- End quote ---

While that's correct, it isn't important when we can't even get icons with (or without for this matter) alpha right.

I think that the alpha-icon-problem-on-windows-2000 should be solved from the wxWidgets side this way: When loading a png, it should always dither the alpha channel to the background colour. That means converting icons 32->24 bits in real time (on systems that doesn't support alpha icons, that is).

Angelo:
48x48px is imo best way... 64x64 for me, are too big. (1024x768 resolution)

EugenioR:

--- Quote from: thomas on January 23, 2006, 12:57:43 pm ---
--- Quote from: Takeshi Miya on January 23, 2006, 03:17:54 am ---Heh, you wanted it to be that easy, but that requieres a full recompile: :)
--- End quote ---
Au contraire, mon capitaine.
It is in fact a lot more complicated. If you want to use 48x48 icons (or 64x64), then you will have to design them for that size. You cannot just scale the existing ones down, it does not work like this.
The reason why the icons have the size they have is that you are unable to see certain details below a certain size (as it happens, this is not visible in your screenshot, but it will be quite visible in some of the others). The smaller the target size, the harder it is to get everything right, as you have to make more and more abstractions to reduce the level of detail.

--- End quote ---

Hi! :)
Why this complicated? Before reading this thread, I went to /usr/share/codeblocks/images/settings and did

--- Code: ---for FF in `ls`; do sudo convert $FF -resize 35% $FF; done
--- End code ---
After this, the icons in settings dialog were fine (attached screenshot). Am I destroying something?...
And this is still too big for an average 13,3'' screen (my vertical resolution is 768 and still have to scroll... please note there are two scrollbars, quite annoying).
Any way to have lateral icons?

  Eugenio

[attachment deleted by admin]

MortenMacFly:

--- Quote from: EugenioR on May 16, 2011, 09:55:49 am ---Any way to have lateral icons?

--- End quote ---
Not without modifying the sources.

Next time,m please do not hijack a 5 year old thread, please!

I've locked this topic now.

Navigation

[0] Message Index

[*] Previous page

Go to full version