Sorry,I was not aware That this bug was not junior job. Is there any work you could suggest for me(bug /documentation or anything appropriate.)
When i follow these instructions palash@palash-Lenovo-G580:~/Documents/mygit/okular$ cmake -DCMAKE_INSTALL_PREFIX=/home/palash/.kde/share/kde4 .. it gives long output + this -- Generating done -- Build files have been written to: /home/palash/Documents/mygit/okular now running make in the build folder wont run as makefiles are written in okular not okular/build So i run using qtcreator in which i open-project>/Documents/mygit/okular/CMakeLists.txt Then i give the arguments /home/palash/Documents/mygit/okular -DCMAKE_INSTALL_PREFIX=/home/palash/.kde/share/kde4 it also builds in the okular directory. Where am i getting wrong. Or Am I doing it all wrong? Thanks in Advance! On Tue, Jul 15, 2014 at 2:28 AM, Albert Astals Cid <[email protected]> wrote: > 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 > > _______________________________________________ > Okular-devel mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/okular-devel > -- Regards Palash Kulshreshtha Computer Engg. ZHCET AMU (explore Academic projects @ www.projectinminds.com <http://projectinminds.com/>)
_______________________________________________ Okular-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/okular-devel
