summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Drop bogus and unneeded os.makedirs() callTor Lillqvist2013-09-301-4/+0
| | | | | | | It is a (file:) URL anyway, and LO seems to take care of creating the directory as neded. Change-Id: I19dd7b67cfe2f77cea14e882c1142fadde2fbdaa
* merge queue_layout and queue_resizeCaolán McNamara2013-09-3014-26/+70
| | | | | | | | | | | so that any window derived class, and not just dialogs, can trigger layouting of their children. Merge together the handful of hacked-up impls of this. Do that then for the sidebar PanelLayout so that when the label of the custom animation frame changes that the frame allocates enough space for the new label to display fully Change-Id: I9a95f6c3f60cd6cea47656e66cb9ffcc154a3a5a
* Set LIBO_ONEWAY_STABLE_ODF_EXPORTTor Lillqvist2013-09-301-0/+1
| | | | Change-Id: I97ef9ba6a3082403a76612cf99e46a0d19c9643e
* Add hack to optionally get stable ODF output from the same inputTor Lillqvist2013-09-309-67/+322
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To be used in regression testing and similar scenarios, where the output ODF is *not* intended to be further manipulated in LibreOffice. An environment variable LIBO_ONEWAY_STABLE_ODF_EXPORT is used to toggle this behaviour. I am not 100% sure whether the generated ODF with the hack toggled on is even fully correct, but correctness is not the purpose of the hack anyway. Two classes of issues handled: 1) Automatic style names and 2) use of randomness. For class 1), when the hack toggle is in effect, we generate the names at first as strings based on all the properties of the style, and sort them based on those, and then rename them (for brevity in the output) to the "normal" form of a short prefix plus a number (like "P12"). Sure, it would have been better to just figure out *why* the automatic style naming currently is not stable in the first place, but outputs the styles in different order (with some styles being assigned different numbers) in separate invokations of LibreOffice), but I was unable to understand that. Possibly this code could be used in all cases, except that it does break some unit test (can't recall which right now). I don't know whether that is simply because the unit test assumes too much knowledge of the internal workings of the automatic style name generation, or whether the generated ODF is actually invalid. For 2), I found a handful of places where randomness was used to generated various kinds of identifiers in ODF output. I changed those to just use large (64-bit) non-overlapping integers instead. I assume there *is* a point in the original code in each case that explains why randomness is needed, so the hack definitely needs to be optional and used only for the above mentioned scenarios. Change-Id: I17b657197e38bcf24abdfe61ad4a277f4339eeae
* junit: add 'r' to creating, and better exception descriptions.Michael Meeks2013-09-305-15/+15
|
* junit: make tests robust by compensating for intermittent sizing race.Michael Meeks2013-09-301-7/+13
|
* Revert "Fix OpenCL use on Mac"Tor Lillqvist2013-09-303-15/+4
| | | | | | | | | | | Nah, do use clew after all. Makes it easier to build against an old SDK. Do always link against the OpenCL framework, though, and use NULL instead of some dylib name as the parameter to clewInit() (and thus dlopen()). This reverts commit d0fdae78797979949ec7ead20ad52b901c8c7e9a. Change-Id: I2ec07ddf60941851ea70523113296627fbd80a0c
* fdo#43157 - Clean up OSL_ENSUREJacobo Aragunde Pérez2013-09-301-12/+12
| | | | | | | | Replaced with C's assert() or SAL_WARN_IF depending on the meaning and context of the check. Change-Id: I70d2fe8128e39b38cce03caacf95fd3757e6974e Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* Clang does not support -fno-check-new (and it is the default for GCC anyway)Stephan Bergmann2013-09-302-0/+12
| | | | Change-Id: I7063439eb042f2abfafc06d48c4bccffd6c7762e
* gitignore configure-generated Info.plistStephan Bergmann2013-09-301-0/+9
| | | | Change-Id: I390dfbdedd5c4b53519c51d9953a6be07f403bc0
* -Werror,-Wunused-functionStephan Bergmann2013-09-301-10/+0
| | | | Change-Id: I55e586fe1d145be139bf1c5b00f434ea31ba50d7
* fdo#62082 Better Layout for Custom Animation SidebarSamuel Mehrbrodt2013-09-305-326/+231
| | | | | | | | | | | | | * Use a toolbar with Icons instead of buttons with text * Remove the "Start Presentation" button - it's already in the global toolbar * Move the List of Animations to the top, the toolbar below it This has already been discussed in the Design team (see bug report) Change-Id: Iacbb4019ce496f1fc0dd7a252fb84f1ab52cc945 Reviewed-on: https://gerrit.libreoffice.org/6055 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* 3rd party libs need to be listed more individually now, sighTor Lillqvist2013-09-301-1/+21
| | | | Change-Id: I604f681a43a209cb6951209e01be1bcc26cdc3c9
* Convert Draw object & background dialog to new UIOlivier Hallot2013-09-308-236/+410
| | | | | | | | | | Conflicts: sd/UIConfig_sdraw.mk Change-Id: I5625420bb374c03da0095065444787d082df8038 Reviewed-on: https://gerrit.libreoffice.org/6066 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* gbuild: remove "templates"Michael Stahl2013-09-309-337/+0
| | | | | | Nobody uses those anyway. Change-Id: Ifa20827c0526a6eb3c9f554e652a354327282f48
* gbuild: remove processdelivered.mkMichael Stahl2013-09-301-27/+0
| | | | | | obsolete since 6280f921050e6e879ca752abf4e8fb7553aba6f5. Change-Id: Idab0c904f05da66956ecbd8a01f3e9d2e2d7c605
* Convert Draw char dialog to widget UIOlivier Hallot2013-09-308-130/+173
| | | | | | | | | | Conflicts: sd/UIConfig_sdraw.mk Change-Id: I1635e21d3bcfa708b4e6b99e5ec5bd00448e1f59 Reviewed-on: https://gerrit.libreoffice.org/6054 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Convert Draw page dialog to Widget UIOlivier Hallot2013-09-307-125/+157
| | | | | | | Change-Id: I65cb85e4f8ce3f234e6d9ae780a83db04c23f0f6 Reviewed-on: https://gerrit.libreoffice.org/6053 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* fdo#69862 SwCrsrShell::ExtendedSelectAll: don't always select footnotesMiklos Vajna2013-09-307-11/+30
| | | | | | | | | | | | | ExtendedSelectAll() was originally invented to e.g. select the whole document, change the language of the selection and then inmediately (before the layout is updated) undo the selection. When using it for "select all and doc starts with a table" purposes, then footnotes shouldn't be selected, just like those are not selected either, when the doc starts with a normal paragraph. Their anchor is still selected, and that's enough to have correct delete and copy&paste. Change-Id: I4fc49db628054a4b8a46effc2d0328eaabcaa9f8
* SwTxtNode::dumpAsXml: don't dereference these pointers unconditionallyMiklos Vajna2013-09-301-2/+4
| | | | Change-Id: I1b65cd92b6a2afa36a0181ab9851cfb2e30a11c3
* Updated coreLaurent Balland-Poirier2013-09-301-0/+0
| | | | | | | | | | | | Project: help a6e10a3d4ef8a1f0f1c4826e300d377d677cf6e3 Update help for non-breaking space option in French Change-Id: Ib01aa45d1c8b23e052e1ee24e26922a78a96a98d Reviewed-on: https://gerrit.libreoffice.org/6046 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* n realloc -> 1 malloc + n same assignments -> 1 onlyJulien Nabet2013-09-301-8/+4
| | | | | | | Change-Id: Ib65fabfb7445c8548845f89e5fa957a412b4222f Reviewed-on: https://gerrit.libreoffice.org/6063 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Related: fdo#38838 remove UniString::SearchAsciiCaolán McNamara2013-09-3025-190/+247
| | | | Change-Id: Icb7850aaabe59f96ea26a665a8d25617b2741d68
* Indirect dependency on boost_headersStephan Bergmann2013-09-301-0/+2
| | | | | | | ...since 2eb36dc4b846ab5886ae71fd2978b56b2a2d1d08 "Hack to not leave SolarMutex released after g_main_loop_run call." Change-Id: Ib4eb92002531af423b3ed4f24f6f4b71dc9cdc0d
* Clean up rtl/character.hxxStephan Bergmann2013-09-303-142/+98
| | | | | | | | | | | It is probably best to base the functions on Unicode code points instead of scalar values, now that they are also used from sal/rtl/strtmpl.cxx with UTF-16 code units and with arbitrary bytes (with values assumed to be a superset of ASCII, though). Rename compareAsciiIgnoreCase to compareIgnoreAsciiCase. Also, the corresponding tools::INetMIME functions can be removed completely; no need to keep them around as deprecated. Change-Id: I8d322177f4909e70a946e8186e3e0f7fa6d9a43e
* Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini2013-09-308-218/+104
| | | | | | | Also remove all others implementations. Change-Id: I1dc108a9103f087bd8ce591dff2ac5dd254746f8 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* Updated coreJan Holesovsky2013-09-301-0/+0
| | | | | Project: help 824cfdb0fa0c61079cb334b1f52d992fc4abfc34
* delete code that was commented outPhilipp Riemer2013-09-308-49/+2
| | | | | | | Change-Id: I86f53763305682946098ece4fd6d58bcfdc5a73f Reviewed-on: https://gerrit.libreoffice.org/6083 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* Fix up the expat dependencyTor Lillqvist2013-09-301-1/+2
| | | | Change-Id: I426779bbe0308a4e1c3bc567fe2ca67805d95e55
* This have been unused for a whileKhaled Hosny2013-09-301-2/+0
| | | | Change-Id: I0a3249ac8adb739622992f7713d5184aebc4ce80
* Werror: nMinWidth unusedJulien Nabet2013-09-301-1/+0
| | | | Change-Id: I2fea7be5e59c449b4d17fc30d2d3c1fcc651938d
* Ctrl + K now opens the HyperlinkDialogDanny Brown2013-09-301-0/+6
| | | | | | | Change-Id: I0177b32376b7d4c80876ad686d9e7bb16ac8d7fa Conflicts: officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
* Add xxhdpi action bar icons and remove an unused search icon.Artur Dryomov2013-09-3010-0/+0
| | | | Change-Id: I7c092f0c5e42ea478946506be49a2ad47a4bb67a
* Add some horizontal space for the computers list.Artur Dryomov2013-09-302-1/+5
| | | | Change-Id: I4dffdf3477e4c98420ef3dee9990485c70d7a1ec
* Rename some resources, fix action bar tab selectors as well.Artur Dryomov2013-09-3050-37/+73
| | | | Change-Id: I48b4f69bd85b9aa0b034f6a7210311598662c163
* Change text for keeping screen on preference.Artur Dryomov2013-09-301-2/+2
| | | | Change-Id: I565889ff328816031f5a73d9817b53bd18e7f153
* Change action bar background.Artur Dryomov2013-09-304-2/+2
| | | | | | | | Use 9-patch instead of solid color. The drawable contains a little bottom border which suits action bar better, especially on Jelly Bean MR3 where there are no shadow below the action bar. Change-Id: I2fd34109aae82b52326cf1315c4080e72bdb2530
* cppcheck: some cleaningsJulien Nabet2013-09-293-8/+4
| | | | Change-Id: Ie41b33c09d79b40116cc10f7557987860acb55e8
* add border to driverlist and drop unnecessary custom hidCaolán McNamara2013-09-292-3/+1
| | | | Change-Id: I4e81556a0e1e0a6c9dd2aea42b3e7106f7dcf65c
* Updated coreCaolán McNamara2013-09-291-0/+0
| | | | | Project: help 1008ed32d8e2196c3c26e5aee2c1929377bea919
* swap buttonbox for boxCaolán McNamara2013-09-291-8/+2
| | | | Change-Id: I56f2ea6731996edc9a4582dc83c9b00f09df8fd7
* no need for a double border inside borderCaolán McNamara2013-09-291-1/+1
| | | | Change-Id: I650e00bd026a66f82c6a21b0810b53f2f98c81c9
* no need for custom HID_OFAPAGE_MSFLTR2_CLB hidCaolán McNamara2013-09-292-2/+0
| | | | Change-Id: I6002c20bf1f6e6dab6ba7d0b7a0fbbe6a721e115
* Updated coreCaolán McNamara2013-09-291-0/+0
| | | | | Project: help 3d831c50a956ae42a8988d7c579a8e33b4ab6886
* replace more auto_ptr with scoped_ptrMarkus Mohrhard2013-09-298-15/+10
| | | | Change-Id: Ia96fcc857e028c7c14186b9560153e7580e6b4fb
* remove unused includeMarkus Mohrhard2013-09-291-3/+0
| | | | Change-Id: I5d2c9bbb45c3a1f058cf3ec0e5a2a255ce83cefe
* remove a few more auto_ptrMarkus Mohrhard2013-09-294-17/+11
| | | | Change-Id: I316d5c91bf80ab46f8f29f4986295d48fc4427e7
* replace some auto_ptr with boost::scoped_ptr in chart2Markus Mohrhard2013-09-297-18/+18
| | | | Change-Id: I45abfdee2e4a4e51d2066afc867e730008579814
* fix undefined behavior with out-of-bounds substring accessMarkus Mohrhard2013-09-291-3/+7
| | | | Change-Id: Ie40d3dd2947d41b62eae84f20cfe457d69cc4bfe
* show chart context menu entries againMarkus Mohrhard2013-09-291-1/+1
| | | | Change-Id: If4ff5188af95a7b5274d88ced41ceaae2bb7fd0b