The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes for Gapp


0.26
- added ::StatusIcon
- added ::TimeEntry
- added ::Gtk2::TimeEntry
- added HideWindow To ::Actions::Basic
- added 'forward_page_func' property to ::Assistant
- added 'set_current_page' method to ::Assistant
- ::Container throws error upon adding undefined child
- added 'action_widgets' property to ::Dialog
- ::Entry now delegates 'width_chars' to the 'proprties' attribute
- updated ::Form::Context/::Form::Stash (throws errors with stack trace)
- 'xalign' and 'yalign' of ::Label delegate to 'properties' attribute
- updated ::Layout::Default
- added 'update_from_context' method to ::Widget::Native::Trait::Form
- added 'block_on_change' property to ::Widget::Native::Trait::FormField
- added ::GappComboBox, ::GappDateEntry, ::GappEventBox, ::GappNoticeBox,
:: GappTimeEntry to Gapp::Moose::Meta::Attribute::Trait namespace
- added Gapp::Moose::Role
- added Gapp::NoticeBox
- added sorting to ::TreeViewColmn
- added 'replace_entities' function to Gapp::Util



0.25
- added SpinButton
- added action ::Actions::Basic::DestroyWindow
- added Gapp::Gtk2::List
- added Gtk2::TreeDragDest:: interface to Gapp::Gtk2::List::Simple
- added remove method to Gapp::gtk2::List::Simple
- added TreeViewListFormField widget trait
- added TreeViewToggleListFormField widget trait
BUG FIXES:
- fix bug where if user used the signal_connect method on a GappWidget after the gtk_widget was constructed, the signal was not attached


0.24
- added Frame
BUG FIXES:
- Gapp::Gtk2::List::Simple was throwing errors if there was no content
- widgets with the FormField role threw errors when the value changed if there
was no parent widget with a Form role

0.23

- added TextView

0.22
- added FileFilter
- added SeparatorMenuItem
- added SeparatorToolItem
- added MessageDialog widget trait
- Gapp::Actions::Util now exports three new keywords: perform, parse_action, actioncb
- FileChooseDialog now has "filters" attribute
- added "clear" method to Gtk2::List::Simple
- MenuItems now have "action" attribute
- added "model" attribute to Window



0.21
- Gapp::Actions now implement MooseX::Clone
- added 'buttons' attribute to Gapp::ButtonBox
- containers now set parent attribute of child elements correctly
- added tooltips to Gapp::ToolButtons
- added GappHBox and GappVBox attribute traits
- added tooltip attribute to Gapp::Widget


0.20
- IMPORTANT: actions performed by gtk widgets are now passed the following
arguments( $gapp_widget, $user_args, $gtk_widget, @gtk_args )
- added ButtonBox, HButtonBox, VButtonBox

0.19
- added MenuBar widget
- added FileChooserDialog
- added 'create_gtk_image' method to Gapp::Action
- added 'clear' method to Gapp::Gtk2::List::Simple
- can attach actions to Gapp::ToolButton widgets
- added MenuBar widget


0.18
- added EventBox widget
- added updated attribute to Stash
- added update_from_context attribute to Stash
- added NoticeBox and Notice widgets
- added transient_for and position attributes to Window widget


0.17
- added ScrolledWindow

0.16
- added OkCancelDialog widget trait
- added current_page method to Assistant
- added validator attribute and validate method to AssistantPage
- Assistant now automatically validates a page upon display
- added modifed property to stash
- fixed icon property to Window, Dialog and Assistant widgets
- added find_layout method to Widget
BUG FIX:
- actions were passing in incorrect args when called in certain contexts
- containers were not setting the parent attribute of child widgets when
  added using the 'add' method
- DateEntry widget connects to value-changed signal instead of changed
- Layouts now work correctly

0.15
- added find_page to Assistant
- added num attribute to AssistantPage
- added _connect_changed_handler to Entry, RadioButton, ComboBox
- added children method to Container
- added accessor, reder_prefix, writer_prefix attributes to Form::Context
- added lookup, modify, update_from_stash methods to Form::Context
- added accessor, reder_prefix, writer_prefix attributes to Form::Context::Node
- added lookup, modify methods to Form::Context::Node
- added icon attribute to Window
- stash now actively syncs with widget state
- added on_change handler to FormField trait
- added ProgressBar widget

0.14
- added form trait
- added form stash
- added DateEntry
- added SSNEntry

0.13
- comobox defaults to using simple list
- added stylers to layout
- added form attribute to form fields

0.12
- lots and lots and lots of documentation

0.11
- documentation
- added &Gapp::main and &Gapp::main_quit
- added the form stash
- can now populate a Gapp::ListStore using "content" parameter
- restuructured tests
Big Fixes:
- radio button labels were not displaying
- layouts find packers for subclassed containers
- table requires map

0.10
- added Table support
- added Button
- added RadioButton
- added CheckButton
- added ToggleButton
- fixed bug with actions
- added action_args property to ActionGroup

0.08
- massive refactor

0.07
- added ::Gtk2
- added ::Gtk2::OComboBox
- added ::Gtk2::FormFactory
- added ::Gtk2::FormFactory::ComboBox
- added ::Gtk2::List::Simple

0.06.1
- GtkAssistant can construct pages using a custom class in an array coercion

0.06
- added GtkAssistant trait
- added GtkAssistantPage meta-object
- added handle "destroy" to GtkDefaultWidget trait

0.05
- added GtkMenu trait

0.04.2
- added support for binding to cell renderers in GtkTreeView build functions

0.04.1
- added support for different cell renderers in GtkTreeView

0.04
- added GtkListStore trait
- added GtkTreeView trait
- added GtkViewColumn meta object
- added ::Model::SimpleList custom model

0.03.2
- added handle "hide" to GtkDefaultWidget trait

0.03.1
- dummy tooltip, icon, code, label attributes added to ::Meta::Action::Undef
- GtkUIManager only uses stock-icon option if it is set

0.03
- GtkUIManager now uses Gapp::Actions

0.02.2
- merged GappX::Actions with with Gapp

0.02.1
- prototyped Gapp::Actions

0.02
- added GtkStatusIcon
- added "actions" property to GtkUIManager trait
- added "default_size" proprty to GtkWidget trait

0.02    2010-12-09
- Added Gtk-Image attribute trait

0.01    2010-11-04
- First Version