ANNOUNCE: Bakery 0.4.0



Bakery is a C++ Framework for creating GNOME applications using Gnome-- and
Gtk--.

- Bakery provides a Document/View architecture,
  but it doesn't force you to use the whole architecture.
- Bakery provides default functionality,
  which can be easily customized.
- Bakery makes it easy to start developing GNOME applications.
- Bakery gives your application structure.
- Bakery will provide easy access to GNOME technologies such as Bonobo and
GConf.

More details and downloads are available at
http://bakery.sourceforge.net

Changes:

* Changed buttons in 'do you want to save?' dialog to [Save],
  [Discard], [Cancel] to avoid confusion.
* Added filepath to 'do you want to save?' dialog.
* Added 'this document is already open' functionality.
* Exit now asks about saving each document in turn, instead of
  opening all the dialogs at once.
* Files are now closed when user closes and doesn't want to save.
* Fixed crash after save when closing.
* WithDoc example calls base class at end of on_Document_load()
  override, to update window title.
* Fixed gcc 2.96 'newline at end of file' warnings.
* Used vector instead of Gnome::UI::Array because push_back() has
  been removed from Array in gnomemm.

Murray Cumming
murrayc usa net
www.murrayc.com






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