Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-17 | translated or removed german comments in connectivity, cppuhelper and cui | Florian Allmann-Rahn | |
2012-04-17 | configure: make --with-system-dicts the default | Miklos Vajna | |
Also, if /usr/share/hunspell doesn't exist, look for /usr/share/myspell as well. | |||
2012-04-17 | attachmentid should be stable across mime-type changes | Caolán McNamara | |
2012-04-17 | callcatcher: update unused code list | Caolán McNamara | |
2012-04-17 | String::ToInt32->rtl::OUString::toInt32 | Caolán McNamara | |
2012-04-17 | Add the system-clucene under the with-system-libs | Tomas Chvatal | |
As the distros already had enough time to pick up the required patch and most did. | |||
2012-04-17 | Fix help string in --with-flat-logo. | Tomas Chvatal | |
2012-04-17 | --enable-ext-languagetool requires --with-java now bit more sanely. | Tomas Chvatal | |
2012-04-17 | Revert "--enable-ext-languagetool requires --with-java" | Tomas Chvatal | |
This reverts commit 844b4520a9f0879d7b756654cef8fdbaa03a9000. | |||
2012-04-17 | fdo#46538 Easyhack: Add support for more bug trackers to ↵ | Gökçen Eraslan | |
get-bugzilla-attachments-by-mimetype This adds support for Novell, KDE (for KOffice/Calligra), GNOME (for Gnumeric), AbiSource (for AbiWord) bugzillas and Launchpad to bin/get-bugzilla-attachments-by-mimetype script as required by easyhack#46538. However, there two glitches and workarounds: 1- As stated in the code, Novell bugzilla requires users to log in to bugzilla in order to get full information about the bugs such as attachment bodies etc. Since Novell bugzilla uses some proprietary login extensions it's hard to implement log in mechanism and use it via xmlrpc API. python-bugzilla claims that it supports Novell bugzilla login but I could not make it work. As a workaround, comments containing "Created an attachment (id=xxxxxxx)" pattern are parsed and attachments are downloaded using urllib. Attachments are filtered using mimetype info obtained from http headers. 2- For launchpad, launchpadlib python module is used. But currently launchpad api does not support really advanced search like bugzilla. For example, it's not possible to search for bugs having application/pdf attachments. So, again a workaround is used. Code iterates over all the bugs of the *libreoffice* source package and check their attachments. | |||
2012-04-17 | WaE: unused functions | Tor Lillqvist | |
2012-04-16 | Remove the last undo friend from ImpEditEngine. | Kohei Yoshida | |
2012-04-16 | EditUndoSplitPara | Kohei Yoshida | |
2012-04-16 | EditUndoSplitPara | Kohei Yoshida | |
2012-04-16 | Same with EditUndoConnectParas. | Kohei Yoshida | |
2012-04-16 | Same with EditUndoDelContent. | Kohei Yoshida | |
2012-04-16 | same with EditUndoRemoveChars. | Kohei Yoshida | |
2012-04-16 | EditUndoInsertCharts is no longer a friend of ImpEditEngine. | Kohei Yoshida | |
2012-04-16 | Have EditUndo also return EditEngine*. | Kohei Yoshida | |
This is the first step toward having the undo classes use EditEngine instead of ImpEditEngine. | |||
2012-04-16 | fdo#48431: More reliable way to check for RTL text. | Kohei Yoshida | |
This is probably more reliable way to fix fdo#32530 such that it won't cause the regression in rendering Thai texts as reported in fdo#48431. | |||
2012-04-17 | More static UNO component linkage | Tor Lillqvist | |
2012-04-17 | More static UNO component linkage | Tor Lillqvist | |
2012-04-17 | More informative warning message | Tor Lillqvist | |
2012-04-17 | Deduplicate some functions for iOS static linking (DISABLE_DYNLOADING) | Tor Lillqvist | |
2012-04-17 | prefix the component_getFactory name for DISABLE_DYNLOADING | Tor Lillqvist | |
2012-04-16 | EdtAutoCorrDoc no longer a friend of ImpEditEngine. | Kohei Yoshida | |
2012-04-16 | Let's use boost::scoped_ptr for this. | Kohei Yoshida | |
2012-04-16 | EditHTMLParser is no loger a friend of ImpEditEngine. | Kohei Yoshida | |
2012-04-16 | Use boost::scoped_ptr for this. | Kohei Yoshida | |
2012-04-16 | EditRTFParser no longer a friend of ImpEditEngine. | Kohei Yoshida | |
2012-04-16 | Removed StgHeader::SetClassId(ClsId const &) | Laureano G. Linde | |
2012-04-16 | a tiny spelling mistak | Udo Schuermann | |
2012-04-16 | Remove unused code in sd | Santiago Martinez | |
2012-04-16 | Remove unused code in connectivity. | Santiago Martinez | |
2012-04-16 | Remove unused code in sc. | santi | |
2012-04-17 | removed useless static data | Takeshi Abe | |
2012-04-17 | removed unused defines | Takeshi Abe | |
2012-04-16 | Resolves: fdo#48368 CRASH closing IDE | Julien Nabet | |
2012-04-16 | make that warning, not error | David Tardon | |
2012-04-16 | mingw: unbreak make check | David Tardon | |
Even if it does nothing because there is no installation available .-) | |||
2012-04-16 | this is only for _building_ on windows | David Tardon | |
2012-04-16 | WaE: could not convert ... from 'const char*' to 'const rtl::OUString' | David Tardon | |
2012-04-16 | mingw: avoid weird build error and -Werror | David Tardon | |
The error message is: "'*((void*)& aBoundColumn +2)' may be used uninitialized in this function" using gcc 4.7.0 in gnu++11 mode and boost 1.48.0 . | |||
2012-04-16 | mingw: avoid weird build error and -Werror | David Tardon | |
The error message is: "'*((void*)& aValue +1)' may be used uninitialized in this function" using gcc 4.7.0 in gnu++11 mode and boost 1.48.0 . | |||
2012-04-16 | WaE: "NOMINMAX" redefined | David Tardon | |
2012-04-16 | WaE: declaration of 'size' shadows a member of 'this' | David Tardon | |
2012-04-16 | WaE: passing NULL to non-pointer argument | David Tardon | |
2012-04-16 | WaE: deprecated conversion from string constant to 'LPTSTR' | David Tardon | |
2012-04-16 | WaE: 'auto_ptr' is deprecated | David Tardon | |
2012-04-16 | WaE: deprecated conversion from string constant to 'LPTSTR' | David Tardon | |