- 18 Oct, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 31 Aug, 2017 2 commits
-
-
saskatchewancatch authored
Removing unnecessary range checks for QT backend support's setTrackbarMin and setTrackbarMax fucntions Fixes
-
saskatchewancatch authored
Setting truncate option for QString leftJustified method to false fixes 10 character truncation issue noted in issue 9489
-
- 23 Aug, 2017 1 commit
-
-
Dmitry Kurtaev authored
-
- 25 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 28 Oct, 2016 1 commit
-
-
Pavel Rojtberg authored
checks whether the window exists and is visible. On QT closing a window merley hides it, so the common hack for checking whether a window exists exists = cv2.getWindowProperty(.., 0) >= 0 does not work.
-
- 14 Oct, 2016 1 commit
-
-
Pavel Rojtberg authored
we are drawing on a BGR image declared as RGB, so we should not swap components here either.
-
- 18 Aug, 2016 1 commit
-
-
Alexandr Kondratev authored
-
- 17 Aug, 2016 1 commit
-
-
Pavel Rojtberg authored
-
- 27 Jul, 2016 1 commit
-
-
Christian Kapeller authored
amends work done in pull request #6976.
-
- 23 Jul, 2016 1 commit
-
-
Alexandr Kondratev authored
-
- 21 Jul, 2016 1 commit
-
-
Alexandr Kondratev authored
-
- 15 Jul, 2016 1 commit
-
-
Ilya Lavrenov authored
-
- 05 Jul, 2016 1 commit
-
-
Alexandr Kondratev authored
-
- 24 Jun, 2016 1 commit
-
-
Alexandr Kondratev authored
-
- 23 Oct, 2015 1 commit
-
-
Pavel Rojtberg authored
QSlider does not have getMinimum/Maximum getters. Probably was not compile tested.
-
- 19 Oct, 2015 1 commit
-
-
Aman Verma authored
-
- 17 Jul, 2015 1 commit
-
-
Dominik Kleiser authored
-
- 25 Apr, 2015 3 commits
-
-
Luis Díaz Más authored
Conflicts: modules/highgui/src/window_QT.cpp
-
Luis Díaz Más authored
-
Craig Reynolds authored
-
- 19 Mar, 2015 1 commit
-
-
Luis Díaz Más authored
-
- 18 Mar, 2015 1 commit
-
-
Luis Díaz Más authored
-
- 06 Mar, 2015 1 commit
-
-
StevenPuttemans authored
-
- 16 Jan, 2015 1 commit
-
-
Craig Reynolds authored
-
- 06 Dec, 2014 2 commits
-
-
Ashod Nakashian authored
highgui: Support to change trackbar count in setTrackbarPos and replaced deprecated CreateToolbarEx in Windows.
-
Ashod Nakashian authored
highgui: Support to change trackbar count in setTrackbarPos and replaced deprecated CreateToolbarEx in Windows.
-
- 18 Nov, 2014 1 commit
-
-
Andrey Kamaev authored
-
- 09 Sep, 2014 1 commit
-
-
Daniel Stonier authored
-
- 07 Sep, 2014 2 commits
-
-
Daniel Stonier authored
-
Daniel Stonier authored
-
- 06 Aug, 2014 1 commit
-
-
Björn Wöldecke authored
The documentation states, that a NULL or an empty window name can be used to refer to the control panel. But the string parameters of the C++ frontend methods cannot be NULL and converting an empty string to a const char* by c_str() doesn't produce a NULL pointer, but an empty string. Unfortunately, the const char* pointer is just passed on to the standard C functions in the QT backend, which doesn't check for the empty string case. There are two places where the empty string check could have been introduced: inside the frontend or inside the backend. As long as the documentation only mentions this as a special case for the QT backend, the best place seems to be there.
-
- 05 Aug, 2014 1 commit
-
-
StevenPuttemans authored
fix should be applyed for every window interface and generation
-
- 04 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 16 Sep, 2013 1 commit
-
-
Alexander Smorkalov authored
QVector range check exception fixed.
-
- 21 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 19 Jun, 2013 1 commit
-
-
Roman Donchenko authored
I don't know why it didn't work for the original author, but it definitely works now.
-
- 06 Jun, 2013 2 commits
-
-
Leszek Swirski authored
-
Leszek Swirski authored
-
- 01 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-