- 19 Kas, 2013 37 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I691c5fc3554bcdeb6c3beb0e5b445cfcd7b51e4c
-
Andras Timar yazdı
Thanks to Noel Grandin & Stephan Bergmann for the hint on IRC. Change-Id: I2b407a53b02a7ecdbff553ad47674c1e00455180
-
Bjoern Michaelsen yazdı
This provides kdevelop integration and generates one project file for each old-style module (top level dir). This project file has: - has four build configurations: - build the module of the project or build all of LibreOffice - for each of the above a debug and a nondebug build - has seven launch targets: - running the unitchecks, the slowchecks and subsequentchecks - for each of the above once for the module and once for all - running LibreOffice interactively - has custom include paths and thus provides full autocompletion Change-Id: I6dd51133147d019fc403e3bd814bc6103df94cac Reviewed-on: https://gerrit.libreoffice.org/6694Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
Stephan Bergmann yazdı
Change-Id: I46138b946ff38df5366760dbc1999057fee35bd3
-
Stephan Bergmann yazdı
Change-Id: Ieac2e725b2baad29dedb225d6009b2abe421be04
-
matt_51 yazdı
Change-Id: I911c24b82b55445c6f95e14be29759e2fe3d9dfd Reviewed-on: https://gerrit.libreoffice.org/6580Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Noel Grandin yazdı
Simplify code like: aStr.equalsAsciiL( "%", 1 ) to aStr.startsWith( "%" ) Change-Id: Iee0e4e60b0ae6d567fa8f72db5d616fffbec3c00
-
Miklos Vajna yazdı
Change-Id: I8880c7413b10a284c9e55170afa35527dc7593ea
-
Andras Timar yazdı
this is a slight improvement of d7367b70 the rendering of star from #i119634# bugdoc was kept the rendering of the yellow circle shadows from fdo#66854 bugdoc was improved Change-Id: Ife53328ef665131fb954eb33c2e8269ad10da0fe
-
Michael Meeks yazdı
Change-Id: I4163b587d82a0fd6403fdd124808ab895b4ed460
-
Michael Meeks yazdı
Original code from: Author: Steve Yin <steve_y@apache.org> Date: Sat Nov 16 23:58:19 2013 +0100 Integrate branch of IAccessible2 With these improvements: Make IAccessible2 an experimental feature, with fallback to Java a11y. Move initial setup of windows into the bridge and clean, remove conditionals Check for presence of AT in the bridge as well to clean. Merge VCL events extensions and their handling. Clean and split WB_GETOBJECT handling out to it's own method. Add component prefix namespacing. Cleanup msaa service info, and implement XComponent to share mxAccessBridge. Add suitable debugging output, remove VCL dependency from UAccCOM causing registration issues. Change-Id: Ib19e38ddca71182018df438df27dcdb555d91402
-
Michael Meeks yazdı
Change-Id: I913e6498d09021cca78be27b542421251f258535
-
Michael Meeks yazdı
Change-Id: I51bd72f6aaeb33bb87e425118b9f205744359145
-
Herbert Dürr yazdı
as intended by IBM's symphony contribution and the individual ICLAs of the developers Found by: V Stuart Foote <VStuart.Foote@utsa.edu> Change-Id: I47125ff5c9f1ae241132f13b7b3ee2d6fa3cfe9a
-
David Ostrovsky yazdı
Change-Id: I3567a42d7d071d61a2f41f1fb32d6831c9898d3a
-
Steve Yin yazdı
Change-Id: Ied8b6941765c86a849467cb5df312ca7124f32b3
-
David Ostrovsky yazdı
Change-Id: Ibfa5839700da5ec272c95199b09cd4265d82525d
-
David Ostrovsky yazdı
Change-Id: I4f38c1ec815a5f2e39b492657cb0532bb4e19967
-
David Ostrovsky yazdı
Change-Id: Ia69141f58fad25797d7d7495a357dd18c7abf08d
-
David Ostrovsky yazdı
Conflicts: winaccessibility/source/UAccCOM/UAccCOM.def winaccessibility/source/service/AccObjectWinManager.cxx winaccessibility/source/service/checkmt.cxx winaccessibility/source/service/checkmt.hxx Change-Id: Ia66872bee7c70c840c1bd5caa626bf63eac9ef7c
-
David Ostrovsky yazdı
Change-Id: I1aae7ec50c3bb78ac1035d70eaf39c6efef465ab
-
David Ostrovsky yazdı
Change-Id: Id20cba53fc21eaa396c3a3d3ed8fa1eb9fdb4978
-
David Ostrovsky yazdı
Change-Id: I950c47bd95d5bb4aacf9e584c8e2eeef461af71f
-
Michael Meeks yazdı
Change-Id: I895bab038eda82b80e1a223ad877a9674fe561ee
-
Steve Yin yazdı
Just the winaccessibility directory initially. Change-Id: Ia21abb8d7088646ad6c1f83b3a03e7add716b0c0
-
Miklos Vajna yazdı
Change-Id: Ia89552658dc79568cc46b92e949fc1935434e43d
-
Stephan Bergmann yazdı
Change-Id: Ibd12f919cb50f3f8e67fd559a332a1c6eda3c74e
-
Noel Grandin yazdı
I messed this up this when doing commit 2c35fff7 "remove most use of RTL_CONSTASCII_USTRINGPARAM macro" Change-Id: I2edd094cfdf9ae83d5d2a7a2ab13932277f589c1
-
Noel Grandin yazdı
Change-Id: I11d49a1ca721c4bc9c9e35d2735bd66e5a9c04dd
-
Noel Grandin yazdı
change code like aStr = OUString("xxxx"); to aStr = "xxxx"; Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
-
Noel Grandin yazdı
This is largely unnecessary when working with OUString Change-Id: I3cf4d68357a43665d01162ef4a2d5346a45da9be
-
Stephan Bergmann yazdı
Change-Id: I8832317e23691531e7c5c51f9f1572ce6962e5a3
-
I-Jui (Ray) Sung yazdı
Change-Id: I749da2d08a09ead56f0b151a317052b8960926ca
-
I-Jui (Ray) Sung yazdı
Change-Id: I791d6c8f4335ab2c2618529f2e3d22d59c4f0b5a
-
I-Jui (Ray) Sung yazdı
Change-Id: I86e0b40d284a1bfe7414f02333c616556d6d568c
-
Eike Rathke yazdı
Change-Id: If21faf03d12aa6963fe0252475e1585e71aa349a
-
Eike Rathke yazdı
Project: dictionaries 8d1a0d88df029906968a3bb12da5f7a832e9b8a1
-
- 18 Kas, 2013 3 kayıt (commit)
-
-
Eike Rathke yazdı
for AED and KWD currencies, simply referring [ar-SA] in all other aspects Change-Id: I2ca19d1f7d2e807406bf207babe76cae967eea81
-
Michael Stahl yazdı
This should give better OS integration for things like adding CAs. Change-Id: I53fbfad402618e98d4116a0fecf0bf59e905e292
-
Xisco Fauli yazdı
it works on Linux but not on Windows. Change-Id: Ia9af362c09d46c678fa4ebe8cf4922dae3dddccf
-