summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-04fix Win32 manifest linking: get dependencies the right way aroundMichael Meeks
the .bin depends on the _bin.exe and not vv. also -f is required for rm in phony clean rules
2011-11-04gtk3: move gtk+ file picker into vcl - a more sensible place for itMichael Meeks
2011-11-04We always either build nss or use the system oneCaolán McNamara
We always either build nss or use the system one, so there isn't a case where we want to bundle the ancient nss in the pre-builds
2011-11-04fix encrypting odf documentsCaolán McNamara
xsec_fw is always built, so always register and install xsec_xmlsec is built when ENABLE_XMLSEC is true, match register and install plugin is built when WITH_MOZILLA is not NO, match register
2011-11-04Deduplication and generalization for cross-compilationTor Lillqvist
Introduce gb_Helper_LIBRARY_PATH_VAR that is the name of the environment variable used to look up shared libraries, which differs depending on OS_FOR_BUILD. Set that environment variable instead of a hardcoded LD_LIBRARY_PATH in gb_Helper_set_ld_path. Make all the PRECOMMAND macros actually use gb_Helper_set_ld_path instead of duplicating it. This fixes cross-compilation to HOST platforms that use unxgcc.mk (for instance Android) from BUILD platforms that don't (for instance MacOSX).
2011-11-04Some WNT-only code still needs ApplicationEvent(); plus made the other ctor ↵Stephan Bergmann
explicit.
2011-11-04quiet normally incorrect empty fragments warning cluttering tinderbox outputMichael Meeks
2011-11-04download: do not annoy me by creating bogus git-hooksMichael Stahl
2011-11-04'g': whitespace: expand tabsMichael Stahl
2011-11-04'g': actually set up git hooks properlyMichael Stahl
2011-11-04gbuild: document more user defined variablesMichael Stahl
2011-11-04configure: --with-linked-git: check that clone repos existMichael Stahl
If you specify the directory of the core repo instead of the clones subdirectory a huge mess results.
2011-11-04gtk3: add missing include, and rtl namespaceMichael Meeks
2011-11-04binfilter test needs to have SOLARSRC set to find sample docsCaolán McNamara
2011-11-04update unused listCaolán McNamara
2011-11-04convert zip of makefiles.mk to a patch and skip building some we don't needCaolán McNamara
2011-11-04Put BitmapDevice::getPixelData() back.Thorsten Behrens
Slight tweak of d0d62edf3f398e9ddb2fd0f1f5fbe1dd0393ff47 - getPixel() and getPixelData() are complementary functions, similar in spirit to const and non-const getters. Added unit test for it to avoid flagging it for removal again.
2011-11-04suppress warnings about inexact argument typeIvan Timofeev
2011-11-04Removed spurious junk left over in previous commit.Stephan Bergmann
2011-11-04Further clean up of areas touched by previous commit.Stephan Bergmann
2011-11-04String->OUString, remove unused codeAugust Sodora
2011-11-04Added OUStringBuffer::append(char) so that b.append(' ') does what one expects.Stephan Bergmann
2011-11-04add missing includesDavid Tardon
2011-11-03Cleanup basebmp a littleJoseph Powers
I removed 2 unused headers. I also stopped delivering a lot of headers that no one outside of basebmp cared about. I also removed the unused methods: basebmp::BitmapDevice::getPaletteEntryCount() const basebmp::BitmapDevice::getPixelData(basegfx::B2IPoint const&)
2011-11-04remove some unneeded dependenciesMarkus Mohrhard
they are no longer used because we separated macros_test and filters-test
2011-11-04add test cases for "Informations" functions to functions.odsMarkus Mohrhard
2011-11-03Unwind and refactor some of the Grey Palette stuffCaolán McNamara
We get some assertions in the smoketest with --enable-debug, looking closer I think to use a single bIsGrey flag we... a) would need to check after every modification of a Palette that mbIsGrey is still valid and update it accordingly b) There are a lot of routes outside of direct assignation to the stock Grey Palettes that can result in Grey palettes in e.g. the pngreader, they would all need updating :-( So, how about just refactoring the original HasGreyPalette and IsGreyPalette.
2011-11-04Translated some comments in svxTim Hardeck
Translated the comments of four files from German to English in the svx part.
2011-11-03component files for password testMarkus Mohrhard
if this breaks a --disable-nss build please revert this patch
2011-11-03initial work for a password testMarkus Mohrhard
still needs work in: - RdbTarget_sc_filters_test -- missing component files to NSS (need to be conditional on nss) - nssinitializer.cxx:306 -- new environment variable BRAND_PROGRAM_DIR for $(BRAND_BASE_DIR)/program that is overriden in the unit test to solver/(platform)/lib - make the testPassword in filters-test.cxx conditional on NSS - LD_LIBRARY_PATH needs an additional entry for solver/(platform)/lib/sqlite password.ods has password test and has been created Nov, 3rd 2011 with a master build and should be ODF1.2 conform
2011-11-03fix gtk2 buildCosimo Cecchi
2011-11-03Introduce LibreOfficeMinGW distro-config.Jan Holesovsky
2011-11-03Fix the --disable-xmlsec build.Jan Holesovsky
2011-11-03gtk3: Check for gtk3 >= 3.2 - we need that for broadway anywayMichael Meeks
2011-11-03IsGreyPalette: belt and braces, empty palettes are grey (apparently)Michael Meeks
2011-11-03gtk: fix the buildCosimo Cecchi
2011-11-03Give Mac master builds a nice background .dmg image, tooThorsten Behrens
Added a new DevVersionCopy action to scp2, that fires if PRODUCTNAME equals "LibO-dev" - in that case, we use the DS_Store_Dev one.
2011-11-03gtk3: implement rendering for Listbox widgetsCosimo Cecchi
2011-11-03gtk3: translate the cairo context instead of rendering from (1, 1)Cosimo Cecchi
It's just way easier than doing it every time.
2011-11-03gtk3: misc cleanupsCosimo Cecchi
2011-11-03gtk3: implement rendering for ComboboxesCosimo Cecchi
2011-11-03gtk3: implement rendering for spinbuttonsCosimo Cecchi
2011-11-03gtk3: always set the wmclass using the X helperCosimo Cecchi
The helper provided by GTK is only meant to be used before the toplevel is realized, so it's not useful for this case. Instead, always call the X helper. This also gets rid of some GTK warnings we get on the terminal.
2011-11-03gtk: add widget_get_xid()Cosimo Cecchi
And use it in GtkSalFrame
2011-11-04catch exception by const referenceTakeshi Abe
2011-11-03remove all debug output from filters-test that was for the xls bugMarkus Mohrhard
2011-11-03need to quote command hereMarkus Mohrhard
2011-11-03codename is set by ScTabel constructorMarkus Mohrhard
2011-11-03Check $OS, not the build platformTor Lillqvist
2011-11-03probably need to add mbIsGrey to operator== comparisonCaolán McNamara