Package Release Info

tepl-3.0.0-bp151.2.13

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libamtk-3-0
libtepl-3-0
tepl-3-lang
tepl-devel
typelib-1_0-Amtk-3_0
typelib-1_0-Tepl-3_0

Change Logs

Version: 3.0.0-bp150.2.4
* Sun Sep 10 2017 jengelh@inai.de
- Update package descriptions.
* Sat Sep 09 2017 dimstar@opensuse.org
- Update to version 3.0.0:
  + Updated translations.
* Fri Sep 01 2017 dimstar@opensuse.org
- Update to version 2.99.4:
  + Amtk:
  - Add factory functions to create GtkMenuToolButton's and
    GtkCheckMenuItem's.
  - Improve amtk_application_window_connect_menu_to_statusbar()
    API.
  - Add amtk_utils_bind_g_action_to_gtk_action(), to be able to
    port an application gradually to GAction while still using
    GtkUIManager.
  + Framework:
  - TeplTabLabel: add an overridable tooltip API, by default the
    tooltip shows the file location.
- Changes from version 2.99.3:
  + Amtk:
  - Add amtk_init() and amtk_finalize().
  - Remove AmtkFactoryMenu class, move its functions to its
    parent class AmtkFactory.
  - AmtkFactory: add functions to create GtkToolItem's.
  - Add amtk_application_window_create_open_recent_menu().
  - Improvements to the documentation.
  - Other small code improvements.
  + Framework:
  - TeplTabGroup interface:
    . Add :active-tab, :active-view and :active-buffer properties.
    . Add tepl_tab_group_set_active_tab().
    . Add tepl_tab_group_append_tab().
  - Finish to implement the GActions for the Edit menu: cut,
    copy, paste, delete and select all. (Update the
    GAction:enabled properties).
  - Add "win.tepl-new-file" GAction.
  - Add the TeplAbstractFactory class to create TeplTab's and tab
    labels.
  - TeplBuffer: rename title -> full-title and add short-title.
  - Add the TeplTab::close-request signal.
  - Add the TeplTabLabel class (which shows the buffer
    short-title, plus a close button; the tooltip is not yet
    handled).
  + Misc:
  - Add tepl_init() and tepl_finalize(), do not use DSO
    constructors/destructors.
  - Implement small internal utility: TeplSignalGroup, inspired
    by DzlSignalGroup from libdazzle, but with a much simpler
    implementation.
  - Improvements to the documentation.
  + Updated translations.
* Wed Aug 23 2017 dimstar@opensuse.org
- Initial package, version 2.99.2, based on gtef (which this
  library was renamed from).