[pygtk/windows] (139 commits) ...Merge branch 'master' into windows



Summary of changes:

  bc7c054... Add distutils generated build/dist directories and eclipse  (*)
  175b6ba... README.win32: update build instructions (*)
  8bc2463... setup.py: rearrange imports (*)
  ad653fa... setup.py: simplify sys.platform != 'win32' detection and er (*)
  9da28ec... setup.py: check python version, pygobject and pkgconfig ava (*)
  41c28bb... setup.py: rearrange constants (*)
  9d82336... setup.py: install tests (*)
  e46b1bd... setup.py: add NUMPY_INCLUDE dir to gtk.include_dirs (*)
  0c12da6... setup.py: install included .defs files into DEFS_INCLUDE_DI (*)
  187bd18... setup.py: correct metadata (url, provides, requires, ...) (*)
  c6feb04... setup.py: install documentation when available on build sys (*)
  3f94211... setup.py: formatting cleanup, makes things readable (*)
  1b7915c... pygtk_postinstall.py: remove shortcut creation (*)
  4aad94e... pygtk_postinstall.py: remove pygtk-2.0.pc treatment from po (*)
  9c529bf... setup.py: don't install pygtk.pth here as we depend on pygo (*)
  72d7d68... setup.py: ease maintenance burden for tests installation (*)
  fa9d543... Remove the last reference to the pygtk.pth file. (*)
  ff4f1b1... docs/reference/pygtk-gtkcontainer.xml: remove repeated word (*)
  93bb91e... NEWS updates (*)
  5eea5d2... Add gtk threading example, bug 461551 (*)
  828f3c4... Reference the surface in GtkPrintJob.get_surface (*)
  c5f0622... Fix GtkAssistant.set_forward_page_func (*)
  8122275... Fix GtkTreeView.set_drag_dest_row (*)
  efb4f11... Add gtk-2.24 autotools support (*)
  ac85914... Fix GtkPrintContext example, bug 637753 (*)
  2c92734... setup.py: use the same spaces-less format for all setup() p (*)
  af6645a... setup.py: fix the provides keyword argument (*)
  4cbd3c0... Fix pygtk_main_watch_check, copied from pygobject/glib/pygm (*)
  81b0d86... NEWS Updates (*)
  5b6d47c... Revert "Bug 613341 - pygobject tests seem to require pygtk  (*)
  36f9d44... examples: gtk/treeview_dnd.py: comment the testing code spe (*)
  06a3c22... examples: threading/gtk_threading.py: fix __gtype_name__ (*)
  0b535a9... setup.py: set user-access-control to auto in the options di (*)
  d820237... Add 'import pygtk; pygtk.require('2.0') statements where ne (*)
  b790e23... gtk.AboutDialog.set_program_name() should accept None just  (*)
  a17c1f2... gtk.gdk.GC.set_clip_mask should accept None (bug 638994) (*)
  502c626... user-access-control is now set in setup.py (*)
  51b811d... NEWS: updates (*)
  b7da0c1... Add GTK-2.24 API (*)
  18534d1... NEWS updates for 2.23.0 (*)
  2a3f803... Post release version bump (*)
  1287e22... reference: pygtk-gtkliststore.xml: fix implements section ( (*)
  2987872... reference: pygtk-gtktreestore.xml: fix implements section (*)
  6460966... reference: pygtk-gtknotebook.xml: fix gtk.Notebook.page_num (*)
  4004143... reference: pygtk-gtkaboutdialog.xml: fix (s|g)et_name and ( (*)
  b98c83f... reference: pygtk-gtkaccessible.xml: add new methods (*)
  8d1ffdf... reference: pygtk-gtkaction.xml: add new methods (*)
  3fc5e31... reference: pygtk-gtkassistant.xml: add new commit method (*)
  ddc90a0... reference: pygtk-gtkbutton.xml: add missing (g|s)et_image_p (*)
  a8fa3bc... reference: pygtk-gtkcelleditable.xml: add missing "editing- (*)
  9f9c949... reference: pygtk-gtkcellrenderer.xml: add missing property  (*)
  c00167c... reference: pygtk-gtkcellrenderertoggle.xml: add missing met (*)
  a3be76e... reference: pygtk-gtkcolorselectiondialog.xml: add missing p (*)
  4982b4e... reference: pygtk-gtkdialog.xml: add get_widget_for_response (*)
  40ed3b0... reference: pygtk-introduction.xml: update to 2.24 (*)
  6e75320... reference: pygtk-introduction.xml: no need to use the intro (*)
  e935a85... reference: pygtk-gtk-functions.xml: add remove_log_handlers (*)
  6e80b39... reference: pygtk-gtk-functions.xml: fix gtk.alternative_dia (*)
  8080125... reference: pygtk-gtk-functions.xml: add gtk.set_interactive (*)
  c803cbd... reference: pygtk-gtkaboutdialog.xml: fix set_wrap_licence() (*)
  677e946... reference: pygtk-gtkaction.xml: add missing properties (*)
  42566c4... reference: pygtk-gtkaccelgroup.xml: add missing properties (*)
  36311cc... reference: pygtk-gtk-classes.xml: correctly order gtkbuilda (*)
  6a66da9... reference: pygtk-gtkbuilder.xml: update description (*)
  c6e4af8... reference: pygtk-gtkbuilder.xml: add add_objects_from_file( (*)
  4df9f3c... reference: pygtk-gtkbutton.xml: add get_event_window() meth (*)
  aa352f7... reference: pygtk-gtkbutton.xml: add image-spacing style pro (*)
  bfd5415... reference: pygtk-gtkcalendar.xml: add missing style propert (*)
  77e9328... reference: pygtk-gtkcellrenderer.xml: fix set_alignment and (*)
  ed42362... reference: pygtk-gtkcellrendererspinner.xml: new in PyGTK 2 (*)
  3aee98e... reference: pygtk-gtkbutton.xml: mark deprecated methods and (*)
  e2143fe... reference: pygtk-gtkcalendar.xml: mark deprecated methods (*)
  a4f8654... reference: pygtk-gtkcellrenderer.xml: fix deprecation warni (*)
  02a24ec... reference: pygtk-gtkcellview: mark deprecated methods (*)
  7e23dae... reference: pygtk-gtkclipboard.xml: reorder methods, fixing  (*)
  6d07c13... reference: pygtk-gtkcombobox.xml: add new methods and prope (*)
  c7efda1... reference: pygtk-gtkcombobox.xml: mark deprecated methods a (*)
  4453721... reference: pygtk-gtkaboutdialog.xml: add new activate-link  (*)
  bfa788e... reference: pygtk-gtkcomboboxtext.xml: new in PyGTK 2.24 (*)
  b2ea766... reference: pygtk-gtkcurve.xml: change the warning into a de (*)
  263fe7e... reference: pygtk-gtkdialog.xml: mark deprecated property an (*)
  2283f7b... reference: pygtk-gtkentry.xml: add new methods, properties  (*)
  c32fae5... reference: pygtk-gtkentrybuffer.xml: new in PyGTK 2.22 (*)
  7b804e6... reference: pygtk-gtkentrycompletion.xml: add missing method (*)
  0a5e95b... reference: pygtk-gtkexpander.xml: add missing label-fill me (*)
  767e1e9... reference: pygtk-gtkfileselection.xml: add deprecation warn (*)
  2742482... reference: pygtk-gtkfontselectiondialog.xml: add new get_fo (*)
  a17e452... reference: pygtk-gtkhandlebox.xml: add child-detached prope (*)
  8876741... reference: pygtk-gtkfunctions: move gtk.show_uri from pygtk (*)
  1a183d3... reference: pygtk-gtkiconview.xml: add missing methods and p (*)
  d1c06ae... reference: pygtk-gtkimagemenuitem: add missing methods and  (*)
  416f7d6... reference: pygtk-gtkimmulticontext.xml: add missing methods (*)
  af99983... reference: pygtk-gtklabel.xml: add missing methods, propert (*)
  14873b6... reference: pygtk-gtkmenu.xml: add missing methods and prope (*)
  9a9e8d7... reference: pygtk-gtkmenuitem.xml: add missing methods and p (*)
  399d652... reference: pygtk-gtkmessagedialog.xml: add missing methods  (*)
  cb1158a... reference: pygtk-gtknotebook.xml: add missing methods and p (*)
  367b1c7... reference: pygtk-gtkprintoperation.xml: add missing methods (*)
  4ae84d0... reference: pygtk-gtkprintsettings.xml: add missing methods (*)
  981de8e... reference: pygtk-gtkradioaction.xml: add missing set_curren (*)
  26ba954... reference: pygtk-gtkrange.xml: add missing methods and prop (*)
  f8fac16... reference: pygtk-gtkrecentaction.xml: add missing show-numb (*)
  6fc18a9... reference: pygtk-gtkrecentchooser.xml: add deprecation warn (*)
  536aa13... reference: pygtk-gtkscale.xml: add missing methods (*)
  1c8c42b... reference: pygtk-gtksettings.xml: add missing properties (*)
  fd7edc9... reference: pygtk-gtksizegroup: add missing get_widgets meth (*)
  ee1cfa7... reference: pygtk-gtkstatusbar.xml: add missing methods (*)
  5c70c2f... reference: pygtk-gtkstatusicon.xml: add missing methods and (*)
  386c243... reference: pygtk-gtktextbuffer.xml: add paste-done signal (*)
  c4d2073... reference: pygtk-gtktextview.xml: add missing methods (*)
  7720713... reference: pygtk-gtktoolitem.xml: add missing methods (*)
  ea0c3a3... reference: pygtk-gtktooltip.xml: add missing set_icon_from_ (*)
  4f8d510... reference: pygtk-gtktreemodelfilter: fix set_modify_func li (*)
  83803cb... reference: pygtk-gtkviewport.xml: add missing methods (*)
  a01ec62... reference: pygtk-gtkwidget.xml: reformat synopsis section (*)
  6a4fa00... reference: pygtk-gtkwidget.xml: add missing methods and pro (*)
  2e8d46d... reference: pygtk-gtkwindow.xml: add missing methods and pro (*)
  6ede95e... missing-symbols: update to current state of things (*)
  7603bd8... reference: add gtk.InfoBar, gtk.OffscreenWindow, gtk.Spinne (*)
  f27633d... fix distcheck (*)
  8e61abd... NEWS updates for 2.23.1 (*)
  b8c3c79... Post release version bump (*)
  401a9c1... setup.py: fix user_access_control option (*)
  4db4335... reference: pygtk-gtkadjustment.xml: add configure() method  (*)
  4ee69df... reference: pygtk-gtkwidget.xml: fix gtk.widget_class_instal (*)
  3f832b4... reference: fix some availability and deprecation annotation (*)
  f835813... reference: pygtk-gtkinfobar.xml: add purpose, interfaces, p (*)
  74c1322... reference: pygtk-gtkwidget.xml: add "damage-event" to signa (*)
  87da282... reference: pygtk-gtkoffscreenwindow.xml: add purpose, inter (*)
  3a3063c... reference: pygtk-gtkspinner.xml: add purpose, interfaces, p (*)
  28827cc... reference: pygtk-gtkcellrendererspinner.xml: add "icon size (*)
  68b4670... reference: pygtk-gtktoolitemgroup.xml: add purpose, interfa (*)
  104b7c6... reference: pygtk-gtktoolpalette.xml: add purpose, interface (*)
  941ede8... reference: pygtk-gtktoolshell.xml: add gtk.ToolItemGroup to (*)
  220fd37... reference: work around docbook weirdness where xml formatti (*)
  12206c5... reference: pygtk-gtkentrycompletion.xml: explain how to ove (*)
  402e85b... Merge branch 'master' into windows
  5f66d9b... tests: fix test_api, test_dialog, test_enum and test_listst (*)
  7063cda... Merge branch 'master' into windows

(*) This commit already existed in another branch; no separate mail sent



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]