GSoC 2016 Introduction

2016-03-23 Thread Mihály Palenik
Hello, My name is Mihály Palenik. I'm studying at Eötvös Lóránd Science University faculty of Computer Science MSc at Budapest. I'd like to participate in GSoC this year. I'm interested in "Application Themes". I participated GSoC in 2014 and 2015 and it was

Revive personas

2016-03-19 Thread Mihály Palenik
re/ucb/source/ucp/webdav-neon/DAVResourceAccess.cxx#242> . Anybody can help anything to continue my work? Best regards, Mihály Palenik ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: cui/source cui/uiconfig

2015-08-10 Thread Mihály Palenik
cui/source/options/optaccessibility.cxx | 23 - cui/source/options/optaccessibility.hxx |5 - cui/source/options/optgdlg.cxx | 94 - cui/source/options/optgdlg.hxx |9 -- cui/source/options/opthtml.cxx | 46 -- cui/source/opt

[GSoC] Rework the Expert Configuration dialog Week 11

2015-08-10 Thread Mihály Palenik
Hello, Last week I deleted unnecessary options from options dialog. Under this link (https://wiki.documentfoundation.org/Design/Whiteboards/Options) they are listed. This week I will try write help page to this dialog. Best regards, Mihály Palenik

[Libreoffice-commits] core.git: sw/source sw/uiconfig

2015-08-07 Thread Mihály Palenik
sw/source/ui/config/optpage.cxx | 71 -- sw/source/uibase/config/cfgitems.cxx | 22 --- sw/source/uibase/inc/cfgitems.hxx |4 - sw/source/uibase/inc/optpage.hxx |6 - sw/uiconfig/swriter/ui/optfonttabpage.ui | 55 +++---

About .xhp files

2015-07-31 Thread Mihály Palenik
Hello, I'd like to write help page to Expert Configuration dialog but I have some question about xhp files. First of all If I create a new xhp file where should I save it, and what is its name? Is there any reference about xhp tags? And how can I connect with appropriate dialog? Thank you in adva

[GSoC] Rework the Expert Configuration dialog Week 9

2015-07-27 Thread Mihály Palenik
Hello, Last two weeks I was on holiday. In the 9th week I fixed the alternating row colors in SvTreeListBox class. Here is the commit: http://cgit.freedesktop.org/libreoffice/core/commit/?id=af162f1c37e8c909386e72e5d8b4ff6bccfd529b Best regards, Mihály Palenik

[Libreoffice-commits] core.git: cui/source include/svtools svtools/source

2015-07-24 Thread Mihály Palenik
cui/source/options/optaboutconfig.cxx |3 -- include/svtools/treelistbox.hxx |1 svtools/source/contnr/treelistbox.cxx | 51 ++ 3 files changed, 29 insertions(+), 26 deletions(-) New commits: commit af162f1c37e8c909386e72e5d8b4ff6bccfd529b Author:

[Libreoffice-commits] core.git: cui/source

2015-07-07 Thread Mihály Palenik
cui/source/options/optaboutconfig.cxx | 374 +- cui/source/options/optaboutconfig.hxx |6 2 files changed, 236 insertions(+), 144 deletions(-) New commits: commit 4d0e9102d890ce0085986ca3946aeb8d99769b4a Author: Mihály Palenik Date: Tue Jul 7 00:56:17 201

[Libreoffice-commits] core.git: cui/source

2015-07-07 Thread Mihály Palenik
cui/source/options/optaboutconfig.cxx | 35 ++ cui/source/options/optaboutconfig.hxx |1 2 files changed, 28 insertions(+), 8 deletions(-) New commits: commit ac34ba072756efd92febdb1a9d59b4d789424a25 Author: Mihály Palenik Date: Tue Jun 30 23:13:53 2015

[GSoC] Rework the Expert Configuration dialog Week 5-6

2015-07-06 Thread Mihály Palenik
/16806/ Best regards, Mihály Palenik ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[GSoC] Rework the Expert Configuration dialog Week 4

2015-06-24 Thread Mihály Palenik
reader can't read dynamically inserted entries. Best regards, Mihály Palenik ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: cui/source

2015-06-22 Thread Mihály Palenik
cui/source/options/optaboutconfig.cxx | 574 +- cui/source/options/optaboutconfig.hxx |2 2 files changed, 299 insertions(+), 277 deletions(-) New commits: commit eb0c9b43e7f09054a864eb44c24c43b27c0f21f5 Author: Mihály Palenik Date: Mon Jun 22 13:38:04 20

[GSoC] Rework the Expert Configuration dialog Week 3

2015-06-18 Thread Mihály Palenik
regards, Mihály Palenik ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: cui/source

2015-06-16 Thread Mihály Palenik
cui/source/options/optaboutconfig.cxx | 652 +- cui/source/options/optaboutconfig.hxx |6 2 files changed, 345 insertions(+), 313 deletions(-) New commits: commit db35b73037483cd22cd7d4ac93fe40f23fbe3967 Author: Mihály Palenik Date: Tue Jun 16 11:51:10 20

[GSoC] Rework the Expert Configuration dialog Week 1-2

2015-06-08 Thread Mihály Palenik
Hello! I'm reworking the Expert Configuration dialog currently. When accessibility is used then the dialog freeze. Actually I think the problem appear when the screen reader is turned on. Because dialog's table has a lot of entry I'll try to make tree view instead of it. Now I began this conversio

[GSoC] Introduction - Mihály Palenik

2015-05-01 Thread Mihály Palenik
My mentor is Caolán McNamara. Best regards, Mihály Palenik ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Substring method

2015-01-29 Thread Mihály Palenik
Hello I'd like to examine a string is part of another but in all languages. I know CollatorWrapper class which has compareString method to compare two strings using uno. I'm searching this kind of method. Best regard. Mihály Palenik ___ L

::com::sun::star::uno::Reference deep copy

2014-10-25 Thread Mihály Palenik
Hello I'd like to write a copy constructor and the class has ::com::sun::star::uno::Reference member. How can I make a deep copy? Best regards Mihály Palenik ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedeskto

Re: Compile error

2014-09-24 Thread Mihály Palenik
Thank you your answers. It works. On Wed, Sep 24, 2014 at 3:28 PM, Michael Stahl wrote: > On 24/09/14 09:20, Miklos Vajna wrote: > > On Tue, Sep 23, 2014 at 06:28:59PM +0200, Mihály Palenik < > palenik.mih...@gmail.com> wrote: > >> > workdir/UnpackedTarball/langtag

Compile error

2014-09-23 Thread Mihály Palenik
Hello, I use Linux and I pulled LibreOffice from master now but I got compile error: workdir/UnpackedTarball/langtag/liblangtag/.libs/liblangtag.a(liblangtag_la-lt-utils.o): In function `lt_getenv': workdir/UnpackedTarball/langtag/liblangtag/lt-utils.c:57: undefined reference to `__secure_getenv'

Dialog Widget Conversion - Week 12

2014-08-10 Thread Mihály Palenik
Hello, In this week I converted the following: Dialogs: -DLG_PARAMETERS -RID_SCDLG_DPSHOWDETAIL -RID_DLG_FORMLINKS Tabpages: -PAGE_CONNECTION -PAGE_DBASE -PAGE_MYSQL_JDBC -PAGE_ORACLE_JDBC -PAGE_ODBC -PAGE_LDAP -PAGE_ADO -PAGE_MYSQL_ODBC I deleted an unused dialogs called RID_XMLSECTP_MACROWARN

XControl connect to .ui element

2014-08-10 Thread Mihály Palenik
Hello, I'm making RID_TP_GENERAL TabPage conversion. It can be found in Tools -> Bibliography Database. It has an XControlContainer that include some XControl instances. How can I connect an XControl instance with an .ui element(e.g.: GtkEntry). Is it possible? Or I have to modify class to a usual

RID_TP_GENERAL conversion

2014-08-10 Thread Mihály Palenik
- ::com::sun::star::sdbc::XRowSetListener Where can I find their definition? I didn't find with opengrok. Best regards, Mihály Palenik ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Dialog Widget Conversion - Week 11

2014-08-03 Thread Mihály Palenik
Hello, In the last GSoC weekly report I forgot to mention that I convert RID_OFADLG_OPTIONS_TREE dialog. In this week I finished DLG_DATABASE_WIZARD conversion. Tabpages: -PAGE_DBWIZARD_ADO -PAGE_DBWIZARD_DBASE -PAGE_DBWIZARD_MSACCESS -PAGE_DBWIZARD_ODBC -PAGE_DBWIZARD_USERDEFINED -PAGE_DBWIZARD_

Dialog Widget Conversion - Week 9-10

2014-07-27 Thread Mihály Palenik
Hello, In this week I was on holiday. Last week I began to convert DLG_DATABASE_WIZARDDLG_TEXT_CONNECTION_SETTINGS, DLG_DATABASE_WIZARD and its tabpages. I hadn't finished yet. Unfortunately another GSoC participant work in the same area that's why I have to have an extra job. Best regards, Mihál

[GSoC] Dialog Widget Conversion - Week 8

2014-07-14 Thread Mihály Palenik
Hello, In the last week I converted 6 dialogs. -RID_SCDLG_RETYPEPASS, -RID_CUI_DIALOG_COLORPICKER -DLG_TEMPLATE_INFORMATION -RID_DLG_LISTCOMBOWIZARD -RID_DLG_GROUPBOXWIZARD -RID_DLG_GRIDWIZARD Best regards, Mihály ___ LibreOffice mailing list LibreOffic

[GSoC] Dialog Widget Conversion - Week 7

2014-07-07 Thread Mihály Palenik
Hello, In the last week I converted DLG_COLLECTION_VIEW, RID_CONDFORMAT, MD_ICONSELECTOR and MD_ICONCHANGE. In RID_CONDFORMAT there is a control called WIN_CONDITION and I also converted(but not work very well). In MD_ICONSELECTOR I implemented multiple row ToolBox and it can be scrolled. Best re

RID_CONDFORMAT conversion

2014-07-02 Thread Mihály Palenik
Hello! I'm making RID_CONDFORMAT conversion to .ui. It contains a Control( http://opengrok.libreoffice.org/xref/core/reportdesign/source/ui/dlg/CondFormat.src#25). I'd like to convert this Control( http://opengrok.libreoffice.org/xref/core/reportdesign/source/ui/dlg/Condition.hxx#64) to .ui. It wa

[GSoC] Dialog Widget Conversion - Week 6

2014-06-30 Thread Mihály Palenik
Hello, In the last week I had my BSc's final exam that's why unfortunately I didn't work. Best regards, Mihály ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[GSoC] Dialog Widget Conversion - Week 5

2014-06-23 Thread Mihály Palenik
Hello, In the last week I converted RID_XMLSECDLG_MACROWARN, RID_SVXFLOAT_HYPERLINK_MARKWND and DLG_ASS(this is a wizard with 5 pages). Best regards, Mihály ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mail

[GSoC] Dialog Widget Conversion - Week 4

2014-06-16 Thread Mihály Palenik
Hello, In the last week I finished RID_SANE_DIALOG and converted GRID_DIALOG and RID_DLG_MAPPING. Best regards, Mihály ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[GSoC] Dialog Widget Conversion - Week 3

2014-06-09 Thread Mihály Palenik
Hello, In the last week I converted RID_SANE_DIALOG (not finished). I had two hard exams last week that's why I wasn't much time for this dialog. Best regards, Mihály ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedeskto

GSoC Dialog Widget Conversion - Week 1-2

2014-06-02 Thread Mihály Palenik
Hello, In the last two week I convert DLG_PUBLISHING dialog. This is a wizard that contains 6 pages and the second pages consists of 4 parts. Best regards, Mihály ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.or

Compilation error

2014-05-19 Thread Mihály Palenik
Hello! I have just downloaded the source code and make but I got compilation error. Why? I didn't modify anything. warn:linguistic:1011:1:linguistic/source/lngsvcmgr.cxx:489: no extension manager - should fire on mobile only warn:chart2:1011:1:chart2/source/view/main/ShapeFactory.cxx:2132: Except

dailog conversion problem

2014-03-30 Thread Mihály Palenik
nd there is the problem: get(pOldSymbols, "oldSymbols"); Why do I get this nwarn?? Another GtkWidgets and CustomWidgets worked well in get function. Regards, Mihály Palenik ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://list

Google Summer of Code 2014

2014-03-23 Thread Mihály Palenik
Hello, I would like to work for LibreOffice this Google Summer of Code on "Dialog Widget Conversion". I submitted a proposal. Regards, Mihály Palenik (IRC:freetank) ___ LibreOffice mailing list LibreOffice@lists.freedeskto

License statement

2013-06-30 Thread Mihály Palenik
All of my past and future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice