summaryrefslogtreecommitdiff
path: root/NEWS
blob: 7e748e23a59c48cdd1cabdb390e82bf95f29f568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
===========
Glade 3.0.1
===========

New features and fixes
======================
    - Pasting a widget does not paste the packing options (bug 345604) (Juan Pablo Ugarte)
    - Now you can paste widgets to your hearts content (bug 345603)
    - Fixed expander widgets (they were missing placeholders).
    - Adjustments are saved witout floating point precision in the glade file (reports of
      glade-- code generator disliking the decimal points).
    - Fixed an embaressing segfault when removing items using the menu/toolbar editor (Juan Pablo)
    - Interface signals are now properly introspected + alphabetically sorted (Juan Pablo)
    - Removed some properties on children internal to composite widgets, properties that
      we're controlled by style properties on the GtkDialog widget (bug 352018).
    - Enhancements to the "Projects" menu + minor UI enhancements (Vincent Geddes)
    - Palette items can be locked down with CNTL-click matching glade-2 behaviour (bug 303679)


===========
Glade 3.0.0
===========

New features and fixes
======================
    - DevHelp integration for a contextual help system
    - GnomeUI and GnomeCanvas plugin (Juan Pablo Ugarte)
    - New "Editor skeleton" provided by the core to ease the plugin's creation
      of custom editors for toolbars and menus and such. (Juan Pablo Ugarte)
    - Toolbar and popup menu support (Juan Pablo Ugarte)
    - Added accelerators property dialog
    - Drag/Resize support extended to GtkTable and GtkBox subclasses 
      (and GnomeCanvas) from only GtkFixed and GtkLayout.
    - Reverted "View" menu to match the Glade 2 style (Yevgen Muntyan)
    - Now glade has 2 icon sets (16x16 & 22x22), all icons available (Vincent Geddes)
    - New awesome palette (Vincent Geddes)
    - Cute cursor when adding widgets (Vincent Geddes)
    - General UI enhancements and desktop integration work (Vincent Geddes)
    - Duplicated widgets id's are unique (Yevgen Muntyan)
    - Spelling mistake fixes from Thierry Moisan and Clytie Siddall
    - Many Many Many misc fixes by Juan Pablo Ugarte, Vincent Geddes, 
      Yevgen Muntyan and myself.
    - Much core/gtk+ backend refactoring done by Juan Pablo and myself.

New and updated translations
============================
    - Funda Wang (zh_CN)
    - Francisco Javier F. Serrador (es)
    - Adam Weinberger (en_CA)
    - Kjartan Maraas (nb, no)
    - Raphael Higino (pt_BR)
    - Clytie Siddall (vi)
    - Jordi Mas (ca)
    - Vincent van Adrighem (nl)
    - Daniel Nylander (sv)
    - Valek Filippov (ru)

==============
glade-3 2.91.1
==============

New features and fixes
======================
    - Full atk property support.
    - Added full documentation with gtk-doc, imported adding-widgets.txt to sgml files.
    - GtkTable packing properties now work seemlessly (Juan Pablo Ugarte)
    - Misc fixes on menu editor (Juan Pablo Ugarte)
    - Filtered out cut/copy/paste accelerators from the editor window (fixing bug 324389)
    - Implemented "Custom widgets" (glade-2 file support)
    - GladeEPropFlags now shows treeview directly in editor (Mikael Hermansson)
    - Added generic object list type to the glade builtin types (currenty used for
      atk relation properties)
    - Added packing property recording mechianism to Create/Delete commands
      (was only there for Cut/Paste)
    - Added file filters "All Files" and "Glade Files" to FileChooser Dialog (Vincent Geddes)
    - Initialize FileChooser to use project->name as loaded filename (Vincent Geddes)
    - Lots of irrelevent properties disabled (Juan Pablo Ugarte)
    - Rewrite of project list menu in glade-project-window (Vincent Geddes)
    - Indicate whether projects have unsaved changes  (Vincent Geddes)
    - Open leafs & scrolled-window position restored on the project view
      when switching projects
    - Added glade-3.pc for module packages to find out where to install
      their modules/catalogs/pixmaps (Yevgen Muntyan)
    - Implemented Adjustments glade-2 style for now (Juan Pablo Ugarte)
    - Manage the sensitivities of all the ui actions in the project window (Vincent Geddes)
    - Removed popt dependancy in favor of glib mechanism (Vincent Geddes)
    - Detect read-only state of projects (Vincent Geddes)
    - Implemented GtkDialog button children layout to match what glade-2 / libglade supports
    - Changed GtkButton editing to support button "label" and "use-underline" properties.
    - Many many misc bug fixes by Juan Pablo Ugarte, Yevgen Muntyan, Vincent Geddes,
      Johannes Schmid and myself.

New and updated translations
============================
    - Adam Weinberger (en_CA)
    - Francisco Javier F. Serrador (es)
    - Clytie Siddall (vi)
    - Jordi Mas (ca)
    - Raphael Higino (pt_BR)
    - Vincent van Adrighem (nl)
    - Daniel Nylander (sv)


==============
glade-3 2.91.0
==============

New features and fixes
======================
   - The amazing new menu editor is here ! (Juan Pablo Ugarte)
   - Added GladeEditorProperty objects, a GtkWidget descendant
     capable of editing properties (one subclass available for
     every method of editing properties).
   - GladeProjectView displays internal widget descriptors and
     special-child-type descriptors
   - Project menu item glitch fixed.
   - Fixed "paste" using keyboard shortcuts
   - Show "save as" dialog on save when previous save failed
   - Added widgets GtkCombo, GtkList, GtkCList, ComboBox & ComboBoxEntry
   - Delete in property editor not to delete project widgets (only text
     in entries).
   - Text properties now scroll (bugzilla 316232)
   - Translate strings from catalog files (this includes translating
     the gtk+.xml.in using intltool & using dgettext on strings parsed
     from the catalog).
   - Implemented command groups (for undo/redo actions on a complex
     series of glade commands), used by the new editor.
   - Undo/Redo buttons now display action content in tooltips.
   - Added GladeEPropObject, generic support for object type properties.
   - Updated plugin writer documentation (widgets/adding-widgets.txt)
   - All project paths are now absolute canonical paths
   - Added GladeEPropResource for resource file type properties,
     glade will try to always keep a copy of all project resources
     in the same directory as the glade file.
   - Fixed signal loading (bug 326715)
   - Fixed persisting i18n metadata (bug 325628)
   - Implemented <requires> functionality in glade files
     (save required plugins and gracefully display errors if
     the requested catalog isnt available).
   - Multiple projects with the same name now supported.
   - Misc bugfixes and code improvements from myself Juan Pablo Ugarte and
     Lluis Sanchez Gual


New and updated translations
============================

   - Funda Wang (zh_CN)
   - Francisco Javier F. Serrador (es)
   - Adam Weinberger (en_CA)
   - Kjartan Maraas (nb, no)
   - Raphael Higino (pt_BR)



What is new in glade-3 2.90.0
=============================

    Everything about glade-3 is definitly new in this first ever
development snapshot, so I give you here a list of all the 
all star players that helped up to this point to make it happen
(anyone I have any kind of record of should be here).

So welcome all to the new, unfinished glade-3, I hope you all enjoy.

Contributors:
=============
 o Chema Celorio
 o Jonathan Blandford
 o Carlos Perello Marin
 o Archit Baweja
 o Ravi Pratap
 o Shane Butler
 o Joe Shaw
 o Kjartan Maraas
 o Michael Meeks
 o James Willcox
 o Joaquín Cuenca Abela
 o Paolo Borelli
 o Tommi Komulainen
 o Damon Chaplin
 o David Hoover
 o Morten Welinder
 o Tristan Van Berkom
 o Ivan, Wong Yat Cheung
 o Gustavo Noronha Silva
 o Richard Hult
 o Mikael Hallendal
 o Naba Kumar
 o Philip Van Hoof
 o Juan Pablo Ugarte

Translators:
============
 o Fatih Demir
 o Christian Rose
 o Pablo Saratxaga
 o Duarte Loreto
 o Zbigniew Chyla
 o Hasbullah Bin Pit
 o Takeshi AIHANA