xoo: Changes to 'master'

Ross Burton ross at kemper.freedesktop.org
Thu Oct 11 04:48:35 PDT 2012


 .gitignore                 |   81 ++++++++++++++++++++++++++++++++++++++
 configure.ac               |   30 +-------------
 data/Makefile.am           |    9 ++++
 data/org.x.Xoo.gschema.xml |   30 ++++++++++++++
 data/xoo.convert           |    5 ++
 data/xoo.ui                |   95 ++-------------------------------------------
 src/Makefile.am            |    5 --
 src/callbacks.c            |   21 ++++++++-
 src/config.c               |    2 
 src/fakedev.h              |    1 
 src/main.c                 |   29 +------------
 src/prefs.c                |   28 ++++++-------
 src/prefs.h                |    7 ---
 13 files changed, 171 insertions(+), 172 deletions(-)

New commits:
commit f8d3ca4e3dbf41a471022ecec3d9acd85e75a300
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Thu Oct 11 01:50:31 2012 -0500

    Fix fprintf format warning
    
    config.c:327:9: warning: format '%d' expects type 'int', but argument 3
    has type 'XML_Size'
    
    Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>

commit b141fa83ad2e77bfe708c875da914616d0277466
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Thu Oct 11 01:50:30 2012 -0500

    Port to GSettings
    
    Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>

commit c381d9484e849f80b0acf27821daa555ce9ceb2c
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Thu Oct 11 01:50:29 2012 -0500

    Use GtkAboutDialog
    
    Also, use stock About menu item.
    
    Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>

commit d6366e883bc8eec137a22711bda4c6cb2ec74618
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Thu Oct 11 01:50:28 2012 -0500

    Provide default location and filetype in the file chooser
    
    "*.xml" is used instead of "application/xml" so that the xoo.ui GtkBuilder
    interface file isn't shown.
    
    Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>

commit a9d55c87e7d94c3de9228ba8f71668c169b4146c
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Thu Oct 11 01:50:27 2012 -0500

    Fix execl call
    
    "xoo --device FILENAME" must be a single string when passed to sh -c,
    otherwise the arguments are lost.
    
    Also, use symbolic constant SIGKILL for portability.
    
    Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>

commit f561c844e07e4538709484367b9ff9af179b982a
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Thu Oct 11 01:50:26 2012 -0500

    Use Automake silent rules
    
    Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>

commit 943504de019592ba71b2569cb89d61710ce30652
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Thu Oct 11 01:50:25 2012 -0500

    Add .gitignore
    
    Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>

commit 5548603200576e97a56fdb170f0de4eab23d5243
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Thu Oct 11 01:50:24 2012 -0500

    Fix location of GtkBuilder UI file
    
    Regression introduced in commit 9a256abf7ee11dbe91cef79f3bc002732f81c393.
    
    Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>



More information about the xorg-commit mailing list