I am trying to fix this bug. How do i go about fixing this bug? And how do I know what are the relevant cpp files for this bug?-- Kind Regards, Yagyank chadha Undergraduate student Computer Science Engineering Thapar University, Patiala _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Which bug ?
Gilles Caulier 2014-11-26 15:07 GMT+01:00 Yagyank Chadha <[hidden email]>: > I am trying to fix this bug. How do i go about fixing this bug? > And how do I know what are the relevant cpp files for this bug? > > -- > Kind Regards, > Yagyank chadha > > > Undergraduate student > Computer Science Engineering > Thapar University, Patiala > > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Yagyank Chadha
I am trying to fix https://bugs.kde.org/show_bug.cgi?id=321242 . How do i go about fixing this bug? And how do I know what are the relevant cpp files for this bug?-- Kind Regards, Yagyank chadha Undergraduate student Computer Science Engineering Thapar University, Patiala -- Kind Regards, Yagyank chadha Undergraduate student Computer Science Engineering Thapar University, Patiala _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In this bug, Advanced Search is used to query database :
https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/show/utilities/searchwindow The question is where user has entered the "Dsc" string to search items relevant. There are a lots of delegate widgets in this tool, listed here : https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/utilities/searchwindow/searchfields.h Advanced search tool query database using an XML form in background. Hacking this form to see if string is passed as well or capitalized will be a good start. XML form can be printed to the console to hack : https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/utilities/searchwindow/searchview.cpp#L298 If passing string is right in XML form, the problem can be in other side : the Database search engine. Gilles Caulier 2014-11-26 18:28 GMT+01:00 Yagyank Chadha <[hidden email]>: > I am trying to fix https://bugs.kde.org/show_bug.cgi?id=321242 . How do i go > about fixing this bug? > And how do I know what are the relevant cpp files for this bug? > > -- > Kind Regards, > Yagyank chadha > > > Undergraduate student > Computer Science Engineering > Thapar University, Patiala > > > > > -- > Kind Regards, > Yagyank chadha > > > Undergraduate student > Computer Science Engineering > Thapar University, Patiala > > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |