sd/README_REMOTE | 90 +++
1 file changed, 90 insertions(+)
New commits:
commit 294d8cc8e198093e61aa4d75a648d84f35c6c91f
Author: Andrzej J.R. Hunt
Date: Fri Apr 5 13:15:11 2013 +0100
Initial Impress Remote protocol documentation.
diff
Hi all,
A first draft of the Impress Remote protocol docs now lives at
sd/README_REMOTE.
I still need to add some docs on the tcp/ip side of things (but I gather
that its use is discouraged nowadays anyway).
ATB,
Andrzej
On 22/03/13 14:44, Michael Meeks wrote:
Hi there,
basctl/uiconfig/basicide/toolbar/findbar.xml |1
include/svx/dialogs.hrc |1
officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu | 11
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands
basctl/uiconfig/basicide/toolbar/findbar.xml |1
include/svx/dialogs.hrc |1
officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu | 11
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands
Hi everyone,
I'm excited to announce I've been selected to work on LibreOffice for
this years GSOC!
I'll be working on implementing a Firebird SQL connector for Base in
order to replace HSQLDB as the current default, which would allow for
removing java as an LO dependency, allow for more unit-tes
basctl/uiconfig/basicide/toolbar/findbar.xml |1
officecfg/registry/data/org/openoffice/Office/UI/Controller.xcu | 11
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |5
sc/uiconfig/scalc/toolbar/findbar.xml
New branch 'feature/gsoc-calc-enhanced-db-range' available with the following
commits:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
Hi Miguel, Javier, Andres
I've just seen that you are working on a Firebird DB connector for
LibreOffice -- I've just been selected to work on this as part of the
Google Summer of Code -- it would be cool if I could also work with you
on implementing this! (I'm currently still studying for exams b
Hi all
Apologies, I messed up the subject line there.
On 28/05/13 19:48, Andrzej J. R. Hunt wrote:
> Hi Miguel, Javier, Andres
>
> I've just seen that you are working on a Firebird DB connector for
> LibreOffice -- I've just been selected to work on this as part of the
&
Hi,
Thanks for the input -- I think I made a mess of that and still don't
entirely understand all the implications of what I'm doing yet.
I now have a much simpler 2 line fix where the cursor is normalised
based on search direction (which however only works for a single
selected region: for some
sc/uiconfig/scalc/toolbar/findbar.xml |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4dccfe055e93fe86ee7604c9137ae189cbc74823
Author: Andrzej J.R. Hunt
Date: Sat Jun 1 07:20:19 2013 +0100
Fix FindBar ordering of "Match Case"/"Find All" for scalc.
The
sw/source/ui/uiview/viewsrch.cxx |7 +++
1 file changed, 7 insertions(+)
New commits:
commit c73a65db14f8ee57e382a04b0d38a704c0308458
Author: Andrzej J.R. Hunt
Date: Mon May 27 18:55:05 2013 +0100
fdo#65014 Fix backwards/forwards search change of direction.
Begin a search
sw/source/ui/uiview/viewsrch.cxx |7 +++
1 file changed, 7 insertions(+)
New commits:
commit 660f54347433b05cb2d0ab081ddf6209aff47cd2
Author: Andrzej J.R. Hunt
Date: Mon May 27 18:55:05 2013 +0100
fdo#65014 Fix backwards/forwards search change of direction.
Begin a search
firefoxos/sdremote/index.html| 29 +
firefoxos/sdremote/js/transmitter.js | 57 +++
firefoxos/sdremote/manifest.webapp | 26 +++
3 files changed, 112 insertions(+)
New commits:
commit 6b3bca32186a59cc3632d3f6eb7f329b739e7
firefoxos/sdremote/index.html| 23 --
firefoxos/sdremote/js/client.js | 57 +
firefoxos/sdremote/js/transmitter.js | 78 ++-
3 files changed, 110 insertions(+), 48 deletions(-)
New commits:
commit 4fae09f7ed6360dd6
firefoxos/sdremote/index.html |9 +--
firefoxos/sdremote/js/client.js|7 +
firefoxos/sdremote/js/receiver.js | 46 +
firefoxos/sdremote/js/slideshow.js | 33 ++
firefoxos/sdremote/js/ui.js|9 +
firebird/ExternalPackage_firebird.mk |5
firebird/ExternalProject_firebird.mk | 10
firebird/UnpackedTarball_firebird.mk |5
firebird/firebird-cygwin-msvc.patch.1 | 1242 ++
4 files changed, 1258 insertions(+), 4 deletions(-)
New commits:
commit 988
connectivity/source/drivers/firebird/FConnection.cxx|2 +-
connectivity/source/drivers/firebird/FPreparedStatement.cxx |2 +-
connectivity/source/drivers/firebird/FResultSet.cxx |2 +-
connectivity/source/drivers/firebird/FResultSet.hxx |4 ++--
connectivity
connectivity/source/drivers/firebird/FDriver.cxx |5 -
dbaccess/source/core/misc/dsntypes.cxx |9 +
dbaccess/source/inc/dsntypes.hxx |1 +
dbaccess/source/ui/dlg/generalpage.cxx |3 ++-
firebird/ExternalProject_firebird.mk
Rebased ref, commits from common ancestor:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
New branch 'feature/firebird-sdbc2' available with the following commits:
commit 9d85403853ed7edc52387295f1645aa88ea4ab06
Author: Andrzej J.R. Hunt
Date: Mon Jul 8 09:39:55 2013 +0100
Add embedded firebird loading code, set as default db.
Change-Id: I993d7d7bacec710bb57d9e8f91d3cd0
firebird/ExternalProject_firebird.mk |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit ef45930e5c2bb0129c4af63e2c912db676f18384
Author: Andrzej J.R. Hunt
Date: Wed Jul 10 12:30:45 2013 +0100
Modify DYLD_LIBRARY_PATH for firebrid to build on Mac OS.
Ch
Repository.mk |
2
connectivity/Library_firebird-sdbc.mk |
48
connectivity/Library_firebird_sdbc.mk |
50
connectivity/Module_connectivity
scp2/source/firebird/file_firebird.scp | 43 ++-
scp2/source/firebird/module_firebird.scp | 10 +--
2 files changed, 49 insertions(+), 4 deletions(-)
New commits:
commit caf488efb912b272698dd5193b6194468921b5fa
Author: Andrzej J.R. Hunt
Date: Thu Jul 11 11
connectivity/source/drivers/firebird/FConnection.cxx | 191 +--
connectivity/source/drivers/firebird/FConnection.hxx | 22 +-
connectivity/source/drivers/firebird/FDriver.cxx | 91 -
connectivity/source/drivers/firebird/FDriver.hxx |3
4 files changed, 197
connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu |
20 --
1 file changed, 20 deletions(-)
New commits:
commit 28dba0cc2d2a69663008dd22aafe4cfebabc6f31
Author: Andrzej J.R. Hunt
Date: Thu Jul 11 19:44:50 2013 +0100
Do not ask for user/password in embed
connectivity/source/drivers/firebird/FConnection.cxx| 19 ++--
connectivity/source/drivers/firebird/FConnection.hxx|6 +--
connectivity/source/drivers/firebird/FPreparedStatement.hxx |3 +
connectivity/source/drivers/firebird/FStatement.hxx |1
4 file
connectivity/source/drivers/firebird/FConnection.cxx | 235 -
connectivity/source/drivers/firebird/FConnection.hxx | 12
connectivity/source/drivers/firebird/FDatabaseMetaData.cxx | 18
connectivity/source/drivers/firebird/FDatabaseMetaData.hxx |1
4 files chang
configure.ac | 17
connectivity/source/drivers/firebird/FConnection.cxx | 17
connectivity/source/drivers/firebird/FConnection.hxx |6
connectivity/source/drivers/firebird/FDatabaseMetaData.cxx | 232 ++---
dbaccess/sour
New branch 'feature/firebird-sdbc3' available with the following commits:
commit b6f103f21d7f96e51191627f9b8fcae950c578c3
Author: Andrzej J.R. Hunt
Date: Fri Jul 12 15:09:22 2013 +0100
Implement first part of FDatabaseMetaData.
Change-Id: I6dae1f2ecf265333c121f419c0041dd7525efa9e
firebird/firebird-cygwin-msvc.patch.1 |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5e05fe52638f60320381f0734e46e907abe16ed0
Author: Andrzej J.R. Hunt
Date: Fri Jul 12 19:17:08 2013 +0100
Fix libicuin naming in firebird cygwin patch.
Change-Id: Ia58
connectivity/Library_firebird_sdbc.mk |1 +
scp2/source/base/module_base.scp |4
2 files changed, 1 insertion(+), 4 deletions(-)
New commits:
commit 57fe22bc06254271affd61fb48b0b229be7a5a2e
Author: Andrzej J.R. Hunt
Date: Sun Jul 14 22:13:34 2013 +0200
Further firebird-s
firebird/ExternalPackage_firebird.mk |6 +
firebird/ExternalProject_firebird.mk |4
firebird/UnpackedTarball_firebird.mk |6 +
firebird/firebird-macosx.patch.1 | 153 ++
solenv/bin/macosx-change-install-names.pl |4
5 files cha
Repository.mk |
2 -
connectivity/Configuration_firebird.mk |
8 ++--
connectivity/Module_connectivity.mk |
1
connectivity/Rdb_firebird_sdbc.mk
RepositoryModule_build.mk |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3f195b9b14a872d0bd1dc62a781a4ba8c197f697
Author: Andrzej J.R. Hunt
Date: Tue Jul 16 16:49:36 2013 +0200
libfbembed depends on firebird being enabled.
Change-Id: Id2b9891fda57554
Library_merged.mk |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 9a9bf62c4cb7e1238bd383e1e4dd0582b26846f1
Author: Andrzej J.R. Hunt
Date: Tue Jul 16 17:07:07 2013 +0200
Fix firebird with libmerged.
Change-Id: I2784700686981c3eb487daae00b9f5376587
Library_merged.mk |1 -
1 file changed, 1 deletion(-)
New commits:
commit 8c9f41f2e6600296e3663c681b3902d2a4d7bbd6
Author: Andrzej J.R. Hunt
Date: Tue Jul 16 17:28:09 2013 +0100
libfbfembed shouldn't be part of libmerged.
Change-Id: I262b62eb33896c7912685cf3bc78e15b80ce2102
configure.ac | 23 ++-
1 file changed, 14 insertions(+), 9 deletions(-)
New commits:
commit 22adf4e70a4b4a8d188909f39b386e738e3cd37e
Author: Andrzej J.R. Hunt
Date: Tue Jul 16 18:30:51 2013 +0100
Teach configure about distro-packaged external firebird.
Distr
scp2/source/firebird/file_firebird.scp |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 165f985703758154971b99cd501f88292cec76f8
Author: Andrzej J.R. Hunt
Date: Tue Jul 16 22:08:40 2013 +0200
Fix typo in libfbembed mac installation.
Change-Id: Ie233cae
RepositoryExternal.mk |4 --
connectivity/source/drivers/firebird/FDatabaseMetaData.cxx | 24 +
2 files changed, 12 insertions(+), 16 deletions(-)
New commits:
commit 7309fda7fa9d072f043782af78c13f9c79c93455
Author: Andrzej J.R. Hunt
Date:
connectivity/source/drivers/firebird/FResultSetMetaData.cxx |1 +
connectivity/source/drivers/firebird/FServices.cxx | 12 +++-
connectivity/source/drivers/firebird/FStatement.cxx |2 +-
3 files changed, 9 insertions(+), 6 deletions(-)
New commits:
commit 30905e
connectivity/source/drivers/firebird/FConnection.cxx |2 +-
connectivity/source/drivers/firebird/FConnection.hxx |4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit f2ef6605e294d3a95dc1c9639e4c23245988e61a
Author: Andrzej J.R. Hunt
Date: Wed Jul 17 08:05:19 20
connectivity/source/drivers/firebird/FConnection.hxx|3
connectivity/source/drivers/firebird/FPreparedStatement.cxx |2
connectivity/source/drivers/firebird/FResultSet.cxx |2
connectivity/source/drivers/firebird/FStatement.cxx |2
connectivity/source/dr
configure.ac | 24 +---
1 file changed, 13 insertions(+), 11 deletions(-)
New commits:
commit 5c97e88cfaff99dc9a1e250883febde11cbcaa94
Author: Andrzej J.R. Hunt
Date: Wed Jul 17 13:19:40 2013 +0200
Disable firebird with --disable-database-connectivity.
Chang
configure.ac |2 ++
1 file changed, 2 insertions(+)
New commits:
commit 9206f8c2acfe74a400ec557ccf58da220e210651
Author: Andrzej J.R. Hunt
Date: Wed Jul 17 15:32:57 2013 +0200
Disable firebird when cross-compiling.
Change-Id: I866f64af11350c838687cdaf3888efdee86dd95b
diff --
connectivity/source/drivers/firebird/FResultSet.cxx | 218 ++--
connectivity/source/drivers/firebird/FResultSet.hxx | 31 +-
connectivity/source/drivers/firebird/FStatement.cxx |2
3 files changed, 90 insertions(+), 161 deletions(-)
New commits:
commit 92750635f260175ae5e3
connectivity/source/drivers/firebird/FResultSet.cxx |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 4334fa679ea9717c755d1338035a4864e0226849
Author: Andrzej J.R. Hunt
Date: Thu Jul 18 18:31:54 2013 +0200
Don't use std::vector::emplace_back (requires C++11).
connectivity/source/drivers/firebird/FResultSet.cxx |4 ++--
connectivity/source/drivers/firebird/FResultSet.hxx |4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 37a1484535e2596afa6c871d4b288df0759459e1
Author: Andrzej J.R. Hunt
Date: Thu Jul 18 21:17:48 20
connectivity/source/drivers/firebird/FPreparedStatement.cxx |5
connectivity/source/drivers/firebird/FResultSet.cxx | 402 +---
connectivity/source/drivers/firebird/FResultSet.hxx | 26
connectivity/source/drivers/firebird/FResultSetMetaData.cxx | 247 +--
con
connectivity/source/drivers/firebird/FResultSetMetaData.cxx |1 +
1 file changed, 1 insertion(+)
New commits:
commit 4eb1ac0b7aa680c6128b866e15fccf29c6c2882d
Author: Andrzej J.R. Hunt
Date: Fri Jul 19 21:00:33 2013 +0200
Fix "error: control may reach end of non-void function".
connectivity/source/drivers/firebird/FResultSetMetaData.cxx |1 +
1 file changed, 1 insertion(+)
New commits:
commit 902e1b4ed8d94bd6ee8529464abc30254165ce55
Author: Andrzej J.R. Hunt
Date: Fri Jul 19 22:01:08 2013 +0200
And another "error: control may reach end of non-void function".
connectivity/source/drivers/firebird/FResultSetMetaData.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ac73ea2bdc6f26dd6ecc92d7f0e520e75ac09087
Author: Andrzej J.R. Hunt
Date: Fri Jul 19 22:43:01 2013 +0200
Fix a silly mistake.
Change-Id: I3e196f
connectivity/Library_firebird_sdbc.mk |1
connectivity/source/drivers/firebird/Blob.cxx | 214 +
connectivity/source/drivers/firebird/Blob.hxx | 86 +
connectivity/source/drivers/firebird/FConnection.cxx | 64 ++-
conne
connectivity/Library_firebird_sdbc.mk |1
connectivity/source/drivers/firebird/FDatabaseMetaData.cxx | 296 +---
connectivity/source/drivers/firebird/FResultSetMetaData.cxx | 87 ---
connectivity/source/drivers/firebird/Util.cxx | 151 ++
c
connectivity/source/drivers/firebird/FConnection.cxx| 19
connectivity/source/drivers/firebird/FDatabaseMetaData.cxx | 64 +-
connectivity/source/drivers/firebird/FPreparedStatement.cxx | 261 +++-
connectivity/source/drivers/firebird/FPreparedStatement.hxx | 19
connecti
connectivity/source/drivers/firebird/FDatabaseMetaData.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7f653884f96b90d5da5a85487234a7e7182df3fa
Author: Andrzej J.R. Hunt
Date: Mon Jul 22 20:22:27 2013 +0200
Hopefully the last ambiguous conversion fix (fire
dbaccess/source/core/api/tablecontainer.cxx |8 +++-
1 file changed, 3 insertions(+), 5 deletions(-)
New commits:
commit 56d4f4b7b97eaf212a3bc6bdb1da767106e7224a
Author: Andrzej J.R. Hunt
Date: Sun Nov 10 18:05:07 2013 +
fdo#70144 Don't reset Document's modified flag when inse
dbaccess/source/core/api/tablecontainer.cxx |8 +++-
1 file changed, 3 insertions(+), 5 deletions(-)
New commits:
commit c6e36556c14612aa1eaf976efc10db6c88e23fb0
Author: Andrzej J.R. Hunt
Date: Sun Nov 10 18:05:07 2013 +
fdo#70144 Don't reset Document's modified flag when inse
vcl/source/gdi/gdimtf.cxx |7 +++
1 file changed, 7 insertions(+)
New commits:
commit be7d87bea2611eb316b9b379aebc031179d4f794
Author: Andrzej J.R. Hunt
Date: Thu Dec 5 11:36:53 2013 +
EMF+: force canvas if EMF+ comments are used.
Without this the drawinglayer rendere
vcl/source/gdi/gdimtf.cxx |7 +++
1 file changed, 7 insertions(+)
New commits:
commit daa2340716bcc8a2bea32e4f3e91f34da8fa7224
Author: Andrzej J.R. Hunt
Date: Thu Dec 5 11:36:53 2013 +
EMF+: force canvas if EMF+ comments are used.
Without this the drawinglayer rendere
vcl/source/gdi/gdimtf.cxx |7 +++
1 file changed, 7 insertions(+)
New commits:
commit d209348d849aa6e4c01ed0928186e50c466e8c67
Author: Andrzej J.R. Hunt
Date: Thu Dec 5 11:36:53 2013 +
EMF+: force canvas if EMF+ comments are used.
Without this the drawinglayer rendere
vcl/source/gdi/gdimtf.cxx |7 +++
1 file changed, 7 insertions(+)
New commits:
commit 2f641a7d37fd7fb80286be5a37778c41ac834d93
Author: Andrzej J.R. Hunt
Date: Thu Dec 5 11:36:53 2013 +
EMF+: force canvas if EMF+ comments are used.
Without this the drawinglayer rendere
sc/CppunitTest_sc_opencl_test.mk |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f43e3ec83f745e657a8a5db66015967bdd8912da
Author: Andrzej J.R. Hunt
Date: Sun Dec 1 12:10:20 2013 +
OCppunitTest_sc_opencl_test: only depend on scopencl if ENABLE_OPENCL.
Hi everyone,
Could the following 2 files please be uploaded to the TDF servers for me:
Firebird 2.5:
http://sourceforge.net/projects/firebird/files/firebird/2.5.2-Release/Firebird-2.5.2.26540-0.tar.bz2/download
Libatomic-ops 7.2d (firebird dependency):
https://github.com/ivmai/libatomic_ops/arch
On 11/06/13 16:11, Tor Lillqvist wrote:
> Actually I wonder why the thumbnails need to be Base64 encoded at all;
> surely the communication is not going through any 7-bit
> short-lines-of-text -enforcing channel;) Would it not be possible to
> just pass the PNG (IIRC) bytes as such as a binary blob
On 11/06/13 16:17, Caolán McNamara wrote:
> On Tue, 2013-06-11 at 10:15 +0100, Andrzej J. R. Hunt wrote:
>> Hi everyone,
>>
>> Could the following 2 files please be uploaded to the TDF servers for
>> me:
> done now at http://dev-www.libreoffice.org/src/
>
> I le
Library_merged.mk |2
Makefile.fetch |5 -
RepositoryExternal.mk | 77 +
RepositoryModule_build.mk |1
RepositoryModule_host.mk |
download.lst |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a2a5539bfaf0170d9298495dc88896ffe801248a
Author: Andrzej J.R. Hunt
Date: Fri Jun 14 18:19:07 2013 +0100
Fix incorrect Firebird checksum.
Change-Id: Ic636613b03afe572140d6fe28793dd65ed775f26
ilding-the-code/ you are supposed to
just run three .bat scripts, but I'm not sure how well that'll integrate
with the rest of the LO build system -- I'll update once I understand more.
Cheers,
Andrzej
On 10/06/13 09:49, Michael Meeks wrote:
> On Sun, 2013-06-09 at 20:1
Hi,
On 13/06/13 19:32, Artur Dryomov wrote:
> Hi All,
>
> I have created a wiki page where I moved some information from Git and
> placed some thoughts about the Impress remote protocol.
>
> https://wiki.documentfoundation.org/Impress_Remote_Protocol
>
> It would be really great if Andrzej could im
configure.ac | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
New commits:
commit 4ab7b35a65caf0cc177fa18bdcad5003e4975446
Author: Andrzej J.R. Hunt
Date: Sun Jun 16 20:44:50 2013 +0100
Fix checks for system libatomic_ops.
Change-Id: Idb31e6be567e8530062517e78
Hi everyone,
(This is mostly duplicated from other threads, and written for
summarisation/completeness.)
This week's progress:
- Integrated libatomic-ops into LO (firebird dependency).
- Firebird now integrated into gbuild -- at least on Linux.
(Not currently usable, still need to look at which
Hi there,
On 17/06/13 10:51, Tor Lillqvist wrote:
>
>
> It seems that Bonjour has some great support for Mac and iOS
> device so I can search for running mac libreoffice instance on the
> local network. But I'm not sure if we have some nice c++ native
> support (and also are there
firebird/ExternalPackage_firebird.mk | 32 --
scp2/InstallModule_firebird.mk | 17 +++
scp2/InstallScript_setup_osl.mk |1
scp2/Module_scp2.mk |1
scp2/source/firebird/file_firebir
Hi there,
On 15/06/13 20:03, Javier Fernandez wrote:
> Nice work !!! We haven't been able to build Firebird inside libreoffice
> at the beginning, so we movd to the system library instead. Perhaps you
> could take that as reference for the installation details you mentioned.
>
> BTW, I've tested y
I still need to finish creating/integrating the FB patches, I'll push
this once I've tested that everything works as expected.)
Cheers,
Andrzej
On 20/06/13 19:20, Michael Stahl wrote:
> On 20/06/13 16:40, Andrzej J. R. Hunt wrote:
>
>> I've finally managed to figure
RepositoryExternal.mk|2 -
firebird/ExternalPackage_firebird.mk | 25 ---
firebird/ExternalProject_firebird.mk | 17 ++
firebird/UnpackedTarball_firebird.mk |4 ++
firebird/firebird-icu.patch.1| 58 +++
5 fil
On 20/06/13 20:10, Javier Fernandez wrote:
>
>> I'm also not entirely certain everything will work as expected yet
>> either -- I haven't found a definitive list of files which Firebird 2.5
>> requires in embedded mode -- if anything is missing it can be however
>> easily be added to the bottom of
Hi everyone,
This weeks progress:
- Learned how to use LD_DEBUG (in order to debug why the internal
firebird wasn't working)
- Learned how to use gbuild/scp2 to install files (turned out to be
almost entirely unneeded here, as there is only one single library to be
installed, as I'd misunderstood
On 24/06/13 12:25, David Tardon wrote:
> If this is the current option, could we please consider the possibility
> to drop the whole idea and just stay with hsqldb? With my distro hat on,
> I do not see any improvement with having to bundle hsqldb vs. having to
> bundle firebird.
The main motivatio
On 24/06/13 20:38, Jean-Pierre Ledure wrote:
>> I do not see any improvement with having to bundle hsqldb vs. having to
>> bundle firebird.
> If Firebird becomes the default database in Base, it will not be a
> matter of bundling either HSQLDB or Firebird, but of bundling _both_ !
> Otherwise what
RepositoryExternal.mk |9 +---
configure.ac | 27 +
external/firebird/ExternalProject_firebird.mk | 12 ---
external/libatomic_ops/Module_libatomic_ops.mk |4 +++
4 files changed, 34 inserti
configure.ac |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ee9bee5d4622e3fd2f0d112a15df35565809eb32
Author: Andrzej J.R. Hunt
Date: Thu Nov 7 07:46:04 2013 +
$CPU no longer exists, use $CPUNAME for libatomic-ops.
Change-Id: Ic70214d5e875dc7672b5
dbaccess/source/core/misc/dsntypes.cxx |6 +++
dbaccess/source/inc/dsntypes.hxx |3 +
dbaccess/source/ui/dlg/AutoControls_tmpl.hrc | 10 +
dbaccess/source/ui/dlg/ConnectionHelper.cxx | 46 ++-
dbaccess/source/ui/dlg/ConnectionHelper.hxx |
sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx | 21 +++
1 file changed, 21 insertions(+)
New commits:
commit 61a20e43b1ec7641bed073244c988e3ea981f086
Author: Andrzej J.R. Hunt
Date: Sat Oct 26 17:10:52 2013 +0100
SlideSorter: insert new slide on double-click.
connectivity/source/drivers/firebird/Connection.cxx|6 ++
connectivity/source/drivers/firebird/Connection.hxx| 10 ++
connectivity/source/drivers/firebird/PreparedStatement.cxx |3 +++
connectivity/source/drivers/firebird/Statement.cxx |7 +++
android/Bootstrap/Makefile.shared |1 +
1 file changed, 1 insertion(+)
New commits:
commit f29a2b42880233fad821cdd9ffa45114347e2d32
Author: Andrzej J.R. Hunt
Date: Thu Nov 14 16:13:55 2013 +
Add EBOOK_LIBS to android build.
Change-Id: I19af7ecf0fe746e6c41c95e647141b4c0af0
sd/source/ui/slidesorter/controller/SlsClipboard.cxx |8 +---
1 file changed, 1 insertion(+), 7 deletions(-)
New commits:
commit d93433ba1181f5d8f6ded0ed0c103df10ebb1f22
Author: Andrzej J.R. Hunt
Date: Mon Nov 4 10:21:19 2013 +
fdo#70047 Only copy slides when CTRL key pressed.
android/Module_android.mk |9 -
config_host.mk.in |1 +
configure.ac | 40 ++--
3 files changed, 39 insertions(+), 11 deletions(-)
New commits:
commit 24b4610e10a539609a6679b598de7dc7957791c0
Author: Andrzej J.R. Hunt
Dat
sc/CppunitTest_sc_opencl_test.mk |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5aa37dd9eb9b6f44c2a91f0e41bae42754ba733b
Author: Andrzej J.R. Hunt
Date: Sun Dec 1 12:10:20 2013 +
OCppunitTest_sc_opencl_test: only depend on scopencl if ENABLE_OPENCL.
On Tue, 2013-07-23 at 16:36 +0200, Lionel Elie Mamane wrote:
> On Sun, Jul 21, 2013 at 08:23:49PM +0200, Andrzej J. R. Hunt wrote:
>
> > I've just been working on the first stages of supporting blobs with
> > firebird (...). firebird stores table and column descriptions
Hi,
The Firebird-sdbc drivers still have BSD licence headers, which I
believe is a relic of the skeleton driver. Is it acceptable to add the
following to the top of the file as is done for MPL/Apache (APL?) and
previously MPL/LGPL mix-licenced files?
* This file is part of the LibreOffice projec
connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu |
49 +++--
connectivity/source/drivers/firebird/FConnection.cxx|
58 ++
connectivity/source/drivers/firebird/FDatabaseMetaData.cxx |
88 +-
connectivity/source
connectivity/source/drivers/firebird/FDatabaseMetaData.cxx | 394 ++--
connectivity/source/drivers/firebird/FResultSet.cxx |4
connectivity/source/drivers/firebird/FResultSetMetaData.cxx |5
3 files changed, 354 insertions(+), 49 deletions(-)
New commits:
commit 136f3b
connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu |
8 ++--
dbaccess/source/core/misc/dsntypes.cxx |
1 +
dbaccess/source/inc/dsntypes.hxx|
3 ++-
3 files changed, 5 insertion
connectivity/source/drivers/firebird/FConnection.cxx|8 +++-
connectivity/source/drivers/firebird/FPreparedStatement.cxx |6 --
2 files changed, 11 insertions(+), 3 deletions(-)
New commits:
commit 5226b42560e3965c23973ddaf157477f191fdbbb
Author: Andrzej J.R. Hunt
Date:
connectivity/source/drivers/firebird/FDatabaseMetaData.cxx | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
New commits:
commit daa08c1027e62c76c171628e2a2e6adce0ad3a45
Author: Andrzej J.R. Hunt
Date: Wed Jul 31 10:36:27 2013 +0200
Add parameters to char/varchar in getT
connectivity/Library_firebird_sdbc.mk| 16
connectivity/source/drivers/firebird/Blob.cxx|2
connectivity/source/drivers/firebird/Connection.cxx | 737
connectivity/source/drivers/firebird/Connection.hxx | 183 +
connectivity/
connectivity/source/drivers/dbase/DDatabaseMetaData.cxx |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ea4003de2ea92424c60ef2aaa9c5ff260b804852
Author: Andrzej J.R. Hunt
Date: Wed Jul 31 10:24:20 2013 +0200
Reserve correct size (dbase).
19 values are
connectivity/source/drivers/firebird/DatabaseMetaData.cxx | 33 -
connectivity/source/drivers/firebird/ResultSetMetaData.cxx |4 +
connectivity/source/drivers/firebird/Util.cxx |6 ++
connectivity/source/drivers/firebird/Util.hxx |8 +++
4 files
1 - 100 of 350 matches
Mail list logo