summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-08OUString conversion in sd in sdmod.hxxMÁTÉ Gergely
Change-Id: I113289d6dc80669843fbbc49896760d6c47d7ef1 Reviewed-on: https://gerrit.libreoffice.org/5307 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-08-08offapi: fix doxygen warnings in awt::XMenuMiklos Vajna
Change-Id: I2a6868ff0167c4ac4d97e01cef85a6a4d74a4f43
2013-08-08WaE: unused variablesCaolán McNamara
Change-Id: I1345d5fd4a634980de9b3fcdb9f60274eafc9392
2013-08-08wrong .ui nameCaolán McNamara
Change-Id: Ieb10eedd791aab6ea251c3fd33d74a2232e2bd6b
2013-08-08if there is no secondary text then keep primary text orig font sizeCaolán McNamara
Change-Id: I12a70c3b3d12d6986a45a5f5c38affd2cd343bfe
2013-08-08Use new widget UI dialogs in line style ctorOlivier Hallot
Change-Id: I2b646d71fe4ab28137d88ebf638b28674eab3c91
2013-08-08Use new file load error dialog in widget UIOlivier Hallot
Change-Id: Ifa31cb9113fc497992d029f401cdadb12cf83c96
2013-08-08WaE: C4701: potentially uninitialized local variable 'nValue' usedTor Lillqvist
Change-Id: Id753eab9cab3e97e69b48212820dc140f897f1bd
2013-08-08Use new save list dialogs in tab pagesOlivier Hallot
Change-Id: I2d85f8ab0c220d82476c4cc587921c7fb9aa5df4 Reviewed-on: https://gerrit.libreoffice.org/5301 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-08Convert save list dialog to widget UIOlivier Hallot
Change-Id: I36f38accc88f9247b43e0a87fd7f4b1b86505171 Reviewed-on: https://gerrit.libreoffice.org/5300 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-08update lint-ui to know about message box HIG rulesCaolán McNamara
Change-Id: Ic283d4d15154308a441905d095096c3e11f50477
2013-08-08HIG: alerts should have 12 border and 24 spacingCaolán McNamara
Change-Id: I09aade1d7a63f9e1cda54ecdb2e32d2589ecb450
2013-08-08Convert duplicate name dialog to widget UIOlivier Hallot
Change-Id: I943a04b487af463559b140f358c8af601f4f6ce9 Reviewed-on: https://gerrit.libreoffice.org/5299 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-08Resolves: #i122301# fix build breaker on Mac in fpicker for debug=trueHerbert Dürr
NSLog demands a non-const NSString but doesn't change the string. (cherry picked from commit 6f279aad1a472ebf4afd08334e10a24342924315) Conflicts: fpicker/source/aqua/CFStringUtilities.hxx Change-Id: I25c82dc81feda9b771f064631857a1e7f9c4d2bb
2013-08-08fdo#67817: GetParent returns a VclGrid instance after conversion to .uiIvan Timofeev
Change-Id: Ib37e2de784823fec209c195963d925748412c692
2013-08-08fdo#36558 Allow custom paths for user dictionariesAndras Timar
Change-Id: I7c1e473fb1e874c137cf47a169fd78bf7a842d4e
2013-08-08fdo#37341 dix unending loop in calc with Goal SeekWinfried
The combination of a solve process happening in two functions (ScDocument::Solver() and ScInterpreter::BackSolver) with iterations and recursive as well as iterative interpreting (ScInterpreter:Interpret() and ScInterpreter::InterpretTail()) led to improper handling of the stack, with an unending loop as a result. Integrating the two solver functions, and so simplifying the code, results in correct behaviour in all documents attached to the bug report. I tested with values for MAXRECURSION of 5 and 400 (standard value) to have really different combinations of recursion and iteration. Change-Id: If4cb8926c5e192cd6c764dcdd45a92e285e983bb Reviewed-on: https://gerrit.libreoffice.org/5292 Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de> Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>
2013-08-07cppcheck: fix memory leakJulien Nabet
Change-Id: Ic52ef3bcbca4c512fcb6e422a9b4e983cccbe41a
2013-08-07Use NSAccessibilityActionDescription for action descriptionsBoris Dušek
Change-Id: I26a233e72274be7afc2e3e41e13a6743f75e695f Reviewed-on: https://gerrit.libreoffice.org/5238 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-07Fix accessibility of text attributes on OS XBoris Dušek
The applyAttributesFrom:... method takes range parameter that specifies a range in the 'string' parameter passed to that method, not in the whole string of the UI element as retrievd in createAttributedStringForElement:... (the former string is a substring of the latter). In other words, the 'range' parameter in applyAttributesFrom: is relative to the string passed to that method, not to the whole string of the UI element. This enables proper reading of text attributes in Writer - when moving cursor through text, VoiceOver now announces e.g. "bold" or "plain" to indicate changes in text formatting. Change-Id: I21a633af0bf426759f639435581fcd3bfeafa598 Reviewed-on: https://gerrit.libreoffice.org/5236 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-07Add debugging output for OS X accessibilityBoris Dušek
In case someone needs to debug accessibility on OS X, provide ready debugging messages to be enabled by changing #if 0 to #if 1. Change-Id: I4d0c0b11d12aa2419c53da7656a881f43c436d87 Reviewed-on: https://gerrit.libreoffice.org/5237 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-07Commit after DDL statement. (firebird-sdbc)Andrzej J.R. Hunt
Changes made in a DDL statement are only usable after a commit in firebird, e.g. a created table won't appear etc. Change-Id: I3b537f495b6bc96fa48ebc1a3e46205da60bb2d4
2013-08-07Add error checking to commit(). (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: I0717fad287f95d510d044055edc11737fde0c505
2013-08-07Clean up ResultSet management. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: I00cd0aa08a5a3da17f06933ebc3422a6b4b8bc74
2013-08-07Clean up statement handle on closing ResultSet. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: I7e59c1939651cc55090ca3a5f1a9a388d685dc43
2013-08-07Fix transaction creation when autocommit disabled. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: I190a90e9821961c4e972ec26ac282b05fd375d4b
2013-08-07Remove unnecessarily duplicated execute/executeQuery. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: Ic173346c4cac140b9426560af9a9b196d93ec2f5
2013-08-07Convert line end change warning to widget UIOlivier Hallot
Change-Id: I1aca130736d2c45a251a3551976e549f107cad0e Reviewed-on: https://gerrit.libreoffice.org/5298 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-07alerts have 12 border and 24 spacingCaolán McNamara
Change-Id: I5978acd24f27bb7c626df567fefcc3f384336e91
2013-08-07add a secondary line of textCaolán McNamara
Change-Id: Ic3878a45ddedd2e3a3815e617dd37edf6b90d1b8
2013-08-07Convert delete arrow warning to widget UIOlivier Hallot
Change-Id: I9848233357b5cc3b07e66e1ef689db1ae7f28075 Reviewed-on: https://gerrit.libreoffice.org/5297 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-07convert label medium tabpage to .uiCaolán McNamara
Change-Id: I38c3e28070b9d5b689bd6ba4bde01a7a8dedba18
2013-08-07Updated coreCaolán McNamara
Project: help 3a0ee05036d90ca6ec6ec414194a1119301455fc
2013-08-07Translate German commentsPhilipp Weissenbacher
Change-Id: Ie5b0fd4e73a62b28891f2f07c9fabe468ef9906c Reviewed-on: https://gerrit.libreoffice.org/5304 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-08-07resolved fdo#67444 don't push_back() with already reserved sizeEike Rathke
Change-Id: I5660bdf07ad0adae053508bed1805369850c1134
2013-08-07offapi: fix doxygen warnings in awt::MessageBoxTypeMiklos Vajna
Change-Id: I1c48d62cb6793ed6cab261c6de7095c755ab52f2
2013-08-07Bin obsolete and unused exchange actionsTor Lillqvist
Change-Id: I6ae9353aa87c7b8303f77af98b968ae873c2f727
2013-08-07More OUString Conversion in sc/source/ui/dbgui/validate.cxxJoren De Cuyper
Thought there were some String-conversions missing to fix fdo#67480 . Bug is still reproducible, so doesn't fix it. Change-Id: Ifd36cb2042b99565b210796edc77120697672278 Reviewed-on: https://gerrit.libreoffice.org/5290 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-08-07fdo#46037: remove 1 comphelper/configurationhelper in frameworkJulien Nabet
Change-Id: I7c958347297f17875aded7a64526b1673a439ecf Reviewed-on: https://gerrit.libreoffice.org/5271 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-08-07fdo#65354 don't slap a timezone on time valuesLionel Elie Mamane
There is no way to guess a "right" timezone, since there is no date. So could be with summer (daylight saving) or winter, nobody known. Change-Id: I1617caa8a3e902d7cabbf25dcee67c9aed9b7dc7
2013-08-07convert label options tabpage to .uiCaolán McNamara
Change-Id: I3fd082bc3a8989f6099ee826f61240d9227b2afe
2013-08-07Updated coreCaolán McNamara
Project: help 00b5861129f309f097ea6d7c3509f6a4aa777292
2013-08-07remove userstate from the repoSiqi LIU
Change-Id: I60c7d5c74f919bc165e1c2629f7b05aad2442eb7
2013-08-07fix for popOverMenu on iPadSiqi LIU
Change-Id: I31180bfe086b339ad0b11ad28e770bdf3335d423
2013-08-07minorSiqi LIU
Change-Id: I949464f042e3bb2ba1360feb6ba4867b332b8483
2013-08-07design style revamped for iOS7Siqi LIU
Change-Id: I469e50e779ac201ab15aa8fff8e2f6fcfb2f99b6
2013-08-06remove unused variableLuboš Luňák
Change-Id: Iaf22f259fa396deee3cab84cc9549427b76017c2
2013-08-06equalsIgnoreAsciiCaseAscii -> equalsIgnoreAsciiCaseLuboš Luňák
Change-Id: I218389623e8774a7aabbbd0be58d4d17acbef631
2013-08-06convert use as default msgbox to .uiCaolán McNamara
Change-Id: I65c994810fd1ad16491623ed76bf85c43ffcd702
2013-08-06Correctly handle varchar. (firebird-sdbc)Andrzej J.R. Hunt
Previously SQL_VARYING was cerced to SQL_TEXT which loses the string length. Change-Id: I5ab6c0ce2892dcb986282d6bf6fbb770b4fbafeb