Sign up

Pages: 1 2

Re: grid failure + TreeView underperformance

On 06/26/2016 10:47 AM, Mike Wey wrote:

Seems to be fixed in GTK+ 3.20. I'll look into creating a newer installer.

Binaries are up:
http://master.dl.sourceforge.net/project/gtkd-packages/gtk3-runtime/gtk3-runtime3.20.432-bit.exe
http://master.dl.sourceforge.net/project/gtkd-packages/gtk3-runtime/gtk3-runtime3.20.464-bit.exe

Speed wise adding the columns takes about twice the time as it does on
linux. its in the 80ms range for me.

Re: grid failure + TreeView underperformance

On 2016-06-26 21:33, Mike Wey wrote:

On 06/26/2016 10:47 AM, Mike Wey wrote:

Seems to be fixed in GTK+ 3.20. I'll look into creating a newer
installer.

Binaries are up:
http://master.dl.sourceforge.net/project/gtkd-packages/gtk3-runtime/gtk3-runtime3.20.432-bit.exe

http://master.dl.sourceforge.net/project/gtkd-packages/gtk3-runtime/gtk3-runtime3.20.464-bit.exe

Speed wise adding the columns takes about twice the time as it does on
linux. its in the 80ms range for me.

thanks for looking into this, mike. 80ms is for 512 columns i reckon.
this would help me a lot.

i will try 3.20 soon - i used to prep my own GTK via MSYS2, but this was
on my old computer. will have to set it up again.

i am not a friend of full installers, especially for simple things like
libraries. one, for general security concerns. second, libraries like
this tend to get swapped around quite a bit and i end up with zombie
installations, as it is impracticable/hard to remember that they would
need an uninstall. anyhow, does your installer offer a command line
switch for file extraction only? i tried 7-zip on it but unfortunately
it is not a supported archive format.

thanks again,

det

Re: grid failure + TreeView underperformance

On 06/27/2016 02:40 AM, captaindet wrote:

On 2016-06-26 21:33, Mike Wey wrote:

On 06/26/2016 10:47 AM, Mike Wey wrote:

Seems to be fixed in GTK+ 3.20. I'll look into creating a newer
installer.

Binaries are up:
http://master.dl.sourceforge.net/project/gtkd-packages/gtk3-runtime/gtk3-runtime3.20.432-bit.exe

http://master.dl.sourceforge.net/project/gtkd-packages/gtk3-runtime/gtk3-runtime3.20.464-bit.exe

Speed wise adding the columns takes about twice the time as it does on
linux. its in the 80ms range for me.

thanks for looking into this, mike. 80ms is for 512 columns i reckon.
this would help me a lot.

i will try 3.20 soon - i used to prep my own GTK via MSYS2, but this was
on my old computer. will have to set it up again.

i am not a friend of full installers, especially for simple things like
libraries. one, for general security concerns. second, libraries like
this tend to get swapped around quite a bit and i end up with zombie
installations, as it is impracticable/hard to remember that they would
need an uninstall. anyhow, does your installer offer a command line
switch for file extraction only? i tried 7-zip on it but unfortunately
it is not a supported archive format.

thanks again,

det

The installer was created with inno setup, as far as i can tell it
doesn't have a command line option for extraction only.
There is however an separate tool that is able to extract the inno setup
installers: http://innounp.sourceforge.net/

The binaries / libraries in the installer are coming from MSYS2, so it's
always an option to install MSYS2, run "pacman -S
mingw-w64-i686-gtksourceview3", and add the correct directory to the PATH.

Re: grid failure + TreeView underperformance

On 2016-06-28 05:36, Mike Wey wrote:

On 06/27/2016 02:40 AM, captaindet wrote:

On 2016-06-26 21:33, Mike Wey wrote:

On 06/26/2016 10:47 AM, Mike Wey wrote:

Seems to be fixed in GTK+ 3.20. I'll look into creating a newer
installer.

Binaries are up:
http://master.dl.sourceforge.net/project/gtkd-packages/gtk3-runtime/gtk3-runtime3.20.432-bit.exe

http://master.dl.sourceforge.net/project/gtkd-packages/gtk3-runtime/gtk3-runtime3.20.464-bit.exe

Speed wise adding the columns takes about twice the time as it does on
linux. its in the 80ms range for me.

thanks for looking into this, mike. 80ms is for 512 columns i reckon.
this would help me a lot.

i will try 3.20 soon - i used to prep my own GTK via MSYS2, but this was
on my old computer. will have to set it up again.

i am not a friend of full installers, especially for simple things like
libraries. one, for general security concerns. second, libraries like
this tend to get swapped around quite a bit and i end up with zombie
installations, as it is impracticable/hard to remember that they would
need an uninstall. anyhow, does your installer offer a command line
switch for file extraction only? i tried 7-zip on it but unfortunately
it is not a supported archive format.

thanks again,

det

The installer was created with inno setup, as far as i can tell it
doesn't have a command line option for extraction only.
There is however an separate tool that is able to extract the inno setup
installers: http://innounp.sourceforge.net/

The binaries / libraries in the installer are coming from MSYS2, so it's
always an option to install MSYS2, run "pacman -S
mingw-w64-i686-gtksourceview3", and add the correct directory to the PATH.

thanks for the info. i will setup MSYS2 again on my new machine soon.
will need to do it anyway as i use glade.

for the time being i played with your 3.20 packages (thanks to innounp)
and i can confirm the speed impediment for TreeView has be resolved.

however, i ran into 2 new issues, i will start a new threat for them.

/det

Re: grid failure + TreeView underperformance

new thread i mean. (i am rather grateful for your work and certainly
mean no harm ;) )

Pages: 1 2