Age | Commit message (Expand) | Author |
2023-10-23 | Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String | Stephan Bergmann |
2023-10-22 | tdf#119931 Fix accessibility warnings in dbaccess | nirnay |
2023-10-20 | dbaccess/source/core/inc/object.hxx unused since initial import | Julien Nabet |
2023-10-19 | Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: dbaccess | Stephan Bergmann |
2023-10-19 | Related tdf#144256: missing removePropertyChangeListener calls in AppController | Julien Nabet |
2023-10-19 | Related tdf#144256: remove m_pSharedConnectionManager | Julien Nabet |
2023-10-18 | Drop duplicated forward declarations | Mike Kaganski |
2023-10-18 | Replace useless typedef OSharedConnection_BASE2 and replace it by its value | Julien Nabet |
2023-10-18 | Clean up the remaining uses of OUStringConstExpr, and drop it | Stephan Bergmann |
2023-10-18 | Related tdf#144256: fix order of disposing in OSharedConnection | Julien Nabet |
2023-10-14 | Use exception ctors, instead of setting members later | Mike Kaganski |
2023-10-13 | tdf#157465: getBytes may trigger an exception with hsql | Julien Nabet |
2023-10-12 | Make NC_ constexpr-friendly | Stephan Bergmann |
2023-10-11 | Drop o3tl::span, can use C++20 std::span directly now | Stephan Bergmann |
2023-09-24 | tdf#157260: don't add a "port" param if already present in the connection DB url | Julien Nabet |
2023-09-15 | tdf#71224: Remove "Insert fields" option for an existing table (workaround) | Julien Nabet |
2023-09-15 | Fix assertion 'GTK_IS_CHECK_MENU_ITEM (check_menu_item)' in dbaccess | Julien Nabet |
2023-09-13 | loplugin:unodispose in dbaccess | Noel Grandin |
2023-09-08 | no need to use XAggregation for DatabaseRegistrations | Noel Grandin |
2023-09-01 | connectivity: add neutral context parser | Henry Castro |
2023-08-31 | tdf#156816 Base handles scale on SQL type TIME as with TIMESTAMP | Pierre |
2023-08-28 | new loplugin:optionalbool | Noel Grandin |
2023-08-08 | simplify ODatabaseDocument inheritance | Noel Grandin |
2023-08-02 | split Point/Size/Rectangle into AbsoluteScreenPixel* types | Noel Grandin |
2023-07-28 | tdf#156471: New database wizard - add generic support for embedded databases ... | Pierre |
2023-07-23 | No need to create an identical obj if we return the same property values | Julien Nabet |
2023-07-23 | vcl: Drop now unneeded DevicePoint typedef | Khaled Hosny |
2023-06-29 | loplugin:unusedmethods | Noel Grandin |
2023-06-29 | loplugin:unusedfields make it a little smarter | Noel Grandin |
2023-06-28 | Simplify a bit | Mike Kaganski |
2023-06-27 | loplugin:stringstatic look for more strings | Noel Grandin |
2023-06-26 | new loplugin:constexprliteral | Noel Grandin |
2023-06-20 | tdf#43369 Refactor PosgresSQL connection setup | Olivier Hallot |
2023-06-19 | tdf#38742 - Start Center: move last opened documents to the top | Andreas Heinisch |
2023-06-06 | tdf#38742 - Start Center: introduce push pins to favorite documents | Andreas Heinisch |
2023-06-03 | Simplify a bit DatabaseObjectView::fillDispatchArgs | Julien Nabet |
2023-05-31 | do not throw DisposedException when inside a dispose() method | Noel Grandin |
2023-05-31 | tdf#155562: crash when switching to PostgreSQL connector in Database wizard | Julien Nabet |
2023-05-29 | use more TypedWhichId | Noel Grandin |
2023-05-28 | Typo: aCatlog->aCatalog | Julien Nabet |
2023-05-26 | use more TypedWhichId | Noel Grandin |
2023-05-26 | Related tdf#153317: extra check since we deal with signed integers | Julien Nabet |
2023-05-26 | tdf#153317: direct SQL: try to detect Bit field in Mysql/MariaDB | Julien Nabet |
2023-05-25 | use more TypedWhichId | Noel Grandin |
2023-05-25 | more TypedWhichId | Noel Grandin |
2023-05-25 | Revert "BaseMutex->std::mutex in OPropertyForward" | Julien Nabet |
2023-05-20 | loplugin:unusedmethods | Noel Grandin |
2023-05-03 | Proofread these recent strings before they go to translators | Adolfo Jayme Barrientos |
2023-04-28 | Fix typo | Andrea Gelmini |
2023-04-28 | tdf#43369: Specific UI for collecting PostgreSQL connection settings | nirnay |