Re: [pgadmin-hackers] ]GTK 3

2016-01-15 Thread Björn Harrtell
2016-01-07 12:58 GMT+01:00 Dave Page : > On Thu, Jan 7, 2016 at 11:56 AM, Björn Harrtell > wrote: > > 2016-01-07 12:10 GMT+01:00 Dave Page : > >> > >> On Thu, Jan 7, 2016 at 7:47 AM, Björn Harrtell < > bjorn.harrt...@gmail.com> > >>

Re: [pgadmin-hackers] ]GTK 3

2016-01-07 Thread Björn Harrtell
2016-01-07 12:10 GMT+01:00 Dave Page : > On Thu, Jan 7, 2016 at 7:47 AM, Björn Harrtell > wrote: > > Yes, sorry, I made both the comments and the patch too hastily and agree > > that it should not be removed based on my findings. > > > > It should be

Re: [pgadmin-hackers] ]GTK 3

2016-01-06 Thread Guillaume Lelarge
2016-01-05 23:54 GMT+01:00 Björn Harrtell : > Found the theme color issue. > > Server node color is customizable and new server nodes are created with > background from window and saved in .pgadmin3. > > I don't see the usefulness of this feature so I've attached patch

Re: [pgadmin-hackers] ]GTK 3

2016-01-06 Thread Dave Page
On Wed, Jan 6, 2016 at 8:54 AM, Guillaume Lelarge wrote: > 2016-01-05 23:54 GMT+01:00 Björn Harrtell : >> >> Found the theme color issue. >> >> Server node color is customizable and new server nodes are created with >> background from window and

Re: [pgadmin-hackers] ]GTK 3

2016-01-05 Thread Björn Harrtell
Found the theme color issue. Server node color is customizable and new server nodes are created with background from window and saved in .pgadmin3. I don't see the usefulness of this feature so I've attached patch that removes it. I see there is alot of work to be done to modernize the usage of

[pgadmin-hackers] ]GTK 3

2015-12-29 Thread Martin Andersson
Hi, I managed to build pgAdmin against GTK3 on fedora 23. I basically rebuilt fedoras SRPM against wxWidgets 3.0.2, GTK3. Finally pgAdmin looks good on a HiDPI display! When built against GTK2, pgAdmin is practically useless on HiDPI on linux. But when i set window scaling to 2 (for HiDPI

[pgadmin-hackers] ]GTK 3

2015-12-18 Thread Björn Harrtell
Hi devs, Have anyone investigated compiling pgadmin using wxWidgets > 2.9.4 and GTK+ 3 which can be enabled with configure option --with-gtk=3? I'm putting an effort into it now and will share results here, but will appreciate information from anyone with existing experience. /Björn

Re: [pgadmin-hackers] ]GTK 3

2015-12-18 Thread Timon
I've tried to build under fedora 23 ./configure CXXFLAGS="-W./configure --with-wx-version=3.0 CXXFLAGS="-Wno-deprecated-declarations -Wl,-z,lazy -fPIC -pie" CFLAGS="-fPIC -pie" make -j 10 but it failed on linking stage with errors like pgAdmin3.o: In function `wxCreateApp()':