[Libreoffice-commits] .: 2 commits - android/experimental

2012-08-15 Thread Iain Billett
/LibreOfficeUIActivity.java | 43 +++-- 3 files changed, 93 insertions(+), 45 deletions(-) New commits: commit e40f2678ab4ec8116e562cda51281762a76bb166 Author: Iain Billett Date: Wed Aug 15 11:34:00 2012 +0100 Added soft shadow around thumbnails. Change-Id

[Libreoffice-commits] .: 3 commits - android/experimental

2012-08-09 Thread Iain Billett
android/experimental/LibreOffice4Android/src/org/libreoffice/android/DocumentLoader.java | 205 +++--- 1 file changed, 69 insertions(+), 136 deletions(-) New commits: commit 9031cd89e35be17fb4e6150f5100defca36dfafc Author: Iain Billett Date: Fri Aug 10 01:17:23 2012 +0100 Some

[Libreoffice-commits] Changes to 'feature/android'

2012-08-07 Thread Iain Billett
New branch 'feature/android' available with the following commits: commit ecb2e0f1672e754633510517227530794384bd57 Author: Iain Billett Date: Mon Aug 6 14:38:44 2012 +0100 Fixed problems after rebse. Change-Id: I7fa1dedd33e3ef59a99112e4ddc73e9ac38e77

Re: Today

2012-08-07 Thread Iain Billett
On Tue, Aug 7, 2012 at 12:44 PM, Michael Meeks wrote: > Hi Iain, > > On Tue, 2012-08-07 at 12:36 +0100, Iain Billett wrote: > > When you run update it opens that tool and just automatically selects > > certain packages you neeed. When I ran it those tool packages were &g

Re: Today

2012-08-07 Thread Iain Billett
When you run update it opens that tool and just automatically selects certain packages you neeed. When I ran it those tool packages were installed. The only thing I don't have is the Jelly Bean SDKs... I doubt that's the problem but I'll need them in the future anyway. Also, I gave up on Eclipse c

Re: Today

2012-08-06 Thread Iain Billett
I ran an "android update sdk" but it made no difference but there must be something I'm missing On Mon, Aug 6, 2012 at 4:27 PM, Michael Meeks wrote: > > On Mon, 2012-08-06 at 16:21 +0100, Iain Billett wrote: > > Trying to work this out: > > > > /L

Re: Today

2012-08-06 Thread Iain Billett
Trying to work this out: /LibreOfficeDev/gsoc/android/experimental/LibreOffice4Android/build.xml:89: The following error occurred while executing this line: /LibreOfficeDev/gsoc/android/experimental/LibreOffice4Android/build.xml:105: aapt doesn't support the "projectLibrariesPackageName" attribute

Today

2012-08-06 Thread Iain Billett
Hi, I did a successful rebase of my new code onto my old code ( Not sure if that's the right way of phrasing it) on test branches so I'll be in a position to push soon, albeit with the document viewer activity navigation code broken (Should I still proceed?). Iain. ___

Styling.

2012-07-30 Thread Iain Billett
Hi, After a bit of struggling I now have the styling somewhere close to the designers' spec. I've attached a screenshot for convenience. I'm working on several things. Firstly, the thumbnails should be the right way up. I'm going to investigate optimising the layouts for different screen sizes. I

[Libreoffice-commits] .: android/experimental

2012-07-11 Thread Iain Billett
android/experimental/LibreOffice4Android/src/org/libreoffice/android/DocumentLoader.java | 234 +++--- 1 file changed, 183 insertions(+), 51 deletions(-) New commits: commit df82184b2a247a8e6a670522ff70af5af038e8a8 Author: Iain Billett Date: Wed Jul 11 19:56:54 2012 +0100 Added

[Libreoffice-commits] .: 2 commits - android/experimental

2012-06-28 Thread Iain Billett
/LibreOfficeUIActivity.java |3 6 files changed, 398 insertions(+), 10 deletions(-) New commits: commit 06b935baa5696f90caedf51e4d3a0302350a446b Author: Iain Billett Date: Thu Jun 28 19:36:29 2012 +0100 First draft of "navigator", a strip of "live" thumbnails which are clickable

[Libreoffice-commits] .: android/experimental

2012-06-25 Thread Iain Billett
changed, 613 insertions(+), 616 deletions(-) New commits: commit 478465f21696230133bbf6c986f236d210504c5a Author: Iain Billett Date: Mon Jun 25 14:25:00 2012 +0100 Fixed some erroneous package references. diff --git a/android/experimental/DocumentLoader/src/org/libreoffice/android/examples

[Libreoffice-commits] .: android/experimental

2012-06-22 Thread Iain Billett
a84eb85c3575d5b6f79717904b6d55848bc2e84c Author: Iain Billett Date: Fri Jun 22 21:27:36 2012 +0100 Fixed file opening. diff --git a/android/experimental/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java b/android/experimental/DocumentLoader/src/org/libreoffice/android

[Libreoffice-commits] .: android/experimental

2012-06-22 Thread Iain Billett
3e0c6d83d5b089c853154b5d03fcf33e5403520c Author: Iain Billett Date: Fri Jun 22 18:15:21 2012 +0100 LibreOffice4Android now builds. diff --git a/android/experimental/LibreOffice4Android/proguard-project.txt b/android/experimental/LibreOffice4Android/proguard-project.txt new file mode 100644 index

[Libreoffice-commits] .: 2 commits - android/experimental

2012-06-19 Thread Iain Billett
: commit 5e380fbdcdebf762a07b0ec502a4d3c40190838d Author: Iain Billett Date: Tue Jun 19 16:20:34 2012 +0100 Added file sorting - alphabetical, by size, by last modified. diff --git a/android/experimental/GSoC-2012-eclipse-workspace/LibreOfficeUI/res/drawable-hdpi/light_sort_by_size.png b

[Libreoffice-commits] .: 4 commits - android/experimental

2012-06-15 Thread Iain Billett
-workspace/LibreOfficeUI/src/org/libreoffice/ui/LibreOfficeUIActivity.java | 33 ++ 3 files changed, 33 insertions(+), 23 deletions(-) New commits: commit 907ad314fb05a06cfeb233bd4265a461e7a5e0e5 Author: Iain Billett Date: Fri Jun 15 23:18:39 2012 +0100 Some UI tweeks - trying to get

Re: Status Update

2012-06-15 Thread Iain Billett
Quick update, pushed a list view for the file explorer. Next, I plan to work on styling the UI to bring it in line with the designer's suggestions and also a bit of cleaning / commenting of the code. Iain. ___ LibreOffice mailing list LibreOffice@lists.f

[Libreoffice-commits] .: android/experimental

2012-06-15 Thread Iain Billett
/LibreOfficeUIActivity.java | 279 -- android/experimental/GSoC-2012-eclipse-workspace/LibreOfficeUI/src/org/libreoffice/ui/ListItemAdapter.java | 156 + 6 files changed, 450 insertions(+), 47 deletions(-) New commits: commit 43103840303f9e18ff013ac6cbb5cfa4eb9cdf9a Author: Iain Billett

Re: Status Update

2012-06-14 Thread Iain Billett
Hi, quick update, pushed some more work on the file explorer. Next items on my agenda are a.) a list view, the ability to switch between them (temporary) & set default (persistent). b.) Bring doc viewer action bar in line with what the designers suggest (hidden by default then transparent overlay

[Libreoffice-commits] .: android/experimental

2012-06-14 Thread Iain Billett
files changed, 203 insertions(+), 51 deletions(-) New commits: commit 06a5ea83858607e8ca4e628b2ac5ef0267335983 Author: Iain Billett Date: Thu Jun 14 17:33:16 2012 +0100 More work on the file explorer. Added file type filtering. Maintains state if user switches to viewer and back. diff --git

Pushing Updates

2012-06-13 Thread Iain Billett
Hi, I want to commit some code I've written. Is it ok if I make a subdirectory in android/experimental/ and push to master or should I make a branch? I'm not quite sure what the protocol is. Thanks, Iain. ___ LibreOffice mailing list LibreOffice@lists.

Re: DocumentLoader Error

2012-06-13 Thread Iain Billett
This was solved with a make uninstall. Seems like it was simply not updating on re-install, or something. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Status Update

2012-06-13 Thread Iain Billett
Hi, Today, I've fixed a bug on my android file explorer where items not initially shown in the grid ( out of view ) where not initialised properly. I also intend to make navigation more robust by allowing the file explorer remember it's state after the application switches to a document viewer act

DocumentLoader Error

2012-06-13 Thread Iain Billett
Hi, I'm having a problem with DocumentLoader. It builds and installs fine but it can't open the rc asset files saying they are compressed. Here are the errors: E/lo-bootstrap(32001): lo_apkentry: File assets/program/unorc is compressed E/lo-bootstrap(32001): lo_apkentry: File assets/rc is compres

Re: Draft document-rendering tiling API to be called from viewer apps

2012-06-06 Thread Iain Billett
> > >IMHO the decision to render just squares prolly complicates the > > situation un-necessarily. > > Sure, but on the other hand it makes it simpler in that we don't need > to figure out the aspect ratio of each page (they can be different) > beforehand. > > BTW, I didn't mention in the I

Re: Wasted a day on an Android bug...

2012-06-05 Thread Iain Billett
Just a quick update of where I'm at. I've implemented an OpenGL graphics surface and can render a resource bitmap onto a plane. I've also got pinch-to-zoom and scrolling the "document" working but that still needs some work. What I'm doing now is to combine this code with DocumentLoader to render a

Re: GSoC Week 1

2012-05-28 Thread Iain Billett
> > Please, post the actual error messages (the earliest one(s). > There are 15 errors, here are the first few as they are all similar: /LibreOfficeDev/lo-android/solver/unxmacxi.pro/inc/rtl/string.hxx:257:13: error: cannot use 'throw' with exceptions disabled throw std::bad_alloc();

Re: GSoC Week 1

2012-05-28 Thread Iain Billett
ngs or simply not compile this module but nothing I've tried has made any progress. Thanks, Iain. On Fri, May 25, 2012 at 5:19 PM, Iain Billett wrote: > Hi, > > Just a quick report on where I'm at. Basically, I'm making good progress > with the Android UI part of the proj

Re: GSoC Week 1

2012-05-25 Thread Iain Billett
Hi, Just a quick report on where I'm at. Basically, I'm making good progress with the Android UI part of the project but I'm still not able to cross-compile LO for android (I know, I'm really sorry). The build error log is here the problem is with the shell module. M

Re: GSoC Week 1

2012-05-22 Thread Iain Billett
On Tue, May 22, 2012 at 12:58 PM, Tor Lillqvist wrote: > > However, I can't seem to resolve > > a problem building the nss module. > > Hmm, in cross-compilation the nss module isn't built for the build > platform (and for Android, not for the host platform either), so is > this in a native Mac bu

Re: GSoC Week 1

2012-05-22 Thread Iain Billett
> > Ah, yes. With a current Xcode 4.3, the automake and autoconf tools are > no longer included, sigh, not even when you add the "command-line > tools" (or whatever they are called, don't recall exactly). (aclocal > is part of the automake package.) > > You need to download tarballs for some recent

Re: GSoC Week 1

2012-05-21 Thread Iain Billett
> > You just need to pass in some options to autogen.sh; this should word: > > CC_FOR_BUILD=ccache clang -arch i386 -mmacosx-version-min=10.6 > CXX_FOR_BUILD=ccache clang++ -arch i386 -mmacosx-version-min=10.6 > > --with-build-platform-configure-options=--with-macosx-version-min-required=10.6 > --w

[Libreoffice][GSoC2012] Introduction

2012-04-24 Thread Iain Billett
Hi everyone, My GSoC proposal has been accepted and I'm excited to be working on LibreOffice this summer. I'll be working with Tor Lillqvist, and others I'm sure, on LibreOffice for Android. To introduce myself, I'm a final year computer engineering student at Trinity College Dublin. Next year I

Re: Bug 38276 - EasyHack: Make the toolbar menu easier

2012-04-11 Thread iain billett
r notice are licensed under LGPL3+/MPL1.1+ > > Do you really want your name spelled (in the commit log) in lower > case, as in your email From: header? Just confirming... > I think " Iain Billett " would be best. I'll change that header. > > --tml > ___

Re: Bug 38276 - EasyHack: Make the toolbar menu easier

2012-04-11 Thread iain billett
My previous fix was incorrect. The fixed diff is now : diff --git a/framework/source/uielement/toolbarmanager.cxx b/framework/source/uielement/toolbarmanager.cxx index 80adbd7..90ab2a8 100644 --- a/framework/source/uielement/toolbarmanager.cxx +++ b/framework/source/uielement/toolbarmanager.cxx @@

Fwd: Bug 38276 - EasyHack: Make the toolbar menu easier

2012-04-11 Thread iain billett
-- Forwarded message -- From: iain billett Date: Wed, Apr 11, 2012 at 2:10 PM Subject: Re: Bug 38276 - EasyHack: Make the toolbar menu easier To: Tor Lillqvist On Wed, Apr 11, 2012 at 1:18 PM, Tor Lillqvist wrote: > Iain, this is a bit different approach from the one

Bug 38276 - EasyHack: Make the toolbar menu easier

2012-04-10 Thread iain billett
Hi everyone, I'm new to this list. I've made a simple fix for Bug 38276 . The diff is below if anyone wants to have a look (I wasn't sure if I should add it as an attachment or not?). Bear in mind that I'm completely new to LibreOffice developmen