summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-19uitest: log more eventsAhmed ElShreif
for Calc: 1) Delete some Cells 2) Remove content from some cells 3) Insert Cells 4) Cut Cells 5) Copy Cells 6) Paste Cells 7) Merge Cells 8) Split Cell ( Delete Merge ) for Writer: 1) Insert Table 2) Copy Text 3) Cut Text 4) Paste Text 5) Inser Break Page Also, Solve some bugs in the UI logger and UNO Commands. Change-Id: Ic7cacbc20e1e400900a9760b61e8b45ae96c84ff
2019-08-19uitest: solve some bugs in the ui loggerAhmed ElShreif
Change-Id: I39836423fad8cb361a8f007f648108618906be8a
2019-08-19uitest: add general functions to remove redundunt linesAhmed ElShreif
1) init_app 2) init_Object 3) write_line_without_parameters 4) write_line_with_one_parameters Then Rewrite the handlers again Change-Id: I8ceb01f4eaa48f1544ada8966c7585dcbd3e15aa
2019-08-19uitest: add more DSL commandsAhmed ElShreif
1) Calc (calc_Type_command - calc_switch_sheet - calc_Select_cell - calc_AutoFill_filter) 2) impress (impress_Type_command) 3) math (math_element_selector - math_Type_command) 4) General Commands Compiler: (setZoom_command) Change-Id: Ifd2608c38474633b579a216356fe53c859c24975
2019-08-19uitest: add special commands of writer app implementationAhmed ElShreif
1) Type Command 2) Select Command 3) GoTo page Change-Id: I5ee773b6cd322c2c1bf0eba58e704b2ff1399ce7
2019-08-19uitest: implement the missing part of the dialog compilerAhmed ElShreif
Change-Id: I08881b738b3e7922b74f9d007733278e2b6ef54e
2019-08-19uitest: add DSL compiler support for more UI itemsAhmed ElShreif
1) ButtonUIObject 2) CheckBoxUIObject 3) TabControlUIObject 4) ComboBoxUIObject 5) RadioButtonUIObject 6) ListBoxUIObject 7) SpinFieldUIObject 8) EditUIObject Change-Id: Ic81c2a0511351cf91f4514316b9c5854a64a4b05
2019-08-19uitest: start the implementation of the new DSL compilerAhmed ElShreif
1) finish the functions that will parse inputs 2) add function to initialize the UI test Case 3) add function to print the ui new test case 4) add the UNO caommands handler 5) add the Dialog commands handler 6) add the Starter commands handler Change-Id: Ided1c050023c5284457f62c4b8d5ea1cfa38c043
2019-08-19uitest: change small parts of the grammar and dialog loggerAhmed ElShreif
Change-Id: I615989baafe65a6f6ae26fcd452c1e21081168b4
2019-08-19uitest: Some new features in ui_logger projectAhmed ElShreif
this patch for: 1) general commands grammar 2) special commands of impress and math 3) log select element action 4) log SideBar Actions Change-Id: If375cd3396cfde45f70d7c202339c829b1c43471
2019-08-19uitest: just update zoom statementAhmed ElShreif
Change-Id: I0bc5c4179dcb94ed2cc4a551165fd135d884a75a
2019-08-19uitest: update the DSL grammarAhmed ElShreif
Change-Id: I15fe20f1c5e8339f6d5a857b0d0bbfa30b09b44a
2019-08-19uitest: new logger DSL grammarAhmed ElShreif
This patch is the first and second parts of the new DSL grammar. The grammar of all the UIObjects , Dialogs , starter commands , All of uno commands and Special commands for applications. example.ul shows an example of the new syntax of the expected new logger. Change-Id: Ib58aeab1da6627ebc464e4cb64253fd3bf91200e
2019-08-19uitest: Rewrite all the logger statements with the new grammar syntaxAhmed ElShreif
Finished parts from old logger: 1) UNOCommands 2) StarterCommands 3) UIObjectCommand 4) DialogCommand 5) SpecialCommand Change-Id: Ia521efef0abe1a351b9a4fcabaab6dbf20e8fc89
2019-08-19use double prime symbol for inchCaolán McNamara
Change-Id: I8565bbe8a72ee748676f673239725e5eb4f3ed6f Reviewed-on: https://gerrit.libreoffice.org/77718 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-08-19There should not be a space between the number and the prime markCaolán McNamara
e.g. The Art of Type and Typography: Explorations in Use and Practice Change-Id: Iddb08fce2efa8a5614d9afc4f96c3f609e8aa0fb Reviewed-on: https://gerrit.libreoffice.org/77717 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-08-19Make QR code callable in Impress and DrawShubham Goyal
Change-Id: If11686189b0665f3918821269dd73d122e632194 Reviewed-on: https://gerrit.libreoffice.org/77438 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2019-08-19Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' - Fix Contents tree for Impress Change-Id: I5fa2b0481470dfeec04236caa1dcc44d45d13148 Reviewed-on: https://gerrit.libreoffice.org/77719 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-08-19Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' - Typo Change-Id: I450b7d1c0b860f17cdd7a2ee36993fe90c58310f Reviewed-on: https://gerrit.libreoffice.org/77731 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-08-19Fix buidling with older boostTomáš Chvátal
Change-Id: I49691e8bf708aa9146d5c4f61532e7a215f4ac2d Reviewed-on: https://gerrit.libreoffice.org/77714 Tested-by: Jenkins Reviewed-by: Tomáš Chvátal <tchvatal@suse.com>
2019-08-19Fix test dependencies for module-only buildStephan Bergmann
Change-Id: I94d938c60074f74996cce4eb99183c5372e5c1de Reviewed-on: https://gerrit.libreoffice.org/77699 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-08-19Improve check for absolute URIStephan Bergmann
Change-Id: I4dee44832107f72f8f3fb68554428dc1e646c346 Reviewed-on: https://gerrit.libreoffice.org/77706 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-08-19Resolves: tdf#127003 explicit grab focus needs explicit link callbackCaolán McNamara
Change-Id: I5131e5c49e7f7c2ef9bac8943420643ad8afef38 Reviewed-on: https://gerrit.libreoffice.org/77707 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-08-19Fix typosAndrea Gelmini
Change-Id: Ie6f3b2a959349c01d27b694398a7fefaaf46ea3a Reviewed-on: https://gerrit.libreoffice.org/77708 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2019-08-19Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' - tdf#89467 Add Ctrl+Shift+T to kbd description in Calc, Ctrl+Shift+F5 equals Ctrl+Shift+T Change-Id: I780884b7f4f2ed04f052294a156eef3a167577e1 Reviewed-on: https://gerrit.libreoffice.org/77544 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-08-19Fix typosAndrea Gelmini
To complete https://gerrit.libreoffice.org/#/c/77567/ Change-Id: I9f56eb308ff9b23c4259a0abae60ac2f97038393 Reviewed-on: https://gerrit.libreoffice.org/77589 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2019-08-19tdf#126830 Icons not showing in menusNoel Grandin
regression from commit 9eae555542ce01cb289b9e736454abcf835b8394 Date: Sun Apr 28 09:54:42 2019 +0200 speed up gtk menu construction at startup Change-Id: I12327c0c62aa283c8b04a03933704082fd13463a Reviewed-on: https://gerrit.libreoffice.org/77702 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-08-19sw undo/redo: avoid usage of pointers as a style referencesVasily Melenchuk
Style can be created on previous undo steps and so after undo/redo pointer can became invalid. Style name as a reference looks like a good alternative to pointers. Change-Id: Ia099a717eaec1f1a23296b2c1273b8c1983a2b96 Reviewed-on: https://gerrit.libreoffice.org/77495 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2019-08-19Improve test failure outputStephan Bergmann
Change-Id: Ie0dd5b4d0b994ce6e1687bdb21749cb6cafc2366 Reviewed-on: https://gerrit.libreoffice.org/77700 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-08-19Fix typoAndrea Gelmini
"Accessiblity" It passed "make check" on Linux Change-Id: I14a6f010caa12df01c4eb211ddedc42bcc06da66 Reviewed-on: https://gerrit.libreoffice.org/77666 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
2019-08-19Fix typosAndrea Gelmini
Change-Id: I0b5182a3cec87ee44b7467d6e8e3d1c21ce93ac2 Reviewed-on: https://gerrit.libreoffice.org/77680 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-08-19Fix typosAndrea Gelmini
Change-Id: I6bd4d8955be608efc5c11bdc22f53a119cd45557 Reviewed-on: https://gerrit.libreoffice.org/77678 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-08-19Fix typosAndrea Gelmini
Change-Id: I33a99be34f41c3583fc6684fc68ba6b76ef2f056 Reviewed-on: https://gerrit.libreoffice.org/77682 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-08-19Fix typosAndrea Gelmini
Change-Id: Ida64346bc11053bf43fd1208914407b3b2f1338e Reviewed-on: https://gerrit.libreoffice.org/77681 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-08-19Fix typosAndrea Gelmini
Change-Id: I5e7cbd49e8bd7d9d6957508f8c8534653854cb3c Reviewed-on: https://gerrit.libreoffice.org/77679 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2019-08-19Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' - Update Draw menus and Contents tree (part) Change-Id: I556a2cafdd66fc425aa67f821c1a5b676ef22c81 Reviewed-on: https://gerrit.libreoffice.org/77677 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-08-19Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' - tdf#43527 revisit Insert Comments Change-Id: I3cdf7f4672641718df7668e23e3d57187ed26d33 Reviewed-on: https://gerrit.libreoffice.org/77644 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-08-19Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' - tdf#123980 Review WORKDAYS function family Change-Id: I385f31b98b50762659c3319c0998a264213be23e Reviewed-on: https://gerrit.libreoffice.org/77554 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-08-19Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' - tdf#124204 Changes in SMALL and LARGE functions Change-Id: I1d67dfd05419abc67b8039112c3fcd7bb0b15fbe Reviewed-on: https://gerrit.libreoffice.org/77552 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-08-18Resolves: tdf#127002 keystrokes in edit engine passed on to dialogCaolán McNamara
when they should stop at the edit engine Change-Id: I4079af7ed53ab4036e99c129d9e58fa530cf566b Reviewed-on: https://gerrit.libreoffice.org/77674 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-08-18Related: tdf#53029 escape backslash in username for 'domain\username'Caolán McNamara
Change-Id: I645623886396b55ccea273bfd697cf319b53f506 Reviewed-on: https://gerrit.libreoffice.org/77651 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-08-18Related: rhbz#1691287 fill in default domain and usernameCaolán McNamara
and grab focus to first entry entry Change-Id: Icb50766948c77072eaab9faf89436c6ecbb49ecc Reviewed-on: https://gerrit.libreoffice.org/77645 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-08-18Save a couple lines of code by using ::sw::UndoGuardJim Raykowski
Change-Id: Ib6a0406f8ae587902dcd61f865748bda458f642b Reviewed-on: https://gerrit.libreoffice.org/77439 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2019-08-18SmartArt: implement DiagramData::getString()Grzegorz Araminowicz
Allows to get data representation of diagram as text. It will be useful as a starting point for displaying data on diagram dialog. Change-Id: I9765d7de64a68224a6d36b7c3bc4862ce6610bdf Reviewed-on: https://gerrit.libreoffice.org/77669 Tested-by: Jenkins Reviewed-by: Grzegorz Araminowicz <grzegorz.araminowicz@collabora.com>
2019-08-18Fix typosAndrea Gelmini
It passed "make check" on Linux Change-Id: Ibda74a6c5bd50bac7af3b3af1f294817c3e406cc Reviewed-on: https://gerrit.libreoffice.org/77667 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
2019-08-18Fix typoAndrea Gelmini
Change-Id: Icb8ed2dcaecc718137646236274f3a5d3df47531 Reviewed-on: https://gerrit.libreoffice.org/73694 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
in uui, xmlhelp Change-Id: I588ed4154e6b21e178f2466c58abc08562eddf80 Reviewed-on: https://gerrit.libreoffice.org/77663 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-08-18Use mnemonic TWAIN state names; some simplificationMike Kaganski
Change-Id: Ic3fc8a98b2ca7d4d699d08fdc1a653d4f44f71db Reviewed-on: https://gerrit.libreoffice.org/77660 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2019-08-18tdf#126989: always terminate shim after fallback completeMike Kaganski
It seems that DSM may not send MSG_CLOSEDSREQ (or we may already have unloaded DSM), so don't rely on it. Change-Id: I3ed2e0e70f4dc79c89b430b4bad6954bf9224c71 Reviewed-on: https://gerrit.libreoffice.org/77659 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2019-08-18Simplify Sequence uses in dbaccess/source/inc/apitools.hxxJulien Nabet
Change-Id: Iad57f019f020b1d37ff768d636322e2d0b32c695 Reviewed-on: https://gerrit.libreoffice.org/77662 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>