summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-07-17allow radiobuttons and checkbox images to be aligned from .uiCaolán McNamara3-17/+49
Change-Id: Iee7b970344ac85e4b8ce51f1c3b5ae6605c05843
2013-07-17Fix mingw64 build of accessibilityFridrich Štrba1-1/+1
Change-Id: Ief6a4fe62ceb5bf3bd90530db622c7c178e7430e
2013-07-17Disable firebird when cross-compiling.Andrzej J.R. Hunt1-0/+2
Change-Id: I866f64af11350c838687cdaf3888efdee86dd95b
2013-07-17firebird: remove more patch hunks that just re-order link argumentsMichael Stahl1-153/+12
Change-Id: Ic90b4d7a3476395c5a43310f7adca3e3d97034a9
2013-07-17firebird: remove the part of the patch that only reorders link argumentsMichael Stahl1-281/+0
Change-Id: I96a4d70ae975ce4b6caf9dffaa87b35a66696447
2013-07-17firebird: get rid of EXECUTABLE_OUTPUT_FLAGMichael Stahl1-78/+51
The gcc-wrapper already translates -o to -Fe. Same for CC_OUTPUT_FLAG. Change-Id: If72fdd2b67380711a116ba9ae7aaa505a2c3eb62
2013-07-17firebird: pass link options as LDFLAGSMichael Stahl1-2/+4
Change-Id: Ieb26e89c4a2aa1df28dc44b393c3130dda0d23dd
2013-07-17firebird: do not use EXECUTABLE_OUTPUT_FLAG (-Fe) to link dllsMichael Stahl1-4/+4
Change-Id: I1e73fb6f0473d79948b106e96fa3b8c77e5938ff
2013-07-17firebird: fix build with MSVC debug runtimesMichael Stahl1-1/+5
Change-Id: I6fc9ee8e37126fb35603a9e56295ced57ce8a2ee
2013-07-17Revert "Trying to fix win32 dbgutil build of firebird"Michael Stahl2-1236/+0
This reverts commit 83dc90038714e5c90ce736c824afc59b79ec999f. The problem is fixed better by following commit. Conflicts: firebird/firebird-cygwin-msvc-dbgutil.patch.1 Change-Id: I41c9e992d0cacb3c16cc9c4a5029eb9a5345cf3a
2013-07-17gcc-wrapper: improve argument manglingMichael Stahl1-4/+33
- properly handle linker arguments which apparently need to be at the end; without this a configure test to determine name of generated executable fails in firebird with MSVC 2012 - support -o *.o - support -o *.dll - support -def:* - ignore -Wl,* Change-Id: Ia256cb10cc76ae834fc39264609bb120320821f6
2013-07-17warning C4702: unreachable codeMichael Stahl1-1/+0
Change-Id: If5e9b131a17c4a5c2970ffe924188a2ae2344777
2013-07-17firebird: remove junk from patchesMichael Stahl1-30/+0
Change-Id: If0abcc9fc567125d56bf9ad256b18687bb4c9990
2013-07-17remove last users of gb_StaticLibrary_add_noexception_objectBjoern Michaelsen2-2/+2
Change-Id: Ide24057ec7df09c719ad443085390fb53d1bae02 Reviewed-on: https://gerrit.libreoffice.org/4954 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-07-17remove last users of gb_Executable_add_noexception_objectBjoern Michaelsen12-12/+12
Change-Id: Iddee238aa800ecfee8f97a7132b38b6446e0b2a4 Reviewed-on: https://gerrit.libreoffice.org/4953 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-07-17remove last user of gb_Library_add_noexeception_objectBjoern Michaelsen1-1/+1
Change-Id: I9aef310bd7af21c6725c256109776b3bbb8c9574 Reviewed-on: https://gerrit.libreoffice.org/4952 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-07-17sidebar: A FIXME comment; I don't want to spend any more time on this.Jan Holesovsky1-0/+8
Change-Id: I91af1e9d053f3d27074ec0d20c8f2517f71849cc
2013-07-17sidebar: InsertPropertyPanel needs to use SidebarToolBox.Jan Holesovsky1-2/+2
Change-Id: I8e93a91aa7f93c7ca21068d56796c80096711801
2013-07-17Move hasBigImages() from ToolboxController to SfxToolBoxController.Jan Holesovsky7-34/+16
We want to decide whether the images are big or not based on the real (underlying) ToolBox, not on the global setting, because we can have both toolbars with large as well as small icons visible at the same time (small in sidebar, large in toolbars). Change-Id: I046a12a495f2038df9a571f5779794a639bae6dc
2013-07-17Fix crash & reduce nesting.Jan Holesovsky1-14/+17
Change-Id: Ifbfe401cd69678c278394d190a37cc41a28d5c56
2013-07-17sidebar: InsertPropertyPanel conversion to .uiPrashant Pandey7-211/+267
Change-Id: I51df7ade7b5f83124a2a103db3028fbb0b5ea8cc
2013-07-17Disable firebird with --disable-database-connectivity.Andrzej J.R. Hunt1-11/+13
Change-Id: Ieed24db81ccbfdc3e2876ce74afdc13dee4371db
2013-07-17fdo#39904, n#825976: implement hyperlinks for Illustrations indexCédric Bosdonnat7-6/+37
(cherry picked from commit 8bb2c7f1556c10508c8ac451c579539ccf5dacfb) Conflicts: sw/inc/swtypes.hxx Change-Id: I6f682c382e7ab0e06259b335247fdcebd7412942
2013-07-17Updated coreAndras Timar1-0/+0
Project: dictionaries 43d24786db9947f0aababb1228379b0b3ece2652
2013-07-17After some trials, maybe even I can get things rightFridrich Štrba1-1/+1
Change-Id: Ib553ea1ceff1d09dff86c4a36b896dddab854ba0
2013-07-17Brackets are cheap, so use themFridrich Štrba1-1/+1
Change-Id: If5b539025020a2e9a35fa6e7bc70bcc6a9a4f4c6
2013-07-17Fix MINGW64 build in svlFridrich Štrba1-1/+1
Change-Id: I92370c829c192be4ae480e13f290629e7a85be0c
2013-07-17cygpath only on WNTMSCFridrich Štrba1-1/+1
Change-Id: I38a52116e0bcd85d34c153880c281087bcd2cb41
2013-07-17Fix memory leak with osl_getCurrentSecurity ().Mark Wielaard5-14/+39
The result of osl_getCurrentSecurity () should always be deleted again with osl_freeSecurityHandle (). Change-Id: If0991937fcb24207d1f78166f61c4be22d423629 Reviewed-on: https://gerrit.libreoffice.org/4947 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-07-17Updated coreAndras Timar1-0/+0
Project: dictionaries eba615babe174605596d7d31dc33ff1f21dd8b73
2013-07-17Circulate, nothing to see here!Fridrich Štrba1-0/+0
Change-Id: Ib5223b059ac608580bdb3eade0d9c07340ad7b53
2013-07-17Trying to fix win32 dbgutil build of firebirdFridrich Štrba2-0/+1236
Change-Id: Id28b1eeb1f3ef120d0f764d5c584cc97125290a2
2013-07-17fdo#62475 removed pointless commentsJelle van der Waa52-772/+0
Change-Id: Id9d579960a9b641b7b2cdf05eabea8bfbfc06bd6 Reviewed-on: https://gerrit.libreoffice.org/4901 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-07-17Add PrintName to PrintOptions.idlPierre-Eric Pelloux-Prayer1-0/+4
Change-Id: If023204f44a4b1180ea747686356c2a8a7aaf288 Reviewed-on: https://gerrit.libreoffice.org/4859 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-07-17mail merge: forward PrinterName property to ExecPrint methodPierre-Eric Pelloux-Prayer1-1/+1
Otherwise, there's no way to select the printer to use (from an extension) Change-Id: Iee59f9de38547a8edb0419cf4d2df3c1ce2d7999 Reviewed-on: https://gerrit.libreoffice.org/4858 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-17mail merge: properly increment indexing counter (was const)Pierre-Eric Pelloux-Prayer1-8/+9
Change-Id: I1d780a5369c04a93e7fe16b41bff5f37d641e60c Reviewed-on: https://gerrit.libreoffice.org/4857 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-07-17Correct help message for --disable-firebird-sdbcTor Lillqvist1-2/+1
Change-Id: Ia05e09cff1a71237abc487a550dabacd39844c41
2013-07-17Partial patch for C++11 compilation of the Firebird codeTor Lillqvist2-0/+219
Fixes for three classes of C++ errors (real errors, not warnings): "C++11 requires a space between literal and identifier", "non-constant-expression cannot be narrowed from type 'int' to 'size_t'" and "constant expression evaluates to -2147483648 which cannot be narrowed to type 'ULONG'". I didn't bother any more and just use --disable-firebird-sdbc instead now in the tree where I use Clang and C++11. Change-Id: Ie47e2ceef8e014c48e50f5afa5df6f625040974c
2013-07-17We already have the -mmacosx-version-min option we want in CXXTor Lillqvist1-0/+26
No need to add a hardcoded -mmacosx-version-min=10.6 that overrides the switch in our CXX, especially as that causes a linking error when using libc++, as that requires OS X 10.7. Change-Id: Ieb0ccad7613fae793387e38be617e0cb6ac23d06
2013-07-17Add Emacs mode lineTor Lillqvist1-0/+1
Change-Id: I8c4632ff8e38340c1e5474d86ed5c5ab1212cd17
2013-07-17Bin "Only in" linesTor Lillqvist1-14/+0
Change-Id: I65c77736c348078838382ab895749e7a63682fec
2013-07-17Mark as constTakeshi Abe8-13/+13
Change-Id: I59ac01eacf31061093b83ab3057963de7ea4a2e7
2013-07-17n#820077: Import images with duotone filter.Muthu Subramanian9-1/+145
Also, contains implementation for a simple duotone filter.
2013-07-17Remove duplication from FSubComponent.Andrzej J.R. Hunt5-66/+7
Change-Id: I453eb35ec82cfa632616626385a80d6e0d5cebbc
2013-07-17InstallModule_firebird.mk: actually define SYSTEM_FIREBIRDRene Engelhard1-0/+4
Change-Id: I3250eddfb1a718b45694624a3d881210d2136ec4
2013-07-17Make m_aMutex a member variable rather than base type.Andrzej J.R. Hunt2-3/+3
Change-Id: I91491af582b57ae602b89a971ccbe5e4901834bf
2013-07-17Fix clang warnings in firebird-sdbc.Andrzej J.R. Hunt3-6/+9
Change-Id: I89c0f22e8db166537f1d6b9313f94c9c3631f195
2013-07-16Updated coreLászló Németh1-0/+0
Project: help a14b0defe8aec0eb8e80827e5c9cc76ebe742fd3
2013-07-16Don't use firebird internal headers.Andrzej J.R. Hunt2-16/+12
Change-Id: Ida2f3599c2904c1c9a01a46656b8e8cd308a6f52
2013-07-16fix RepositoryExternal.mk for system-firebirdRene Engelhard1-1/+1
Change-Id: Ie8308940bbeb607babaead768407ff6eefcda098