summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl
With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest classpath automatically it is no longer necessary to call gb_Jar_set_jarclasspath manually except for the URE jars, which are apparently not supposed to be added automatically. Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29
2012-08-15gbuild: remove horrible abuses of gb_Jar_use_jars:Michael Stahl
Let gb_JavaClassSet_use_customtarget add the customtarget workdir to the classpath. Change-Id: I836e890b43bb2ca06d19cf9f83a5fa8f735cf963
2012-08-15gbuild: s/gb_JavaClassSet_set_classpath/gb_JavaClassSet_add_classpath/Michael Stahl
Change-Id: I549888fcfe08d83101e414de86e8c9db1357d6eb
2012-08-15gbuild: refactor external jar handling:Michael Stahl
Using a system jar should really put the system jar onto the manifest class-path, but that is currently difficult because externals are used by JavaClassSet and not Jar; fortunately it seems nobody uses gb_JavaClassSet_use_external directly so move the implementation to gb_Jar_use_external. Change-Id: Ieac480b3dec0ad39d2404b0a64b641eaf73c1e4a
2012-08-15Fixed line breaks in notes export.Andrzej J.R. Hunt
Change-Id: If3db4dea84448e9d7ee26d797a25f7e4aa4d5941
2012-08-15Do not check the stored DIFAT sector count.Kohei Yoshida
Refer to this thread for details. http://lists.freedesktop.org/archives/libreoffice/2012-August/036852.html Change-Id: Id2115732a1e1bcd78c13445f5aaefe1ec7cfa0c2
2012-08-15Added rotated blankscreen + fixed return button.Andrzej J.R. Hunt
Change-Id: I770ff1d77102cfbe63849babed6bd9406d958b09
2012-08-15Fixed image updating in Presentation View.Andrzej J.R. Hunt
This is done by removing caching in the AbstractCoverFlowImageAdapter. Change-Id: Ib6df57a73545f8a98b4104a6e2917121e9d7afa8
2012-08-15followup patch for commit:541986fef0993d749cc7ed790eacace322f43bb0 fdo#53229Noel Power
discovered 2 bugs with the previous patch, a ) need to properly calculate the topleftmost position for the combined shapes in the group b) when you have groups within groups then the offsets need to be applied to the topmost parent Change-Id: I2edc0cccca439b3103b61c8116d1cde1536519da
2012-08-15Linked ABS. Migrated Settings Activity to v4 + ABS.Andrzej J.R. Hunt
Change-Id: I93195124aafd8472671a2cf4edddd82c37789016
2012-08-15Related fdo#44989: Bin (Un)LockRegion functionsJulien Nabet
Change-Id: I65f6e62ee045f5d9bdbd9cef02cfc7470aaca635
2012-08-15Added About Dialog.Andrzej J.R. Hunt
Change-Id: I8839c10e79f8f9ec864a33be7e182c8509d0b35e
2012-08-15moved my border test to odfimportArtur Dorda
Change-Id: Iafab67a2e1f75f754be99a98f8e573ad07847463
2012-08-15-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: I1341170e8ca43e23723a88ec05d826981e4473ee
2012-08-15Migrated to v4 support library fragments.Andrzej J.R. Hunt
Change-Id: I6db5d05e15cbe603327fc9f59e7b8cace343e36b
2012-08-15warning C4310: cast truncates constant valueMichael Stahl
Change-Id: I3ebaec3953f86e8f42937e29fad54bafe87900fa
2012-08-15sigh.. MSVC warning C4146: unary minus applied to unsigned type?Michael Stahl
Change-Id: Ic2bbde637fd0a074f89b5ffa7af6e87d7cb408c5
2012-08-15oops forgot #include limitsMichael Stahl
Change-Id: I49161e270eda68d693181c3fff578ba5511bc6d4
2012-08-15that->than in comment typoCaolán McNamara
Change-Id: I3c0e8ce9b2aabe0bd27d5d6d15cd7cb53f72c31c
2012-08-15make all autocorrection manifest.xml have the same styleCaolán McNamara
now that these are stored unpacked we can see that there are a) a bunch of CVS dirs listed in some of the manifest.xml's b) some missing media-types for some .xml files c) various additional useless MANIFEST.MF files c) wild inconsistency in style Change-Id: I5ba3955470bf479f1b7ce2a4f243c600dcc38b8f
2012-08-15Be less picky about how the Android SDK is configuredTor Lillqvist
Change-Id: I2118314038f7df3e534d8682495fd72a09bf76c8
2012-08-15Don't bother having configure look for stuff not needed for the build platformTor Lillqvist
Change-Id: I2013204f433473cbaa33c7d89d980e31b3def654
2012-08-15ScFiltersTest: fix overloading problemMichael Stahl
Change-Id: I691e683e2ec4d794de2f0860162f29a970c99397
2012-08-15SfxTemplateManagerDlg::OnTemplateSaveAs: fix assertMichael Stahl
Change-Id: I5dac56ac36eac128f1880987c084d09d8076c3f7
2012-08-15fix for fdo#53229, import group shapes position and size correctlyNoel Power
Change-Id: Ie513b4a6351a2c6458eeca208faf7ba5bbb9fcce
2012-08-15-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: I9828862ea90a45848b3e8d21ec3ee960ce7c9015
2012-08-15-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: I6fc91959f024b9a1f9e8633af8e16048752f6bdc
2012-08-15-Werror,-Wstrncat-size (Clang towards 3.2)Stephan Bergmann
Change-Id: Ifdf0c47b38621835d6c6fa3a180d78f3f14edabf
2012-08-15overflow in implicit constant conversion [-Werror=overflow]Michael Stahl
Change-Id: I4fa1168a06118066c72a66801d911a49653f425f
2012-08-15avoid writing empty p:childTnLst elements, fixes rest of fdo#41992Radek Doulik
Change-Id: Idc09103bb8e4dbd580b5ae53f7929b4700f2c818
2012-08-15Dont draw thumbnail border if theres no thumbnail to paint.Rafael Dominguez
Change-Id: I6ca934ccf2e1fa34e60cae3feb1564c87e69254b
2012-08-15Disable general manager actions while in save mode.Rafael Dominguez
Change-Id: I46496f75b7a9f441c989f8a750ecc675781162af
2012-08-15Save template in the currently open overlay.Rafael Dominguez
Change-Id: I8b577ee7ab73384486b4756dd303e595da9210f8
2012-08-15Save a template to selected folders.Rafael Dominguez
Change-Id: I16969fa0b28ff5f1e5abe7e58ad8522c03b3ea4e
2012-08-15Show error message when trying to save without a destination folderRafael Dominguez
Change-Id: Ib0ac72b5adb8544b2bd488bd3c3701898df2877d
2012-08-15Add save templates command to manager.Rafael Dominguez
Change-Id: Ic538f23f1d8c4ba8f1a47386e1d16337cf2650c9
2012-08-15Show empty folders when display all templates.Rafael Dominguez
Change-Id: Id78a18b00213a3963be583c2ae1b3534eb27df57
2012-08-15Hide commands that are only for one selected template.Rafael Dominguez
Change-Id: Ib785e13402ec56bdc30a554c4fef6c81803db90f
2012-08-15Close dialog when clicking the close button.Rafael Dominguez
Change-Id: Idc07559a2635a3fb19cfba07e564c90fad913c12
2012-08-15moving border tests from {rtf,ooxml,ww8}tok to {rtf,ooxml,ww8}importArtur Dorda
Change-Id: I705fc507429c5516e88597bd4db9e2e3dead8d93
2012-08-15decodeBase64 test is done and workingArtur Dorda
Change-Id: I4dfc20e0e577f986c626d4c4bab5b4e3214e4567
2012-08-15encodeBase64 test is workingArtur Dorda
Change-Id: I598ea47ff02b15fdb1d7ff3992d2c660f5a41c95
2012-08-15added some extreme values in string-to-measure testArtur Dorda
Change-Id: I8fd9029f42159444e7bb56f89eeb83fdb3745732
2012-08-15'string to number' test coveredArtur Dorda
Change-Id: Ib8a81edce168be5babd1bcd62746199de77c2ade
2012-08-15'number to string' test coveredArtur Dorda
Change-Id: Ic6bdc9448509e6f8251709c22576cc10cf9b8eb2
2012-08-15'string to color' test coveredArtur Dorda
Change-Id: I024296d1f71bd06837547cd8af3adc2cf2830b95
2012-08-15'color to string' test coveredArtur Dorda
Change-Id: Ia65d1bef19ec02efbb5d7dd784d4cc48c3dd51f2
2012-08-15'percent to string' test coveredArtur Dorda
Change-Id: I6966191a3adde0af318021ce8eec910763c42585
2012-08-15'string to percent' test coveredArtur Dorda
Change-Id: Ib18e28cba03c7032e8a446449b2839e7b7534133
2012-08-15'bool to string' test coveredArtur Dorda
Change-Id: I8ee1142b2a68799a650f501e2fe491a5ed8d7a5e