[Development] Remote Inspector Crash due to Q_ASSERT(m_tcpConnection)

2014-05-02 Thread Amogh Kudari
Hi , I am using qt webkit. I have a webview application(QApplication with QWebView) which is hosted as a Plugin in chrome. I can debug the html applications launched in webview by using remote inspector which is launched in new chrome tab with the following URL "*http://127.0.0.1:/webkit

Re: [Development] Unable to debug with Remote inspector

2013-10-24 Thread Amogh Kudari
a shared library. And without Q_INIT_RESOURCE being called how does it load the resources, is there any other way... Thanks and Regards, Amogh On Tue, Aug 20, 2013 at 4:22 PM, Jocelyn Turcotte < jocelyn.turco...@digia.com> wrote: > Hello, > > On Tue, Aug 20, 2013 at 01:28:29

Re: [Development] [Solved] Qimage showing grayed out images

2013-08-23 Thread Amogh Kudari
:53 PM, Amogh Kudari wrote: > > Hello All, > > I have a Qwebview application which loads some of the links > present in server. The application is using minimal plugin which displays > the output in the form of images. The server has some html test > pages/suite

[Development] Qimage showing grayed out images

2013-08-22 Thread Amogh Kudari
Hello All, I have a Qwebview application which loads some of the links present in server. The application is using minimal plugin which displays the output in the form of images. The server has some html test pages/suites.The links have some basic html apps as well as complex one wh

Re: [Development] Unable to debug with Remote inspector

2013-08-20 Thread Amogh Kudari
le or webkit library. But I am not sure about the reason why is it not working and failing on file.exists. Please help. Regards, Amogh. On Mon, Aug 19, 2013 at 6:16 PM, Amogh Kudari wrote: > Hi Jocelyn, > > > Thanks for your inputs. But I am not using webkit that comes along wi

Re: [Development] Unable to debug with Remote inspector

2013-08-19 Thread Amogh Kudari
. Regards, Amogh. On Mon, Aug 19, 2013 at 4:55 PM, Jocelyn Turcotte < jocelyn.turco...@digia.com> wrote: > On Mon, Aug 19, 2013 at 04:08:46PM +0530, Amogh Kudari wrote: > > Hi Group, > > > > I have a QWebview application(I am using Qt 4.8.x) using > whic

[Development] Unable to debug with Remote inspector

2013-08-19 Thread Amogh Kudari
Hi Group, I have a QWebview application(I am using Qt 4.8.x) using which I launch a test URL(Test html app). Now I am trying to use remote inspector to debug the html application using http://localhost: from chrome browser. When I do this, I get the link to URL which was launched u

[Development] Getting error while building QtWebkit

2013-07-19 Thread Amogh Kudari
Hi All, While building webkit (qtwebkit-4.8.4) from build-webkit script, I am getting the following error JSWorkerContextCustom.cpp ..\..\..\..\Source\WebCore\bindings\js\JSWorkerContextCustom.cpp(99) : error C2039: 'webSocket' : is not a member of 'WebCore::JSWorkerContext' genera

[Development] Linking release build of webkit with debug build of Qt

2013-07-10 Thread Amogh Kudari
Hi All, I have qt built for windows in debug mode without webkit. I wanted to build webkit as a separate component. Now I am building webkit but in release mode.I am using build-webkit script to build webkit with the following options "perl build-webkit --qt --release --only-webkit

Re: [Development] Linker Error While linking application(form of DLL) with Qt libs

2013-03-18 Thread Amogh Kudari
Hi Sze-Howe, Thanks for the information. Regards, Amogh. On Mon, Mar 18, 2013 at 6:19 PM, Sze Howe Koh wrote: > On 18 March 2013 18:58, Amogh Kudari wrote: > > Hi Thiago, > > > >Thanks for your response. I am unaware of the group that is dedicated > to &g

Re: [Development] Linker Error While linking application(form of DLL) with Qt libs

2013-03-18 Thread Amogh Kudari
de 2013 11.25.43, Amogh Kudari wrote: > > Hi All, > > > >Any idea on how to proceed to remove the linker errors mentioned > > below. > > Please provide any inputs/suggestions. > > I suggest you try asking the mailing list dedicated to discussing > develo

Re: [Development] Linker Error While linking application(form of DLL) with Qt libs

2013-03-17 Thread Amogh Kudari
Hi All, Any idea on how to proceed to remove the linker errors mentioned below. Please provide any inputs/suggestions. Thanks and Regards, Amogh. On Thu, Mar 14, 2013 at 3:19 PM, Amogh Kudari wrote: > Hi All, > > I am currently trying to link my software compone

[Development] Linker Error While linking application(form of DLL) with Qt libs

2013-03-14 Thread Amogh Kudari
Hi All, I am currently trying to link my software component libs(propreitary) with Qt Libs to form a DLL which will further be used by my application. In doing so I am facing linker issues. I did check if the symbols are present in the libs and Yes they are present in Libs, but still i

Re: [Development] : Test Application Failing to load QtCore Lib of qt-4.8.4 Event Dispatcher Assertion

2013-02-21 Thread Amogh Kudari
Thanks Thiago and Peter for your suggestions. I am trying to debug the cause for assertion. @Peter : Yes I have compiled the Qt on Windows with the required configuration. Regards, Amogh. On Thu, Feb 21, 2013 at 1:15 PM, Peter Kümmel wrote: > On 21.02.2013 06:04, Amogh Kudari wrote: >

[Development] : Test Application Failing to load QtCore Lib of qt-4.8.4 Event Dispatcher Assertion

2013-02-20 Thread Amogh Kudari
Hi All, Any idea on how to proceed to remove this assertion mentioned below. Please provide any inputs/suggestions. Thanks and Regards, Amogh. On Tue, Feb 19, 2013 at 6:02 PM, Amogh Kudari wrote: > Hi All, > > I am testing my Qt built libraries with a si

[Development] Test Application Failing to load QtCore Lib of qt-4.8.4 Event Dispatcher Assertion

2013-02-19 Thread Amogh Kudari
Hi All, I am testing my Qt built libraries with a simple test application, which basically creates a window with a button. Its as shown /ButtonApp.c*/ #include extern "C" void WebKitTestApp(void *pdata) { int argv=1; char *args[]={"WebKit

Re: [Development] Cannot compile QT4.8.4 with nmake Linker error

2013-01-22 Thread Amogh Kudari
Hi Peter, Thanks it worked:-) Linker error was resolved. Regards, Amogh. On Tue, Jan 22, 2013 at 1:37 PM, Peter Kümmel wrote: > Try without -no-iconv, the error is related to unicode stuff. > > On 22.01.2013 08:50, Amogh Kudari wrote: > > Hi Thiago, >

Re: [Development] Cannot compile QT4.8.4 with nmake Linker error

2013-01-21 Thread Amogh Kudari
, Amogh. On Tue, Jan 22, 2013 at 12:06 PM, Thiago Macieira wrote: > On terça-feira, 22 de janeiro de 2013 11.46.28, Amogh Kudari wrote: > > I am compiling QT-4.8.4 with the following configure options > on > > Windows(Using Visual Studio 2008 command prompt). >

[Development] Cannot compile QT4.8.4 with nmake Linker error

2013-01-21 Thread Amogh Kudari
Hi All, I am compiling QT-4.8.4 with the following configure options on Windows(Using Visual Studio 2008 command prompt). =Configure === configure.exe -debug -opensource -little-endian -no-accessibility -no-stl -no-sql-sqlite -no-qt3support -no-nis -no-cups -no-iconv -no-larg

Re: [Development] Compile Qt-4.8.2 with QPA on windows

2013-01-17 Thread Amogh Kudari
Thanks Thiago and Rafael for your inputs... Regards, Amogh. On Thu, Jan 17, 2013 at 1:05 AM, Rafael Roquetto wrote: > On Thu, Jan 17, 2013 at 12:37:40AM +0800, Thiago Macieira wrote: > > On quarta-feira, 16 de janeiro de 2013 12.34.39, Amogh Kudari wrote: > > > Hi All, &

[Development] Compile Qt-4.8.2 with QPA on windows

2013-01-15 Thread Amogh Kudari
Hi All, I wanted to know whether is it possible to compile QT 4.8.2 with QPA on Windows ? Regards, Amogh. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] QT with qws using CL compiler

2013-01-06 Thread amogh kudari
Thanks for your inputs and suggestions On Fri, Jan 4, 2013 at 7:53 PM, Charley Bay wrote: > Here's an interesting article from 2010 with a good history of POSIX-on- ___ Development mailing list Development@qt-project.org http://lists.qt-project.org

[Development] QT with qws using CL compiler

2013-01-04 Thread amogh kudari
Hi All, Currently I am using cygwin build environment with cl compiler. Is it possible to compile qt with qws using cl compiler on cygwin build environment?.. Regards, Amogh. ___ Development mailing list Development@qt-project.org http://lists.qt-