Re: [Lazarus] Component palette reordering

2014-12-04 Thread FreeMan
Another issue Juha, sorry. While closing project, if select form is Tdatamodule, form focused or not focused, Just selected Editor file is Tdatamodule, IDE save this project info, this is normal, but when reopen project, component palette showing filtered, and not change if select TForm,

Re: [Lazarus] Component palette reordering

2014-12-03 Thread Juha Manninen
Please test with the latest changes. Notice my other post about a Windows specific problem. Changing the configuration when component filtering (eg. by DataModule) is active is not very useful but now it works in a consistent manner. First, the configuration is not saved by accident, the user

Re: [Lazarus] Component palette reordering

2014-12-01 Thread Juha Manninen
FreeMan, did you get the paletti working? I am curious about what causes the problems. There was an issue where the reporter got a filtered palette even when he did not select a DataModule. http://bugs.freepascal.org/view.php?id=25224 Nobody could reproduce and it was resolved. That was before

Re: [Lazarus] Component palette reordering

2014-12-01 Thread FreeMan
Do you perhaps have a mixed or corrupted source repository? Please do: I did much better, I remove all lazarus files and redownload and remake (this killing my ssds lifes) FreeMan, did you get the paletti working? I am curious about what causes the problems. There was an issue where the

Re: [Lazarus] Component palette reordering

2014-12-01 Thread Juha Manninen
On Mon, Dec 1, 2014 at 12:30 PM, FreeMan freema...@delphiturkiye.com wrote: 1-when palette resetting, selected tab being standard, my idea this is not good, no need to change selected tab. 2- exp: on TDamodule, Data Control tab has no component icon, son this tab can be hide.(suggestion)

Re: [Lazarus] Component palette reordering

2014-11-30 Thread FreeMan
Has a new problems, svn r47031 kubuntu 14.04 QT 1-) lazarus some main component's tabs is empty, Data Control, laz control, ext, custom drawn etc 2-) Select any tab different the first, Not use 'cos I can not track specific reason, selected tab been first (standard tab) not sure but my

Re: [Lazarus] Component palette reordering

2014-11-30 Thread Juha Manninen
On Sun, Nov 30, 2014 at 12:28 PM, FreeMan freema...@delphiturkiye.com wrote: Has a new problems, svn r47031 kubuntu 14.04 QT You have a DataModule in your project. You also probably have a mouse movement stealing focus policy active in KDE. When the DataModule gets focus, all pages are

Re: [Lazarus] Component palette reordering

2014-11-30 Thread FreeMan
Sorry for the bad news, its not JUST about DataModule, 'cos I tested in empty project, It has just TForm definitions, Just open IDE and check tabs, Data control, ext etc tabs has no components. and many components not showing, example: standard tab has 3 icons. TMainMenu, Tpopupmenu and

Re: [Lazarus] Component palette reordering

2014-11-30 Thread Juha Manninen
On Sun, Nov 30, 2014 at 1:18 PM, FreeMan freema...@delphiturkiye.com wrote: Sorry for the bad news, its not JUST about DataModule, 'cos I tested in empty project, It has just TForm definitions, Just open IDE and check tabs, Data control, ext etc tabs has no components. and many components not

Re: [Lazarus] Component palette reordering

2014-11-30 Thread FreeMan
I wrote, open IDE and new application is started. just one TFORM I think problem is, while writing in environmentoptions.xml just writing visible items. ComponentPaletteOptions ComponentPages Count=21 Page1 Value=_*Standard*_ *Components Count=_3_* Delete this tag from

Re: [Lazarus] Component palette reordering

2014-11-30 Thread Juha Manninen
On Sun, Nov 30, 2014 at 3:37 PM, FreeMan freema...@delphiturkiye.com wrote: I wrote, open IDE and new application is started. just one TFORM I think problem is, while writing in environmentoptions.xml just writing visible items. ComponentPaletteOptions ComponentPages Count=21

Re: [Lazarus] Component palette reordering

2014-11-21 Thread Juha Manninen
If anybody has problems installing packages or similar, please remove ComponentPaletteOptions ... /ComponentPaletteOptions section from local environmentoptions.xml. The component palette related code was broken for some days last week and may have corrupted the config. If packages and their

Re: [Lazarus] Component palette reordering

2014-11-21 Thread Flávio Etrusco
On Fri, Nov 21, 2014 at 4:01 AM, Juha Manninen juha.mannine...@gmail.com wrote: On Fri, Nov 21, 2014 at 3:37 AM, Flávio Etrusco flavio.etru...@gmail.com wrote: BTW don't you like the integrated find feature, like in e.g. kzdesktop? How does it work? I have not used kzdesktop? We have the

Re: [Lazarus] Component palette reordering

2014-11-21 Thread FreeMan
My idea is, Component list is useful then kzdestop's. Maybe need some improve, in inheritance tab, Treeview's lines can show, and founded component name's node can colored so much readable. On 21-11-2014 16:08, Flávio Etrusco wrote: How does it work? I have not used kzdesktop? We have the

Re: [Lazarus] Component palette reordering

2014-11-20 Thread Flávio Etrusco
On Wed, Nov 19, 2014 at 1:37 PM, Juha Manninen juha.mannine...@gmail.com wrote: On Wed, Nov 19, 2014 at 5:52 PM, FreeMan freema...@delphiturkiye.com wrote: Sorry for didn't say before, this job is good. Thanks. Long time ago I was think this. And I thinked, usually programmer use less then

Re: [Lazarus] Component palette reordering

2014-11-20 Thread Juha Manninen
On Fri, Nov 21, 2014 at 3:37 AM, Flávio Etrusco flavio.etru...@gmail.com wrote: BTW don't you like the integrated find feature, like in e.g. kzdesktop? How does it work? I have not used kzdesktop? We have the Component List (Ctrl-Alt-P) which has a filter. Juha --

Re: [Lazarus] Component palette reordering

2014-11-19 Thread Sandro Cumerlato
P.S I have also made an option to use CheckBoxes for Boolean values in Object Inspector. Please check how it works. This is not related to component palette though. Painting is not working properly under Windows. Look at the attachments. Sandro --

Re: [Lazarus] Component palette reordering

2014-11-19 Thread Juha Manninen
On Wed, Nov 19, 2014 at 10:30 AM, Sandro Cumerlato sandro.cumerl...@gmail.com wrote: Painting is not working properly under Windows. Look at the attachments. Pease try commenting out the code I added in r46885. For me it makes no difference but I don't see the redraw errors either. You can try

Re: [Lazarus] Component palette reordering

2014-11-19 Thread Sandro Cumerlato
Attached patch solves CheckBox panting issue. P.S.: CheckBox is not yet aligned correctly if corresponding row is selected. Sandro On 19 November 2014 11:35, Juha Manninen juha.mannine...@gmail.com wrote: On Wed, Nov 19, 2014 at 10:30 AM, Sandro Cumerlato sandro.cumerl...@gmail.com wrote:

Re: [Lazarus] Component palette reordering

2014-11-19 Thread Juha Manninen
On Wed, Nov 19, 2014 at 3:11 PM, Sandro Cumerlato sandro.cumerl...@gmail.com wrote: Attached patch solves CheckBox panting issue. Applied, thanks. You are clever, I did not notice that one. P.S.: CheckBox is not yet aligned correctly if corresponding row is selected. Aligned to what? In fact

Re: [Lazarus] Component palette reordering

2014-11-19 Thread FreeMan
This is not too much important for me, My project open in a just second, problem can be on my system, Just I let you know, can be some property triggered, so I wrote. Sorry for didn't say before, this job is good. Long time ago I was think this. And I thinked, usually programmer use less then

Re: [Lazarus] Component palette reordering

2014-11-19 Thread Juha Manninen
On Wed, Nov 19, 2014 at 5:52 PM, FreeMan freema...@delphiturkiye.com wrote: Sorry for didn't say before, this job is good. Thanks. Long time ago I was think this. And I thinked, usually programmer use less then 10 component, (Tlabel, Tedit etc.) First Component palette tab can favorite

Re: [Lazarus] Component palette reordering

2014-11-19 Thread Sandro Cumerlato
ComponentPalette is refreshed everytime when IDE Options window is closed clicking the OK button. It should refresh only if something has been modified. Sandro On 19 November 2014 17:37, Juha Manninen juha.mannine...@gmail.com wrote: On Wed, Nov 19, 2014 at 5:52 PM, FreeMan

Re: [Lazarus] Component palette reordering

2014-11-18 Thread FreeMan
lazarus svn r46872, Component Palette order and icon space fixed. On Start IDE and after open project Component Palette order and space is normal now. But when open project, so much slow opening forms. On 16-11-2014 11:23, FreeMan wrote: Hello, ComponentPaletteOptions ...

Re: [Lazarus] Component palette reordering

2014-11-18 Thread Mattias Gaertner
On Tue, 18 Nov 2014 11:54:32 +0200 FreeMan freema...@delphiturkiye.com wrote: But when open project, so much slow opening forms. You can disable Tools / Options / Form Editor / Open Designer on open unit Mattias -- ___ Lazarus mailing list

Re: [Lazarus] Component palette reordering

2014-11-18 Thread Juha Manninen
On Tuesday, November 18, 2014, FreeMan freema...@delphiturkiye.com wrote: lazarus svn r46872, Component Palette order and icon space fixed. On Start IDE and after open project Component Palette order and space is normal now. But when open project, so much slow opening forms. The palette

Re: [Lazarus] Component palette reordering

2014-11-18 Thread FreeMan
For test I downgrade to r46870. I make and rebuild lazarus and test forms opening speed while opening project, and its normal timeing for me, mean fast. I add 4 more units, source editor has 7 units and forms in this test ➜ lazarus svn up -r46872 '.' güncelleniyor: U

Re: [Lazarus] Component palette reordering

2014-11-18 Thread Mattias Gaertner
On Tue, 18 Nov 2014 17:19:17 +0200 FreeMan freema...@delphiturkiye.com wrote: [...] just coincidence I found, RunTimeTypeInfoControls.lpk has rttictrls.lrs filename, but file not there. Thanks for the hint. Fixed. Mattias -- ___ Lazarus mailing

Re: [Lazarus] Component palette reordering

2014-11-18 Thread Juha Manninen
I still cannot see any slowdowns when opening forms. Can anybody else see it? I can also profile the code later but it is not a high priority. Juha P.S I have also made an option to use CheckBoxes for Boolean values in Object Inspector. Please check how it works. This is not related to component

Re: [Lazarus] Component palette reordering

2014-11-16 Thread FreeMan
Hello, ComponentPaletteOptions ... /ComponentPaletteOptions from ~/.lazarus/environmentoptions.xml. That tag not in there, looked for all files in my profile folder too. I updated to r46868 Reopen IDE and result is same. I open IDE options, then Open last project at start to Unchecked and

Re: [Lazarus] Component palette reordering

2014-11-15 Thread FreeMan
Hello Juha, If its possible, can you fix this issue too? I can not click to up button. Kubuntu 14.04x64, last svn and QT widgetset This picture from first run IDE. After change tab to any other tab , space is been normal between icons. My IDE's main window not maximize or full width of

Re: [Lazarus] Component palette reordering

2014-11-15 Thread Juha Manninen
On Sat, Nov 15, 2014 at 1:45 PM, FreeMan freema...@delphiturkiye.com wrote: Hello Juha, If its possible, can you fix this issue too? I can not click to up button. Kubuntu 14.04x64, last svn and QT widgetset It may be fixed already. I did not see the large gap between icons but I saw the

[Lazarus] Component palette reordering

2014-11-14 Thread Juha Manninen
There is a new feature for reordering tabs and components in the component palette. See Component palette in environment options. Please test but don't open bug reports yet. The feature is under heavy development and still has known issues. One issue is that the tabs show in reverse order

Re: [Lazarus] Component palette reordering

2014-11-14 Thread Juha Manninen
How to set item height in ListView? I added : ComponentsListView.SmallImages := IDEImages.Images_24; in the settings GUI and somehow the height is now correct on Windows but on Linux with GTK2 or with QT it is too low. Parts of icons are cut off. Juha --

Re: [Lazarus] Component palette reordering

2014-11-14 Thread zeljko
On 11/14/2014 03:15 PM, Juha Manninen wrote: How to set item height in ListView? I added : ComponentsListView.SmallImages := IDEImages.Images_24; in the settings GUI and somehow the height is now correct on Windows but on Linux with GTK2 or with QT it is too low. Parts of icons are cut off.