Lionel Elie Mamane
ad69fc551b
Mark unused parameters as such to avoid compiler warnings
2011-11-17 21:15:19 +01:00
Lionel Elie Mamane
97592e06b0
postresql: acceptsURL: check for string prefix, not string equality
2011-11-17 21:15:18 +01:00
Lionel Elie Mamane
c82ed24984
postgresql: use _registered_ component map
2011-11-17 21:15:18 +01:00
Lionel Elie Mamane
67f95b2d97
address a few compiler warnings
2011-11-17 21:15:18 +01:00
Lionel Elie Mamane
7696087a21
postgresql: bump version to 0.7.7
2011-11-17 21:15:17 +01:00
Lionel Elie Mamane
81c4680483
if test: explicit grouping by parentheses
2011-11-17 21:15:17 +01:00
Lionel Elie Mamane
d612aa7f6f
avoid name shadowing warning
2011-11-17 21:15:17 +01:00
Lionel Elie Mamane
e1423f5a92
calcSearchable: actually set return value, not fresh variable
2011-11-17 21:15:16 +01:00
Lionel Elie Mamane
c5a127771f
Proper copyright notices, license mandated changelog
2011-11-17 21:15:16 +01:00
Lionel Elie Mamane
1a69cbdbea
Allocator: Implement construct member without a value
2011-11-17 21:15:16 +01:00
Lionel Elie Mamane
90b5fe7673
Use unordered_map instead of hash_map
...
GNU g++ 4.6 warns that hash_map is deprecated
2011-11-17 21:15:15 +01:00
Lionel Elie Mamane
d648eecd0f
Apply sdbc-postgresql-oxt.diff
2011-11-17 21:15:15 +01:00
Lionel Elie Mamane
c6a6c00a36
Apply gcc-4.3-postgresql.diff
2011-11-17 21:15:14 +01:00
Lionel Elie Mamane
34592e2579
Apply connectivity-workben-postgresql.diff
2011-11-17 21:15:14 +01:00
Lionel Elie Mamane
109b38a8c5
Apply sdbc-postgresql-build-lst.diff
2011-11-17 21:15:14 +01:00
Lionel Elie Mamane
e28033fdfa
Apply sdbc-postgresql.diff
2011-11-17 21:15:13 +01:00
Lionel Elie Mamane
7ce4bb7659
Check for PQconnectdbParams in libpq
2011-11-17 21:15:13 +01:00
Lionel Elie Mamane
c0cfd08040
Apply sdbc-postgresql-config_office.diff
2011-11-17 21:15:13 +01:00
Ivan Timofeev
3616dfb094
redundant if not-null checks on delete
2011-11-17 22:45:10 +04:00
Lior Kaplan
538c8cfc3f
Remove double space in strings (looks bad in pootle)
2011-11-17 19:01:11 +01:00
Korrawit Pruegsanusak
9a7b77ae23
cppcheck: unread variables
...
These variables are set, but unused.
2011-11-18 00:40:02 +07:00
Miklos Vajna
3aec127f4d
Related i#44806: Fix crash in dmapper when importing FILENAME fields
2011-11-17 17:19:57 +01:00
Tor Lillqvist
c81bdf3bcd
Do build cpputools also for non-DESKTOP OSes, needed for bridgetest
2011-11-17 17:57:23 +02:00
Tor Lillqvist
6f55d5eaec
Do build stuff here also when cross-compiling (but don't run)
2011-11-17 17:46:15 +02:00
Tor Lillqvist
5057892990
Fix unintentional glitch
2011-11-17 17:46:15 +02:00
Tor Lillqvist
e55ab1e6de
Add the gcc3_uno library
2011-11-17 17:46:14 +02:00
Tor Lillqvist
e2989c8400
Let's try using the gcc3_linux_arm code for Android, too
2011-11-17 17:46:13 +02:00
Andras Timar
555a663292
don't create download (nsis) install sets on Windows
2011-11-17 16:02:26 +01:00
Tor Lillqvist
3e596b7fc6
Missing semicolon
2011-11-17 15:56:41 +02:00
Tor Lillqvist
480a380a72
Look for libboostrap.uno.so and not bootstrap.uno.so on Android
...
Not sure if we need to be more generic here, and always add a "lib"
prefix if not present. Or do the changes to the makefilery take care
of it, so that for other UNO components than bootstrap, the name as
stored wherever it is stored does contain the "lib" prefix we are
forces to use on Android?
2011-11-17 15:23:05 +02:00
Tor Lillqvist
f95c3e0ee2
Look for lo_main() and not main() on Android
2011-11-17 15:23:04 +02:00
Tor Lillqvist
21c0c69ddf
Use lo_dladdr() on Android
2011-11-17 15:23:03 +02:00
Tor Lillqvist
232ad7dac6
Add more libraries
2011-11-17 15:23:02 +02:00
Tor Lillqvist
4b49b73058
Add lo_dladdr(), a wrapper for Android's dladdr()
...
Android's dladdr() stores just the basename of a shared object in
Dl_info::dli_fname. LibreOffice expects either a complete absolute
pathname or a relative path from the current directory to be returned
there. So look up the full pathname of the library from
/proc/self/maps.
Also remove the fallback message loop after lo_main() returns, instead
just exit.
2011-11-17 15:23:02 +02:00
Tor Lillqvist
9c6c39b62d
Include also the boostrap UNO component
2011-11-17 15:23:00 +02:00
Tor Lillqvist
469c9ac2f9
Enforce a "lib" prefix for UNO components for Android
...
This commit for the old build system. (Don't bother for components not
relevant for Android.)
The Android package installer (as invoked through "adb install", from
"ant debug install") silently ignores native libraries in app packages
(.apk files) whose names don't start with "lib" and end with ".so".
The package builder (as invoked through "ant debug") in the SDK gladly
includes also thusly named native libraries in the .apk, though. Yay
for consistency.
2011-11-17 15:22:59 +02:00
Tor Lillqvist
49a6efd9d9
Copy more shared objects for unit testing
2011-11-17 15:22:55 +02:00
Tor Lillqvist
73ee896b61
Improve a diagnostic log message
2011-11-17 15:22:54 +02:00
Tor Lillqvist
9a52bf1d5c
Use lo_dlopen() on Android
2011-11-17 15:22:53 +02:00
Andras Timar
e75175625e
remove setup.exe and setup.ini from Windows installdir
2011-11-17 13:19:07 +01:00
Tim Hardeck
5cf2f6875c
Make the toolbars not popping-up randomly
...
Undocked, context sensitive toolbars often tend to overlay important parts of
a document.
With this patch these toolbars are docked to the bottom to prevent the document from
being moved each time the toolbar is displayed.
Furthermore the findbar setting was changed to make sure that it stays
on top of the other toolbars at the bottom.
2011-11-17 11:27:46 +00:00
Winfried Donkers
fefa76cf3f
german comments translated to english On branch master Changes to be committed: modified: sc/source/ui/view/cellsh.cxx modified: sc/source/ui/view/cellsh1.cxx modified: sc/source/ui/view/cellsh2.cxx modified: sc/source/ui/view/cellsh4.cxx
2011-11-17 10:03:02 +00:00
Stephan Bergmann
0e6f04001c
Fixed dmake depend=x.
2011-11-17 08:16:38 +01:00
Jan Holesovsky
cfecfe84f9
Forgotten #include; removed too.
2011-11-17 01:17:14 +01:00
Jan Holesovsky
ce8f0a7e72
Removing the last remnants of layout - sorry to see it go :-(
2011-11-17 00:49:48 +01:00
Felix Zhang
38b42cee86
remove obsolete layout code
2011-11-17 00:49:48 +01:00
Jan Holesovsky
4f11d0aa46
Revert the component.map removal from makefile to fix Windows build.
2011-11-17 00:38:25 +01:00
Norbert Thiebaud
8a7cfed28d
support for various make goal in source_and_rerun
2011-11-16 16:14:09 -06:00
Andras Timar
886acba2a5
leave out redist and readmes from win installdir
...
and make x64 merge modules optional
2011-11-16 22:16:45 +01:00
Kohei Yoshida
9484286af6
Oops I forgot to remove the header include line.
2011-11-16 16:11:32 -05:00