Re: Help compiling and installing Kate 4.14.n on Debian Wheezy (at KDE 4.8.4)

2014-10-24 Thread Dominik Haumann
On Friday 24 October 2014 12:48:03 Randy Kramer wrote: > Thanks again, Cristoph, it worked! > > For posterity, I'll mention a few things: >* it complained (a warning) about missing the kactivities file--since I > don't use kactivities I didn't care >* it gave an error saying that it wouldn

Re: Error in compiling OKULAR using CMAKE

2014-10-24 Thread Jeremy Whiting
If you want to build the qt5 version of okular you want the frameworks branch, not master. If you want the qt4 based version of okular you want the master branch and to use qmake-qt4. On Fri, Oct 24, 2014 at 3:10 AM, Sahil Sehgal wrote: > I tried to build after i install qt4 and execute the above

Re: Help compiling and installing Kate 4.14.n on Debian Wheezy (at KDE 4.8.4)

2014-10-24 Thread Randy Kramer
Thanks again, Cristoph, it worked! For posterity, I'll mention a few things: * it complained (a warning) about missing the kactivities file--since I don't use kactivities I didn't care * it gave an error saying that it wouldn't work with my kdelibs5-dev at version 4.8.4, but it told me how

Re: Review Request 120780: BalooDataModel rename to BalooQueryModel and replace the Query::setType with the Query::setSearchString

2014-10-24 Thread Antonis Tsiapaliokas
> On Oct. 24, 2014, 3:39 p.m., Vishesh Handa wrote: > > src/qml/balooquerymodel.h, line 55 > > > > > > Could you please loose the "Baloo" in BalooQueryModel. You can put it > > in the Baloo namespace. > > >

contribute to KBruch

2014-10-24 Thread Sayan Biswas
Hi, My name is Sayan Biswas from National Institute of Technology Durgapur studying Information technology in final year. I was going through the KBruch application and I would like to contribute to KBruch. I heard porting of Kbruch is required which I would like to take up. If someone could guid

Re: Review Request 120780: BalooDataModel rename to BalooQueryModel and replace the Query::setType with the Query::setSearchString

2014-10-24 Thread Vishesh Handa
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120780/#review69108 --- src/qml/balooquerymodel.h

Review Request 120780: BalooDataModel rename to BalooQueryModel and replace the Query::setType with the Query::setSearchString

2014-10-24 Thread Antonis Tsiapaliokas
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120780/ --- Review request for Baloo. Repository: baloo Description --- So the

Re: Help compiling and installing Kate 4.14.n on Debian Wheezy (at KDE 4.8.4)

2014-10-24 Thread Christoph Feck
On Friday 24 October 2014 14:23:31 Randy Kramer wrote: > If kdelibs5-dev at version 4:4.8.4-4+deb7u1 does not work for me > in this case, presumably I should download either the source or a > binary for kdelibs5- dev at version 4:4.14.n. > >* Where should I look for that? >* Should I be t

Re: Help compiling and installing Kate 4.14.n on Debian Wheezy (at KDE 4.8.4)

2014-10-24 Thread Randy Kramer
Thanks for the reply! I will try this, but I want to ask a followup question whether I'll need it or not in this case: For others who may see or attempt to answer this thread, remember (from my first post) that I want to have, at least for the time being, two versions of kate on my system, th

Re: Error in compiling OKULAR using CMAKE

2014-10-24 Thread Sahil Sehgal
I tried to build after i install qt4 and execute the above mentioned commands. This is what i got */home/sahil/my/New Folder/prog/okular/build> /usr/bin/cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Debug '/home/sahil/my/New Folder/prog/okular/'* *-- Found Qt-Version 4.8.6 (using /usr

Re: WANT TO DEVELOP KDE APPLICATIONS

2014-10-24 Thread Rahul Chowdhury
Hi Surendra, If you are a beginner in Qt programming, the following link will greatly benefit you- https://www.youtube.com/watch?v=6KtOzh0StTc&list=PL2D1942A4688E9D63&spfreload=10 Cheers, Rahul On Fri, Oct 24, 2014 at 12:56 PM, Christian Dávid wrote: > Am Donnerstag, 23. Oktober 2014, 11:16:14

Re: Error in compiling OKULAR using CMAKE

2014-10-24 Thread Sahil Sehgal
Thanks for the support, I was trying to build in QT5, won't it work there? Meanwhile i am also installing qt4-dev-tools On Fri, Oct 24, 2014 at 1:05 PM, proy wrote: > Hi Sahil, > > I got the same problem when I tried to compile using terminal. Below steps > resolved those: > > 1. Remove *CMa

Re: Error in compiling OKULAR using CMAKE

2014-10-24 Thread proy
Hi Sahil, I got the same problem when I tried to compile using terminal. Below steps resolved those: 1. Remove *CMakeCache.txt* first, 2. Run *cmake -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4* If you are running *cmake* from "*okular/build*" folder try this command *cmake .. -DQT_QMAKE_EXECUTABLE=

Re: WANT TO DEVELOP KDE APPLICATIONS

2014-10-24 Thread Christian Dávid
Am Donnerstag, 23. Oktober 2014, 11:16:14 schrieb Surendra Reddy: > what minimum concepts in c++ i should know for developing KDE applications? > I am reading c++ primer but its taking lot of time , so i first want to > learn minimum concepts require to fix bugs and start learning on the go > pleas