summaryrefslogtreecommitdiff
path: root/automation
AgeCommit message (Collapse)Author
2011-04-13CWS-TOOLING: integrate CWS gridfixes_OOO340Kurt Zenker
2011-03-08gridfixes: make compile with debug=1Frank Schoenheit [fs]
2011-02-18merged DEV300Release Engineering
2011-02-14gridsort: pulled and merged DEV300_m100Frank Schoenheit [fs]
2011-02-08CWS gnumake3: pull in cws removetooltypes01Mathias Bauer
2011-01-25gridsort: pulled and merged DEV300m98Frank Schoenheit [fs]
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner
2011-01-21removetooltypes01: #i112600# Fix build problems on non-proCarsten Driesner
2011-01-19gnumake3: mergeing changes from DEV300_m97, fixing jars for svl complex ↵Bjoern Michaelsen
test, deliver globlmn.hrc for now, adding component registration for svx libraries, still misses gengal and friends when packing
2011-01-19gridsort: TableControl API adjustmentsFrank Schoenheit [fs]
2011-01-14gridsort: ouch. Removed IAccessibleTable::GetSelectedRows. It exposed an ↵Frank Schoenheit [fs]
internal implementation detail, and in fact some clients (the A11Y API implementation) exploited this, e.g. by simply adding elements to the array, without the owner (the TableControl/_Impl) ever noticing it. Replaced that with a working API. In this course, removed XGridSelection::getMin/MaxSelectionIndex. Pretty useless IMO, unused, and ugly to implement.
2011-01-12removetooltypes01: #i112600# remove tooltypes from automationMikhail Voytenko
2011-01-11gridsort: IAbstractTableControl renamed to ITableControl, added a few more ↵Frank Schoenheit [fs]
methods previously found at the TableControl_Impl only
2011-01-11gridsort: removed XGridControl::setTooltip. It had a rather strange ↵Frank Schoenheit [fs]
semantics, seems to be unused in the current OOo code base, and would belong to the model, if at all. Still one thing to do: do not unconditionally display the cell content as tooltip, but make this dependent on whether or not the cell content fits into the cell.
2011-01-06CWS-TOOLING: integrate CWS vcl117Vladimir Glazunov
Notes: split repo tag: components_ooo/DEV300_m97
2011-01-04gridsort: getCellContent: (col,row) instead of (row,col) parametersFrank Schoenheit [fs]
2010-12-23gridsort: re-factoring the column-resizing thingie, step 1Frank Schoenheit [fs]
In the current implementation, this is rather complex, and hardly maintainable. Also, it all happens in TableControl_Impl and TableDataWindow, while in the original design, the InputHandler was intended to care for this kind of tasks (one class - one responsibility).
2010-11-23vcl117: removed obsolete headerPhilipp Lohmann [pl]
2010-11-10 removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from ↵Xiaofei Zhang
xmloff, linguistic, vcl, svtools, accessibility, fpicker, uui and framework
2010-11-09dr77: rebase to DEV300m92Daniel Rentz [dr]
2010-10-09CWS changehid: resync to m89Mathias Bauer
2010-09-24CWS changehid: several fixes to work with old testtoolMathias Bauer
2010-09-17CWS changehid: debug statements removedMathias Bauer
2010-09-17CWS changehid: doesn't compile on 64bitMathias Bauer
2010-08-27testtool: fix libsts to work with old testtoolGregor Hartmann
2010-07-13CWS changehid: resync to m84Mathias Bauer
2010-07-10CWS changehid: #i111874#: change code to support HelpIds as byte stringsMathias Bauer
2010-07-02codecleanup02: merge with DEV300_m84Malte Timmermann [mt]
2010-07-01codecleanup02: #i52551# Removed old stuff: VOS_NAMESPACE, use vos:: directlyMalte Timmermann
2010-06-25codecleanup02: #i112685# Removed ifdefs and code for WIN,W30,W31Malte Timmermann
2010-06-22CWS-TOOLING: integrate CWS mingwport30obo
Notes: split repo tag: components_ooo/DEV300_m84 split repo tag: components_ooo/OOO330_m0
2010-06-18i#111956: MinGW port fix: dependency to shared library: pure porting fix againtono
2010-06-18Backed out changeset: f63af3433bcbtono
2010-06-09#i111784 CWS gridcontrol_03: Tablecontrol.select does not trigger selection ↵Thorsten Bosbach
event
2010-06-04fix windows compilePhilipp Lohmann [pl]
2010-06-04fix warningsPhilipp Lohmann [pl]
2010-06-04fix inconsistency with direct calling of buttons on a toolboxGregor Hartmann
2010-06-04changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in ↵Philipp Lohmann [pl]
dummies for all explicit help ids
2010-06-04#i111784# call hooks after selecting in tabelcontrolGregor Hartmann
2010-05-31i#111956: MinGW port fix: dependency to shared librarytono
2010-05-21CWS-TOOLING: integrate CWS gridcontrol_03Kurt Zenker
Notes: split repo tag: components_ooo/DEV300_m79
2010-04-30gridcontrol_03: bug fixesMihaela Kedikova
2010-04-27gridcontrol_03: merge with DEV300_m77Mihaela Kedikova
2010-05-10CWS-TOOLING: integrate CWS linuxaxp01Ivo Hinkelmann
2010-04-16add new VCLTestTool methods for TableControlGregor Hartmann
2010-04-13fix some errorsGregor Hartmann
2010-04-09new define CONST_CTTableControlGregor Hartmann
2010-04-09add methods for tablecontrolGregor Hartmann
2010-04-09add controltype for tablecontrol for testtoolgh93821
2010-03-15linuxaxp01: #i110145# first cutCaolán McNamara