Skip to content

Instantly share code, notes, and snippets.

View zenoalbisser's full-sized avatar

Zeno Albisser zenoalbisser

  • Nokia Qt Development Frameworks
  • Oslo
View GitHub Profile
2015-08-30 18:59:02 +0200
cmake
..
-DCMAKE_C_FLAGS_RELEASE=
-DCMAKE_CXX_FLAGS_RELEASE=
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/opencv/2.4.12
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
#!/usr/bin/env python
import sys
import subprocess
import json
open_changes_qtwebengine = []
open_changes_qwebchannel = []
class GerritChange:
diff --git a/lib/quick/qquickwebengineview_p_p.h b/lib/quick/qquickwebengineview_p_p.h
index 2db52d3..10f8738 100644
--- a/lib/quick/qquickwebengineview_p_p.h
+++ b/lib/quick/qquickwebengineview_p_p.h
@@ -83,6 +83,13 @@ public:
QQuickItem *nonFullScreenParent;
};
+class Something : public QObject
+{
cd build/qmake_extras/ && ( test -e Makefile || /Users/zeno/work/qt5/qtbase/bin/qmake /Users/zeno/work/qtwebengine/build/qmake_extras/qmake_extras.pro -o Makefile ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile
cd resources/ && ( test -e Makefile || /Users/zeno/work/qt5/qtbase/bin/qmake /Users/zeno/work/qtwebengine/resources/resources.pro -o Makefile ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile
make[1]: Nothing to be done for `first'.
cd host/ && ( test -e Makefile || /Users/zeno/work/qt5/qtbase/bin/qmake /Users/zeno/work/qtwebengine/build/qmake_extras/host/host.pro -o Makefile ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile
make[2]: Nothing to be done for `first'.
cd target/ && ( test -e Makefile || /Users/zeno/work/qt5/qtbase/bin/qmake /Users/zeno/work/qtwebengine/build/qmake_extras/target/target.pro -o Makefile ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile
make[2]: Nothing to be done for `first'.
cd
commit 39ec0f0a484448b541eb0050a001fafee6a5f637
Author: Zeno Albisser <zeno.albisser@digia.com>
Date: Wed Nov 27 13:34:55 2013 +0100
Allow resetting Qt::WindowFullscreenButtonHint
Currently Qt::WindowFulscreenButtonHint is only
respected on window creation. But flags
can also be adjusted later on.
diff --git a/src/plugins/platforms/cocoa/qcocoawindow.mm b/src/plugins/platforms/cocoa/qcocoawindow.mm
index 228ef9d..f64655f 100644
--- a/src/plugins/platforms/cocoa/qcocoawindow.mm
+++ b/src/plugins/platforms/cocoa/qcocoawindow.mm
@@ -522,6 +522,17 @@ void QCocoaWindow::setWindowFlags(Qt::WindowFlags flags)
if (!(styleMask & NSBorderlessWindowMask)) {
setWindowTitle(window()->title());
}
+
+#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_7
#!/usr/bin/env python
import sys
import subprocess
import json
open_changes = []
class GerritChange:
def __init__(self, json_data):
#!/usr/bin/env python
import sys
import subprocess
class GerritChange:
def __init__(self):
self.shasum = ''
self.project = ''
self.branch = ''
#include <inttypes.h>
#include <math.h>
#include <stdlib.h>
#include <xmmintrin.h>
#include "tables.h"
#define ISQRT2 0.70710678118654f
static void transpose_block(float *in_data, float *out_data)
commit 6058ce044452c0c5fbedbad565773c3a1b35d462
Author: Zeno Albisser <zeno.albisser@digia.com>
Date: Thu Sep 12 22:36:42 2013 +0200
debug that one
diff --git a/common.c b/common.c
index dec4589..56f9a53 100644
--- a/common.c
+++ b/common.c