New branch 'private/tml/cp-4.2-ia2' available with the following commits:
commit bdee198e06a8c8e8d8667dfc77b6f57e7c151105
Author: Kohei Yoshida <kohei.yosh...@collabora.com>
Date:   Mon Dec 16 15:04:09 2013 -0500

    Check IsRefMode() before accessing the ref range.
    
    Else you'd end up with wrong ref range values.  Also in
    selectAllAccessibleChildren(), the code is probably meant to select
    all sheet, rather than setting the top-left reference position twice
    in a row.
    
    Change-Id: I895896418476ffea0862e8df4e03f6efc4c91dd2

commit c1cfa959483a3958ff5e31e1b85cf041bf9410ef
Author: Michael Stahl <mst...@redhat.com>
Date:   Mon Dec 16 18:51:18 2013 +0100

    sw: revert PaintArea change in SwAccessibleFrame
    
    76c549eb01dcb7b5bf28a271ce00e386f3d388ba changes some calls to
    SwAccessibleChildSList to use the PaintArea() of the given SwFrm
    instead of the given rVisArea, which makes
    SwAccessibleFrame::GetChildCount() and GetChildIndex() inconsistent
    with other methods such as GetChild(), GetChildAtPixel() etc.
    
    Not sure which way is better, but it should be consistent;
    revert the partial change for now and see.
    
    Change-Id: I7d7edf2ec3dd0860ac2331d36757096186185e4f

commit d4adc6246b061dcae8fe4219ab40474297864929
Author: Isamu Mogi <saturda...@gmail.com>
Date:   Wed Dec 18 20:52:45 2013 +0900

    --disable-atl disables winaccessibility
    
    Change-Id: I548ea294e6c632b8ae95e6745a51d9b12c7e5297
    Reviewed-on: https://gerrit.libreoffice.org/7130
    Reviewed-by: Michael Stahl <mst...@redhat.com>
    Tested-by: Michael Stahl <mst...@redhat.com>

commit 7f536a748c5184bb0518cf01d34a14048aa8fd33
Author: Jacobo Aragunde Pérez <jaragu...@igalia.com>
Date:   Mon Feb 3 19:08:31 2014 +0100

    fdo#39944: Add DOCUMENT_* accessibility UNO roles
    
    Added a set of UNO accessibility roles for specific kinds of
    documents:
     * DOCUMENT_PRESENTATION for Impress
     * DOCUMENT_SPREADSHEET for Calc
     * DOCUMENT_TEXT for Writer
    
    The other applications still use the existing DOCUMENT role.
    
    These roles translates directly to ATK but in the other toolkits we
    keep using the same association that DOCUMENT role had.
    
    Change-Id: Ibac47527e5effdecb28d2314cde8558cf4fb010a
    Reviewed-on: https://gerrit.libreoffice.org/7847
    Reviewed-by: Michael Meeks <michael.me...@collabora.com>
    Tested-by: Michael Meeks <michael.me...@collabora.com>

commit b5b175fc70f86d156c83f0199f383cd02385b4ab
Author: Niklas Johansson <sleeping.pil...@gmail.com>
Date:   Thu Mar 20 18:27:39 2014 +0100

    Improve Accessibility mapping of roles for Mac
    
    Since role Heading now is exposed to A11y we need to give it a better role 
then
    unknown, otherwise it gets inaccessible to VoiceOver. Until I get a better 
grip
    on how to best expose AXHeading, let's map it to textAreaRole so we at least
    get back to the behaviour before IA2 integration.
    Header and Footer is probably best mapped to AXGroup.
    
    Change-Id: I6353f4d25c18e6e550df289ca2e999ad1c01f2a8
    Reviewed-on: https://gerrit.libreoffice.org/8682
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

commit fc09c1e5310c57a8ff8d88f76268eae1c58fd33a
Author: Michael Stahl <mst...@redhat.com>
Date:   Mon Feb 10 21:08:07 2014 +0100

    accessibility: add some missing locks in new code
    
    Change-Id: Ic38a07c592a89973ca1df807505f87910e84a17f

commit 3dd7abea4fd6472bf2d0c55338f935e01a5d1d6c
Author: Michael Stahl <mst...@redhat.com>
Date:   Tue Jan 28 20:45:20 2014 +0100

    fix bad cast in SvxStyleBox_Impl::StateChanged()
    
    This causes various JunitTest crashes on Windows, regression from
    887bc4dd3e62fe6dd19dc9d1c3ba273a5b21b5ec.
    
    Change-Id: Iab24e0d39375ac1e5ac63d32470dca1e54d518c5

commit 446487d8eabca319eb1955d4614cd27fc03284ec
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Dec 2 16:00:10 2013 +0000

    restore SdrMarkView::HasMarkableObj, etc.
    
    Change-Id: Ib5c0d5028792708bc0ac0e756aa47d486443bbb7

commit 629fa9160b9fb0409a60f05dc8f51688c3aad176
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Nov 28 12:10:35 2013 +0000

    we will need getColorConfig, etc. again
    
    Change-Id: Ie7f8d37b550c788fd6235a5de4bbcc51ac6f8150

commit 06d8eaac4592802a577ec3860c4e88660c99822b
Author: Tor Lillqvist <t...@collabora.com>
Date:   Fri May 30 23:38:34 2014 +0300

    Typo fix
    
    Change-Id: I64d20fc0a9d7459823dd98afeeb37faa0fd61699

commit c3449e6e2973d7b0d4f7235d6aec93fa24380969
Author: Steve Yin <stev...@apache.org>
Date:   Tue Mar 11 05:53:58 2014 +0000

    Resolves: #i123622# [ia2] Calc: No focus event fired on cell...
    
    when new spreadsheet is created
    
    (cherry picked from commit 572001d5865e4d11523e72a506e9a6eca7f23786)
    
    Change-Id: I10212bf9ddeb9eb06c1d9105951a5eb9d8578029

commit 579e3901c5b9ddd5c6613dec28d1c4d8b311d3f3
Author: Michael Stahl <mst...@redhat.com>
Date:   Mon Feb 10 23:25:01 2014 +0100

    sc: add some missing locks in new code
    
    Change-Id: Ia35693f6c5915e898e5b137920431c7bebfc761c

commit 355ee7750df949c2dc0f00b5df6c84639ddbc099
Author: Steve Yin <stev...@apache.org>
Date:   Tue Jan 7 06:02:14 2014 +0000

    Resolves: #i123622# No focus event fired on cell when new sheet is created
    
    (cherry picked from commit 68792ef189457094eb0fa1790c5895d7031571da)
    
    Change-Id: I1e0e523f32b4d6494110b41a7228a8e31784f2f4

commit 6c10258b646f8bc0c4648ad210ee2e0d8ea89ab5
Author: Kohei Yoshida <kohei.yosh...@collabora.com>
Date:   Mon Jan 6 12:45:43 2014 -0500

    Try not to use ScDocument as a "anything can go in" storage place.
    
    There are things that shouldn't be stored in ScDocument believe it or
    not.
    
    Change-Id: I6a06327549851fae0fdc0defbc716285d8456aa2

commit 1e9a0e41cec2175186b48ce9059496e450d02c2f
Author: Steve Yin <stev...@apache.org>
Date:   Mon Jan 6 07:40:48 2014 +0000

    Resolves: #i123629# [ia2] Invalid focus event fired after editing cell
    
    Some Coverity issues fixes
    (cherry picked from commit 5478c54be2de808663565e53250c8a4055b390c9)
    
    Conflicts:
        sc/source/ui/inc/AccessibleCell.hxx
        sc/source/ui/inc/tabvwsh.hxx
        sc/source/ui/view/cellsh4.cxx
        sc/source/ui/view/tabvwsh4.cxx
    
    Rolled back some coverity issue fixes for mac build
    
    (cherry picked from commit 15e6a8263ae6181ac4912b94af8cb63adc34a86d)
    
    Conflicts:
        sc/source/ui/inc/AccessibleCell.hxx
    
    a727d3c7f819c8d0082a9fb017351d5307877fa6
    
    Change-Id: I03b63c655bd55e5fb92d95490eaa4bb081b8ee7d

commit cd2e311b49d2455c53f69b13fa634dfba3a323ba
Author: Pavel Janík <pavelja...@apache.org>
Date:   Tue Nov 26 19:43:10 2013 +0000

    WaE: initialize boolean variable to prevent compiler warning.
    
    (cherry picked from commit b01b45e9d73a318e983fa5f023d6167218ed2558)

commit a3585223ecf4d3d695c8f2eb9ddcca6d561cf417
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Tue Dec 3 06:41:48 2013 +0100

    fix windows build
    
    Change-Id: Ic029958dc70286f3022d06299b61eca6d37844c9

commit 05209e00756561bda411b72c115caf2da0e2eb19
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Nov 27 16:09:59 2013 +0000

    C2872: 'accessibility' : ambiguous symbol
    
    Change-Id: I9a7f5a768346539f14c1fc84d1c60e99107e3899

commit e07581125c9738ab2e5e91d219c4b32a6bed00fd
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Nov 27 16:58:11 2013 +0000

    error C2872: 'accessibility' : ambiguous symbol
    
    Change-Id: Ibff922712e25a846bab1628e87d0d322d1ff0a33
    Reviewed-on: https://gerrit.libreoffice.org/6836
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

commit 2dbe8ab4abcb4996c20806ede93d648c077f14f3
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Nov 27 14:07:59 2013 +0000

    XAccessibleGetAccFlowTo is missing
    
    and there's a strange stray ifdef in MSAAService.idl
    
    add mode-lines and remove unnecessary headerguard etc
    
    Change-Id: I072960ac073b2c33d7d820e7dbfe02145685d3f3

commit 5d97128929dab5748a3d6b6de672048702075095
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Nov 27 13:07:25 2013 +0000

    restore GetChild, etc. we will need them again
    
    Change-Id: Ic6da34e58975d85c84ded96fa90873558589f54a

commit c9736ca5e3dc3eec86f901ca577d7a3483dc5fd4
Author: Niklas Johansson <sleeping.pil...@gmail.com>
Date:   Fri Feb 7 20:00:57 2014 +0100

    The accessible action "click" changed name to "press", adjust wrapper 
accordingly
    
    The commit efb23f29983f87104a684e7fab00b84fc59d131d Integrate branch of 
IAccessible2" changed the name of the accessible action click to press
    we need to adjust the action wrapper class on mac accordingly.
    
    Change-Id: I406a44e5b4fb31f4f12859ee5380b62cc5cccdf4
    Reviewed-on: https://gerrit.libreoffice.org/7932
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

commit f14a277246a4397ba3af245eacd39abed7b21782
Author: Eike Rathke <er...@redhat.com>
Date:   Fri Dec 13 19:47:59 2013 +0100

    fixed crash when searching via Find Text bar
    
    Introduced with b41332475783c31136673fb44cf4c411bb0148f8
    Integrate branch of IAccessible2
    
    Find Text bar is not the search dialog, so there is no child window
    unless the Find & Replace dialog is also open.
    
    Change-Id: Ice230cb2c05534c754fefc55bb8d8b189724d328

commit 516cee87f8247576177f577cc9b9f85370115558
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Dec 3 09:30:25 2013 +0100

    Revert ScAccessibleCellBase::getCurrentValue to reutnr a numeric value again
    
    b41332475783c31136673fb44cf4c411bb0148f8 "Integrate branch of IAccessible2" 
had
    changed it to return a string, but that neither matched the documentation of
    css.accessibility.XAccessibleValue nor did it satisfy JunitTest_sc_unoapi.  
This
    is the same underlying issue as 1cb1dca1260da2cea5b6800483e86a6d6b251844 
"Revert
    SwAccessibleCell::getCurrentValue to return a numeric value again" and needs
    further clarification apparently.
    
    Change-Id: Idb725724842ffa1aff811d66066912a22b2f2f6e

commit fc1e68aa060d278302a357ae3155a206a1e7fa3a
Author: Steve Yin <stev...@apache.org>
Date:   Mon Dec 2 15:54:29 2013 +0000

    Integrate branch of IAccessible2
    
    Conflicts:
        everything
    
    Change-Id: I3d8cf956f511a0d953a1cefe83b6ef987806da25

commit c6d4d9365803c1972c54b18baeb2be24d5c92e8a
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Mon Dec 2 16:09:47 2013 +0100

    Revert SwAccessibleCell::getCurrentValue to return a numeric value again
    
    76c549eb01dcb7b5bf28a271ce00e386f3d388ba "Integrate branch of IAccessible2" 
had
    changed it to return a string, but that neither matched the documentation of
    css.accessibility.XAccessibleValue nor did it satisfy JunitTest_sw_unoapi.  
This
    needs further clarification apparently.
    
    Change-Id: Ib09f7549db7ba5155798d5917908c7ce50e7a592

commit 2adf3d2f983d8ad6b6fa7e0dae74a6d49a44d7ba
Author: Steve Yin <stev...@apache.org>
Date:   Fri Nov 29 13:03:27 2013 +0000

    Integrate branch of IAccessible2
    
    Conflicts:
        everything
    
    Change-Id: I9619634ee1e60d449025c006803da29c1e9d14b3

commit 454d9bdf2a01401f92ef8b0fca893dd2e79097ce
Author: Steve Yin <stev...@apache.org>
Date:   Thu Nov 28 17:20:23 2013 +0000

    Integrate branch of IAccessible2
    
    Change-Id: Ic7e0b943749266646722cf6525e77b006ae79232

commit ddac89a4565b10c0f91070150af627e99039f90c
Author: Steve Yin <stev...@apache.org>
Date:   Thu Nov 28 12:09:19 2013 +0000

    Integrate branch of IAccessible2
    
    Change-Id: Ibf3be46e8619c2dce9636e8a90a6703f3e28ba33

commit d3521574a190a780897cb16178602636dc96a104
Author: Steve Yin <stev...@apache.org>
Date:   Wed Nov 27 13:03:45 2013 +0000

    Integrate branch of IAccessible2
    
    Change-Id: I8327fb4ba2a86d4caa52b875221175b80464842a

commit 45981ec6aa9ce841094b0cca94a5c3828dc63b94
Author: David Ostrovsky <da...@ostrovsky.org>
Date:   Tue Nov 26 15:05:51 2013 +0100

    fdo#39956 Delete JAB
    
    JAB has been discontinued in favor of the native IA2 bridge.
    
    Change-Id: I88461f73c620507d3e97b077ea2abdd2229322e1
    Reviewed-on: https://gerrit.libreoffice.org/6819
    Reviewed-by: David Ostrovsky <david.ostrov...@gmx.de>
    Tested-by: David Ostrovsky <david.ostrov...@gmx.de>
    Reviewed-by: Michael Meeks <michael.me...@collabora.com>
    Reviewed-by: Michael Stahl <mst...@redhat.com>

commit db76d58185b5c6ef1ea41f597d42dc0c785b871e
Author: Steve Yin <stev...@apache.org>
Date:   Tue Nov 26 15:38:11 2013 +0000

    Integrate branch of IAccessible2
    
    Change-Id: I7d6764cfc86b7b8846c0908278ae10a68c0a14f5

commit ad23f42639f9ae71608fc21af54eb9681b40bb8f
Author: Steve Yin <stev...@apache.org>
Date:   Tue Nov 26 14:25:22 2013 +0000

    Integrate branch of IAccessible2
    
    WaE: Reorder initializations to prevent compiler warnings.
    
    (cherry picked from commit c05431aa92fa2c7c7258418a6ecd651b5c26d982)
    
    WaE: unname unused variable to prevent compiler warnings.
    
    (cherry picked from commit 2259256a390c4b6f83cfb5dbe4a65df5032aee47)
    
    Conflicts:
        editeng/source/accessibility/AccessibleEditableTextPara.cxx
    
    ad61537527a74670af266feb9e4d26d2d654daf7
    66044902b8d94fc15d4c30270e6cc419fb7d3565
    
    Change-Id: I3ec9798f2c7d854824722c0cf44b62128b4f4cb4

commit 507cf647a376b31bc47f7142b1912031fb1c6602
Author: Steve Yin <stev...@apache.org>
Date:   Tue Nov 26 12:06:30 2013 +0000

    Integrate branch of IAccessible2
    
    Change-Id: Id8c4ff1d10eccda2d7279d625822759c1f520a46

commit 6847621103e0ddf2bb03e98c6e7ea66581f845af
Author: Steve Yin <stev...@apache.org>
Date:   Tue Nov 26 12:02:05 2013 +0000

    Integrate branch of IAccessible2
    
    Change-Id: Ic7d66abbfe8d88bfad66b1dbc8dd5bd103419714

commit 69a3edac25bb6e8bccc2b5d86e644b8b2403238a
Author: Steve Yin <stev...@apache.org>
Date:   Tue Nov 26 10:51:41 2013 +0000

    Integrate branch of IAccessible2
    
    Change-Id: I95b681a7aa171c321a876e6a38392e30583d7a5b

commit 988a65da5445da323a0eedc04378bbc0d27cc843
Author: Steve Yin <stev...@apache.org>
Date:   Mon Nov 25 15:24:55 2013 +0000

    Integrate branch of IAccessible2
    
    (cherry picked from commit e2f90c93c97f3cf137c348ed302c6470f398aa70)
    
    Change-Id: I44ce0d69f3e7364038b00b1ba0f0d27e60132a37
    
    WaE: Prevent uninitialized variable warnings.
    
    (cherry picked from commit b989f4074ea70729d527b307bfbe49e01a0d3646)

commit 5008134fe767c18750f9110e505a5ac11c678fc5
Author: Steve Yin <stev...@apache.org>
Date:   Mon Nov 25 16:15:58 2013 +0000

    Integrate branch of IAccessible2
    
    Change-Id: I3b5936bb92bb258f9e9e76402dd2b55f29aa686a

commit 4121a758e31c7db1eff215a46d62fd471a26418d
Author: Steve Yin <stev...@apache.org>
Date:   Mon Nov 25 13:15:27 2013 +0000

    Integrate branch of IAccessible2
    
    Change-Id: I8c2fea0367ebfa53ce5e109ef48fd661cbfb78b3

_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to