[Okular-devel] Fwd: need guidance

Palash Kulshrestha palash.kulsh at ymail.com
Fri Jul 11 15:05:03 UTC 2014


I was thinking about this bug

https://bugs.kde.org/show_bug.cgi?id=325119

which is --> Size of inline notes not adjusted to font size and does not
respect drawn boundaries

I found this minor bug in the minor bugs section. As you have been
constantly suggesting to use grep i grepped the "Inline Note" in the source
code folder. --> (grep -H -l  -r "Inline Note" *)

These are the matching files

active/components/CMakeFiles/okularplugin.dir/__/__/ui/guiutils.o
CMakeFiles/okularpart.dir/ui/annotationpropertiesdialog.o
CMakeFiles/okularpart.dir/ui/pageviewannotator.o
CMakeFiles/okularpart.dir/ui/guiutils.o
CMakeFiles/okularpart.dir/conf/widgetannottools.o
conf/widgetannottools.cpp
doc/index.docbook
lib/libokularplugin.so
lib/okularpart.so
ui/guiutils.cpp
ui/pageviewannotator.cpp
ui/annotationpropertiesdialog.cpp

I searched in the pageviewannotator.cpp and tried some changes in -->

void PageViewAnnotator::slotToolSelected( int toolID )
{
//some code

//display the tooltip

else if ( annotType == "note-inline" )
                tip = i18nc( "Annotation tool", "Inline Text Annotation
(drag to select a zone (some text changed))" );

  //some code


}


After building the project in Qtcreator and running it the tooltip does not
changes for the inline text annotation tool.
"So am i at the right spot or is there any place else i should be looking
into."

I wasn't able to join irc today due to some self certified application
setting in my browsers. I am trying to find a way to  change that setting
and run the irc applet in browser.

Thanks

>
>


-- 
Regards
Palash Kulshreshtha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/okular-devel/attachments/20140711/236032a9/attachment.html>


More information about the Okular-devel mailing list