Need help on Bug#52461

2014-01-02 Thread Rachit Gupta
be happening and how to resolve this? -- Regards, Rachit Gupta ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source

2014-05-25 Thread Rachit Gupta
cui/source/options/personalization.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 1e5ae6180a65ff5dfe7371a8e0a3240319da1e81 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Sun May 25 17:29:21 2014 +0530 Added setOptimalLayoutSize() to resize the dialog after images

[GSOC] Personas - Weekly Report #1

2014-05-26 Thread Rachit Gupta
: - Adding spacing between images. - Images can't be clicked, so think of a way of using button with images. - Other UI quirks. Regards, Rachit Gupta ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org

[GSOC] Peronas - Weekly Report #2

2014-06-02 Thread Rachit Gupta
. My focus will be on: - Application of the selected theme. - UI quirks. Regards, Rachit Gupta ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source cui/uiconfig

2014-06-02 Thread Rachit Gupta
8c5811cc945fea05d75f52bf917f315b1a09069d Author: Rachit Gupta rachitgupta1...@gmail.com Date: Mon Jun 2 23:26:11 2014 +0530 Changed images to buttons so they are clickable. Changed some variable names too. Change-Id: I166d996389c84d00782cba42169c991f8f0f923e diff --git a/cui/source/options

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - 2 commits - cui/source

2014-06-08 Thread Rachit Gupta
cui/source/options/personalization.cxx | 174 +++-- cui/source/options/personalization.hxx | 24 ++-- 2 files changed, 138 insertions(+), 60 deletions(-) New commits: commit 5e26c46ad1516bfc50c95fb937a8b56db0ebed93 Author: Rachit Gupta rachitgupta1...@gmail.com

[GSOC] Personas - Weekly Report #3

2014-06-09 Thread Rachit Gupta
theme is downloaded and applied to the UI. For the coming week, I'll be focusing on: + Running the application of theme code in a separate thread. + Improving the user interface of the selection dialog. -- Regards, Rachit Gupta ___ LibreOffice mailing

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source

2014-06-11 Thread Rachit Gupta
cui/source/options/personalization.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 14f72d1e6a05484007e2ae4d9bcc89b3859083b7 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Wed Jun 11 22:42:12 2014 +0530 Changed the Persona application process a bit

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source

2014-06-12 Thread Rachit Gupta
cui/source/options/personalization.cxx | 221 ++--- cui/source/options/personalization.hxx | 10 + 2 files changed, 130 insertions(+), 101 deletions(-) New commits: commit cdd2b7aa6ed57e0e1090cc65c292ffe943f5457e Author: Rachit Gupta rachitgupta1...@gmail.com Date

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - 2 commits - cui/source

2014-06-13 Thread Rachit Gupta
cui/source/options/personalization.cxx | 14 +- cui/source/options/personalization.hxx |1 + 2 files changed, 14 insertions(+), 1 deletion(-) New commits: commit ec40e0e86cd3a65fe554e28bca33f3b6e0ad7373 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Fri Jun 13 13:42:25

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - 2 commits - cui/source cui/uiconfig

2014-06-13 Thread Rachit Gupta
8cd23b0862cf9de31babd1859b8968c6801d6272 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Fri Jun 13 22:54:45 2014 +0530 Moved the application of persona process to SelectPersonaDialog. The theme is downloaded now when the user clicks OK on SelectPersonaDialog instead of SvxPersonalizationTabPage. The task

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source

2014-06-14 Thread Rachit Gupta
cui/source/options/personalization.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit c57b0961cf9337436f14a4d6c51619bfe4924325 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Sat Jun 14 21:30:20 2014 +0530 Added error message to the progess label if something goes

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - 2 commits - cui/source

2014-06-14 Thread Rachit Gupta
818a18bc0424c95a8fe658c8f3b5068da5f03ef7 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Sun Jun 15 10:56:16 2014 +0530 Fixed Bug: SelectPersonaDialog was not closing on clicking OK. The dialog did not close on clicking OK if nothing was selected or if nothing was searched. It does now. Change-Id

[GSOC] Personas - Weekly Report #4

2014-06-16 Thread Rachit Gupta
. -- Regards, Rachit Gupta ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source

2014-06-17 Thread Rachit Gupta
cui/source/options/personalization.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 94099ca3e03af26e9209ca586d0303c16575947b Author: Rachit Gupta rachitgupta1...@gmail.com Date: Tue Jun 17 18:08:55 2014 +0530 Minor Fixes. Changed number

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source

2014-06-17 Thread Rachit Gupta
cui/source/options/personalization.cxx | 76 ++--- 1 file changed, 16 insertions(+), 60 deletions(-) New commits: commit 87999291caecde2f8fede6743705aeca5e1a0bf9 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Wed Jun 18 11:13:43 2014 +0530 Code cleanup

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source

2014-06-18 Thread Rachit Gupta
cui/source/options/personalization.cxx |9 - 1 file changed, 8 insertions(+), 1 deletion(-) New commits: commit b3ed6f893c1b2839d176977cd82ad88a9c9d9905 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Wed Jun 18 12:09:56 2014 +0530 The selected theme is shown

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source cui/uiconfig vcl/source

2014-06-19 Thread Rachit Gupta
deletions(-) New commits: commit dc7092fe6e48e5d50a438bf27332cf151d86b2ca Author: Rachit Gupta rachitgupta1...@gmail.com Date: Thu Jun 19 18:49:36 2014 +0530 Added functionality to apply default themes. * The themes are stored in the share folder under the personas directory

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source cui/uiconfig

2014-06-20 Thread Rachit Gupta
: Rachit Gupta rachitgupta1...@gmail.com Date: Fri Jun 20 15:38:26 2014 +0530 Improved search: the images are displayed as they are downloaded. Previously, all the search result images were displayed in one go, but now the images are shown as they are downloaded. Change

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source cui/uiconfig

2014-06-20 Thread Rachit Gupta
cb5236f244cc7231816af3c191be3987daf3c673 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Fri Jun 20 21:20:37 2014 +0530 Added some pre-defined search terms. The user can now enter his/her own search term or can use the commonly used search terms to browse for themes. Change-Id

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source

2014-06-20 Thread Rachit Gupta
cui/source/options/personalization.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8f1e214887adf28e7ae2f5aceb409038684cdbe8 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Sat Jun 21 09:16:16 2014 +0530 Fixed Typo. Change-Id

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

2014-07-25 Thread Rachit Gupta
-catalog.xml.in |4 10 files changed, 453 insertions(+), 258 deletions(-) New commits: commit e153510659506caaea592221f6321ca1280613a8 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Thu Jul 24 23:47:26 2014 +0530 Convert RID_SVX_MDLG_HANGULHANJA_EDIT to Widget Layout. Change-Id

[GSOC] Personas - Weekly Report #9

2014-07-28 Thread Rachit Gupta
Hi all. This week, I succeeded in converting RID_SVX_MDLG_HANGULHANJA_EDIT to Widget Layout. This week I'll be working on converting RID_SVX_MDLG_HANGULHANJA, and then look for more work :-) -- Regards, Rachit Gupta ___ LibreOffice mailing list

[Libreoffice-commits] core.git: cui/AllLangResTarget_cui.mk cui/Library_cui.mk cui/source cui/uiconfig cui/UIConfig_cui.mk extras/source

2014-07-29 Thread Rachit Gupta
| 54 +- cui/uiconfig/ui/hangulhanjaconversiondialog.ui | 558 + extras/source/glade/libreoffice-catalog.xml.in |6 12 files changed, 767 insertions(+), 1004 deletions(-) New commits: commit e6caeefce4cf1f814bc342324490892ca80356ab Author: Rachit Gupta rachitgupta1

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/uiconfig

2014-07-29 Thread Rachit Gupta
cui/uiconfig/ui/select_persona_dialog.ui |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit e210dae0bab0372c126149307abe701b9af6e999 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Tue Jul 29 19:39:57 2014 +0530 Added title to the Select Persona Dialog

[Libreoffice-commits] core.git: xmlsecurity/inc xmlsecurity/source xmlsecurity/uiconfig xmlsecurity/UIConfig_xmlsec.mk

2014-08-03 Thread Rachit Gupta
/dialogs.hrc| 33 + xmlsecurity/uiconfig/ui/certdetails.ui| 38 + 6 files changed, 143 insertions(+), 132 deletions(-) New commits: commit e2b0e7571a8b082a2cb532e34b9770060128452b Author: Rachit Gupta rachitgupta1...@gmail.com Date: Sat Aug 2 19:04:56 2014 +0530

[GSOC] Personas - Weekly Report #11

2014-08-04 Thread Rachit Gupta
Hi all, This week I converted RID_SVX_MDLG_HANGULHANJA and RID_XMLSECTP_DETAILS to Widget Layout. This week I'll be working on merging my gsoc14-personas branch to master and getting the code reviewed. -- Regards, Rachit Gupta ___ LibreOffice mailing

[Libreoffice-commits] core.git: Changes to 'feature/gsoc14-personas2'

2014-08-05 Thread Rachit Gupta
New branch 'feature/gsoc14-personas2' available with the following commits: commit be5b98f43526c9ab8bd0436a5fbd568b252cb8e4 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Tue Aug 5 22:49:22 2014 +0530 Removed hardcoded strings. Replaced the hardcoded strings

[Libreoffice-commits] core.git: xmlsecurity/inc xmlsecurity/source xmlsecurity/uiconfig xmlsecurity/UIConfig_xmlsec.mk

2014-08-09 Thread Rachit Gupta
| 17 - xmlsecurity/uiconfig/ui/certgeneral.ui| 239 ++ 6 files changed, 274 insertions(+), 202 deletions(-) New commits: commit ab1892d0cdabc305c1264792d5d3d66ed733d823 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Sat Aug 9 11:29:36 2014 +0530

[GSOC] Personas - Weekly Report #5

2014-06-23 Thread Rachit Gupta
week, my focus will be on: - Applying the personas as extensions - Mid term evaluations :-) -- Regards, Rachit Gupta ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source cui/uiconfig officecfg/registry vcl/source

2014-06-27 Thread Rachit Gupta
+++ vcl/source/app/settings.cxx|2 5 files changed, 137 insertions(+), 20 deletions(-) New commits: commit e62172ebbe41e0fe184e8a65c84dbd06f87bb01b Author: Rachit Gupta rachitgupta1...@gmail.com Date: Fri Jun 27 23:52:42 2014 +0530 The Personas can be install

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source officecfg/registry

2014-06-30 Thread Rachit Gupta
cui/source/options/personalization.cxx | 25 --- officecfg/registry/schema/org/openoffice/Office/Common.xcs | 29 +++-- 2 files changed, 44 insertions(+), 10 deletions(-) New commits: commit 888a0e4ceb8d379f6c44d449863ea8c1b5a599e2 Author: Rachit Gupta

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source officecfg/registry

2014-06-30 Thread Rachit Gupta
cui/source/options/personalization.cxx | 12 ++-- officecfg/registry/schema/org/openoffice/Office/Common.xcs | 12 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) New commits: commit c64c61ff06e27791e38f36fed7cda3d283ac5115 Author: Rachit Gupta

[GSOC] Personas - Weekly Report #6

2014-06-30 Thread Rachit Gupta
to the set and the installed themes are displayed in the Personalization tab for the user to choose from. For the coming week, I'll be focusing on: - UI issues. - Thread related bugs. -- Regards, Rachit Gupta ___ LibreOffice mailing list LibreOffice

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source

2014-07-01 Thread Rachit Gupta
cui/source/options/personalization.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 5cbfed7b2633c21abaaf84b4fda0e2e384845c41 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Tue Jul 1 13:34:39 2014 +0530 Fixed Bug: Persona info is deleted if No Persona is selected

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source cui/uiconfig vcl/source

2014-07-01 Thread Rachit Gupta
: commit e23bd6a56c5f9868d042ee79c4810ac47d41745b Author: Rachit Gupta rachitgupta1...@gmail.com Date: Tue Jul 1 15:30:44 2014 +0530 Moved the personas installed through extensions handling to 'own'. Change-Id: I12baaf22bfad73e228d3ed55dcf365f8eba9cf0a diff --git a/cui/source/options

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source cui/uiconfig

2014-07-01 Thread Rachit Gupta
7b6d0027af81b406014226bc0172d0646be545c5 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Tue Jul 1 18:27:42 2014 +0530 Changed Personas installed through extensions procedure. The UI now consists of a TreeView that lists all the personas that were installed through extensions. When the user selects

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source

2014-07-01 Thread Rachit Gupta
cui/source/options/personalization.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit a848adedd0eb6adf46b7bb70734a4264bee53a87 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Wed Jul 2 10:11:04 2014 +0530 Minor fix: Own persona selected when user selects installed

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - vcl/source

2014-07-02 Thread Rachit Gupta
vcl/source/app/settings.cxx | 10 ++ 1 file changed, 10 insertions(+) New commits: commit 07fee9d02dfd96fb8719ce5b151f4c1199c90d8e Author: Rachit Gupta rachitgupta1...@gmail.com Date: Wed Jul 2 14:01:59 2014 +0530 Added feature of clearing the registry in case something goes

[GSOC] Personas - Weekly Report #7

2014-07-08 Thread Rachit Gupta
-- Regards, Rachit Gupta ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - 2 commits - cui/source cui/uiconfig

2014-07-08 Thread Rachit Gupta
cui/source/options/personalization.cxx |3 +++ cui/source/options/personalization.hxx |1 + cui/uiconfig/ui/personalization_tab.ui |9 - 3 files changed, 8 insertions(+), 5 deletions(-) New commits: commit 53b5adcbc8c03a6ec15d9abdf4ae3136315d569b Author: Rachit Gupta

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source

2014-07-10 Thread Rachit Gupta
cui/source/options/personalization.cxx | 28 +++- cui/source/options/personalization.hxx |3 +++ 2 files changed, 26 insertions(+), 5 deletions(-) New commits: commit bba5ba8a7e02e8f35d1a5f9e65723a19fdc57d28 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Thu

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source

2014-07-11 Thread Rachit Gupta
cui/source/options/personalization.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 9f15a103b627682aeabf1e87f0b3323ed671e236 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Fri Jul 11 21:50:54 2014 +0530 Fixed crash when cancel is clicked without

[GSOC] Personas - Weekly Report #8

2014-07-14 Thread Rachit Gupta
project is finished. -- Regards, Rachit Gupta ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[GSOC] Personas - Weekly Report #9

2014-07-21 Thread Rachit Gupta
my mentors. -- Regards, Rachit Gupta ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: Changes to 'feature/gsoc14-personas'

2014-05-19 Thread Rachit Gupta
New branch 'feature/gsoc14-personas' available with the following commits: commit 1c1396260dbd3ea44a930b44cfcc2eaf35f5167d Author: Rachit Gupta rachitgupta1...@gmail.com Date: Mon May 19 19:56:44 2014 +0530 Moved definition of SelectPersonaDialog to personalization.hxx Change-Id

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - cui/source cui/uiconfig

2014-05-22 Thread Rachit Gupta
(+), 22 deletions(-) New commits: commit 62df0a31f5298843586c3c4936434761fdf4268c Author: Rachit Gupta rachitgupta1...@gmail.com Date: Thu May 22 20:48:34 2014 +0530 The search result images are shown in the dialog. 1. Changed the UI to include a 3x3 grid of images 2. The preview

[GSOC] Personas - Weekly Report #12

2014-08-12 Thread Rachit Gupta
Hi all, This week I made some changes to the Personas code and pushed a new branch for code review (gsoc14-personas2). Also, I converted RID_XMLSECTP_GENERAL to Widget Layout, which also solved a 3 year old bug, fdo#44182 https://bugs.freedesktop.org/show_bug.cgi?id=44182. -- Regards, Rachit

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

2014-08-15 Thread Rachit Gupta
cui/source/options/personalization.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit b5688eb1523754f94aaa5af6d372174cab1a4bd7 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Fri Aug 15 14:24:43 2014 +0530 Replaced %1's with URL's to make the errors more descriptive

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

2014-08-17 Thread Rachit Gupta
cui/uiconfig/ui/applyautofmtpage.ui |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1401c111455c43288c6b5965c433e8bea1c91ee3 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Sun Aug 17 21:55:05 2014 +0530 fdo#72333 Changed [T] description to reduce

Help with fdo#49091

2014-04-14 Thread Rachit Gupta
with this one. -- Thanks, Rachit Gupta ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Need help for fdo#490941

2014-04-18 Thread Rachit Gupta
action to Alt+Left, then that action is to be performed as well? Regards, Rachit Gupta ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Need help for fdo#490941

2014-04-18 Thread Rachit Gupta
, in an ideal world, it is user configurable (the user gets to choose) whether, in case of conflict, system default key-assignments can be overridden by custom user assignments or not. ? On Fri, Apr 18, 2014 at 5:59 PM, Rachit Gupta rachitgupta1...@gmail.com wrote: Hello everyone, I'm

Need further help on fdo#49091

2014-04-19 Thread Rachit Gupta
, then the default action (reducing in current cell width) is overridden by the action set by the user. So, should something similar be done with Writer as well? -- Regards, Rachit Gupta ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http

Help on solving fdo#49091

2014-04-21 Thread Rachit Gupta
to Alt+Left, then that action is to be performed as well? Also, I have noticed that in calc, when one assigns an action to say, Alt+Left, then the default action is overridden by the action set by user. Do we need something similar in writer as well? Thanks, Rachit Gupta

Fwd: Help on solving fdo#49091

2014-04-23 Thread Rachit Gupta
, Rachit Gupta ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Update on patch

2014-02-08 Thread Rachit Gupta
I posted an update on my patch 7 days ago, but i am yet to receive any update/reply on the same. Can someone please take a look at it? Gerrit link: https://gerrit.libreoffice.org/#/c/7514 -- Regards, Rachit Gupta ___ LibreOffice mailing list

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

2014-02-08 Thread Rachit Gupta
5ff8e1d8e31f23492ee1ccc3af0b73791cd5101b Author: Rachit Gupta rachitgupta1...@gmail.com Date: Sat Jan 18 16:07:02 2014 +0530 fdo#52461 Multiple instances of same cell now get same color. nColorData added to ScRangeFindData for color assigned to cell. While inserting a range in maEntries, vector is checked

Rachit Gupta license statement

2014-02-21 Thread Rachit Gupta
All of my past future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. -- Regards, Rachit Gupta ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2014-02-22 Thread Rachit Gupta
sfx2/source/dialog/dialog.src |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e274337e6d05bc2891b349e7eab7847e91302597 Author: Rachit Gupta rachitgupta1...@gmail.com Date: Fri Feb 21 23:05:33 2014 +0530 fdo#74913 The delete style confirmation dialog asks

[Libreoffice-commits] core.git: vcl/unx

2014-03-01 Thread Rachit Gupta
vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) New commits: commit 55eb86699d7d4b2151530e9a0b3ca2e99033595b Author: Rachit Gupta rachitgupta1...@gmail.com Date: Wed Feb 26 19:12:08 2014 +0530 fdo#74064 The filename gets properly

[Libreoffice-commits] core.git: Changes to 'refs/changes/95/10595/2'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/95/10595/3'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/18/10518/3'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/95/10595/1'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/95/10595/4'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/18/10518/1'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/95/10595/8'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/28/9228/3'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/18/10518/2'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/28/9228/1'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/93/10693/1'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/93/10693/2'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/95/10595/6'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/93/10693/3'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/28/9228/2'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/71/7771/1'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/93/10693/4'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/53/10953/2'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/03/9203/2'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/03/9203/3'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/14/7514/4'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/46/9346/2'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/42/10842/1'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/14/7514/1'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/14/7514/6'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/03/9203/1'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/42/10842/2'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/03/9203/6'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/46/9346/1'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/14/7514/2'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/53/10953/1'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/14/7514/3'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/64/8364/2'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/14/7514/5'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/03/9203/4'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/64/8364/1'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/63/8163/1'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/63/8163/3'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/63/8163/2'

2014-09-29 Thread Rachit Gupta
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

  1   2   >