1. 3dba60b Make sure that connection is disposed also on exception by Mike Kaganski · 5 weeks ago
  2. 7930a07 uitest: Use the new service constructors to create the Toolkit by Neil Roberts · 8 weeks ago
  3. 707fa62 some 'make uicheck' fixes for windows by Noel Grandin · 3 months ago
  4. 9115027 uitest/EventListener: Set executed flag after storing event details by Neil Roberts · 4 months ago
  5. 70e001a UITest: Add a method to open a subcomponent through a command by Neil Roberts · 5 months ago
  6. ce5f2d2 EventListener: Store the supplement from the event by Neil Roberts · 5 months ago
  7. 0deaf87 UITest: Wait for idle in close_doc by Neil Roberts · 5 months ago
  8. e8dd8f9 uitest/framework: Throw an exception when a signal is received by Neil Roberts · 5 months ago
  9. a3546f2 uitest: Wait for idle when calling close_doc for a database doc by Neil Roberts · 5 months ago
  10. 4edf136 UITest: Add a helper function to create an empty database by Neil Roberts · 5 months ago
  11. 6b2b85b Document LIBO_TEST_DEFAULT_DESKTOP environment variable by Mike Kaganski · 1 year, 6 months ago
  12. cd2eba5 Related tdf#160226 - Math inline editing Off by default by Heiko Tietze · 1 year, 8 months ago
  13. 8ed755c pyuno,unotest,xmlsecurity: copy GPG test files for UITtest by Michael Stahl · 1 year, 8 months ago
  14. d762889 testtools, uitest, unotest: fix issues found by Ruff linter by Ilmari Lauhakangas · 1 year, 8 months ago
  15. 5d0de0b Simplify use of close_dialog_through_button: allow button by name by Mike Kaganski · 1 year, 9 months ago
  16. 1f8a9bf Python: use is None/is not None instead of == None/!= None by Julien Nabet · 1 year, 9 months ago
  17. 5ec7c4e fix comparison of UIObject's inside UITests by Noel Grandin · 2 years ago
  18. c2d4406 add check to close_dialog_through_button by Noel Grandin · 2 years ago
  19. 8093bd7 improve logging in UITests by Noel Grandin · 2 years ago
  20. 22e97c9 related: tdf#159879: test chart dialogs by Xisco Fauli · 2 years, 1 month ago
  21. 74de0eb tdf#97361 Make unittests more pythonic: XIndexAccess by Chenxiong Qi · 2 years, 4 months ago
  22. 8b6e0dd tdf#158803 Fix issues detected by pyflakes by Chenxiong Qi · 2 years, 4 months ago
  23. faefc43 Deduplicate execute_dialog_through_* by Mike Kaganski · 2 years, 4 months ago
  24. 6b41d3f uitest: remove crash report handler by Xisco Fauli · 2 years, 4 months ago
  25. 07b602e uitest: Clean up redundant usage of gb_UITest_use_oneprocess by Xisco Fauli · 2 years, 5 months ago
  26. 9071fa5 uitest: check that dialog really did open by Noel Grandin · 2 years, 5 months ago
  27. be71e66 Fix UITests on Windows by Mike Kaganski · 2 years, 6 months ago
  28. c0187d9 SW comments: Provide parent / child relations without position. by Gökay Şatır · 2 years, 7 months ago
  29. 3d665f4 uitest: add load properties parameters by Henry Castro · 2 years, 7 months ago
  30. 1058d5e uitest: flush print messages by Henry Castro · 2 years, 7 months ago
  31. 0d21e10 uitest: add signal_handler function by Henry Castro · 2 years, 7 months ago
  32. 2be27d2 UITest_impress_demo: use oneprocess mode by Miklos Vajna · 2 years, 6 months ago
  33. a64d90d UITest_writer_tests7: use oneprocess mode by Miklos Vajna · 2 years, 7 months ago
  34. 5416c91 tdf#111705: Add Arabic math symbols to the symbols catalogue by Khaled Hosny · 2 years, 7 months ago
  35. e472b5b starmath: Show editing window by default again by Khaled Hosny · 2 years, 7 months ago
  36. e9cc014 starmath: Hide editing window by default and add a menu item to show by Khaled Hosny · 2 years, 7 months ago
  37. ee187f6 starmath: Always insert using SmCursor when inline editing is enabled by Khaled Hosny · 2 years, 7 months ago
  38. 2b3b402 tdf#154131 Add Detect scientific number option by Laurent Balland · 2 years, 11 months ago
  39. 8c8e4ae tdf#154451 uitest: use more oneprocess mode by Miklos Vajna · 3 years ago
  40. 015da04a sw floattable: fix current page number when editing document with a split fly by Miklos Vajna · 3 years, 1 month ago
  41. f5d97d1 uitest: add a way to optionally use the same soffice process for a testsuite by Miklos Vajna · 3 years, 1 month ago
  42. ac0e3e1 tdf#152850: Fix bad scoping of MathML frac command by DowwdyJ · 3 years, 2 months ago
  43. 7355c2e uitest: reset value when changing the measurement unit by Xisco Fauli · 3 years, 2 months ago
  44. 4f841e9 uitest: remove wait_until_file_is_available by Xisco Fauli · 3 years, 2 months ago
  45. 4a4f58f tdf#152295 sw sd UI: don't reset tiled image size by Area tab by Tibor Nagy · 3 years, 4 months ago
  46. eedb077 tdf#132293 remove unused imports from uitest by Bogdan B · 3 years, 5 months ago
  47. 09ba005 tdf#132293 remove unused imports and variables by Rakielle · 3 years, 6 months ago
  48. d3050ff Use Markdown instead of reStructuredText by Hossein · 3 years, 8 months ago
  49. 9928f13 tdf#97361 replace getCellByPosition with access by subscript by Chenxiong Qi · 3 years, 7 months ago
  50. dbe125f tdf#150489: Drop Elements docking window by Mike Kaganski · 3 years, 8 months ago
  51. 77a2896 uitest: sc: reset values in paste special dialog by Xisco Fauli · 3 years, 10 months ago
  52. d79c527 Use IconView in SmElementsControl by Mike Kaganski · 3 years, 10 months ago
  53. 28c82b4 Improve version check by Mike Kaganski · 3 years, 11 months ago
  54. 069f0eb use exec_module on newer Python (>3.3) to avoid DeprecationWarning by Noel Grandin · 3 years, 11 months ago
  55. 360e7ea tdf#128610: math: add UItest by Xisco Fauli · 4 years, 1 month ago
  56. 9b52e7a tdf#140386: math: Add UItest by Xisco Fauli · 4 years, 1 month ago
  57. 5a348c9 uitest: math: at least execute the test on linux by Xisco Fauli · 4 years, 1 month ago
  58. e2d1d80 tdf#147755: math: Add UItest by Xisco Fauli · 4 years, 1 month ago
  59. 30c302c uitest: fix sporadic UITest_impress_demo failures by Xisco Fauli · 4 years, 1 month ago
  60. 33a49a9 uitest: introduce wait_until_file_is_available by Xisco Fauli · 4 years, 1 month ago
  61. acbd88e uitest: unify code and use while True everywhere by Xisco Fauli · 4 years, 1 month ago
  62. aa95913 uitest: remove debug option by Xisco Fauli · 4 years, 1 month ago
  63. 8e82365 uitest: try harder to close the dialog when it fails ... by Xisco Fauli · 4 years, 1 month ago
  64. 94fc8ea uilogger: improve language in comments by Ilmari Lauhakangas · 4 years, 2 months ago
  65. bcc8373 uilogger: make vertical tab handling more robust by Ilmari Lauhakangas · 4 years, 2 months ago
  66. 2eb0024 ignore ~ backup files when searching for .py uitest files by Luboš Luňák · 4 years, 2 months ago
  67. 098da41 tdf#95217: sc: simplify test by Xisco Fauli · 4 years, 3 months ago
  68. d7fb6b2 tdf#95217, tdf#142600: sc: Add UItest by Xisco Fauli · 4 years, 3 months ago
  69. 46ebf8c work around off-by-ones on i386 in uicheck uitests... by Rene Engelhard · 4 years, 7 months ago
  70. 5fc6d68 uitest: simplify code by Xisco Fauli · 4 years, 4 months ago
  71. 4fc44b5 uilogger: Adapt code to the new syntax of uitests by Xisco Fauli · 4 years, 4 months ago
  72. 8b71bc7 uitest: fix license headers by Xisco Fauli · 4 years, 4 months ago
  73. e01854c tdf#132293 removed some unused imports from uitest by 4k5h1t · 4 years, 4 months ago
  74. 99d2ee1 blind fix for UITest_impress_demo failures by Noel Grandin · 4 years, 4 months ago
  75. 87b74da uitest: pos must be of type str by Xisco Fauli · 4 years, 5 months ago
  76. 9158d2d blind fix for UITest_impress_demo failed by Xisco Fauli · 4 years, 5 months ago
  77. 01cbdcc6 tdf#119206: sw: Add UItest by Xisco Fauli · 4 years, 5 months ago
  78. 02bd6074 uitest: execute setActiveFrame in load_file first by Xisco Fauli · 4 years, 5 months ago
  79. f75bae7 uitest: combine execute_modeless_dialog_through_command methods by Xisco Fauli · 4 years, 7 months ago
  80. 714278c uitest: guard the remaining execute_modeless_dialog_through_command by Xisco Fauli · 4 years, 7 months ago
  81. a917d4a uitest: guard execute_modeless_dialog_through_command in sd by Xisco Fauli · 4 years, 7 months ago
  82. 2c0e5d8 uitest: sc: factor out common code by Xisco Fauli · 4 years, 7 months ago
  83. 4f8748f Revert "uitest: try harder to close the dialog when it fails..." by Xisco Fauli · 4 years, 9 months ago
  84. a564bb7 uitest: combine create_doc_in_start_center methods by Xisco Fauli · 4 years, 9 months ago
  85. 3874e09 uitest: guard the remaining create_doc_in_start_center by Xisco Fauli · 4 years, 9 months ago
  86. f7300b2 uitest: guard create_doc_in_start_center in sd by Xisco Fauli · 4 years, 9 months ago
  87. ff641dc uitest: try harder to close the dialog when it fails... by Xisco Fauli · 4 years, 9 months ago
  88. 5b8a134 uitest: combine execute_dialog_through_command methods by Xisco Fauli · 4 years, 9 months ago
  89. 8fe4a2c uitest: guard remaining execute_dialog_through_command by Xisco Fauli · 4 years, 9 months ago
  90. 279ab35 uitest: guard execute_dialog_through_command in sc by Xisco Fauli · 4 years, 9 months ago
  91. beeb10a uitest: guard execute_dialog_through_command in sd by Xisco Fauli · 4 years, 9 months ago
  92. 8a63669 uitest: log the active UITEST_TEST_NAME by Jan-Marek Glogowski · 4 years, 9 months ago
  93. 1db375e uitest: introduce load_empty_file by Xisco Fauli · 4 years, 10 months ago
  94. 6649411 uitest: raise exception if timeout is reached by Xisco Fauli · 4 years, 10 months ago
  95. 8a2d7c7 uitest: guard execute_dialog_through_action by Xisco Fauli · 4 years, 10 months ago
  96. 9a89eea4 Revert "uitest: guard create_doc_in_start_center" by Xisco Fauli · 4 years, 10 months ago
  97. 39605d1 Introduce wait_for_top_focus_window to fix UITest_calc_tests9 by Stephan Bergmann · 4 years, 10 months ago
  98. 374baf3 uitest: guard create_doc_in_start_center by Xisco Fauli · 4 years, 10 months ago
  99. be0a416 uitest: guard load_file by Xisco Fauli · 4 years, 10 months ago
  100. 8298aa6 uitest: guard execute_blocking_action by Xisco Fauli · 4 years, 10 months ago