Commit Graph

379215 Commits

Author SHA1 Message Date
Lucas Satabin
686c85f768 tdf#39468: Translate German comments in core/rsc/inc
Change-Id: I5d878192bde816e59ef570731113b526e8098d85
Reviewed-on: https://gerrit.libreoffice.org/18065
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-08-30 14:52:45 +00:00
Luc Castermans
76c7c225ff tdf#39468 Translate German comments
Change-Id: I77702f7e68dd99c9715b4ca8ca2a6b34fd3452cf
Reviewed-on: https://gerrit.libreoffice.org/18140
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-08-30 14:42:57 +00:00
Jean-Pierre Ledure
02973251c2 Access2Base - UTF-8 encoding and %-encoding
Application to SendMailWithoutAttachment => "mailto: ... " uri

Change-Id: I53aa0325c048dca678ff134908d448afab08933d
2015-08-30 16:27:24 +02:00
Daniel Robertson
b7f4940c15 canvas: replace while loops with range-based for
Change-Id: Ide16bee666cf4df41646f9336a585e22a7fe53bd
Reviewed-on: https://gerrit.libreoffice.org/18131
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-30 13:03:22 +00:00
Daniel Robertson
49cb81b411 tdf#62525 vcl: use cow_wrapper for Gradient
Convert the pimpled copy-on-write Gradient class from vcl to use
::o3tl::cow_wrapper using the default reference counting policy.

Change-Id: Iadf4d2288669e58a4d5b41f436978c3ab34216f3
Reviewed-on: https://gerrit.libreoffice.org/18124
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-30 12:58:46 +00:00
Daniel Robertson
c1a9d01391 tdf#62525: use cow_wrapper for SvGlobalName
Convert the pimpled copy-on-write SvGlobalName class to use the
::o3tl::cow_wrapper using the default reference counting policy.

Change-Id: I7bceb06ddfb31ca5901e5e7d5d93dda494db945f
Reviewed-on: https://gerrit.libreoffice.org/18070
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-30 12:55:17 +00:00
Tor Lillqvist
d11715c4c6 Don't check SAL_DETAIL_ENABLE_LOG_INFO, check SAL_LOG_INFO
SAL_DETAIL_ENABLE_LOG_INFO is always defined, as "true" or "false". It
is SAL_LOG_INFO that is defined or not, and can be used to avoid
unnecessary non-trivial code that the compiler might not be able to
optimise away.

Change-Id: I07a17f2a3668f5776f56663d9cd5a0e238b1e9ce
2015-08-30 08:39:05 +03:00
Tor Lillqvist
d23a1f4dab Don't check SAL_DETAIL_ENABLE_LOG_INFO, check SAL_LOG_INFO
SAL_DETAIL_ENABLE_LOG_INFO is always defined, as "true" or "false". It
is SAL_LOG_INFO that is defined or not, and can be used to avoid
unnecessary non-trivial code that the compiler might not be able to
optimise away.

Change-Id: I9903faab64b39fee86bff3b085cdce3614b0d921
2015-08-30 08:33:56 +03:00
Daniel Robertson
6900bf41e2 o3tl/cow_wrapper: remove boost dependency
Remove boost dependencies from ::o3tl::cow_wrapper, and add
the necessary includes to files including checked_delete and
noncopyable that do not already include the necessary files.

Change-Id: Iedae4232002792724226829a5d5cf9d16ffd0686
Reviewed-on: https://gerrit.libreoffice.org/18125
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-29 22:51:36 +00:00
Daniel Robertson
311e77440f o3tl: add another unit test to cow_wrapper
Add unit tests to cow_wrapper for the move ctor and move assignment.

Change-Id: I82a5886ca7ae110985c7202125699cf95b6466d8
Reviewed-on: https://gerrit.libreoffice.org/18108
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-29 22:47:38 +00:00
Michael Meeks
77a0897e60 tdf#93536 - avoid crash when calling ToTop on disposed window.
Change-Id: I677f47f6b60271dc56c9d3d123cf982c00866eb9
2015-08-29 23:48:35 +01:00
Thorsten Behrens
5191fcb116 werror: fix build in vcl
Change-Id: I30f9e1858c90943e1d369aeea02e10d8037a4ca8
2015-08-30 00:35:44 +02:00
Caolán McNamara
452cd9e75d check stream status
Change-Id: I6b9537cf94ac1c5d996ba64ddf878745dadde254
2015-08-29 20:26:27 +01:00
Jean-Pierre Ledure
723b32783f Access2Base - NewLine distinction Windows - Linux+
Change-Id: I09be5a10ae301b42daf446852e6cf8ba3ed2e51e
2015-08-29 18:30:30 +02:00
Matteo Casalin
d00ca13f88 XOutBitmap::GraphicToBase64 can return bool
instead of a sal_uLong error code, which no call place cares about

Change-Id: I0d0dd16859e2f9678f47f484edf933e165b1ca48
2015-08-29 16:57:08 +02:00
Matteo Casalin
caabdbc6d2 Unuseful temporary variable
Change-Id: I926a69fa32b284475927e21f98f49330dde6d5b0
2015-08-29 16:57:07 +02:00
Matteo Casalin
098df79fe1 Formatting and bail-out early (to not re-format too much)
Change-Id: If4c55fe669f7bb861baca0ae224675ca74004de5
2015-08-29 16:57:06 +02:00
Matteo Casalin
0871b509d2 Avoid explicit casts of (sizeof) constants known at compile time
Partially revert my previous commit eb4cbea657
"Silence some conversion warnings", since no warning was really raised for
these obvious conversions.

Change-Id: Ie035655cdc56ceeb12a6141b168f7e9a8b863fee
2015-08-29 16:57:05 +02:00
Matteo Casalin
4fbda7634b sal_uLong to sal_uInt32 as SvxEditSourceHint ID
Change-Id: Ic53ed8f1b6fd4554259e7b94640bb76b178f52dd
2015-08-29 16:57:04 +02:00
Matteo Casalin
beb8f3a6bf SYSLOCALEOPTIONS_HINTs are sal_uInt32, not sal_uLong
Change-Id: I931dfeef0c1c9fafd3e2e7415efe9a45f78989d0
2015-08-29 16:57:02 +02:00
Matteo Casalin
986a172a74 sal_uLong to sal_uInt32 for CRC32
Change-Id: Id13e07f479615b8eb39d05e6534f514277cc3d03
2015-08-29 16:57:01 +02:00
Markus Mohrhard
9db0626cc3 we only use 8 array entries
Change-Id: Ie85fa48906e1e6b8c19e2daba65517ea923be457
Reviewed-on: https://gerrit.libreoffice.org/18071
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-08-29 14:44:51 +00:00
Szymon Kłos
51c3a6421e remember password for all types of service
Change-Id: I8620332ac5228eee1d7c16d0b0ff7920031be331
2015-08-29 12:33:20 +02:00
Szymon Kłos
c879fa8e5f Date modified column - no seconds
Change-Id: I443d0dd691d8030ab6a0bf5e4eeded5ad73750a5
2015-08-29 12:33:19 +02:00
Szymon Kłos
808f14886c Remove stored password if service is deleted
Change-Id: I500a8ee2874f7a9577e37fe25f5813e5821e9719
2015-08-29 12:33:18 +02:00
Szymon Kłos
6bf5bc9873 Remember window size
Change-Id: I4e9bd5e2516b66f47b560a388237b75059a7f142
2015-08-29 12:33:17 +02:00
Szymon Kłos
470d6ab5d3 wider dialog
Change-Id: Ie90920c6fcd797b49cc16487cf4754822f771cf0
2015-08-29 12:33:16 +02:00
Szymon Kłos
16304077dc disable interface after service delete
Change-Id: Ia6706ba12154bab9b36da8582190db7ca6af1072
2015-08-29 12:33:15 +02:00
Szymon Kłos
1d5f0716bf focus for the file list after opening folder using a tree
Change-Id: I7cf75e3fb734b4bf0be9135c200130b8e86bf54f
2015-08-29 12:33:14 +02:00
Szymon Kłos
1f557470fd Autocompletion should be case insensitive
Change-Id: I6f173590a94df6a04d5eee76653fa47ea8f71853
2015-08-29 12:33:13 +02:00
Szymon Kłos
d6ebf7f5ee clear file name field while changing dir
Change-Id: I46e9d9e7b56c09c65808fe231e5ba4eeddf90ad2
2015-08-29 12:33:12 +02:00
Szymon Kłos
682c74f0db Breadcrumb: mouseover effect
Change-Id: If38d799e0fa7506416082fb15f37b12267a9b5df
2015-08-29 12:33:10 +02:00
Szymon Kłos
495285ee3a RemoteFilesDialog: file name autocompletion
Change-Id: Iab051ccaf075cc91acce67e01863e8d7ecac820c
2015-08-29 12:33:09 +02:00
Szymon Kłos
5f2f834392 Edit control with autocompletion
Change-Id: Id3aefbffa6b36b475ca78856c9e103cef433f88c
2015-08-29 12:33:08 +02:00
Szymon Kłos
fb82388b3c don't show type column in the RemoteFilesDialog
Change-Id: I103bf8dabe3a513da65c6d21b9c9199aefb0bebe
2015-08-29 12:33:07 +02:00
David Ostrovsky
9a6cdce37e Bump boost to 1.59 final release
Change-Id: Id71e098dd2356043d2b5fee0736ebfedb5c8c1cd
Reviewed-on: https://gerrit.libreoffice.org/18050
Reviewed-by: David Ostrovsky <david@ostrovsky.org>
Tested-by: David Ostrovsky <david@ostrovsky.org>
2015-08-29 08:43:14 +00:00
Tor Lillqvist
0e59d6c337 WaE: 'rChunk' : unreferenced formal parameter
Change-Id: I1491ea35af3b8237a9b8f6357e6452b323139e99
2015-08-29 09:18:44 +03:00
Tor Lillqvist
1594341624 Avoid unintended unconditional std::cerr debug output
Can't call a function that as a side effect prints to std::cerr in
SAL_INFO. It will be called even if the log area doesn't match
$SAL_LOG. Just use only SAL_INFO and no plain std::cerr output. It's
fine to output a string with embedded newlines in SAL_INFO.

Also drop the debug output line with the glyph start positions, it was
less than useful.

Change-Id: I9fb5ed068aae1b835e20cf1ec1097bcd55deb05d
2015-08-29 09:05:01 +03:00
Tor Lillqvist
091fde623d Bin include file with unused stuff
Change-Id: I6c4b78a673183252604da0fe2deff6e4a2fa60d6
2015-08-29 08:02:57 +03:00
Tor Lillqvist
be662ff54c This is C++, we have booleans 2015-08-29 07:55:29 +03:00
Norbert Thiebaud
cec9e1176c Add PerfSuite.conf Jenkins pseudo distro-config
Change-Id: I0fecd634930629c7de65f11ce5190a9a95f98e52
2015-08-28 20:32:53 -05:00
Caolán McNamara
dc1be62d75 check stream status
Change-Id: I609c8c4f4e843601361b61f55e0325ad99db3c23
2015-08-28 20:06:38 +01:00
Caolán McNamara
078235028a eof isn't a Error, so use good not GetError
Change-Id: Ie1df87c7eb9d391d0fa4a579f744051a1f1b2ae1
2015-08-28 20:06:37 +01:00
Caolán McNamara
8c2b2d63ee time stamp object selections and use newest as ref for equalization
Change-Id: I1bf22ddbaf263b240288f70d03d6949611f86b69
2015-08-28 20:06:37 +01:00
Caolán McNamara
2aadad1e89 guard against 0 item size
Change-Id: I9c4c2f0fe2d892615b3c70e08da0cab6da13338a
2015-08-28 20:06:37 +01:00
Caolán McNamara
1847753ab1 check seeks and reads
Change-Id: I0c5c4784713376e0762bfbd197640f8d31b65562
2015-08-28 20:06:36 +01:00
Lucas Satabin
894151e80f tdf#39468: Translate German comments in core/rsc/source
Change-Id: Ia2d94a88d217a3b0ec9c78096b8d74a38216fbc9
Reviewed-on: https://gerrit.libreoffice.org/18066
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-28 19:00:08 +00:00
Michael Meeks
831c69f939 Avoid bogus warnings with VCL_GL_INFO, by making the optimizer work.
Change-Id: Ia4afcd58b4ce0b4d6d9708a4cede0857b7633b9e
2015-08-28 20:07:23 +01:00
Michael Stahl
3470040024 vcl: fix resource management issue in WinSalLayout
Since commit 65a66d41fd the
sd_exports_test crashes on Windows in UniscribeLayout because
it uses a ImplFontEntry that has been removed from the font cache.

Tweak the refcount in WinLayout so it will be valid.

Change-Id: Ic4bf984ea9fd70de9fa95ca964ae12d95d47d5bf
2015-08-28 20:42:45 +02:00
Michael Meeks
d421ba3b66 Add missing helpful GL trace messages outside of the impl. itself.
Change-Id: I5b71e3c9edc3e1e89e52c2e17b5fe0a025ac66ea
2015-08-28 17:33:32 +01:00