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=sbcglobal.net; s=s2048; t=1438055794; bh=2JDDhrapRXmrmKRQL/NRdXuoaAmcS31F0kJrqwCsaAI=; h=Subject:From:In-Reply-To:Date:References:To:From:Subject; b=DsSdJ5VneET8t8iJ9wTBOqr5Hbao8wpuoY3iReYk3KuQ1ZTk+1XuY+LnF5FdGeNpm+8A5WQbWPHpYJlXx0ADFk07XViqYi+d4iDmzbX0QehhvEim9LwnFDf9TxdaEnOEG+fxMHAHS+qrzuKeo197Td/LQm/o20ouygBdeFKrt3ep274YdRbDO2OaZrB338EN3EapJBwTCLFgYM+dVQMTvJaKk+nj0Xe2qlAZpTxFbIK9DpGAaeGiTO7A7MSGOSaftndJTd+YcLxH1fMSuI7oGrf7cBIebJ3JHQIQZV/2jhbVQEeMN+TJcMsmRCox+Ruuheo5Onwh0W9XKETCyx+Olg== X-Yahoo-Newman-Id: 558779 DOT 31314 DOT bm AT smtp226 DOT mail DOT gq1 DOT yahoo DOT com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: LV_UDx8VM1nBFRIF3sNhiF9CfQ9vx3AZliuoic6Of_moZ8M 3IEo6ecyW1oHmpI9EJ7LErn0CWTc1cyFTkDXUto4OiTrigmXlQgyvWGTpYm8 8OojerRrw6Tk01ZCeLN.DqxFnmz_JGsYqoXn8o3W9mE3WS7FYk3MZCV.xcgD jGVoNoGsGtcA89BrFJBUEyHULBgMfbEg57yLR5zhiOgVJPLCqbpuY42f4MZW 55L6bI7osA2pXSBUhPE5BjyfZ8VqqZ5AAvAaosHADudSXBBZuxCauZgYedCv MYju02IZrh0MzjHEoFAm5CfxeXApvtYVQuNmI7KUBcz2Tr5JZ4H2EIgaFwYQ 3Cq.eT2hGMtm5FUHSybHe8xwNRER6qNqnL5hrXT1saOIDXxZqazNo0Gt7gob kdJkD_p7.B0VkN6ytaomPY8IVGpUQn8yF6giC7B6Ld8Zlee3H7KAP9O4VVFE zu7vmp26uY8Lw9ubrdZd0uvoSZulxFUlocd7j7l4MwG3uNrgKKwLt2U1QHGG Sajq6y1NL0U0YtXE_WEvKLWFo_emGYooxiDQa9kw9mC85DqgG4PiLhA-- X-Yahoo-SMTP: b8jVkbOswBAqZ4BhECp7nxPJUfTGEnEGv_G4qgQeZMeAbA-- Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: [geda-user] Docking Property Editors From: "Edward Hennessy (ehennes AT sbcglobal DOT net) [via geda-user AT delorie DOT com]" In-Reply-To: Date: Mon, 27 Jul 2015 20:56:32 -0700 Message-Id: References: <6384EC21-FBC6-47D2-A371-CB9770C27561 AT sbcglobal DOT net> <1437852147 DOT 1412 DOT 16 DOT camel AT ssalewski DOT de> <0DCBE00C-19DC-40D2-8FAC-6908D4E1548C AT sbcglobal DOT net> To: "geda-user AT delorie DOT com" X-Mailer: Apple Mail (2.2102) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t6S3ucij026472 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 Jul 26, 2015, at 3:55 PM, Kai-Martin Knaak wrote: > > Just to be extra sure, we are talking about the same general UI > concept: > > The gschem window contains: > * a GTK menu > * a row of tool buttons > * an area which serves as a canvas for the circuit > * a status line > * an area for user interaction for the "notebooks" > > The first items look and behave like they currently do. > The area for user interaction shows what is currently presented in > pop-up dialogues. It exposes them one at a time. That is, the content > of this area switches to "symbol selection" if the user types "i". It > offers to change attributes of currently selected symbol on "ee". > > I am all in favor of such a design. It keeps an unobstructed view of > the schematic. The screen does not get cluttered by dialogues. This > kind of UI would be similar to the game of starcraft. IMHO, this is a > good thing. Professional gamers require an efficient UI to execute an > astonishing amount of actions per minute. Yes, we are on the same page. Here is a bit more detail: * Move pin type dialog into the non-modal object properties dialog * Move the slot edit dialog into the non-modal object properties dialog * Make the single attribute editor non-modal * Dock the dialogs on the right side of the schematic editor with tabs to select * Object Properties * Text Properties * Single Attribute editor * Add a notebook for all the open schematic pages Here are some unknowns: * What to do with the message dialog? * What to do with the show text dialog? * What to do with the hide text dialog? * What to do with the page manager? I’ve already converted the find text dialog into a GtkInfoBar and that is in source control now. Ed