~vcs-imports/glade/master

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Tristan Van Berkom
  • Date: 2011-01-10 09:06:38 UTC
  • mfrom: (2120.2.182)
  • Revision ID: git-v1:7be60d7441f57088dde6e4cbb646c53c5f724731
Merge branch 'master' into signal-tree-model

Conflicts:
        ChangeLog

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
            the first signal of a type is added with a NULL handler
12
12
          - Fixed devhelp icon visibility to not show when !glade_util_have_devhelp()
13
13
 
 
14
        * gladeui/glade-widget.c: Dont set packing properties onto internal widgets.
 
15
 
 
16
        * plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Expose internal GtkTreeSelection
 
17
        child of GtkTreeView so that "changed" signal can be connected to. Fixes bug 383766.
 
18
 
14
19
2011-01-09  Tristan Van Berkom <tristanvb@openismus.com>
15
20
 
16
21
        * gladeui/glade-design-layout.c: Fixed to not hide widgets when removing
59
64
        * plugins/gtk+/glade-column-types.c: Fixed crash when user performs Drag'n'Drop of
60
65
        < enter column here > and no columns are yet added (fixes bug 633943).
61
66
 
 
67
        * src/glade-window.c: Fix possible crash when saving new project. bug 622635, fix
 
68
        by Martin Schlemmer.
 
69
 
 
70
        * gladeui/glade-app.[ch], gladeui/glade-base-editor.c: Removed glade_app_set/get_transient_parent()
 
71
 
 
72
        * src/glade-window.c: Added idle function to raise the undocked windows at startup time,
 
73
        closes bug 475421.
 
74
 
 
75
        * src/glade-window.c: Applied patch by Sergio García Lobo to fix bug 487656 and provide
 
76
        mnemonic key access to "Text beside icons" palette option.
 
77
 
62
78
2011-01-08  Tristan Van Berkom <tristanvb@openismus.com>
63
79
 
64
80
        * gladeui/glade-utils.[ch], gladeui/glade-widget.c, gladeui/glade-builtins.c,