Commit Graph

982 Commits

Author SHA1 Message Date
b169bb235e Argh, another tweak.
Change-Id: I69f3aa4151dde15b02cf28dae13415f86cffad10
2012-05-02 08:56:18 +02:00
35ec153921 Minor comment tweak.
Change-Id: Idb9ff7c41ad8a2cbe145224bd80c0864339207ec
2012-05-02 08:52:12 +02:00
87897ea713 and be (not so) ultimately smart in the mailto handler 2012-04-30 16:15:09 +02:00
b78e16f99d be even smarter in the mailto handler :) 2012-04-30 16:14:35 +02:00
f0208e344b Add a comment why we do what we do ;-)
Change-Id: I9686ed60c31129fc4bacf63fec2d6314bf513c73
2012-04-30 15:54:26 +02:00
77d4873ee6 fdo#32621: Fall back to using the GNOME mailto URI handler if no valid mail program found 2012-04-30 15:50:05 +02:00
995de2b09e Reduce chatter 2012-04-24 12:22:14 +03:00
86a85224bc s/OpenOffice/LibreOffice/ 2012-04-23 17:58:27 +02:00
7bec04312d WaE: initialization of pointer to null from a constant boolean expression 2012-04-22 21:44:29 +03:00
a219edfbb6 Don't check for ORBit < 2.8
ORBit 2.8 was released in 2003 so let's assume that this isn't being used.  Also
the assumption is that it's coming in through GConf, which isn't true with GConf
3 onwards, released July 2011.
2012-04-19 15:01:52 +01:00
f6eba1a27a fix library link order to work with link --as-needed 2012-04-13 16:54:06 +02:00
3934efe28c sigh, need a 64bit zlib too on windows, reverting 2012-04-13 14:06:55 +01:00
452af5f452 gbuildize internal zlib
and stick headers into the solver in the same hierarchy as is "standard"
so we don't have to patch so much, similiarly rename to libz
2012-04-13 13:15:25 +01:00
e4fb171d3a Replaced a few equal calls with == 2012-04-08 19:24:00 +02:00
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
27cea710fd Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
2012-04-06 20:03:42 +02:00
d564c79e6d shell: fix silly flags from 2c5a817591 2012-04-05 16:54:34 +02:00
a7dc11cfbf typo fix 2012-03-27 15:47:07 +02:00
99d1eff4a8 replace OpenOffice.org to LibreOffice in registry keys 2012-03-27 15:40:18 +02:00
9345437f36 .txt files don't need executable bits 2012-03-23 21:58:18 +01:00
9429bbb0c4 .component files don't need executable bits 2012-03-23 21:58:14 +01:00
68f2753710 .h files don't need executable bits 2012-03-23 21:58:13 +01:00
8ba365c923 .c files don't need executable bits 2012-03-23 21:58:12 +01:00
fb067f9bb2 replace OpenOffice.org to LibreOffice in registry keys 2012-03-23 11:45:18 +01:00
1a4276c511 WaE: ignoring lockf return value 2012-03-22 12:26:41 +00:00
f729d2d830 Appease valgrind 2012-03-21 22:42:43 +01:00
baebdaa48e Call inflateInit2 instead of inflateInit for the zip stream 2012-03-21 13:42:54 +01:00
e6aa2b67d4 Remove unused define 2012-03-21 10:52:36 +01:00
101aa287fd Missing include 2012-03-19 19:45:54 +01:00
04366df3bc Simple Zip file-format implementation to avoid the need of minizip 2012-03-19 15:22:55 +01:00
1f09f96e95 mingw: allow use of system zlib 2012-03-18 21:23:41 +01:00
d4b67611c4 Introduced SystemShellExecuteFlags::URIS_ONLY 2012-03-16 15:01:26 +01:00
04c8f56627 WaE: missing initializer for member 2012-03-12 08:53:50 +01:00
c79f0398f6 WaE: deprecated conversion from string constant to 'LPSTR' 2012-03-12 08:53:50 +01:00
b0e3615c63 WaE: deprecated conversion from string constant to 'char*' 2012-03-12 08:53:49 +01:00
392b37cadf WaE: comparison between signed and unsigned integer expressions 2012-03-12 08:53:49 +01:00
5cf40e3821 WaE: variable 'hr' set but not used 2012-03-12 08:53:48 +01:00
3eb65ae04a WaE: variable 'bRet' set but not used 2012-03-12 08:53:48 +01:00
2009feb8ec WaE: defined but not used 2012-03-12 08:53:48 +01:00
9dd2c03c37 WaE: deprecated conversion from string constant to 'LPSTR' 2012-03-12 08:53:47 +01:00
75c5b3561e WaE: deleting object of abstract class type with non-virt. destuctor 2012-03-12 08:53:47 +01:00
c696282069 WaE: variable 'hr' set but not used 2012-03-12 08:53:46 +01:00
5982c0306f suppress errors with -Werror 2012-03-12 08:53:46 +01:00
2c5a817591 WaE: "_WIN32_WINNT" redefined 2012-03-12 08:53:46 +01:00
064d8f1405 WaE: invalid conversion from 'const char*' to 'LPSTR' 2012-03-12 08:53:44 +01:00
bd6757d60d WaE: value computed is not used 2012-03-12 08:53:42 +01:00
ca67ec0ebc WaE: initialization order 2012-03-12 08:53:39 +01:00
3b521d1bc6 WaE: "_WIN32_WINNT" redefined 2012-03-12 08:53:39 +01:00
d30b4e9fb6 Get rid of size() == 0 2012-02-19 17:07:46 +04:00
23af031b09 Fix typos in comments 2012-02-18 09:35:43 +00:00