[Libreoffice-commits] .: Branch 'feature/unitymenus' - vcl/inc vcl/unx

2012-08-16 Thread Antonio Fernandez
(-) New commits: commit a8eca38fa4e5008cb3d2efcba9d2cb412645e71d Author: Antonio Fernandez antonio.fernan...@aentos.es Date: Thu Aug 16 22:48:54 2012 +0100 GLOActionGroup partially implemented. Menus work but no special items shown. Change-Id: I7c48fbc5763daf789e7347cfedc62f14be53c934

[Libreoffice-commits] .: Branch 'feature/unitymenus' - vcl/inc vcl/unx

2012-08-15 Thread Antonio Fernandez
+++--- 5 files changed, 228 insertions(+), 177 deletions(-) New commits: commit c833b98c0a84b0aeedd5e50d3cc03047f1ece94a Author: Antonio Fernandez antonio.fernan...@aentos.es Date: Wed Aug 15 10:15:44 2012 +0100 Menu is now displayed properly in all windows. Change-Id

[Libreoffice-commits] .: Branch 'feature/unitymenus' - vcl/inc vcl/unx

2012-08-14 Thread Antonio Fernandez
376df92806d3ae1138529bccae2820428c7fc92c Author: Antonio Fernandez antonio.fernan...@aentos.es Date: Tue Aug 14 10:20:01 2012 +0100 Cleaned up some code and did a small refactoring. Change-Id: I06b987a06ccadd00ee67db8e781ec5a9e42fc89e diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk

[Libreoffice-commits] .: Branch 'feature/unitymenus' - vcl/inc vcl/unx

2012-08-14 Thread Antonio Fernandez
vcl/inc/unx/gtk/gtksalmenu.hxx|1 - vcl/unx/gtk/window/gtksalmenu.cxx | 22 -- 2 files changed, 16 insertions(+), 7 deletions(-) New commits: commit 02f0ab10969751353bd850f9704da7ef975b6926 Author: Antonio Fernandez antonio.fernan...@aentos.es Date: Tue Aug 14 11

[Libreoffice-commits] .: Branch 'feature/unitymenus' - vcl/inc vcl/unx

2012-08-14 Thread Antonio Fernandez
vcl/inc/unx/gtk/gtksalmenu.hxx|3 - vcl/unx/gtk/window/gtksalmenu.cxx | 84 +- 2 files changed, 59 insertions(+), 28 deletions(-) New commits: commit cd3845cb77a77293bcd3db00058c4e45bdc959b1 Author: Antonio Fernandez antonio.fernan...@aentos.es Date

[Libreoffice-commits] .: Branch 'feature/unitymenus' - vcl/source vcl/unx

2012-08-13 Thread Antonio Fernandez
vcl/source/window/menu.cxx| 68 +- vcl/unx/gtk/window/gtksalmenu.cxx | 24 ++--- 2 files changed, 27 insertions(+), 65 deletions(-) New commits: commit 8af3f23b0632beec4147329877717d431c6942c0 Author: Antonio Fernandez antonio.fernan

[Libreoffice-commits] .: Branch 'feature/unitymenus' - vcl/inc vcl/unx

2012-08-12 Thread Antonio Fernandez
vcl/inc/unx/gtk/gtksalmenu.hxx| 37 +-- vcl/unx/gtk/window/gtksalmenu.cxx | 177 +- 2 files changed, 85 insertions(+), 129 deletions(-) New commits: commit b3fb9d3fb27cae173604c7a97a3034e3914b13d0 Author: Antonio Fernandez antonio.fernan

[Libreoffice-commits] .: Branch 'feature/unitymenus' - vcl/inc vcl/source vcl/unx

2012-08-09 Thread Antonio Fernandez
: Antonio Fernandez antonio.fernan...@aentos.es Date: Thu Aug 9 15:58:03 2012 +0100 Most actions seem to work now. Enabled ImplSelectWithStart() for all builds. Change-Id: Ib309112de07d125fbe3b61ea20d5e26d1016912b diff --git a/vcl/inc/vcl/menu.hxx b/vcl/inc/vcl/menu.hxx index f98e87e

[Libreoffice-commits] .: Branch 'feature/unitymenus' - vcl/inc vcl/unx

2012-08-09 Thread Antonio Fernandez
vcl/inc/unx/gtk/gtksalmenu.hxx| 19 +- vcl/unx/gtk/window/gtksalmenu.cxx | 109 +++--- 2 files changed, 60 insertions(+), 68 deletions(-) New commits: commit 9259bc34b95f8bc090477f9c74fed6f6d5cfb00e Author: Antonio Fernandez antonio.fernan...@aentos.es

[Libreoffice-commits] .: Branch 'feature/unitymenus' - vcl/inc vcl/Library_vclplug_gtk.mk vcl/source vcl/unx

2012-08-08 Thread Antonio Fernandez
e90a58c3403b6b4dc99970ee95aeebd44b496330 Author: Antonio Fernandez antonio.fernan...@aentos.es Date: Wed Aug 8 16:18:14 2012 +0100 Added GLOMenu and GLOActionGroup. Menu is published with actions (not working) Change-Id: I3400980e4605fbf78755532c696e021d3466675b diff --git a/vcl/Library_vclplug_gtk.mk b

[Libreoffice-commits] .: Branch 'feature/unitymenus' - vcl/inc vcl/unx

2012-08-08 Thread Antonio Fernandez
vcl/inc/unx/gtk/gtksalmenu.hxx|3 ++ vcl/unx/gtk/window/gtksalmenu.cxx | 39 -- 2 files changed, 36 insertions(+), 6 deletions(-) New commits: commit 81ab273ba750927def5764231e69600be320dfdf Author: Antonio Fernandez antonio.fernan...@aentos.es Date

[Libreoffice-commits] .: Branch 'feature/unitymenus' - vcl/inc vcl/source vcl/unx

2012-08-01 Thread Antonio Fernandez
insertions(+), 127 deletions(-) New commits: commit 2ffb9baa6d69584bbc19b6e2c84a4d7cfc1a3956 Author: Antonio Fernandez antonio.fernan...@aentos.es Date: Wed Aug 1 11:05:53 2012 +0100 Native menu is completely build in one step. Change-Id: I772c267b3c136e6baab2623dbf5538b5076d43ff diff

[Libreoffice-commits] .: Branch 'feature/unitymenus' - vcl/inc vcl/unx

2012-08-01 Thread Antonio Fernandez
: Antonio Fernandez antonio.fernan...@aentos.es Date: Wed Aug 1 16:52:50 2012 +0100 Internal native menu is created in steps, but is incomplete at the moment. Change-Id: I323b80b74218be853fe2893b3f328ff3ef74d4cb diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk/gtksalmenu.hxx

[Libreoffice-commits] .: Branch 'feature/unitymenus' - framework/inc framework/source vcl/inc vcl/Library_vcl.mk vcl/Library_vclplug_gtk.mk vcl/source vcl/unx

2012-07-30 Thread Antonio Fernandez
/gtkinst.cxx | 26 +++ vcl/unx/gtk/window/gtksalmenu.cxx | 219 ++ 12 files changed, 452 insertions(+), 15 deletions(-) New commits: commit 682d1626617757d9b5c737a01d03eee205887f00 Author: Antonio Fernandez antonio.fernan...@aentos.es Date: Mon Jul

[Libreoffice-commits] .: Branch 'feature/unitymenus' - framework/source vcl/inc vcl/source

2012-07-19 Thread Antonio Fernandez
deletion(-) New commits: commit 432cb6e505251a6465db5b1d49f5831b0b4ec380 Author: Antonio Fernandez antonio.fernan...@aentos.es Date: Thu Jul 19 17:40:17 2012 +0100 Added a freeze method to Menu. Menus are now displayed on console. Change-Id: I71bfc2c0272154b9ff5c2dabe7508a98950e199c

[Libreoffice-commits] .: Branch 'feature/unitymenus' - framework/inc framework/source vcl/inc

2012-07-18 Thread Antonio Fernandez
++--- framework/source/uielement/menubarmerger.cxx | 18 +-- vcl/inc/vcl/menu.hxx | 140 +- 7 files changed, 178 insertions(+), 90 deletions(-) New commits: commit 358a80b7a82bc13f18e42c9b42adab8a3677f31a Author: Antonio Fernandez antonio.fernan