[Okular-devel] Fwd: need guidance

Albert Astals Cid aacid at kde.org
Mon Jul 14 20:58:58 UTC 2014


El Divendres, 11 de juliol de 2014, a les 20:35:03, Palash Kulshrestha va 
escriure:
> I was thinking about this bug
> 
> https://bugs.kde.org/show_bug.cgi?id=325119

You are aware this is not marked as junior job like other bugs are, right? 
junior-jobs are bugs we've marked as easy and manageable to do, this is a 
bigger probably more complex one.

> 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

You shouldn't build in the source dir, this is always discouraged.

> 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."

Are you following the build + run instructions in 
http://okular.kde.org/download.php ?

> 
> 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.

Browser? Why would you want to irc in a browser instead of using a real irc 
client?

Cheers,
  Albert

> 
> Thanks



More information about the Okular-devel mailing list