[Libreoffice] Debug build compilation fail

2011-10-31 Thread Rafael Dominguez
I tried to compile all the project with debug flags enabled ( --enable-dbgutil --enable-debug ) , and im getting this error Compiling: connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.4.5/include/g++-v4/debug/debug.h:126,

[Libreoffice] [PATCH] Remove unused macro in tools/rtti.hxx

2011-12-10 Thread Rafael Dominguez
From b052d080fd068f7ba1ba71a086ed0dcbc24299ef Mon Sep 17 00:00:00 2001 From: Rafael Dominguez venccsra...@gmail.com Date: Sat, 10 Dec 2011 14:42:29 -0430 Subject: [PATCH 2/3] Remove unused macros. --- tools/inc/tools/rtti.hxx |9 - 1 files changed, 0 insertions(+), 9 deletions

[Libreoffice] [PATCH] 4/4 tools/rtti.hxx cleaning

2011-12-19 Thread Rafael Dominguez
From c5625c7f1ad2a2ba7158c79ee5055a261d057225 Mon Sep 17 00:00:00 2001 From: Rafael Dominguez venccsra...@gmail.com Date: Sun, 18 Dec 2011 19:29:26 -0430 Subject: [PATCH 32/36] Replace deprecated PTR_CAST macro for dynamic_cast. --- sd/source/ui/slideshow/slideshowimpl.cxx |2 +- 1 files

Re: [Libreoffice] [PATCH] 1/4 tools/rtti.hxx cleaning

2011-12-19 Thread Rafael Dominguez
On Mon, Dec 19, 2011 at 3:57 PM, Michael Meeks michael.me...@suse.comwrote: Hi Rafael, On Mon, 2011-12-19 at 13:03 -0430, Rafael Dominguez wrote: Just some cleanup of tools/rtti.hxx macros for c++ RTTI. Gosh :-) you are brave. I suppose there is some residual performance concern

[Libreoffice] [PATCH] DECLARE_LIST(TOXControlList, Control*) to std::vectorControl* in sw.

2011-02-13 Thread Rafael Dominguez
Well the patch is related to sw, tab entries in Insert-Indexes and Tables - Indexes and Tables. 0001-.git-COMMIT_EDITMSG.save.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] [PUSHED] Re: [PATCH] DECLARE_LIST(TOXControlList, Control*) to std::vectorControl* in sw.

2011-02-18 Thread Rafael Dominguez
On Thu, Feb 17, 2011 at 6:06 PM, Jan Holesovsky ke...@suse.cz wrote: Hi Rafael, Rafael Dominguez píše v Ne 13. 02. 2011 v 23:40 +: Well the patch is related to sw, tab entries in Insert-Indexes and Tables - Indexes and Tables. Wow - if I am not mistaken, this is your first

[Libreoffice] [PATCH] Cleaning include headers in calc, removing tool/list.hxx

2011-02-18 Thread Rafael Dominguez
The patch is under LGPLv3+MPL. 0001-Remove-deprecated-tools-list.hxx-include.calc.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] Remove DECLARE_LIST(ImplSplitList)

2011-02-18 Thread Rafael Dominguez
Well it seems someone removed it before i did but they forgot to remove the class declaration, also they changed it for a dynamic array using new,memmove,etc, should i change it to standard containers or keep it like that??? Also removed some extra unnecessary comments Patch under the LGPLv3+/MPL

Re: [Libreoffice] [PATCH] Cleaning include headers in calc, removing tool/list.hxx

2011-02-18 Thread Rafael Dominguez
Its ok i wanna keep it as npcdoom On Fri, Feb 18, 2011 at 4:28 PM, Kohei Yoshida kyosh...@novell.com wrote: On Fri, 2011-02-18 at 16:14 -0430, Rafael Dominguez wrote: The patch is under LGPLv3+MPL. Looks good. Thanks for this. But it would be nice if you could set your correct name so

[Libreoffice] [PATCH] Update on btndlg in libs-gui

2011-02-18 Thread Rafael Dominguez
Joel made a patch to remove a DECLARE_LIST class, but i was working on the same thing, but i made it with ptr_vector instead. 0001-Update-mpItemList-from-std-vector-to-boost-ptr_vecto.patch Description: Binary data ___ LibreOffice mailing list

Re: [Libreoffice] Build failure in writer/sw/source/ui/index/cnttab.cxx

2011-02-19 Thread Rafael Dominguez
Well the fix is it != aControlList.end()-1, when i summited the patch i didnt have it with enable-symbols, so i didnt notice, but i summited a new patch hopefully it will get reviewed and merged soon. ___ LibreOffice mailing list

[Libreoffice] [PATCH] Remove tools/list.hxx in calc

2011-02-21 Thread Rafael Dominguez
Just some header cleanup patch. Under LGPLv3+/MPL 0001-Remove-tools-list.hxx.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] DECLARE_LIST() Removal Project

2011-02-21 Thread Rafael Dominguez
On Mon, Feb 21, 2011 at 12:10 AM, Joseph Powers jpower...@cox.net wrote: Here's a quick update on the project: 1. The only items left are: binfilter/inc/bf_svtools/svdde.hxx:DECLARE_LIST( DdeConnections, DdeConnection* ) binfilter/inc/bf_svtools/svdde.hxx:DECLARE_LIST( DdeTransactions,

[Libreoffice] [PATCH] Remove tools/list.hxx in components

2011-02-21 Thread Rafael Dominguez
Just some header cleaning, patch under the LGPLv3+/MPL 0001-Remove-tools-list.hxx-header.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] Remove deprecated list container for sw.

2011-02-27 Thread Rafael Dominguez
More list cleaning for writer. 0001-Remove-deprecated-List-for-std-vector-String.writer.patch Description: Binary data 0002-Change-deprecated-List-for-std-vector-Stri.libs-core.patch Description: Binary data ___ LibreOffice mailing list

[Libreoffice] [PATCH] Remove deprecated list container.

2011-02-27 Thread Rafael Dominguez
More list container cleaning. 0001-Remove-SvULongs-and-replace-it-with-std-ve.libs-core.patch Description: Binary data 0001-Remove-deprecated-container-List-and-update.libs-gui.patch Description: Binary data ___ LibreOffice mailing list

Re: [Libreoffice] [PATCH][PUSHED] Remove deprecated list container for sw.

2011-03-02 Thread Rafael Dominguez
Sorry for that, it compiled on my pc, but i forgot to commit that part when i made the patch. Thanks anyways. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] List container cleaning.

2011-03-02 Thread Rafael Dominguez
More List container cleaning up, added an append function to ParagraphList, removed some unused code in writer. All the test passed succesfully. 0001-Remove-deprecated-List-container.libs-core.patch Description: Binary data 0004-Changed-some-Insert-calls-for-Append-and-a.libs-core.patch

[Libreoffice] [PATCH] Remove tools/list.hxx in sw

2011-03-02 Thread Rafael Dominguez
0001-Remove-include-tools-list.hxx.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] Remove dead code inside sd.

2011-03-02 Thread Rafael Dominguez
0001-Remove-dead-code-inside-sd.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] Remove DECLARE_LIST in idl.

2011-03-04 Thread Rafael Dominguez
0001-Remove-of-DECLARE_LIST.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] List container cleaning in sd.

2011-03-04 Thread Rafael Dominguez
0002-Remove-usage-of-deprecated-List-container.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] List container cleaning in sd.

2011-03-04 Thread Rafael Dominguez
0001-Remove-usage-of-List-container.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] List container cleaning in sd.

2011-03-04 Thread Rafael Dominguez
0001-Remove-usage-of-List-container.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] List container cleaning in sd.

2011-03-04 Thread Rafael Dominguez
0001-Remove-of-deprecated-List-container.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] Remove List in SdrObjListIter.

2011-03-08 Thread Rafael Dominguez
0001-Remove-deprecated-container-List-in-SdrObjListIter.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] Remove List container in components/imgprod

2011-03-09 Thread Rafael Dominguez
0001-Remove-deprecated-List-usage-in-component-imgprod.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] List cleaning in sd and libs-core

2011-03-09 Thread Rafael Dominguez
Patch are all related to the same function, CreateSelectionList, compiles fine and all test passed. 0001-Remove-usage-of-deprecated-container-List-in.impress.patch Description: Binary data 0004-Change-CreateSelectionList-to-use-vector-i.libs-core.patch Description: Binary data

[Libreoffice] [PATCH] Remove usage of DECLARE_LIST in libs-core/idl

2011-03-14 Thread Rafael Dominguez
This is the last patch removing the DECLARE_LIST, besides the pending joseph DDE one patch, the binfilters and the one inside tools/ref.hxx but this need porting of those macros first or a work around. 0003-Remove-DECLARE_LIST-SvTokenList-SvToken.libs-core.patch Description: Binary data

[Libreoffice] [PATCH] Remove DECLARE_LIST( FmCtrlModelList, XInterface* ).

2011-03-21 Thread Rafael Dominguez
0001-Remove-DECLARE_LIST-FmCtrlModelList-XInterface.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] Remove unused macro DECL_DEST_LIST

2011-03-22 Thread Rafael Dominguez
0001-Remove-unused-macro.bootstrap.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] Remove unused macro DECL_DEST_LIST

2011-03-22 Thread Rafael Dominguez
0001-Remove-unused-macro.bootstrap.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: git branch audit - results ...

2012-07-20 Thread Rafael Dominguez
On Fri, Jul 20, 2012 at 11:45 AM, Michael Meeks michael.me...@suse.com wrote: Thanks for all the input, I tried to condense it; what I have is this. After another git remote prune origin I see we're a lot cleaner now :-) but I still have these to delete (will do

[Libreoffice-commits] .: 3 commits - sfx2/inc sfx2/source

2012-07-20 Thread Rafael Dominguez
sfx2/inc/templatedlg.hxx|2 +- sfx2/source/doc/templatedlg.cxx |9 + sfx2/source/doc/templatedlg.src | 10 +- 3 files changed, 11 insertions(+), 10 deletions(-) New commits: commit 86f7066c0921df5d9fa2a1d4c07b175fb0fb49c9 Author: Rafael Dominguez venccsra

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 0 commits -

2012-07-23 Thread Rafael Dominguez
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] .: 21 commits - sfx2/inc sfx2/source

2012-07-29 Thread Rafael Dominguez
+--- sfx2/source/inc/templatesearchviewitem.hxx | 30 ++ 11 files changed, 564 insertions(+), 211 deletions(-) New commits: commit 6c0d0bc410b4c5b4c2c559bbe2247d4bbea610c0 Author: Rafael Dominguez venccsra...@gmail.com Date: Sun Jul 29 21:28:31 2012 -0430 Import templates from

[Libreoffice-commits] .: sfx2/inc sfx2/source

2012-07-29 Thread Rafael Dominguez
sfx2/inc/sfx2/templatefolderview.hxx |3 +-- sfx2/source/control/templatefolderview.cxx |4 ++-- sfx2/source/doc/templatedlg.cxx|2 +- 3 files changed, 4 insertions(+), 5 deletions(-) New commits: commit 2fd593ae8a8140188da31bb4fb76f7a9baaba339 Author: Rafael

[GSOC] Template Dialog - Report

2012-07-30 Thread Rafael Dominguez
After having a few issues compiling master, the items i worked so far are: - Setup a local alfresco instante to work with the CMIS protocol. - Display list of remote repositories. - Fetch thumbnails of remote templates. - Fix a bug when moving templates to another folder. - Filter remote

Re: [GSOC] Template Dialog - Report

2012-07-30 Thread Rafael Dominguez
TODO - Display template information like author, keywords, etc. - Template preview. - Keep improving the dialog UI. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Styling.

2012-07-30 Thread Rafael Dominguez
Well for the thumbnail i use this code, it dosent open the whole document, just extracts the embedded thumbnail picture. BitmapEx TemplateAbstractView::scaleImg (const BitmapEx rImg, long width, long height) { BitmapEx aImg = rImg; int sWidth =

[Libreoffice-commits] .: 3 commits - sfx2/inc sfx2/source

2012-07-31 Thread Rafael Dominguez
- sfx2/source/doc/templatedlg.hrc| 10 +++ sfx2/source/doc/templatedlg.src| 20 --- 7 files changed, 128 insertions(+), 42 deletions(-) New commits: commit 953a08b2dea5e07efb487b4d9bfccce5960193fc Author: Rafael Dominguez venccsra...@gmail.com Date

[Libreoffice-commits] .: 4 commits - sfx2/inc sfx2/source

2012-08-02 Thread Rafael Dominguez
++--- sfx2/source/doc/templatedlg.cxx | 58 +-- 6 files changed, 92 insertions(+), 29 deletions(-) New commits: commit 393e7add0b2c7f4f96dc309f7dcdf8d82e0ff813 Author: Rafael Dominguez venccsra...@gmail.com Date: Thu Aug 2 21:27:00 2012 -0430 Display all

[Libreoffice-commits] .: 3 commits - icon-themes/galaxy sfx2/inc sfx2/source

2012-08-06 Thread Rafael Dominguez
+ sfx2/source/doc/templatedlg.hrc| 11 sfx2/source/doc/templatedlg.src| 63 --- 7 files changed, 56 insertions(+), 140 deletions(-) New commits: commit 7eaabb2db296e2bdb67d633dd68209f23167243e Author: Rafael Dominguez venccsra...@gmail.com

[Libreoffice-commits] .: 12 commits - officecfg/registry sfx2/inc sfx2/source

2012-08-08 Thread Rafael Dominguez
| 14 ++ 13 files changed, 159 insertions(+), 21 deletions(-) New commits: commit 848e9fe2740d6192d98a4b966a3c3304c1cd6403 Author: Rafael Dominguez venccsra...@gmail.com Date: Wed Aug 8 09:40:47 2012 -0430 Remove unused defines. Change-Id

Re: Help Locating Base Code

2012-08-08 Thread Rafael Dominguez
After that, to execute the program you need to type run and press enter ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] .: 9 commits - framework/uiconfig officecfg/registry sc/uiconfig sd/uiconfig sfx2/inc sfx2/source sw/uiconfig

2012-08-10 Thread Rafael Dominguez
sw/uiconfig/swriter/menubar/menubar.xml |3 sw/uiconfig/swxform/menubar/menubar.xml |3 21 files changed, 228 insertions(+), 39 deletions(-) New commits: commit 68129703673851b81f0c75b256026f981aba1928 Author: Rafael Dominguez

[Libreoffice-commits] .: 16 commits - framework/uiconfig sfx2/inc sfx2/source

2012-08-11 Thread Rafael Dominguez
/ -menu:menuitem menu:id=.uno:TemplateManager/ menu:menu menu:id=.uno:TemplateMenu menu:menupopup menu:menuitem menu:id=.uno:Organizer/ commit a7b9e624ac24f2af02f53930f75ebf36f1cdfa0d Author: Rafael Dominguez venccsra...@gmail.com Date

[Libreoffice-commits] .: 3 commits - sfx2/inc sfx2/source

2012-08-12 Thread Rafael Dominguez
+-- sfx2/source/doc/templatedlg.hrc |7 + sfx2/source/doc/templatedlg.src | 30 7 files changed, 154 insertions(+), 6 deletions(-) New commits: commit c49fbe94d4f704ea0c574047e9b6cc03992835b4 Author: Rafael Dominguez venccsra...@gmail.com Date: Sun Aug

[Libreoffice-commits] .: 5 commits - sfx2/inc sfx2/source

2012-08-12 Thread Rafael Dominguez
|5 + 15 files changed, 135 insertions(+), 96 deletions(-) New commits: commit e51dc25f456db8a2f0130b12ee3d5a90d2fd27a2 Author: Rafael Dominguez venccsra...@gmail.com Date: Sun Aug 12 21:51:18 2012 -0430 Check correct area when selecting a template by clicking its name. Change-Id

[Libreoffice-commits] .: sfx2/inc sfx2/source

2012-08-12 Thread Rafael Dominguez
changed, 89 insertions(+), 7 deletions(-) New commits: commit 6050dad25fb34d6c7bf4feb0d850e9277d92c91e Author: Rafael Dominguez venccsra...@gmail.com Date: Sun Aug 12 23:33:20 2012 -0430 Draw borders arounds thumbnail. Change-Id: Icaf9485d20c8e747d08371a1db5f4d7bee2d37bb diff

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 2 commits - framework/uiconfig officecfg/registry sd/uiconfig sfx2/AllLangResTarget_sfx2.mk sfx2/inc sfx2/Library_sfx.mk sfx2/sdi sfx2/sourc

2012-05-28 Thread Rafael Dominguez
deletions(-) New commits: commit 0102a95559f3b6e20ae869986716bf1723b72a9b Author: Rafael Dominguez venccsra...@gmail.com Date: Mon May 28 20:53:01 2012 -0430 Implement template manager dialog. - Handle command in appserver - Add all the necessary defines for the command and slot

[REVIEW] fdo#33773 X-Axis Error Bars

2012-06-01 Thread Rafael Dominguez
This patch is the continuation of my work of adding support for x error bars, this patch implements importing the bars from ODF format but there's still one case that don't seem to work right, when you import error bars to other applications besides calc that use their own data provider. It seems

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 2 commits - sfx2/inc sfx2/source svtools/inc svtools/Library_svt.mk svtools/Package_inc.mk svtools/source

2012-06-01 Thread Rafael Dominguez
Author: Rafael Dominguez venccsra...@gmail.com Date: Fri Jun 1 13:25:06 2012 -0430 Add thumbnail view to template dialog. Change-Id: I72f31de4176f0ce5a721a1d21ae3ae936bcf296c diff --git a/sfx2/inc/templatedlg.hxx b/sfx2/inc/templatedlg.hxx index a0e893d..1317381 100644 --- a/sfx2/inc

[Libreoffice-commits] .: Branch 'feature/chart_errorbars' - xmloff/source

2012-06-01 Thread Rafael Dominguez
|2 xmloff/source/chart/transporttypes.hxx|4 6 files changed, 192 insertions(+), 20 deletions(-) New commits: commit 89d71c7a0a35f3e9e82efd1af19804096edc9787 Author: Rafael Dominguez venccsra...@gmail.com Date: Sat Apr 28 14:46:51 2012 -0430 Import X errorbars. diff --git

Re: [REVIEW] fdo#33773 X-Axis Error Bars

2012-06-01 Thread Rafael Dominguez
On Fri, Jun 1, 2012 at 4:33 PM, Kohei Yoshida kohei.yosh...@gmail.comwrote: On Fri, 2012-06-01 at 14:05 -0400, Kohei Yoshida wrote: Hello Rafael, On Fri, 2012-06-01 at 11:13 -0430, Rafael Dominguez wrote: i tried a lot of ideas and looked at how other code handle it but i cant seem

Re: [REVIEW] fdo#33773 X-Axis Error Bars

2012-06-01 Thread Rafael Dominguez
On Fri, Jun 1, 2012 at 6:14 PM, Markus Mohrhard markus.mohrh...@googlemail.com wrote: Hello Rafael, Sorry i forgot to tell you that the exporting code is not merged to master, its in features/chart_errorbars i pushed the patch too to that branch. I merged your branch to master back in

[Libreoffice-commits] .: 3 commits - xmloff/inc xmloff/source

2012-06-03 Thread Rafael Dominguez
: commit 27cd9157ac0e824197aa40c67fe6a4bfab3b2e38 Author: Rafael Dominguez venccsra...@gmail.com Date: Sat Apr 28 14:46:51 2012 -0430 Import X errorbars. Change-Id: I069271ad1c0f2fc5ec0854d6fb13aa0dc25be01d diff --git a/xmloff/source/chart/PropertyMap.hxx b/xmloff/source/chart

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 4 commits - svtools/inc svtools/source

2012-06-03 Thread Rafael Dominguez
files changed, 14 insertions(+), 84 deletions(-) New commits: commit 28a143cb7d19fe618b33f1af02d7990d007e88a4 Author: Rafael Dominguez venccsra...@gmail.com Date: Sun Jun 3 16:39:51 2012 -0430 Remove support for setting thumbnail item background color. Change-Id

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 3 commits - sfx2/inc sfx2/source

2012-06-05 Thread Rafael Dominguez
f74a116fe3303c69cb8d6f886f3678f183e35f84 Author: Rafael Dominguez venccsra...@gmail.com Date: Tue Jun 5 22:13:31 2012 -0430 Display documents embedded thumbnails. Change-Id: I0f56c6e564dbfcfc646717c562d61b8bd977edd1 diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx index

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 5 commits - sfx2/inc sfx2/source

2012-06-11 Thread Rafael Dominguez
sfx2/inc/sfx2/thumbnailview.hxx |6 - sfx2/source/control/thumbnailview.cxx | 149 +- 2 files changed, 61 insertions(+), 94 deletions(-) New commits: commit 467e2ea597ed37d63f1dd4ed0937e8a4d3d3ffc9 Author: Rafael Dominguez venccsra...@gmail.com Date

[Libreoffice-commits] .: Branch 'feature/template-dialog' - sfx2/inc sfx2/source

2012-06-13 Thread Rafael Dominguez
Author: Rafael Dominguez venccsra...@gmail.com Date: Wed Jun 13 05:42:31 2012 -0430 Highlight item on mouse hover. Change-Id: I5f838f045dd4182803820516cfb6b706a6c4fe02 diff --git a/sfx2/inc/sfx2/thumbnailviewitem.hxx b/sfx2/inc/sfx2/thumbnailviewitem.hxx index f878494..a84e209 100644

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 9 commits - sfx2/inc sfx2/Library_sfx.mk sfx2/source

2012-06-14 Thread Rafael Dominguez
: Rafael Dominguez venccsra...@gmail.com Date: Thu Jun 14 17:53:47 2012 -0430 Dont use another VirtualDevice for rendering. Change-Id: I923958a54157ac28dee03d99cee1b3368fcb5954 diff --git a/sfx2/inc/sfx2/thumbnailview.hxx b/sfx2/inc/sfx2/thumbnailview.hxx index 94ea49c..540f9f5

[Libreoffice-commits] .: Branch 'feature/template-dialog' - sfx2/inc sfx2/source

2012-06-14 Thread Rafael Dominguez
: Rafael Dominguez venccsra...@gmail.com Date: Thu Jun 14 21:43:35 2012 -0430 Render thumbnails for folders as separate entities instead of merging them. Change-Id: I5a505bd5baf3e186c9eeeaeeb73886b3fe8def19 diff --git a/sfx2/inc/sfx2/thumbnailview.hxx b/sfx2/inc/sfx2

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 8 commits - sfx2/inc sfx2/source

2012-06-16 Thread Rafael Dominguez
: commit 7fdb04011c1cc4c078af6b20dadd88bfa09ed3e0 Author: Rafael Dominguez venccsra...@gmail.com Date: Sat Jun 16 17:40:04 2012 -0430 Redraw item if we (un)select an item when clicking the selection box. Change-Id: Ide3c116500e315db7280ad25029ae68180036618 diff --git a/sfx2/inc/sfx2

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 10 commits - sfx2/inc sfx2/source

2012-06-17 Thread Rafael Dominguez
changed, 360 insertions(+), 256 deletions(-) New commits: commit e079a0a3c3481de8d547a624c41aac6310618c0d Author: Rafael Dominguez venccsra...@gmail.com Date: Sun Jun 17 22:25:09 2012 -0430 Fix hiding a selected item checkbox when you disable selection mode. Change-Id

How to integrate an image into the source tree

2012-06-18 Thread Rafael Dominguez
Im trying to use a picture in my dialog for a button, i added the image (check.png) to icon-themes/galaxy/sfx2/res folder but when i compile, i get an error msg The image(s) check could not be found. ___ LibreOffice mailing list

Re: How to integrate an image into the source tree

2012-06-18 Thread Rafael Dominguez
On Mon, Jun 18, 2012 at 2:38 PM, Cedric Bosdonnat cbosdon...@suse.comwrote: On Mon, 2012-06-18 at 14:20 -0430, Rafael Dominguez wrote: Im trying to use a picture in my dialog for a button, i added the image (check.png) to icon-themes/galaxy/sfx2/res folder but when i compile, i get

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 4 commits - icon-themes/galaxy sfx2/inc sfx2/source

2012-06-18 Thread Rafael Dominguez
files changed, 84 insertions(+), 11 deletions(-) New commits: commit e10392bb8c09c3a8e9b99f37d85f0814af372242 Author: Rafael Dominguez venccsra...@gmail.com Date: Mon Jun 18 18:51:52 2012 -0430 Set selection mode button image. Change-Id: I3fb2592d61622a0d3f07d70cfc26c10f4f2ef2fe

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 6 commits - sfx2/inc sfx2/Library_sfx.mk sfx2/Package_inc.mk sfx2/source

2012-06-18 Thread Rafael Dominguez
changed, 406 insertions(+), 308 deletions(-) New commits: commit 0f53d3bfb93537f20d9734fe7c84a88e8a82092b Author: Rafael Dominguez venccsra...@gmail.com Date: Mon Jun 18 22:57:35 2012 -0430 Display templates when double clicking a folder. Change-Id

[Libreoffice-commits] .: Branch 'feature/template-dialog' - sfx2/inc sfx2/source

2012-06-18 Thread Rafael Dominguez
commits: commit 114dde47903b7c174eca934690c1372d4be52330 Author: Rafael Dominguez venccsra...@gmail.com Date: Mon Jun 18 23:40:59 2012 -0430 Close overlay when clicking outside. Change-Id: Iee39a99e89881aeaeaca93adfcfce9b51eeaec78 diff --git a/sfx2/inc/sfx2/templatefolderview.hxx b

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 17 commits - sfx2/AllLangResTarget_sfx2.mk sfx2/inc sfx2/Library_sfx.mk sfx2/Package_inc.mk sfx2/source

2012-06-19 Thread Rafael Dominguez
+-- sfx2/source/control/thumbnailviewitem.cxx | 48 +- 15 files changed, 491 insertions(+), 153 deletions(-) New commits: commit 472b4b8d3889587e67538aa41e178377acf1a271 Author: Rafael Dominguez venccsra...@gmail.com Date: Tue Jun 19 18:05:00 2012 -0430 Create a filter class

[GSOC] how to fetch document/templates properties

2012-06-19 Thread Rafael Dominguez
Im trying to fetch document properties like author, creation date, application that created it, etc, from a document or template stored in the filesystem that arent loaded, to get the templates from the filesystem im using this class

[GSOC] Weekly report

2012-06-20 Thread Rafael Dominguez
This week i ported the drawing code from the vcl API to use the drawinglayer one, refactored the ThumbnailView class into a more general purpose one, making it possible to customize it if needed by a subclass, after that i created two subclasses, one for displaying the templates folders and

Re: How to integrate an image into the source tree

2012-06-20 Thread Rafael Dominguez
I guess i hitted the wrong button, but thanks again all for the help ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 16 commits - sfx2/inc sfx2/Library_sfx.mk sfx2/source

2012-06-21 Thread Rafael Dominguez
| 23 +++ sfx2/source/control/thumbnailview.cxx | 53 sfx2/source/doc/templatedlg.cxx| 13 ++ 12 files changed, 282 insertions(+), 85 deletions(-) New commits: commit 7e5d09a26fcb69681c6251b1c1a10066f010e5e4 Author: Rafael Dominguez venccsra...@gmail.com Date

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 2 commits - sfx2/inc sfx2/source

2012-06-21 Thread Rafael Dominguez
c9a32361d44caef7633ba625a93415373187ba89 Author: Rafael Dominguez venccsra...@gmail.com Date: Thu Jun 21 18:39:05 2012 -0430 Set folder view position below toolbars with a padding between them. Change-Id: I8e305e3c1c45a538745a286781e9e1efaa091fe3 diff --git a/sfx2/source/doc/templatedlg.cxx b

[Libreoffice-commits] .: Branch 'feature/template-dialog' - sfx2/inc sfx2/source

2012-06-22 Thread Rafael Dominguez
sfx2/inc/templatedlg.hxx|5 + sfx2/source/doc/templatedlg.cxx | 30 +- 2 files changed, 34 insertions(+), 1 deletion(-) New commits: commit fed3b690201e75c37c73fb6f8de566d8faa7d958 Author: Rafael Dominguez venccsra...@gmail.com Date: Fri Jun 22 05

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 9 commits - sfx2/inc sfx2/source

2012-06-24 Thread Rafael Dominguez
/templateview.cxx | 18 +++ sfx2/source/doc/templatedlg.cxx| 157 - 7 files changed, 255 insertions(+), 2 deletions(-) New commits: commit f7ef4c3808de41cd42ef9198f27b5f2ff84799c2 Author: Rafael Dominguez venccsra...@gmail.com Date: Sun Jun 24 12:52:42

Re: [gsoc] circular dependency in feature/template-dialog

2012-06-25 Thread Rafael Dominguez
On Mon, Jun 25, 2012 at 3:11 AM, Miklos Vajna vmik...@suse.cz wrote: Hi Rafael, Here is the build error I get when I try to build your branch from scratch: ~/git/libreoffice/gsoc2012/tail_build$ make -sr [ build MOD ] accessibility [ build MOD ] animations make: Circular

[GSOC] Weekly Report - Template Dialog UI

2012-06-25 Thread Rafael Dominguez
This week progress - Filtered files by their type when clicking the top buttons. - Added toolbar and context toolbar depending if you select a template file or not. - Import template to selected folders. - Open selected templates for editing. - Display search edit box when clicking in the search

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 2 commits - sfx2/source

2012-06-25 Thread Rafael Dominguez
sfx2/source/doc/templatedlg.cxx | 40 ++-- 1 file changed, 38 insertions(+), 2 deletions(-) New commits: commit a2952b9a768915e9c0c91135fd2f9d7e742c53f6 Author: Rafael Dominguez venccsra...@gmail.com Date: Mon Jun 25 11:51:05 2012 -0430 Add a function

[Libreoffice-commits] .: Branch 'feature/template-dialog' - sfx2/source

2012-06-25 Thread Rafael Dominguez
sfx2/source/doc/templatedlg.cxx |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit 4cc579ee792fbc81007bb8e0b31b6ae45429b349 Author: Rafael Dominguez venccsra...@gmail.com Date: Mon Jun 25 14:10:04 2012 -0430 Add missing argument to lcl_createTemplate

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 6 commits - sfx2/inc sfx2/source

2012-06-25 Thread Rafael Dominguez
: commit 50e90e208e53f72434d555ab926bcdf380871381 Author: Rafael Dominguez venccsra...@gmail.com Date: Mon Jun 25 17:54:02 2012 -0430 Make sure to delete allocated attributes. Change-Id: Ie441653c3204d70ecf0c8a5e23d78f5e547d4b71 diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source

[GSOC] Removing avmedia dependency in drawinglayer

2012-06-26 Thread Rafael Dominguez
This patch remove avmedia dependency in drawinglayer to avoid a circular dependency, this is the most clean solution i came up with but i wanted to share it before applying it The other option was create a new lib drawinglayer_media with just that code because moving the class to svx didnt feel

Re: [GSOC] Removing avmedia dependency in drawinglayer

2012-06-27 Thread Rafael Dominguez
Oops my bad, heres the patch attached 0001-Remove-dependency-of-avmedia-in-drawinglayer.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [GSOC] Removing avmedia dependency in drawinglayer

2012-06-28 Thread Rafael Dominguez
On Wed, Jun 27, 2012 at 5:58 AM, Thorsten Behrens t...@documentfoundation.org wrote: Rafael Dominguez wrote: Oops my bad, heres the patch attached Hi Rafael, nice improvement - two nits though: @@ -65,6 +67,8 @@ namespace drawinglayer /// discrete border (in 'pixels

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 3 commits - drawinglayer/inc drawinglayer/Library_drawinglayer.mk drawinglayer/source sfx2/source svx/source

2012-06-28 Thread Rafael Dominguez
|1 sfx2/source/control/thumbnailview.cxx |2 - svx/source/sdr/contact/viewcontactofsdrmediaobj.cxx|4 ++ 6 files changed, 18 insertions(+), 14 deletions(-) New commits: commit fd174268bdea92d966feffbb312c0c3d19de3c5f Author: Rafael Dominguez

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 11 commits - sfx2/inc sfx2/source

2012-06-28 Thread Rafael Dominguez
8f7d779f94ef277ab4162b4a45d81d1fdd2a1f7c Author: Rafael Dominguez venccsra...@gmail.com Date: Thu Jun 28 23:14:52 2012 -0430 Display Move to Folder popup menu when selecting a template. Change-Id: If4ad6a1809b428b55b26bdb21d64f41cc9b6fbf5 diff --git a/sfx2/inc/templatedlg.hxx b/sfx2/inc

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 11 commits - sfx2/inc sfx2/source

2012-07-01 Thread Rafael Dominguez
| 12 10 files changed, 209 insertions(+), 20 deletions(-) New commits: commit 4524c0c609c64d86f24b70d8c6e5e4cab262a4b7 Author: Rafael Dominguez venccsra...@gmail.com Date: Sun Jul 1 09:01:30 2012 -0430 Delete templates when clicking the No folder option in move menu. Change-Id

[Libreoffice-commits] .: Branch 'feature/template-dialog' - sfx2/inc sfx2/source

2012-07-01 Thread Rafael Dominguez
: Rafael Dominguez venccsra...@gmail.com Date: Sun Jul 1 14:12:16 2012 -0430 Implement moving templates between folders. Change-Id: I33763aad192eb667f4865a02a3f2d91b5d3b9e8f diff --git a/sfx2/inc/sfx2/templatefolderview.hxx b/sfx2/inc/sfx2/templatefolderview.hxx index 9b23005..2f604d9

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 3 commits - sfx2/inc sfx2/source

2012-07-02 Thread Rafael Dominguez
: Rafael Dominguez venccsra...@gmail.com Date: Mon Jul 2 16:56:25 2012 -0430 Change order of New folder entry in move menu. Change-Id: Icb12d893514b1f1505d6ff84aeaa6bbcef136eec diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx index 12ddd1c..e35542b 100644

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 2 commits - sfx2/inc sfx2/source

2012-07-02 Thread Rafael Dominguez
/thumbnailview.cxx |5 +++-- sfx2/source/doc/templatedlg.cxx|2 +- 7 files changed, 20 insertions(+), 5 deletions(-) New commits: commit b12ad0815468d9f12517da8c12a53c6f3687d8cc Author: Rafael Dominguez venccsra...@gmail.com Date: Mon Jul 2 21:17:15 2012 -0430

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 9 commits - icon-themes/galaxy sfx2/inc sfx2/Library_sfx.mk sfx2/source

2012-07-04 Thread Rafael Dominguez
1ceca7ac90cfc6d07ff0bd1357c640180c900553 Author: Rafael Dominguez venccsra...@gmail.com Date: Wed Jul 4 10:09:40 2012 -0430 Fetch and display templates that contains the search keyword. Change-Id: I248bcf7fb1a0248fdbb1cd4e57c815b3d5d0b28b diff --git a/sfx2/inc/sfx2/templatefolderview.hxx b/sfx2/inc/sfx2

[Libreoffice-commits] .: Branch 'feature/template-dialog' - sfx2/source

2012-07-04 Thread Rafael Dominguez
sfx2/source/doc/templatedlg.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 4f93db78598c412b692dd08bdce6138d04097e11 Author: Rafael Dominguez venccsra...@gmail.com Date: Wed Jul 4 10:25:41 2012 -0430 Delete search view when dialog gets destroyed. Change-Id

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 3 commits - sfx2/inc sfx2/source

2012-07-04 Thread Rafael Dominguez
40ec7e20e369f241a748808ba85fd5fc34980eb5 Author: Rafael Dominguez venccsra...@gmail.com Date: Wed Jul 4 11:11:40 2012 -0430 Remove unused method. Change-Id: I5b084fa1aa88ef7d1e55700033b05c57a0979ea2 diff --git a/sfx2/inc/templatedlg.hxx b/sfx2/inc/templatedlg.hxx index 3698381..2efa11d

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 2 commits - sfx2/AllLangResTarget_sfx2.mk sfx2/source

2012-07-04 Thread Rafael Dominguez
insertions(+), 21 deletions(-) New commits: commit cca67621756705365365eb904dff4171bfb5020d Author: Rafael Dominguez venccsra...@gmail.com Date: Wed Jul 4 12:35:45 2012 -0430 Connect button click handlers and end dialog with the desired result. Change-Id

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 4 commits - sfx2/inc sfx2/source

2012-07-05 Thread Rafael Dominguez
551948e6239926c414e2f26c95d0a71f7b88a355 Author: Rafael Dominguez venccsra...@gmail.com Date: Thu Jul 5 20:14:00 2012 -0430 Fix moving templates between folders. Change-Id: I1befe0add1bdff518c4553a8116d4fed235fd1b8 diff --git a/sfx2/source/control/templatefolderview.cxx b/sfx2/source/control/templatefolderview.cxx

[Libreoffice-commits] .: sfx2/source

2012-07-06 Thread Rafael Dominguez
sfx2/source/doc/templatedlg.src |8 1 file changed, 8 deletions(-) New commits: commit 0a158923ac74714cecb47a977d553746a730bf7b Author: Rafael Dominguez venccsra...@gmail.com Date: Fri Jul 6 13:41:36 2012 -0430 Remove unused image resource. Change-Id

[Libreoffice-commits] .: 3 commits - sfx2/inc sfx2/source

2012-07-07 Thread Rafael Dominguez
dc8effc97bee41454aa836929c7d747522bb240a Author: Rafael Dominguez venccsra...@gmail.com Date: Fri Jul 6 22:37:14 2012 -0430 Fix Global resource identifier = 256 warning. Change-Id: I717aa1559c63439a90b4b7d5607a1030c3eacd36 diff --git a/sfx2/source/control/templateview.hrc b/sfx2/source/control

Windows tinderboxes unresolved external errors

2012-07-07 Thread Rafael Dominguez
Im trying to fix this errors in the windows tinderboxes templatedlg.o : error LNK2019: unresolved external symbol public: bool __thiscall TemplateFolderView::moveTemplates(class std::setclass ThumbnailViewItem const *,struct std::lessclass ThumbnailViewItem const *,class std::allocatorclass

  1   2   3   4   >