Home
last modified time | relevance | path

Searched refs:x (Results 1 – 16 of 16) sorted by relevance

/glogg/glogg/
H A Dglogg.qrc
H A DINSTALL.win.md
H A Dfinish.sed
/glogg/
H A Dglogg.qrc8 <file>images/open14@2x.png</file>
10 <file>images/reload14@2x.png</file>
12 <file>images/olddata_icon@2x.png</file>
14 <file>images/newdata_icon@2x.png</file>
16 <file>images/newfiltered_icon@2x.png</file>
H A DINSTALL.win.md17 ./release-win32-x.sh
46 - copy the whole `qt/4.8.2` to the linux machine in `~/qt-x-win32/qt_win/4.8.2`
50 - Install ~/qt-x-win32 created before
55 sudo cp -a win32-g++ win32-x-g++
59 sudo sed -i -re 's/ (gcc|g\+\+)/ i686-w64-mingw32-\1/' win32-x-g++/qmake.conf
60 sudo sed -i -re '/QMAKE_SH/iQMAKE_SH=1' win32-x-g++/qmake.conf
61 sudo sed -i -re 's/QMAKE_COPY_DIR.*$/QMAKE_COPY_DIR = cp -r/' win32-x-g++/qmake.conf
62 …sudo sed -i -re '/QMAKE_LFLAGS/s/$/ -mwindows -static-libgcc -static-libstdc++/' win32-x-g++/qmake…
63 sudo sed -i -re 's/QMAKE_RC.*$/QMAKE_RC = i686-w64-mingw32-windres/' win32-x-g++/qmake.conf
64 … sudo sed -i -re 's/QMAKE_STRIP\s.*$/QMAKE_STRIP = i686-w64-mingw32-strip/' win32-x-g++/qmake.conf
[all …]
H A Dfinish.sed20 x
22 x
/glogg/glogg/src/
H A Doverviewwidget.cpp
H A Dabstractlogview.cpp
H A Dmenuactiontooltipbehavior.cpp
H A Dmainwindow.cpp
/glogg/src/
H A Doverviewwidget.cpp41 #define S(x) #x argument
42 #define SX(x) S(x) argument
H A Dabstractlogview.cpp335 if ( mouseEvent->x() < bulletZoneWidthPx_ ) { in mousePressEvent()
416 else if ( thisEndPos.x() != selectionCurrentEndPos_.x() ) in mouseMoveEvent()
420 selectionStartPos_.x(), thisEndPos.x() ); in mouseMoveEvent()
442 considerMouseHovering( mouseEvent->x(), mouseEvent->y() ); in mouseMoveEvent()
489 int deltaX = qMax( pos.x() - visible.left(), in timerEvent()
490 visible.right() - pos.x() ) - visible.width(); in timerEvent()
503 pos.x() <visible.center().x() ? in timerEvent()
744 considerMouseHovering( mouse_pos.x(), mouse_pos.y() ); in scrollContentsBy()
758 << " rect: " << invalidRect.topLeft().x() << in paintEvent()
760 ", " << invalidRect.bottomRight().x() << in paintEvent()
[all …]
H A Dmenuactiontooltipbehavior.cpp108 QRect activeRegion(relativePos.x(), relativePos.y(), 1, 1); in showToolTip()
H A Dmainwindow.cpp79 setGeometry( geometry.x() + 20, geometry.y() + 40, in MainWindow()
/glogg/glogg/tests/
H A DCMakeLists.txt
/glogg/tests/
H A DCMakeLists.txt27 check_cxx_compiler_flag("-std=c++0x" COMPILER_SUPPORTS_CXX0X)
31 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")