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
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
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
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
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 +++---
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
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
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:
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
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
/16806/
Best regards,
Mihály Palenik
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
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
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
regards,
Mihály Palenik
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
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
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
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
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
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
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
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'
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
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
- ::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
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_
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
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
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
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
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
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
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
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
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
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
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
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
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
38 matches
Mail list logo