Next | Query returned 53 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2016-04-11 00:38:03 by Patrick Welche | Files touched by this commit (3)
Log message:
Fix build.

Before, at-spi2-core installed accessibility.conf in $(sysconfdir)/at-spi2,
so we used the CONF_FILES mechanism to place it in
share/examples/at-spi2-core/at-spi2, so the administrator can make local
adjustments.

Now, at-spi2-core works with sensible defaults without an
accessibility.conf file, and places it in $(datadir)/defaults/at-spi2,
essentially to be used as an example.

Choose to revert to the old behaviour.
   2016-04-10 20:59:27 by Patrick Welche | Files touched by this commit (2)
Log message:
Update at-spi2-core to 2.20.0

* Support a stateless configuration by default (bgo#763540).
* Don't display warnings when connecting to an app that no longer exists.
* Don't display warning if unable to connect when logged in via ssh
  (bgo#761600).
* at-spi-bus-launcher: register with session manager (bgo#753931).
* Disable xevie by default--it probably doesn't do anything anyhow.
* get_index_in_parent: Don't crash if parent is defunct.
* Don't crash when trying to set an invalid state (bgo#757915).
* Don't crash if we get a children-changed event with a non-existent
  child (bgo#755951).
* atspi_hyperlink_get_index_range: don't return random values if the
  call fails (bgo#755727).
* Fixed some atspi_text_ functions (bgo#755731).
* Fixed crash during removal of last application in registryd (bgo#756513).
* Modified the cache API to specify an object's index and child count
  rather than its children. This eliminates the need for the application
  to enumerate its children, improving performance in some places with
  large lists (bgo#650090).
* Functions shouldn't try to return values (bgo#749330).
* Fix atspi_table_cell_get_position.
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-06-11 01:12:07 by Patrick Welche | Files touched by this commit (3) | Package updated
Log message:
Update at-spi2-core to 2.16.0

* Fix a couple of gtk-doc warnings (fdo#89678).
* Deprecate atspi_text_get_text_{before,at,after}_offset() (bgo#697969)
* Add roles for fractions, roots, subscripts, and superscripts (bgo#743403).
* Add names to every timeout (bgo#710644).
* Remove accessibility.conf from EXTRA_DIST (bgo#742987).
* Add ATSPI_STATE_READONLY (bgo#690004).
* Replace deprecated "Rename to" gtk-doc tag.
* Fix atspi_table_cell_get_column_span prototype.
* Make the documentation of ATSPI's STATE_ACTIVE consistent with that of
  ATK's (bgo#740274).
* Add ATSPI_ROLE_STATIC and update documentation for ATSPI_ROLE_TEXT
  (bgo#740340).
* gi-annotations: get_relation_set returns a array of AtspiRelation
* Fix some issues with the accessibility bus configuration (bgo#722738).
* Documentation for AtspiTableCell is now built.
   2015-01-10 17:27:34 by Patrick Welche | Files touched by this commit (3)
Log message:
Update at-spi2-core to 2.14.1 [tks mef@]

* Docs: add AtspiTableCell.
   2014-10-15 00:30:48 by Patrick Welche | Files touched by this commit (3)
Log message:
Update at-spi2-core to 2.14.0

What's new in at-spi2-core 2.13.92:

* Fix alignment checks when cross-compiling (bgo#736653).

What's new in at-spi2-core 2.13.90:

* Fix crash when testing interfaces with collections (bgo#734805).

What's new in at-spi2-core 2.13.4:

* Ensure that we register with the session manager only once (bgo#728934).

* Fix ucs2keysym prototype (bgo#730897).

* introspection: add some missing Returns: (nullable) annotations

* Fix various memory leaks.

What's new in at-spi2-core 2.13.1:

* Add GError setter in atspi_accessible_get_process_id function

* registryd: Wait for gnome-session before registering if it is not
  running yet (bgo#728934).
   2014-08-06 12:52:45 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
Update to 2.12.0:

What's new in at-spi2-core 2.11.92:

* Fix a crash with MediaElch and Onboard (bgo#726243).

* Various i18n updates.

What's new in at-spi2-core 2.11.91:

* Improve compatibility with at-spi2-registryd <= 3.10.

What's new in at-spi2-core 2.11.90:

* bus-launcher: Do not use g_setenv when initializing the bus (bgo#724070).

* Fix a critical when processing deferred messages (bgo#724292).

* Add AtspitableCell, tracking the new atk interface

What's new in at-spi2-core 2.11.5:

* Add atspi_event_listener_register_full, and cache data requested by it
  for the duration of the event callback (BGO#708695).

* Fix a crash when atspi_accessible_get_process_id is called for an
  application that is no longer present.

What's new in at-spi2-core 2.11.3:

 * Fix atspi_text_get_bounded_ranges

* document: add support to current page and page count (BGO#719508).

What's new in at-spi2-core 2.11.2:

* Add new roles and states to track atk (BGO#710464, BGO#712608, BGO#712609).

What's new in at-spi2-core 2.11.1:

* Fix a gsource leak that adversely impacted performance (BGO#709625).

* Hopefully fix a rare crash when starting at-spi2-registryd (BGO#710689).

* Fix atspi_component_contains (BGO#710730).

* Fix some compiler warnings and build issues.
   2014-06-24 09:26:21 by Thomas Klausner | Files touched by this commit (1)
Log message:
Depend on libXevie, to fix build problem reported by Iain Morgan on
pkgsrc-users. Bump PKGREVISION.
   2013-12-08 14:40:20 by Patrick Welche | Files touched by this commit (3)
Log message:
Update at-spi2-core to 2.10.2

* Fix atspi_component_contains (BGO#710730).
* Hopefully fix a crash when unable to register with the session manager
  (BGO#710689).
* Fix a leak introduced in 2.9.92 that adversely affected performance
  (BGO#709625).
* Fix multiple deadlocks with keystroke listeners (BGO#707218).
* Fix a performance issue when running for a long time without a main
  loop, such as with a dogtail script (BGO#701145).
* Remove an unneeded unref that was causing a warning (BGO#706893).
* Skip some functions that were not introspectable (BGO#707010).
* Separate out X-dependent functionality, allow building without X11 (albeit
  with various things not working), and don't query/use X if DISPLAY is not
  set (BGO#682199, BGO#701378).
* Add atspi_text_get_string_at_offset, and deprecate
  atspi_text_get_text_at_offset.
* Fix possible memory leak when D-Bus calls time out.
* Fix a memory leak in atspi_accessible_get_role_name that was introduced
  earlier in the 2.9 cycle with the enum refactor.
* A couple of functions not intended for introspection are now marked
  as skip.
* Add atspi_set_main_context (mainly for use by at-spi2-atk).
* Add atspi_is_initialized (BGO#681276).
* Fix D-Bus introspection for GetActions.
* Use glib-mkenums to generate enum types, and use these generated types
  for role and state names, rather than static tables.
* Annotate filter in atspi_register_device_event_listener with allow-none
  (BGO#700237).
* Rename various functions to avoid name collisions (BGO#700243). The old
  functions are deprecated in favor of the renamed functions and renamed
  for introspection.
   2013-08-14 22:39:16 by Thomas Klausner | Files touched by this commit (1)
Log message:
Use MAKE_DIRS to create installation directory for default config file.
Bump PKGREVISION.

Next | Query returned 53 messages, browsing 31 to 40 | Previous