summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Make nicks and blurbs of properties translatable. Add new propertyPadraig O'Briain2003-12-014-66/+124
| | | | | | | | | | | | | | | | | 2003-12-03 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkobject.c: (atk_object_class_init): Make nicks and blurbs of properties translatable. Add new property "accessible-hypertext-nlinks". (atk_object_real_get_property): Add support for new property "accessible-hypertext-nlinks". * atk/atkhyperlink.h: Remove unnecessary comments. Add signal link_activated. * atk/atkhyperlink.c: aAdd signals link_activated and new properties "number-of-anchors, end-index and start-index. This fixes bug #112390.
* Added "af" to ALL_LINGUAS.Danilo Šegan2003-11-294-1/+326
| | | | | | | | | 2003-11-29 Danilo Šegan <dsegan@gmx.net> * configure.in: Added "af" to ALL_LINGUAS. * po/af.po: Added Afrikaans translation by Stefan Lubbersen <servine_lauvi@hotmail.com>.
* Fix headerKjartan Maraas2003-11-271-5/+5
|
* Updated Norwegian translation.Kjartan Maraas2003-11-272-137/+143
| | | | | | 2003-11-27 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation.
* Updated Malay translation.Hasbullah Bin Pit2003-11-272-169/+178
| | | | | | 2003-11-27 Hasbullah Bin Pit <sebol@ikhlas.com> * ms.po: Updated Malay translation.
* Update Czech translationMiloslav Trmac2003-11-272-165/+174
|
* Updated Serbian translation.Danilo Šegan2003-11-273-332/+346
| | | | | | 2003-11-27 Danilo Šegan <dsegan@gmx.net> * sr.po, sr@Latn.po: Updated Serbian translation.
* Add state FOCUSED if object is focus object.Padraig O'Briain2003-11-266-3/+44
| | | | | | | | | | | | | | | 2003-11-26 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkobject.c (atk_object_real_ref_state_set): Add state FOCUSED if object is focus object. * atk/atkutil.[ch] (atk_get_focus_object): New function which returns the last object reported by the application as focused. * docs/atk-sections.txt, docs/tmpl/atkutil.sgml: Add atk_get_focus_object. Fixes bug #127400.
* Change role names so that the unlocalized names do not contain hyphens andPadraig O'Briain2003-11-262-268/+122
| | | | | | | 2003-11-26 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkobject.c: Change role names so that the unlocalized names do not contain hyphens and match the Java role names. Fixes bug #125024.
* Regenernate these files. The location of signal information has changed.Padraig O'Briain2003-11-248-263/+271
| | | | | | | | | | 2003-11-24 Padraig O'Briain <padraig.obriain@sun.com> * docs/tmpl/atkhyperlink.sgml, docs/tmp/atkhypertext.sgml, docs/tmpl/atkobject.sgml, docs/tmpl/atkrelatiom.sgml, docs/tmpl/atkselection.sgml, docs/tmpl/atktable.sgml, docs/tmpl/atktext.sgml: Regenernate these files. The location of signal information has changed.
* ===== Released 1.5.0=====ATK_1_5_0Padraig O'Briain2003-11-243-3/+18
| | | | | | | | | | 2003-11-24 Padraig O'Briain <padraig.obriain@sun.com> * ===== Released 1.5.0===== * configure.in: Version 1.5.0, interface age 0, binary age 400 * NEWS: Updated.
* croatian translations updatedgnome-2-4Denis Lackovic2003-11-101-3/+3
|
* croatian translations addedDenis Lackovic2003-11-071-0/+311
|
* Shut up cvsManish Singh2003-11-031-3/+1
|
* Updated Catalan translation.Jordi Mallach2003-11-032-79/+84
|
* Use weak references for objects in a relation instead of object referencesPadraig O'Briain2003-11-032-6/+26
| | | | | | | | | | 2003-11-03 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkrelation.c: Use weak references for objects in a relation instead of object references so that objects are not leaked when corresponding widgets are destroyed. This fixes bug #125725.
* Add reference to docs/version.xmlPadraig O'Briain2003-10-312-0/+8
| | | | | | | | | 2003-10-31 Padraig O'Briain <padraig.obriain@sun.com> * configure.in: Add reference to docs/version.xml Shopuld have been done in previous commit but was omitted. Fixes build break reported in bugs #1258548 and #125902.
* Add reference to docs/version.xmlPadraig O'Briain2003-10-294-1/+20
| | | | | | | | | | | | | | 2003-10-29 Padraig O'Briain <padraig.obriain@sun.com> * configure.in: Add reference to docs/version.xml * docs/Makefile.am: Add references to version.xml.in and version.xml * docs/atk-docs.sgml: Add reference to version.xml * docs/version.xml.in: New file. This fixes bug #125758.
* shut up cvsManish Singh2003-10-272-0/+2
|
* Fix memory leak. (bug #124877)Padraig O'Briain2003-10-242-1/+6
| | | | | | 2003-10-24 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkrelation.c (atk_relation_new): Fix memory leak. (bug #124877)
* Updated Kannada translations by PramodYogeesh MB2003-10-152-75/+81
|
* ===== Released 1.4.1=====ATK_1_4_1Padraig O'Briain2003-10-093-3/+23
| | | | | | | | | | 2003-10-09 Padraig O'Briain <padraig.obriain@sun.com> * ===== Released 1.4.1===== * configure.in: Version 1.4.1, interface age 1, binary age 401 * NEWS: Updated.
* update vi.poNguyen Thai Ngoc Duy2003-10-021-84/+85
|
* *argh*!Christian Neumair2003-09-301-1/+1
|
* Updated German translation.Christian Neumair2003-09-302-80/+85
|
* Add Lithuanian translationGediminas Paulauskas2003-09-284-1/+319
|
* Correct typo. Fix provided by Scott Kennedy. This fixes bug #121990.Padraig O'Briain2003-09-232-1/+6
| | | | | | | 2003-09-23 Padraig O'Briain <padraig.obriain@sun.com> * atk.spec.in: Correct typo. Fix provided by Scott Kennedy. This fixes bug #121990.
* Updated Norwegian (nynorsk) translation. Now complete (although I amÅsmund Skjæveland2003-09-202-86/+87
| | | | | | | | 2003-09-21 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian (nynorsk) translation. Now complete (although I am unhappy about the translation of "dial", since the use of the word "dial" itself doesn't make much sense to me.)
* Started Norwegian (nynorsk) translationÅsmund Skjæveland2003-09-202-0/+328
| | | | | | 2003-09-21 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Started Norwegian (nynorsk) translation
* Added Norwegian (nynorsk) code nn to ALL_LINGUAS.Åsmund Skjæveland2003-09-202-1/+6
| | | | | | | 2003-09-21 Åsmund Skjæveland <aasmunds@fys.uio.no> * configure.in: Added Norwegian (nynorsk) code nn to ALL_LINGUAS.
* Remove comments about signals. The description should be in files inPadraig O'Briain2003-09-107-32/+65
| | | | | | | | | | | | | | | | | | | | | 2003-09-10 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkobject.c: Remove comments about signals. The description should be in files in docs/tmpl directory. * docs/tmpl/atkhypertext.sgml: Add description for link-selected signal. * docs/tmpl/atkobject.sgml: Add descriptions for active-descendant-changed, children-changed, focus-event, property-change, state-change and visible-data-changed signals. * docs/tmpl/atkselection.sgml: Add description for selection-changed signal. * docs/tmpl/atktable.sgml: Add descriptions for column-deleted, columnn-inserted, column-reordered, model-changed, row-deleted, row-inserted and row-reordered signals. * docs/tmpl/atktext.sgml: Add description for text-attributes-changed, text-caret-moved, text-changed nd text-selection-changed signals. This fixes bug #121163.
* *** empty log message ***Mugurel Tudor2003-09-022-79/+84
|
* ===== Released 1.4.0=====ATK_1_4_0Padraig O'Briain2003-09-023-3/+18
| | | | | | | | | | 2003-09-02 Padraig O'Briain <padraig.obriain@sun.com> * ===== Released 1.4.0===== * configure.in: Version 1.4.0, interface age 0, binary age 400 * NEWS: Updated.
* Updated Welsh translation.Dafydd Harries2003-08-302-78/+82
|
* Revision of Spanish translation by Francisco Javier F. SerradorPablo Gonzalo del Campo2003-08-282-90/+99
| | | | | | | 2003-08-28 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Revision of Spanish translation by Francisco Javier F. Serrador <serrador@arrakis.es>.
* Added "ne" to ALL_LINGUAS. Added Nepali translation by Pawan ChitrakarChristian Rose2003-08-284-1/+317
| | | | | | | | 2003-08-28 Christian Rose <menthos@menthos.com> * configure.in: Added "ne" to ALL_LINGUAS. * po/ne.po: Added Nepali translation by Pawan Chitrakar <pawan@nplinux.org>.
* ===== Released 1.3.6=====ATK_1_3_6Padraig O'Briain2003-08-253-2/+17
| | | | | | | | | | 2003-08-25 Padraig O'Briain <padraig.obriain@sun.com> * ===== Released 1.3.6===== * configure.in: Version 1.3.6, interface age 2, binary age 306 * NEWS: Updated.
* Updated Azerbaijani translation.Metin Amiroff2003-08-182-44/+48
| | | | | | 2003-08-18 Metin Amiroff <metin@karegen.com> * az.po: Updated Azerbaijani translation.
* Clarify an error message.Malcolm Tredinnick2003-08-092-1/+5
| | | | * autogen.sh: Clarify an error message.
* Added Hindi translationGuntupalli Karunakar2003-08-084-1/+322
|
* ===== Released 1.3.5=====ATK_1_3_5Padraig O'Briain2003-08-073-2/+24
| | | | | | | | | | 2003-08-07 Padraig O'Briain <padraig.obriain@sun.com> * ===== Released 1.3.5===== * configure.in: Version 1.3.5, interface age 1, binary age 305 * NEWS: Updated.
* Updated Italian translation.Alessio Frusciante2003-08-042-94/+104
|
* Remove po/Makefile.in.in. This fixes bug #119053.Padraig O'Briain2003-08-042-243/+4
| | | | | | 2003-08-04 Padraig O'Briain <padraig.obriain@sun.com> * Remove po/Makefile.in.in. This fixes bug #119053.
* Polishing is a bitRichard Allen2003-08-011-10/+10
|
* okSajith VK2003-07-271-24/+40
|
* Updated Serbian translation by Serbian team (Prevod.org).Danilo Šegan2003-07-143-168/+159
| | | | | | | 2003-07-14 Danilo Šegan <dsegan@gmx.net> * sr.po, sr@Latn.po: Updated Serbian translation by Serbian team (Prevod.org).
* Updated Esperanto translation from Charles Voegler <cvoegler@dweasel.com>Joel Brich2003-07-102-2/+7
| | | | | | | 2003-07-10 Joel Brich <joel.brich@laposte.net> * eo.po: Updated Esperanto translation from Charles Voegler <cvoegler@dweasel.com>
* Updated Hungarian translation.Andras Timar2003-07-082-77/+81
| | | | | | 2003-07-08 Andras Timar <timar@gnome.hu> * hu.po: Updated Hungarian translation.
* Ensure that row and column values are non-negative.Padraig O'Briain2003-07-082-0/+9
| | | | | | | | | 2003-07-08 Padraig O'Briain <padraig.obriain@sun.com> * atk/atktable.c (atk_table_ref_at): Ensure that row and column values are non-negative. This is a partial fix for bug #116712.
* Correct return value. Fixes bug #116621. Problem reported by Mario Lang.Padraig O'Briain2003-07-032-2/+7
| | | | | | | 2003-07-03 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkstateset.c (atk_state_set_is_empty): Correct return value. Fixes bug #116621. Problem reported by Mario Lang.