X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=rg/Tu4OsFmyFylguRTGi52SV+hGhTOrbDLsc39rsqkE=; b=o2SewCYxV/6XTPymSvuZy1Er0AtD5AqaUnH07m9Ump4ycKAFTX8HUGM5e1bm5i1Fnm +wKVitMIiEmyO00gg1mvKRZ8YOInpvb9Oqr00Fq0Lhl3i2WSxi9HXBSdE71FUuU3sP/O njmcYVGh3dsvfOLFpUbvAYq0R65DwEpvht2dI+9oA6JRXnd9HUI4YbgXlXPJLTAjW32V KAKkV5nThWiUj7EtU4ynaBiEyi1ko3bVEc7QF8R+C6WPcmZSsLOLb1DLCxm8eAo/tbTf pgm4/RQ1uJPl+tKk1W7S+Q7eRxfOLuCfDkfVjpC3fTPpo9sz+i8rabn7pvMbyvOVVDj6 LaEw== X-Received: by 10.152.36.7 with SMTP id m7mr14308559laj.87.1437756398419; Fri, 24 Jul 2015 09:46:38 -0700 (PDT) Date: Fri, 24 Jul 2015 19:46:35 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: "geda-user AT delorie DOT com" Subject: Re: [geda-user] Docking Property Editors Message-ID: <20150724164635.GA2835@localhost.localdomain> Mail-Followup-To: "geda-user AT delorie DOT com" References: <6384EC21-FBC6-47D2-A371-CB9770C27561 AT sbcglobal DOT net> <20150724140007 DOT GB28945 AT localhost DOT localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, Jul 24, 2015 at 09:25:11AM -0700, Edward Hennessy (ehennes AT sbcglobal DOT net) [via geda-user AT delorie DOT com] wrote: > > > On Jul 24, 2015, at 7:00 AM, Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > > > > On Thu, Jul 23, 2015 at 09:41:43PM -0700, Edward Hennessy (ehennes AT sbcglobal DOT net) [via geda-user AT delorie DOT com] wrote: > >> I’m interested in converting some of the dialog boxes to be docked on the right side of the main window. > >> > >> - Is anyone interested in keeping the option to use them as separate dialogs? > > I like the way the single attribute dialog works now. Hitting ee to open > > and then Esc to close it is very convenient for me. > > Yes, I like how the keys work too. My intent is to preserve this functionality. If the window is docked, the hotkey would just make it visible. OK, I'm fine with this. > >> - Is anyone opposed to adding GDL (Gnome Docking Library) as a dependency? > > Gnome pulls many dependencies and that is a hassle for cross-builds. I'm > > already fed up with it trying to fix icons in my windows geda-gaf build. > > (And it is not the known issue with gdk-pixbuf.) > > Compiling hicolor-theme doesn't solve the problem completely. I've given > > up to fix them after seeing gnome icon dependencies in Debian. > > Looking at the configure.in, I suspect this library won’t have the same issues. > > https://git.gnome.org/browse/gdl/tree/configure.in OK, I don't mind, but... Did you see this? GTK_REQUIRED=3.0.0 I wonder, will this make us bump gtk version, too? Cheers, Vladimir