Bug 20431

Summary: Update the Web Inspector for the Qt platform
Product: WebKit Reporter: Holger Freyther <zecke>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Emit attach and detach requested signals
timothy: review+
Update the WebKit.qrc timothy: review+

Description Holger Freyther 2008-08-18 14:20:04 PDT
The WebKit.qrc is once again outdated and change the way handling of attach and detach work...
Comment 1 Holger Freyther 2008-08-18 14:22:40 PDT
Created attachment 22859 [details]
Emit attach and detach requested signals

Probably for Qt4.5 we want to export the Inspector with API, in preparation for that start emitting detach and attach signals whenever the inspector wants to be attached/detached.
Comment 2 Holger Freyther 2008-08-18 14:24:29 PDT
Created attachment 22860 [details]
Update the WebKit.qrc

Once again update the WebKit.qrc to contain all images and js files for the webinspector.
Comment 3 Timothy Hatcher 2008-08-18 15:20:37 PDT
Sorry about not updating WebKit.qrc. I forget about it sometimes.

Maybe there should be a build script that generates it based on the inspector folder contents?
Comment 4 Timothy Hatcher 2008-08-25 13:53:27 PDT
Landed in r35914  and r35915.