Re: [Development] Tons of warnings in the Cocoa plugin

2013-03-25 Thread Sorvig Morten
On Mar 22, 2013, at 3:21 PM, Jake Thomas Petroules wrote: > Not the only way... > > There's [NSApplicationDelegate applicationDockMenu:], and dock tile plugins > (we should look into bundling a default dock tile plugin in Qt apps!). Fixed now (again): https://codereview.qt-project.org/#chang

Re: [Development] Tons of warnings in the Cocoa plugin

2013-03-22 Thread Jake Thomas Petroules
Not the only way... There's [NSApplicationDelegate applicationDockMenu:], and dock tile plugins (we should look into bundling a default dock tile plugin in Qt apps!). Dock tile plugins have the added benefit of having the menu show up when the app isn't open (more like Windows jump lists). htt

Re: [Development] Tons of warnings in the Cocoa plugin

2013-03-22 Thread Sorvig Morten
On Mar 21, 2013, at 10:55 PM, Thiago Macieira wrote: > Someone who knows about this, could you please take a look? > > The first and third warnings are scary. Fixed most of them: https://codereview.qt-project.org/51868 https://codereview.qt-project.org/51869 https://codereview.qt-project.org

[Development] Tons of warnings in the Cocoa plugin

2013-03-21 Thread Thiago Macieira
Someone who knows about this, could you please take a look? The first and third warnings are scary. qcocoawindow.mm:550:35: warning: 'NSView' may not respond to 'hasMask' qnsview.mm:1162:60: warning: 'NSPICTPboardType' is deprecated [-Wdeprecated- declarations] qcocoanativeinterface.mm:190:5: war