[Pkg-cli-libs-commits] [gtk-sharp3] branch master updated (8388b70 -> 6910fd4)

Mirco Bauer meebey at alioth.debian.org
Thu Sep 26 22:21:59 UTC 2013


This is an automated email from the git hooks/post-receive script.

meebey pushed a change to branch master
in repository gtk-sharp3.

      from  8388b70   Fixed circular binary-dep between libgio3.0-cil-dev and libgtk3.0-cil-dev
       new  aac0594   Imported Upstream version 2.99.1
       new  e887867   Merge tag 'upstream/2.99.1'
       new  6910fd4   Upload to experimental

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 AUTHORS                                   |    4 +
 COPYING                                   |  214 ++---
 Makefile.am                               |    1 +
 Makefile.in                               |  332 ++++---
 Makefile.include                          |    7 +-
 NEWS                                      |  123 +++
 aclocal.m4                                |  639 +++++++------
 atk/Makefile.in                           |  280 +++---
 atk/glue/Makefile.am                      |    2 +-
 atk/glue/Makefile.in                      |  248 +++--
 cairo/CairoDebug.cs                       |   82 ++
 cairo/{Status.cs => Color.cs}             |   79 +-
 cairo/Context.cs                          | 1000 ++++++++++----------
 cairo/DirectFBSurface.cs                  |    5 +-
 cairo/{Antialias.cs => Distance.cs}       |   43 +-
 cairo/FontFace.cs                         |   36 +-
 cairo/FontOptions.cs                      |   24 +-
 cairo/GlitzSurface.cs                     |    5 +-
 cairo/Gradient.cs                         |   21 +-
 cairo/ImageSurface.cs                     |   57 +-
 cairo/LinearGradient.cs                   |   21 +-
 cairo/Makefile.am                         |    7 +-
 cairo/Makefile.in                         |  117 ++-
 cairo/Matrix.cs                           |  136 +--
 cairo/NativeMethods.cs                    |   11 +-
 cairo/PSSurface.cs                        |   13 +-
 cairo/Path.cs                             |   39 +-
 cairo/Pattern.cs                          |  142 +--
 cairo/PdfSurface.cs                       |    7 +-
 cairo/{Antialias.cs => Point.cs}          |   44 +-
 cairo/{Antialias.cs => PointD.cs}         |   43 +-
 cairo/RadialGradient.cs                   |   12 +-
 cairo/Region.cs                           |   38 +-
 cairo/ScaledFont.cs                       |   53 +-
 cairo/SolidPattern.cs                     |   33 +-
 cairo/Surface.cs                          |  194 ++--
 cairo/SurfacePattern.cs                   |   16 +-
 cairo/SvgSurface.cs                       |    7 +-
 cairo/Win32Surface.cs                     |    6 +-
 cairo/XcbSurface.cs                       |   11 +-
 cairo/XlibSurface.cs                      |   27 +-
 cairo/cairo-api.xml                       |    2 +-
 configure                                 | 1467 +++++++++--------------------
 configure.ac                              |    9 +-
 debian/changelog                          |    6 +
 depcomp                                   |  454 +++++----
 doc/Makefile.in                           |   97 +-
 gapi.xsd                                  |  362 +++++++
 gdk/Gdk.metadata                          |    2 +-
 gdk/Global.cs                             |   15 -
 gdk/Makefile.in                           |  118 ++-
 gdk/TextProperty.cs                       |   25 +-
 gdk/Window.cs                             |    2 +-
 gdk/gdk-symbols.xml                       |    2 +-
 generator/CodeGenerator.cs                |  125 ++-
 generator/GObjectVM.cs                    |    2 +
 generator/GenBase.cs                      |    2 +-
 generator/InterfaceGen.cs                 |   75 +-
 generator/Makefile.am                     |    1 +
 generator/Makefile.in                     |  108 ++-
 generator/Options.cs                      | 1347 ++++++++++++++++++++++++++
 generator/Parser.cs                       |   35 +-
 generator/Property.cs                     |    5 +-
 generator/Signal.cs                       |   18 +-
 generator/SymbolTable.cs                  |   16 +-
 gio/AppInfoAdapter.cs                     |    6 +-
 gio/FileFactory.cs                        |   16 +-
 gio/Gio.metadata                          |  115 ++-
 gio/GioStream.cs                          |   12 +-
 gio/{File.cs => IFile.cs}                 |    2 +-
 gio/Makefile.am                           |    4 +-
 gio/Makefile.in                           |  285 +++---
 gio/glue/Makefile.am                      |    2 +-
 gio/glue/Makefile.in                      |  248 +++--
 glib/FileUtils.cs                         |    1 -
 glib/GInterfaceAdapter.cs                 |    7 +-
 glib/GLibSynchronizationContext.cs        |   71 ++
 glib/GType.cs                             |   21 +-
 glib/Global.cs                            |    1 -
 glib/InitiallyUnowned.cs                  |    2 -
 glib/KeyFile.cs                           |    1 -
 glib/ListBase.cs                          |   27 +-
 glib/Log.cs                               |    1 -
 glib/Makefile.am                          |    1 +
 glib/Makefile.in                          |  274 +++---
 glib/ManagedValue.cs                      |    1 -
 glib/MissingIntPtrCtorException.cs        |    1 -
 glib/Object.cs                            |  355 ++++---
 glib/ObjectManager.cs                     |    2 +-
 glib/Opaque.cs                            |    3 -
 glib/Signal.cs                            |    1 -
 glib/SignalArgs.cs                        |    1 -
 glib/Thread.cs                            |   24 +-
 glib/Timeout.cs                           |    4 +-
 glib/Value.cs                             |    1 -
 glib/glib-api.xml                         |    1 +
 gtk/ActionGroup.cs                        |    2 +-
 gtk/Application.cs                        |    3 +
 gtk/CellRenderer.cs                       |    6 +-
 gtk/FileChooserDialog.cs                  |   23 -
 gtk/Gtk.metadata                          |   32 +-
 gtk/{CellLayout.cs => ICellLayout.cs}     |    2 +-
 gtk/{TreeModel.cs => ITreeModel.cs}       |    2 +-
 gtk/IconTheme.cs                          |    3 -
 gtk/Makefile.am                           |    5 +-
 gtk/Makefile.in                           |  289 +++---
 gtk/NodeStore.cs                          |    6 +-
 gtk/RadioAction.cs                        |   54 ++
 gtk/RadioButton.cs                        |   26 +
 gtk/RadioMenuItem.cs                      |   39 +-
 gtk/RadioToolButton.cs                    |   50 +-
 gtk/Style.cs                              |    1 +
 gtk/TreeEnumerator.cs                     |    6 +-
 gtk/TreeViewColumn.cs                     |   16 -
 gtk/Widget.cs                             |    8 +-
 gtk/glue/Makefile.am                      |    2 +-
 gtk/glue/Makefile.in                      |  248 +++--
 gtk/gui-thread-check/COPYING              |  899 ++++++------------
 gtk/gui-thread-check/Makefile.in          |  269 +++---
 gtk/gui-thread-check/profiler/Makefile.am |    2 +-
 gtk/gui-thread-check/profiler/Makefile.in |  241 +++--
 gtkdotnet/Makefile.in                     |  113 ++-
 install-sh                                |   14 +-
 ltmain.sh                                 |    4 +-
 missing                                   |  414 +++-----
 pango/Makefile.in                         |  281 +++---
 pango/Pango.metadata                      |    1 -
 pango/glue/Makefile.am                    |    2 +-
 pango/glue/Makefile.in                    |  248 +++--
 parser/Makefile.in                        |  113 ++-
 sample/AsyncSample.cs                     |  109 +++
 sample/CairoSample.cs                     |   40 +-
 sample/CustomScrollableWidget.cs          |    9 +-
 sample/GtkDemo/DemoDrawingArea.cs         |    4 +-
 sample/GtkDemo/DemoEditableCells.cs       |    2 +-
 sample/GtkDemo/DemoEntryCompletion.cs     |    2 +-
 sample/GtkDemo/DemoMain.cs                |    2 +-
 sample/GtkDemo/DemoMenus.cs               |    2 +-
 sample/GtkDemo/DemoStockBrowser.cs        |    2 +-
 sample/GtkDemo/Makefile.in                |  106 ++-
 sample/Makefile.am                        |    6 +-
 sample/Makefile.in                        |  273 +++---
 sample/ManagedTreeViewDemo.cs             |    4 +-
 sample/TreeModelDemo.cs                   |   15 +-
 sample/gio/AppInfo.cs                     |    8 +-
 sample/gio/Makefile.in                    |  106 ++-
 sample/gio/Volume.cs                      |   10 +-
 sample/gtk-gio/Makefile.in                |  106 ++-
 sample/gtk-gio/MountOperation.cs          |    4 +-
 sample/opaquetest/Makefile.am             |    7 +-
 sample/opaquetest/Makefile.in             |  249 +++--
 sample/pixmaps/Makefile.in                |  106 ++-
 sample/test/Makefile.in                   |  106 ++-
 sample/valtest/Makefile.am                |    7 +-
 sample/valtest/Makefile.in                |  249 +++--
 sources/Makefile.in                       |  106 ++-
 156 files changed, 8962 insertions(+), 6067 deletions(-)
 create mode 100644 cairo/CairoDebug.cs
 copy cairo/{Status.cs => Color.cs} (63%)
 copy cairo/{Antialias.cs => Distance.cs} (71%)
 copy cairo/{Antialias.cs => Point.cs} (72%)
 copy cairo/{Antialias.cs => PointD.cs} (71%)
 create mode 100644 gapi.xsd
 create mode 100644 generator/Options.cs
 rename gio/{File.cs => IFile.cs} (94%)
 create mode 100644 glib/GLibSynchronizationContext.cs
 rename gtk/{CellLayout.cs => ICellLayout.cs} (95%)
 rename gtk/{TreeModel.cs => ITreeModel.cs} (97%)
 create mode 100644 gtk/RadioAction.cs
 create mode 100644 sample/AsyncSample.cs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/gtk-sharp3.git



More information about the Pkg-cli-libs-commits mailing list