[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-kimageshop
Subject:    Re: Want to be a contributor for krita software
From:       Boudewijn Rempt <boud () valdyas ! org>
Date:       2015-01-22 8:52:04
Message-ID: 54697403.GeQp6cES5n () linux-zth1 ! site
[Download RAW message or body]

Hi Rishabh,

I'm sorry, I've been sick all week and, in fact, I'm still in bed with a fever. What \
you need to do is add an option to KisConfig, like all the other options, add a \
checkbox to the preferences dialog -- just like all the other checkboxes in the \
dialog, and then check where the tooltip is created, and threre, read the config \
option to determine whether to show the tooltip or not.

On Tuesday 20 January 2015 Jan 15:40:28 Rishabh Saxena wrote:
> Hello boudewjin,
> Can you please give me more information on how to
> tackle this bug.As I am working on this bug for like long time now.I would
> be grateful, If you could do the same.
> 
> Regards,
> Rishabh Saxena
> 
> On Sat, Jan 17, 2015 at 4:26 PM, Boudewijn Rempt <boud@valdyas.org> wrote:
> 
> > Hi Rishab,
> > 
> > * for getting and setting the config option: kis_config.*
> > * for adding the option to the preferences dialog: kis_dlg_preferences.*
> > and wdggeneralsettings.ui
> > * for disabling the tooltip: KisDocumentSectionView and/or
> > KisDocumentSectionDelegate
> > 
> > 
> > On Sat, 17 Jan 2015, Rishabh Saxena wrote:
> > 
> > Hello boudewjin,                           I am trying to solve this bug(
> > > https://bugs.kde.org/show_bug.cgi?id=342168 ), but finding its difficult
> > > in
> > > fixing it as I am not able to find on which file i have to work on.
> > > Please, can you help me regarding this.
> > > 
> > > Regards,
> > > Rishabh Saxena
> > > 
> > > On Tue, Dec 30, 2014 at 8:02 AM, Sven Langkamp <sven.langkamp@gmail.com>
> > > wrote:
> > > On 12/29/14, Rishabh Saxena <rishabh.saxena2112@gmail.com> wrote:
> > > > Hello boudewjin,
> > > > As I am done with solving 2 JJs (1 is
> > > solved
> > > > and for 2nd review is left).So, Could you please give me some
> > > more junior
> > > > jobs which I can solve.
> > > 
> > > How about these?
> > > https://bugs.kde.org/show_bug.cgi?id=342217
> > > https://bugs.kde.org/show_bug.cgi?id=336857
> > > 
> > > > Regards,
> > > > Rishabh Saxena
> > > > 
> > > > 
> > > > On Sat, Dec 20, 2014 at 12:23 AM, Rishabh Saxena <
> > > > rishabh.saxena2112@gmail.com> wrote:
> > > > 
> > > > > Hello boudewjin,
> > > > > I have submitted the Review Request of
> > > > > Bug-331483 which you gave me to fix, at
> > > > > https://git.reviewboard.kde.org/r/121598/ . I have also added
> > > you in
> > > > > my reviewer list. Kindly, have a look and discuss the issues if
> > > you
> > > > > find any.
> > > > > 
> > > > > Regards,
> > > > > Rishabh Saxena
> > > > > 
> > > > > On 12/17/14, Boudewijn Rempt <boud@valdyas.org> wrote:
> > > > > > Rishab,
> > > > > > 
> > > > > > Layers are components of an image. Imagine a set of glass
> > > panes, with
> > > > > > an
> > > > > > painting on each pane, stacked, then lit from behind. The
> > > contents of
> > > > > > the
> > > > > > panes will look like they're one image. That's what layers do
> > > in
> > > > > > applications like Krita and Photoshop.
> > > > > > 
> > > > > > Take a look at commit c7547e4d440fdc361ebc2020225a116bc80ffa06
> > > -- that
> > > > > > adds the flatten_image action to the layerbox context menu.
> > > You can add
> > > > > > the latten_layer action in the same way...
> > > > > > 
> > > > > > On Wed, 17 Dec 2014, Rishabh Saxena wrote:
> > > > > > 
> > > > > > > Hello boud,                   I am not able to understand what
> > > > > > > actually
> > > > > > > layers do in krita. Moreover, what I have to do exactly in
> > > this
> > > > > bug.Please
> > > > > > > elaborate a little more.
> > > > > > > 
> > > > > > > Regards,
> > > > > > > Rishabh Saxena
> > > > > > > 
> > > > > > > On Sun, Dec 7, 2014 at 8:12 PM, Boudewijn Rempt <
> > > boud@valdyas.org>
> > > > > wrote:
> > > > > > > Hi Rishabh,
> > > > > > > 
> > > > > > > You first need to figure out _what_ you want to work
> > > on. Which
> > > > > > > feature or bug? If you know that, then it's easier to find
> > > where in
> > > > > Krita
> > > > > > > that code resides. As we said on irc, good starting points
> > > > > > > are the bugs that are marked as Junior Jobs (JJ),
> > > because they
> > > > > > > should be easy to pick up.
> > > > > > > 
> > > > > > > Take a look at: https://bugs.kde.org/show_bug.
> > > cgi?id=331483
> > > > > > > 
> > > > > > > The code for this menu is definied in
> > > kis_layer_box.cpp, the
> > > > > method
> > > > > > > is
> > > > > > > slotContextMenuRequested().
> > > > > > > 
> > > > > > > On Sun, 7 Dec 2014, Rishabh Saxena wrote:
> > > > > > > 
> > > > > > > 
> > > > > > > Hello,
> > > > > > > This is to bring to your notice
> > > that I
> > > > > > > want
> > > > > > > to work on krita software. As I am new to this community
> > > have  no idea
> > > > > > > from where should I start working, I have already
> > > > > > > build krita on my ubuntu operating system and now
> > > feels
> > > > > > > that
> > > > > > > it is the time to start fixing junior jobs.But I am facing
> > > problem in
> > > > > > > understanding code as there are many files and which
> > > > > > > files contain what sort of code is tough for me to
> > > > > > > understand.So, please  do me favor and tell me how should I
> > > proceed
> > > > > > > further in fixing bugs and understanding code.
> > > > > > > 
> > > > > > > Thanking you,
> > > > > > > Rishabh Saxena
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > _______________________________________________
> > > > > > > Krita mailing list
> > > > > > > kimageshop@kde.org
> > > > > > > https://mail.kde.org/mailman/listinfo/kimageshop
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > 
> > > > 
> > > _______________________________________________
> > > Krita mailing list
> > > kimageshop@kde.org
> > > https://mail.kde.org/mailman/listinfo/kimageshop
> > > 
> > > 
> > > 
> > > 
> > _______________________________________________
> > Krita mailing list
> > kimageshop@kde.org
> > https://mail.kde.org/mailman/listinfo/kimageshop
> > 
> > 

-- 
Boudewijn Rempt
http://www.valdyas.org, http://www.krita.org
_______________________________________________
Krita mailing list
kimageshop@kde.org
https://mail.kde.org/mailman/listinfo/kimageshop


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic