Re: KDE 2018 application

2018-01-04 Thread Anu Mittal
Hi Priya, Sad to inform you that we are not accepting any more Season of KDE application. There are couple of more programs in which you can participate. You can go through [1] which contains important links and guideline to start exploring and contributing in KDE. I would also suggest you to fo

Re: include AvogadroLibs-Could not find a package configuration file

2015-03-12 Thread anu mittal
11, 2015 at 7:48 PM, anu mittal wrote: > Thanks for the help. > > On Mon, Mar 9, 2015 at 4:56 AM, Aleix Pol wrote: > >> On Sat, Mar 7, 2015 at 7:57 PM, anu mittal wrote: >> > Hi, >> > While porting an application (kalzium) under kde-edu to KF5 where I am >

Re: include AvogadroLibs-Could not find a package configuration file

2015-03-11 Thread anu mittal
Thanks for the help. On Mon, Mar 9, 2015 at 4:56 AM, Aleix Pol wrote: > On Sat, Mar 7, 2015 at 7:57 PM, anu mittal wrote: > > Hi, > > While porting an application (kalzium) under kde-edu to KF5 where I am > > suppose to include AvogadroLibs in order to use avogardro ba

include AvogadroLibs-Could not find a package configuration file

2015-03-07 Thread anu mittal
Hi, While porting an application (kalzium) under kde-edu to KF5 where I am suppose to include AvogadroLibs in order to use avogardro based on Qt5, which showed me the following error: Could not find a package configuration file provided by "AvogadroLibs" with any of the following names: AvogadroL

Fwd: Invalid casting and type conversion

2015-02-21 Thread anu mittal
-- Forwarded message - From: anu mittal Date: Fri, Feb 20, 2015, 11:04 PM Subject: Invalid casting and type conversion To: Aleix Pol Hi, I am not able to solve this error[1] under the folder src/calculation/gasCalculator.cpp[2] [1]error :http://pastebin.com/vGLcaGaU [2]code

Re: Creating personal clone- Permission denied (publickey)

2015-02-07 Thread anu mittal
: > On Sat, Feb 7, 2015 at 9:31 PM, anu mittal wrote: > > Thanks for the help, it worked there. > > But now when after creating the clone [1] i am trying to push my code > there > > I am getting the following error: > > http://pastebin.com/d4fAkdqD > > You

Re: Creating personal clone- Permission denied (publickey)

2015-02-07 Thread anu mittal
Thanks for the help, it worked there. But now when after creating the clone [1] i am trying to push my code there I am getting the following error: http://pastebin.com/d4fAkdqD [1] http://quickgit.kde.org/?p=clones%2Fkalzium%2Fanumittal%2Fporting.git On Fri, Feb 6, 2015 at 5:22 PM, Pablo Sanche

Creating personal clone- Permission denied (publickey)

2015-02-05 Thread anu mittal
ssh g...@git.kde.org clone I have updated my ssh key at the KDE Identity and also have developer's access yet when i am trying to push my code ,it shows the error- Permission denied. and when I tried ssh-add -l the ssh key at server side does not match with the one I recently generated and updat

Re: Meta Object Complier error while porting

2015-01-30 Thread anu mittal
: Note: No relevant classes found. No output generated. On Thu, Jan 29, 2015 at 11:57 PM, anu mittal wrote: > I am so sorry- Q_OBJECT macro, typo :/ > > On Thu, Jan 29, 2015 at 11:51 PM, Thomas Lübking < > thomas.luebk...@gmail.com> wrote: > >> the O[sic!]_OBJECT macro?

Re: Meta Object Complier error while porting

2015-01-29 Thread anu mittal
I am so sorry- Q_OBJECT macro, typo :/ On Thu, Jan 29, 2015 at 11:51 PM, Thomas Lübking wrote: > the O[sic!]_OBJECT macro? > > Am Donnerstag, 29. Januar 2015 schrieb anu mittal : > > O_OBJECT macro is there in the header file kalziumglwidget.h and before >>

Re: Meta Object Complier error while porting

2015-01-29 Thread anu mittal
widget.moc: No such file or directory #include "kalziumglwidget.moc" ^ compilation terminated. No output was generated! On Thu, Jan 29, 2015 at 7:52 PM, Sebastian Kügler wrote: > On Thursday, January 29, 2015 15:07:42 anu mittal wrote: > > I

Re: Meta Object Complier error while porting

2015-01-29 Thread anu mittal
On future removing set(CMAKE_AUTOMOC TRUE) error shown was[1] [1]http://pastebin.com/5FbgUBwA On Thu, Jan 29, 2015 at 4:19 PM, anu mittal wrote: > Hi, > on removing the .moc include i got errors > shown - http://pastebin.com/GLka3Jrc > CMakeFiles/compoundviewer.dir/kalziumglwidg

Re: Meta Object Complier error while porting

2015-01-29 Thread anu mittal
On future removing set(CMAKE_AUTOMOC TRUE) error shown was[1] Is it not required for sure? [1]http://pastebin.com/5FbgUBwA On Thu, Jan 29, 2015 at 4:19 PM, anu mittal wrote: > Hi, > on removing the .moc include i got errors > shown - http://pastebin.com/GLka3Jrc > CMakeFiles/compou

Re: Meta Object Complier error while porting

2015-01-29 Thread anu mittal
idget*)' mostly all says-undefined reference to `Avogadro::*' On Thu, Jan 29, 2015 at 3:27 PM, Thomas Baumgart wrote: > Hi, > > On Thursday 29 January 2015 15:07:42 anu mittal wrote: > > > I am working on the application Kalzium,the file kalziumglwidget.cpp >

Meta Object Complier error while porting

2015-01-29 Thread anu mittal
I am working on the application Kalzium,the file kalziumglwidget.cpp under it includes the #include "kalziumglwidget.moc" at the end of the code and cmakefile has set(CMAKE_AUTOMOC TRUE) even after that on building it shows- fatal error: kalziumglwidget.moc: No such file or directory #include "

Re: Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread anu mittal
>> On Tuesday 27 January 2015 16:46:13 Thomas Lübking wrote: >> >>> On Dienstag, 27. Januar 2015 16:42:49 CEST, anu mittal wrote: >>> >>>> It then says error: no matching function for call to >>>> ‘QMessageBox::warning(int, QString)’ >>>

Re: Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread anu mittal
Okay,I got it. :) Thanks for the help. On Tue, Jan 27, 2015 at 9:16 PM, Thomas Lübking wrote: > On Dienstag, 27. Januar 2015 16:42:49 CEST, anu mittal wrote: > >> It then says >> error: no matching function for call to ‘QMessageBox::warning(int, >> QString)’ >>

Re: Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread anu mittal
It then says error: no matching function for call to ‘QMessageBox::warning(int, QString)’ QMessageBox::warning(0,i18n(" Cannot save to the specified file.")); On Tue, Jan 27, 2015 at 8:51 PM, Thomas Lübking wrote: > On Dienstag, 27. Januar 2015 16:17:32 CEST, anu mittal wr

Re: Porting Kalzium

2015-01-27 Thread anu mittal
It then says error: no matching function for call to ‘QMessageBox::warning(int, QString)’ QMessageBox::warning(0,i18n("Cannot save to the specified file.")); On Mon, Jan 26, 2015 at 9:00 PM, anu mittal wrote: > There is an error: ‘i18n’ was not declared

Re: Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread anu mittal
Yes have tried both, #include and #include both give same error- No such file or directory On Tue, Jan 27, 2015 at 8:43 PM, Thomas Lübking wrote: > On Dienstag, 27. Januar 2015 16:02:25 CEST, anu mittal wrote: > > Still the same error is shown- >> i18n’ was not declare

Re: Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread anu mittal
g? On Tue, Jan 27, 2015 at 5:16 PM, Luca Beltrame wrote: > anu mittal wrote: > > > > class and also have KF5::KDELibs4Support set, then also got the > following > > error: > > You will need to use and link against KF5::I18n, IIRC. > > -- > Luca Beltrame -

Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread anu mittal
There is an error: ‘i18n’ was not declared in this scope QMessageBox::warning(0,i18n("Problem while opening the file") then according to localization notes i included KLocalizedString in the class and also have KF5::KDELibs4Support set, then also got the following error: KLocalizedString

Re: Porting Kalzium

2015-01-26 Thread anu mittal
wing error: KLocalizedString: No such file or directory #include How can i resolve it? On Mon, Jan 26, 2015 at 10:15 AM, anu mittal wrote: > It worked, Thanks. > > On Mon, Jan 26, 2015 at 4:58 AM, Aleix Pol wrote: > >> n Sun, Jan 25, 2015 at 6:48 PM, anu mittal wrote: >> >>

Re: Porting Kalzium

2015-01-25 Thread anu mittal
It worked, Thanks. On Mon, Jan 26, 2015 at 4:58 AM, Aleix Pol wrote: > n Sun, Jan 25, 2015 at 6:48 PM, anu mittal wrote: > >> Hi, >> Where do i need to make these changes? >> KDE_IMPORT OpenBabel2Wrapper is no where defined in .h file or in any >> cma

Re: Porting Kalzium

2015-01-25 Thread anu mittal
fix that. > > 2015-01-24 17:56 GMT+01:00 anu mittal : > >> Can anybody please give me hint, how to solve the issue shown? >> openbabel2wrapper.h contains the code:- >> >> class COMPOUNDVIEWER_EXPORT OpenBabel2Wrapper >> { >> public: >> /**

Porting Kalzium

2015-01-25 Thread anu mittal
Can anybody please give me hint, how to solve the issue shown? openbabel2wrapper.h contains the code:- class COMPOUNDVIEWER_EXPORT OpenBabel2Wrapper { public: /** * This class reads the molecule in the file @p filename. It returns 0 if * the file couldn't be read. */ static

Qt class - Invitation to edit

2015-01-24 Thread anu mittal (via Google Docs)
I've shared an item with you: Qt class https://docs.google.com/document/d/1tbuYTpONcxZO_D2_U6bKXjpMq7iI36XCGzNOlzS0sbE/edit?usp=sharing&invite=CPfJqOYG It's not an attachment – it's stored online. To open this item, just click the link above. >> Visit http://mail.kde.org/mailman/listinfo/kd

Re: Working on qt creator.

2015-01-17 Thread anu mittal
is still not found in the folder. [1]set( compoundviewer_SRCS openbabel2wrapper.cpp kalziumglwidget.cpp kalziumglpart.cpp libkdeedu_compoundviewer_export.h) where am i going wrong? On Sat, Jan 17, 2015 at 5:45 PM, anu mittal wrote: > Hi, > Yes, i am asking for the application K

Re: Working on qt creator.

2015-01-17 Thread anu mittal
5 at 4:16 AM, anu mittal wrote: > >> No, i cannot find .pro file for my application and therefore i cannot >> even manually add the header file. >> >> On Sat, Jan 17, 2015 at 3:11 PM, Sahil Sehgal >> wrote: >> >>> Try to manually include that file

Re: Working on qt creator.

2015-01-17 Thread anu mittal
No, i cannot find .pro file for my application and therefore i cannot even manually add the header file. On Sat, Jan 17, 2015 at 3:11 PM, Sahil Sehgal wrote: > Try to manually include that files in qt. > > On 17-Jan-2015 2:48 pm, "anu mittal" wrote: > > > > &

Working on qt creator.

2015-01-17 Thread anu mittal
Hi, When I am opening my project in qt creator few of my .cpp and .h files are not shown in the folders and due to which compile time error is shown that those files cannot be found. I have rebuilt the project but files are not included, how should it be resolved? -- Regards, Anu. >> Visit http:/

Re: updating .cpp classes to KF5

2015-01-03 Thread anu mittal
Cmake config has been successfully generated. Openbabel2 has is marked as optional in cmake config. I will check for their location path. Thanks. On Sat, Jan 3, 2015, 11:09 PM Thomas Lübking wrote: > On Samstag, 3. Januar 2015 18:27:45 CEST, anu mittal wrote: > > Can anybody help how

updating .cpp classes to KF5

2015-01-03 Thread anu mittal
Can anybody help how such type of error can be resolved and how to proceed with the "make". 0%] Building CXX object compoundviewer/CMakeFiles/compoundviewer.dir/openbabel2wrapper.cpp.o In file included from /home/anu/kalzium/compoundviewer/openbabel2wrapper.cpp:15:0: /home/anu/kalzium/compoundview

Re: Unable to upload patch file to review board.

2014-12-29 Thread anu mittal
Thanks,It worked. On Mon, Dec 29, 2014, 6:37 AM Aleix Pol wrote: > On Sun, Dec 28, 2014 at 1:36 PM, anu mittal wrote: > > Hi everyone, > > I created a patch file (git format-patch -n --full-index HEAD^) but > unable > > to upload at Review board. > > Error shown

Re: KF5Avogadro

2014-12-28 Thread anu mittal
Yes, Thanks. On Sat, Dec 27, 2014 at 6:42 AM, Aleix Pol wrote: > On Fri, Dec 26, 2014 at 11:32 AM, anu mittal > wrote: > > Hi , > > > > while building cmake i got the following error and > > > > i have already installed the binary package for Avogadro by >

Unable to upload patch file to review board.

2014-12-28 Thread anu mittal
Hi everyone, I created a patch file (git format-patch -n --full-index HEAD^) but unable to upload at Review board. Error shown " *The uploaded diff uses short revisions, but Review Board requires full revisions.Please generate a new diff using the --full-index parameter.*" I also tired creating dif

KF5Avogadro

2014-12-26 Thread anu mittal
Hi , while building cmake i got the following error and i have already installed the binary package for Avogadro by apt-get install libavogadro-dev CMake Warning at /usr/share/ECM/find-modules/FindKF5.cmake:75 (find_package): Could not find a package configuration file provided by "KF5Avogadr

Re: kubuntu plasma 5 login error

2014-12-18 Thread anu mittal
Hi Thomus, Yes Ctrl+alt+f1 opens the terminal. Have tried export DISPLAY=:0 But it isn't effective,nothing changed. On Thu, Dec 18, 2014, 8:31 PM Thomas Lübking wrote: > On Donnerstag, 18. Dezember 2014 15:03:55 CEST, anu mittal wrote: > > i got this message > > > >

Re: kubuntu plasma 5 login error

2014-12-18 Thread anu mittal
> > On Thursday 18 December 2014 09:15:14 Kevin Funk wrote: > >> On Thursday 18 December 2014 05:12:10 anu mittal wrote: > >> > Okay I will give it a try. Thanks. > >> > > >> > On Thu, Dec 18, 2014, 6:43 AM Aleix Pol wrote: > >> > &g

Re: kubuntu plasma 5 login error

2014-12-17 Thread anu mittal
Okay I will give it a try. Thanks. On Thu, Dec 18, 2014, 6:43 AM Aleix Pol wrote: > On Wed, Dec 17, 2014 at 7:35 PM, anu mittal wrote: > > Hi everyone, > > I have been using kubuntu plasma 5 via VMware Workstation 9.0 for > porting an > > application to kf5,everything w

kubuntu plasma 5 login error

2014-12-17 Thread anu mittal
Hi everyone, I have been using kubuntu plasma 5 via VMware Workstation 9.0 for porting an application to kf5,everything was working perfectly but when i tried logging in kubuntu today via same vmware, after accepting the login password and loading the system the screen faded and turned blank. The e

Re: building extra-cmake-modules

2014-12-15 Thread anu mittal
Hi Chritian, $KF5 must contain the relative path to its frameworks directory? How can know where is it.! I am working on Kubuntu Plasme 5 and i suppose kf5 is preinstalled? On Tue, Dec 16, 2014 at 2:26 AM, Christian Dávid wrote: > > Am Dienstag, 16. Dezember 2014, 02:11:27 schrieb anu

Re: building extra-cmake-modules

2014-12-15 Thread anu mittal
Hi Thomas, yes the path is empty just checked it. And i will definitely take care of all these things. :) On Tue, Dec 16, 2014 at 2:26 AM, Thomas Lübking wrote: > > On Montag, 15. Dezember 2014 21:41:27 CEST, anu mittal wrote: > >> Hello everyone, >> I have been trying

building extra-cmake-modules

2014-12-15 Thread anu mittal
Hello everyone, I have been trying to build ecm after executing the command cmake -DCMAKE_INSTALL_PREFIX=$KF5 error is thrown-mentioned in the attachment. Can anybody help in resolving it? -- Regards, Anu. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: planetKDE blog.

2014-12-01 Thread anu mittal
Thank you :) On Mon, Dec 1, 2014 at 5:27 PM, Bhushan Shah wrote: > Hello! > > On Mon, Dec 1, 2014 at 5:16 PM, anu mittal wrote: > > Hi > > I filed a new bug for adding my blog to planet kde with the details > > mentioned, two days ago and the link is- > > >

Re: planetKDE blog.

2014-12-01 Thread anu mittal
mittal wrote: > Thank you Filipe, > I will correct the bug report accordingly. > > On Thu, Nov 27, 2014, 6:44 AM Filipe Saraiva wrote: > >> On 26-11-2014 14:07, anu mittal wrote: >> > Hi, >> > This link[1] is the bug report for the application Kalzium under

Re: planetKDE blog.

2014-11-26 Thread anu mittal
Thank you Filipe, I will correct the bug report accordingly. On Thu, Nov 27, 2014, 6:44 AM Filipe Saraiva wrote: > On 26-11-2014 14:07, anu mittal wrote: > > Hi, > > This link[1] is the bug report for the application Kalzium under Route > > to kf5 project. > >

Re: planetKDE blog.

2014-11-26 Thread anu mittal
Hi, This link[1] is the bug report for the application Kalzium under Route to kf5 project. [1]https://bugs.kde.org/show_bug.cgi?id=341237 On Wed, Nov 26, 2014 at 9:17 PM, Bhushan Shah wrote: > Hello! > > On Wed, Nov 26, 2014 at 7:27 PM, anu mittal wrote: > > Can anybody pl

planetKDE blog.

2014-11-26 Thread anu mittal
Can anybody please help me by telling what all details are needed in planet kde blog.I have filed a bug at add your feeds,now how should i proceed? -- Regards, Anu. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Contribution to kalzium.

2014-11-04 Thread anu mittal
Hi Aleix, Thanks, I will keep you updated. Anu. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Contribution to kalzium.

2014-11-01 Thread anu mittal
Thank you Aleix. Since i am a beginner in these languages can you please suggest some sources to get acquainted with the project work before the actual work starts. Regards, Anu. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Contribute to kalzium

2014-10-29 Thread anu mittal
Hi, This is Anu, i am very much interested in contributing to the application kalzium,I have gone through the current project and would like to know if anybody can help me for the same by mentoring me. Regards, Anu. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<