Coder Social home page Coder Social logo

Various improvements about gtkdialog HOT 12 OPEN

frogstarr78 avatar frogstarr78 commented on May 24, 2024
Various improvements

from gtkdialog.

Comments (12)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
6 is done.

Original comment by [email protected] on 13 Jul 2011 at 4:46

from gtkdialog.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
7 is started but it'll be a while as it's complicated.

Original comment by [email protected] on 19 Jul 2011 at 1:42

from gtkdialog.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
7 is done.

5) I came across an example 09.03-tree_icon_columns that supports <input 
stock_column="0"> which accepts a stock icon as the first column 
(icon_column="0" also works). So you can use this:

function list() {
    ifs="$IFS"
    IFS=
    echo $(<list)
    IFS="$ifs"
}; export -f list

in combination with <input stock_column="0">list</input> or <input 
icon_column="0">list</input>


Original comment by [email protected] on 2 Aug 2011 at 5:50

from gtkdialog.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
I'm working in the lexer/parser and I've noticed that <input file> does 
actually support tag attributes so <input file stock_column="0"> is possible.

Original comment by [email protected] on 10 Aug 2011 at 10:22

from gtkdialog.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
5 is fixed. Oddly it was all in place to work but simple changes to complete it 
weren't done, almost as though development had stopped and it remained 
unfinished.

Original comment by [email protected] on 30 Aug 2011 at 11:39

from gtkdialog.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
3 is done in r400 with an optional natural sort too.

Original comment by [email protected] on 4 Sep 2012 at 9:11

from gtkdialog.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
The unnecessary exporting of variables which contain large amounts of data 
should be addressed, for example an edit widget which contains a README that 
doesn't require exporting but it gets exported because its variable name has 
been declared -- this could possibly be dealt with by using <variable 
export="false">VARIABLE</variable>.

Original comment by [email protected] on 26 Sep 2012 at 3:28

from gtkdialog.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
Loading a null pixmap i.e. <input file>""</input> causes a segfault which is 
not the best way to tell the application developer that a valid file is 
mandatory. Actually I don't like the fact that it's mandatory and in the wiki 
it's the sole reason why there exists a mandatory column, so get rid of this 
requirement.

Original comment by [email protected] on 27 Sep 2012 at 10:32

from gtkdialog.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
Inputting nothing into the edit widget causes a gtk+ critical message although 
it doesn't cause any problems. This has been like this since at least 0.7.20 
and it should be fixed consistent with other comparable widgets.

Original comment by [email protected] on 27 Sep 2012 at 10:50

from gtkdialog.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
Fixed comment 9 issue in r469.

Original comment by [email protected] on 10 Nov 2012 at 11:31

from gtkdialog.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
Fixed comment 8 issue in r470.

Original comment by [email protected] on 11 Nov 2012 at 10:41

from gtkdialog.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 24, 2024
Fixed comment 7 issue in r473.

Original comment by [email protected] on 17 Nov 2012 at 5:40

from gtkdialog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.