X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sbcglobal.net; s=s1024; t=1374535388; bh=lp5qJQc8Drn/HaJoHMbzYEBSG1hpsuNI2Kg2g/vz3P0=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc:Content-Transfer-Encoding:Message-Id:References:To:X-Mailer; b=LI/JyOZPmmaETdvx2K4qzhl3hJfuhxp4dIInQAhjVGD4nUDemkOI9VtqDk6737ehPxLc/ZmRiPbxyWfQwhv4/7EyyJdVkP4Gxl6F2ML1q+dh8LI9fOWaNmFbplwkGsO9qiGNWgRJF2gG7pO6OoXdaqjmzLVEIlQ1akhD3ZXys70= X-Yahoo-Newman-Id: 393279 DOT 38388 DOT bm AT smtp102 DOT sbc DOT mail DOT ne1 DOT yahoo DOT com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: CnLVO54VM1myAszHku3mVh.MB55dcNTi9ct5jWetjTKJRUo D9j2SgTXNHeRxd9BIqulg4tbet4hCYuqV4Lk__8f_DgNjocdMDVL.ygUhg0f OgsYqaM1wLFtOw1jjyEJOjXpzmpt3XStEvPQGJluXFRGwi27pMjDPfWhItCX zhPl0Gb26V8VlttHbHKjWg08KchO4KbUF_iJARrLv2.hRxIq6tVW9HoCmjfI ph6qhUm8T82Nh80CTQm8MTd9ySoHN._gGBwdYIyw.3yqaDWJcAQEzQA1_bnX 1F60wGf_Ssx6VV7tcHoELV.WVoiac8a6UzVCXs4fGJI.QZz0haz6lKhCkJUO 2Q0TZjxmxshguxlghpUNDoKIm8HPz8gFCwG87SvbmQ5q_xb52b7.RtFG8UM6 LLAlsGslCPFQvpJlC9DvP5ojDeEGWC56Jvmt9w7.2pEbCEN0tp38HL814r0. pucx7L1U0VFosaEJZF1MEtVWltmmecRvnbWMN8rretTmtRLBmDf913wmzlrv tw1feYgGgasoWInBxw8Of5Cm4v0o8RUKOjEY_NIk4AZSfBLQVFkQOF6Kmp2Z pmy3efU81iS7IAVXFUYCglp7xgLV6 X-Yahoo-SMTP: b8jVkbOswBAqZ4BhECp7nxPJUfTGEnEGv_G4qgQeZMeAbA-- X-Rocket-Received: from [192.168.1.66] (ehennes AT 69 DOT 109 DOT 30 DOT 233 with plain) by smtp102.sbc.mail.ne1.yahoo.com with SMTP; 22 Jul 2013 23:23:08 +0000 UTC Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: [geda-user] Non-modal Dialogs From: Edward Hennessy In-Reply-To: <1374513797.3124.12.camel@AMD64X2.fritz.box> Date: Mon, 22 Jul 2013 16:23:07 -0700 Cc: geda-dev AT delorie DOT com Content-Transfer-Encoding: 7bit Message-Id: <8830B86E-FCAF-4290-A41D-3C837CB667FA@sbcglobal.net> References: <2174C2C2-6FAF-4544-A4C0-5FDBD564A6FB AT sbcglobal DOT net> <1374513797 DOT 3124 DOT 12 DOT camel AT AMD64X2 DOT fritz DOT box> To: geda-user AT delorie DOT com X-Mailer: Apple Mail (2.1508) 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 22, 2013, at 10:23 AM, Stefan Salewski wrote: > > An interesting question. > > I think my idea last year was: > > We have only one property dialog window or area, which can be visible or > not. (I prefer an area for my peted clone, instead of overlapping > windows, but that is a matter of taste.) If the user clicks on an > element (symbol, text, net...) the property display update its content > when it is open/visible -- some values may be displayed always like > color, other like font or footprint only for some elements. A double > click on an element may open that property display. Updating elements by > other means (scripts, menu...) should simple gray out that property > display, or maybe ask that display to update after all is done. It makes > no sense to update that property display hundred times when a script > changes textsize for all refdes. > This would be the end goal. I don't have enough time to convert all the dialog boxes over to the property dialog. It would help me if we could go that direction in smaller steps. What should the underlying property change notification system be? Would developers be ok with gobject and signals? Cheers, Ed