- 19 Agu, 2013 14 kayıt (commit)
-
-
Caolán McNamara yazdı
Project: help 8fad124be31b9f372454c7bb68cbd293f06d4e1c
-
Caolán McNamara yazdı
Change-Id: Ied4353f4997e330f65b8dffb58bbdc791196427e
-
Caolán McNamara yazdı
Change-Id: I7a541a8ba6b561736e93c45ac9c20caddafcbe52
-
Fridrich Štrba yazdı
Change-Id: I2c6f2553cd0a1657981de720b2398754253ec4d4
-
Tor Lillqvist yazdı
Change-Id: I13a819829f1aa6ac3cdf2e3aa1237af170610f80
-
Tor Lillqvist yazdı
Tons of these warnings were printed during the build, and nobody cared, so they can't be that serious, can they? Change-Id: Iecad7d8f6c562d04c5360161387212efef59b889
-
Andrzej J.R. Hunt yazdı
Change-Id: Id192bd7d62d0ce9d5abc04390670cb277c6ec755
-
Khaled Hosny yazdı
Change-Id: I520832508a8d419e394817a0e25949071928f612 Reviewed-on: https://gerrit.libreoffice.org/5478Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Andrzej J.R. Hunt yazdı
createStandardColumnPart returns a string that is usable in table creation, the type descriptor (e.g. CHAR(N)) is also useful in column-type altering statements, hence this is split into a separate function. This is needed primarily in the firebird driver where column-type alter statements are in a different form to most dbs. Change-Id: If44554f979f6dd14bf679455978f3f0b44784bf5 Reviewed-on: https://gerrit.libreoffice.org/5432Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Tor Lillqvist yazdı
It is not completely clear to me whether we really still might be leaving such files around. After all, we now in *two* places (at least in current master) tell our NSWindows to not be restorable... Norbert's code in AquaSalFrame::initWindowAndView() *and* Herbert Dürr's code in -[SalFrameWindow initWithSalFrame:]. On the other hand, Cocoa does seem to create the file and keep it around for a short while before removing it (in responce to our setRestorable:NO calls?), so there is a slight time window where if LO crashes, the file will be left around. Such a file might also be around from an older LO version, or manually planted there by somebody wanting to reproduce the bug... Of course, the *real* fix for this problem would be to make LO a *proper* Cocoa document centric application, that would use NSDocument, NSApplication etc like native applications are supposed to, and that *would* handle window restoration the Cocoa way. I.e., work with the system instead of against it. Change-Id: I9ed058130ddddf49cf0221d899bef3e2654589c7
-
Tor Lillqvist yazdı
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
-
Caolán McNamara yazdı
Change-Id: I7332b0ead075e09b60549203bc32eb99a2bb0430
-
Stephan Bergmann yazdı
Change-Id: I77b2732e04435ee93044b65c4925de43cc20187f
-
Jelle van der Waa yazdı
Change-Id: If93b4a11ac15ede2b08ef42bb2fa4670f0d4cd24 Reviewed-on: https://gerrit.libreoffice.org/5481Reviewed-by:
Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by:
Andrzej J.R. Hunt <andrzej@ahunt.org>
-
- 18 Agu, 2013 26 kayıt (commit)
-
-
Takeshi Abe yazdı
Change-Id: Ic81dd60fadecf72f25792903985f2b387df7a7a0
-
Tor Lillqvist yazdı
For some historical reason, URE has no "share" subfolder on Windows. Change-Id: I530e673cc7a5cb5fe5d82a5e952ac50e4c2270b2
-
Julien Nabet yazdı
Change-Id: Ia742718cebca57237145b16a8bf363a35a95f818 Reviewed-on: https://gerrit.libreoffice.org/5445Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Project: help 00ceae6cf10ed0f4e0165acd0f0cadd54b19c06b
-
Caolán McNamara yazdı
Change-Id: Ic968fdf76f31373240ab70d45192f9716375628b
-
Caolán McNamara yazdı
Change-Id: I0b7c2753fd6974e0db88cc47156156a37cd92987
-
Matteo Casalin yazdı
Change-Id: I3706675aa18d4a2f6ecdcfef1e36da8c87adafac
-
Tor Lillqvist yazdı
In that case, the .py files are in Resources while pyuno.so is in Frameworks. Or maybe I should put pyuno.so in Resources. too. Change-Id: Iec453c378defdc45d6d3ba6bd17b2a86de669d29
-
Andrzej J.R. Hunt yazdı
Change-Id: I36d154efb59a6e13da84c004bca8fafe24161088
-
Tor Lillqvist yazdı
Lots of stuff still either ended up in the wrong place, or was looked up from the wrong place, or both. Fix most cases. Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4
-
Tor Lillqvist yazdı
Add a switch --enable-canonical-installation-tree-structure. Only implemented for OS X for now, but the same switch can be used if and when we want to make it possible to make the Unix installation tree more "standard", too. Change-Id: Icb0ad500b77d7e986f2f188fd17faabaf2e2fe99
-
Tor Lillqvist yazdı
Change all instances of hardcoded "program", "share" etc subfolder names to use those from <config_folders.h> instead. In normal builds, the end result will not change. Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
-
Tor Lillqvist yazdı
Change-Id: Ib21607e3fef7c2a52c443d6d16c5466e0a2d4340
-
Tor Lillqvist yazdı
Change-Id: I6aab77fd253baf1fbbfa82d82bd4e83ddd9e3299
-
Tor Lillqvist yazdı
The fcntl fails. Will have to check later whether we should also drop using O_NONBLOCK when opening then. Change-Id: I529a4d728563eb323e35487782f7fee88b2faa0c
-
Tor Lillqvist yazdı
We can't create and bind Unix domain sockets, it seems, so bypass this for now. Change-Id: I85b84099f2d8afe860e0bc866e3ced3cb922ca63
-
Tor Lillqvist yazdı
A sandboxed soffice process (runnin smoketest) has no access to workdir. Change-Id: I62ef94282df37ea710735f1305c1d95dd2b0a304
-
Tor Lillqvist yazdı
Change-Id: I598efffda7be77171cdff9d3d5b8705972cfba18
-
Tor Lillqvist yazdı
Intentionally very brutally just exit after printing out what NSTemporaryDirectory() returns, as this is for use only in unit testing, so that makefiles can learn the app-specific sandboxed temp dir. Change-Id: I96fba1399ffc43b09fe317c1b9db5af76432f4e0
-
Ivan Timofeev yazdı
i.e. replace hardcoded "2" by nInits var. For the Russians nInits == 3. Also move the code block to the more appropriate place. Change-Id: I1cbc6b14dc5e4c04516c0d3952920ee060c81afc
-
Matteo Casalin yazdı
Change-Id: I1415f8b97fc197694bd52b1cf8e94c1ec2c7bdbe Reviewed-on: https://gerrit.libreoffice.org/5467Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Jelle van der Waa yazdı
Change-Id: I35ac622abb995a9259f0774f463ec2816b3668b6 Reviewed-on: https://gerrit.libreoffice.org/5477Reviewed-by:
Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by:
Andrzej J.R. Hunt <andrzej@ahunt.org>
-
Jelle van der Waa yazdı
Change-Id: Ib1c14c6712848ebb28f49d50837f691531c1b5d6 Reviewed-on: https://gerrit.libreoffice.org/5479Reviewed-by:
Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by:
Andrzej J.R. Hunt <andrzej@ahunt.org>
-
Oliver-Rainer Wittmann yazdı
Found by: Yan Ji Patch by: zjcen Review by: orw (cherry picked from commit 3c7cfb25) Conflicts: sw/source/filter/ww8/ww8par5.cxx Change-Id: I458d556dccab7ddbfec4889cab2bfdc76fef15c9 Related: #i119440# correction to be warning-free sal_Unicode is unsigned on all platforms; Found by: Pavel Janik (cherry picked from commit 0d2bf1c7) Change-Id: I9df9ccc770eedc2fa51a080ad47576b06befb6b0
-
Caolán McNamara yazdı
we want to disable all of them when switch to the options page and *restore* the original enable/disable state when switching back i.e. don't enable them if they were disabled due to change tracking password protection regression since 8655095a Change-Id: I2dd6c83fd9613adf42571684a08bff81b86c9ee1
-
Adrien yazdı
Change-Id: Ic37d96c0f3cad6eba9a4e9327463f70ebbbfd317 Reviewed-on: https://gerrit.libreoffice.org/5501Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-