Commit Graph

40 Commits

Author SHA1 Message Date
baydam
f4f5f14c3f The menu bar is not become visible when the main windows receive focus (untesting on Ubuntu) 2016-04-19 11:55:15 +00:00
Tats
edb80d8edf Cosmetic changes. 2016-03-26 19:47:33 -04:00
Tats
61dcef5db1 Automatically move output screen to secondary screen (untested). 2016-03-26 19:47:05 -04:00
Tats
6d7d5c8b55 Removed unused close event management. 2016-03-26 19:41:26 -04:00
Tats
6f9fde311f Fixed bug: ESC key would not work properly to exit full screen. 2016-03-26 19:40:51 -04:00
Tats
eca2e881d9 Manage properly fullscreen in OutputGLWindow: it was possible to have the window without the fullscreen, which caused issues in some circumstances. 2016-03-26 18:17:57 -04:00
Tats
fcf4c51193 Moved crosshair check into OutputGLWindow. 2016-03-26 18:15:18 -04:00
Tats
2bb758b4c6 Moved display of test signal into OutputGLCanvas where it belongs. 2016-03-26 18:13:06 -04:00
Tats
0ed995e6a9 Fixed: It should be possible to have an output window when using a single screen (closes #209). 2016-03-26 12:58:19 -04:00
baydam
b375367811 Integrate all code inside a namespace 2016-03-16 18:05:47 +00:00
Tats
28261033c6 Removed DestinationGLCanvas and SourceGLCanvas which were not doing much: integrated them directly in MapperGLCanvas. 2016-03-06 00:43:01 -05:00
baydam
d889a6c616 Output window is fullscreen only if a video projector is connected or not visible 2016-02-05 18:17:47 +00:00
baydam
cf62a6cfc5 Handle fullscreen case for cinnamon(Linux Mint) 2015-12-11 18:47:22 +00:00
Tats
46d7523160 Bug fix: upon quitting the output window prevented the app to actually quit. 2015-07-17 14:36:33 -06:00
Tats
8f13597451 Created a special class for output gl canvas to prevent some events (like zooming) to happen. 2015-07-13 16:44:41 -06:00
Tats
64bbd94f9a Re-enable toggle of display controls. 2015-07-11 16:29:06 -06:00
Tats
7e85ab493c Merge branch 'spike-qgraphicsview-zoom-and-scroll' into spike-qgraphicsview-zoom-and-scroll-merge-develop
Conflicts:
	DestinationGLCanvas.cpp
	DestinationGLCanvas.h
	MainWindow.cpp
	MainWindow.h
	MapperGLCanvas.cpp
	MapperGLCanvas.h
2015-07-06 20:38:51 -06:00
baydam
36b89fa60a Bug #99 fix and improvements 2015-04-02 17:11:58 +00:00
Tats
e22075d6ad Base working integration of destination and output window (with crosshair working in fullscreen). 2015-02-15 17:46:54 -05:00
baydam
4bd5e456e0 Fixed bug #99 about exiting fullscreen 2015-01-24 13:43:09 +00:00
baydam
584f71e997 Fixed bug #99 about exiting fullscreen 2015-01-23 22:36:25 +00:00
baydam
ed9cca4ded Definitively resolve the bug with ESC 2014-10-29 21:06:58 +00:00
Alexandre Quessy
9143e309f7 Merge branch 'develop' of github.com:mapmapteam/mapmap into develop 2014-10-27 19:53:27 -04:00
baydam
248cc8494c All menubar shortcut work when output window is displayed 2014-10-27 19:15:39 +00:00
Alexandre Quessy
be0053764d add PreferencesDialog - not yet effective 2014-10-27 14:05:36 -04:00
Alexandre Quessy
289d473214 Display crosshair iff display controls 2014-10-27 05:33:23 -04:00
baydam
d9bce3aac3 Fix menubar on fullscreen when plug a second screen and Crosshair 2014-10-22 17:25:55 +00:00
Tats
dc976794d9 Added crosshair in fullscreen mode (automatic). 2014-10-21 20:16:23 +00:00
baydam
eede8f0f16 Fix issue Escape should make the output window fullscreen #46 and Hide cursor when the mouse is idle in fullscreen mode #39 2014-10-21 17:39:00 +00:00
Alexandre Quessy
afc84bb692 Fix logic in setCursorVisible + make it visible if controls are 2014-10-21 01:52:03 -04:00
Alexandre Quessy
af84795c78 Try to hide cursor in output window, when desired 2014-10-20 17:13:37 -04:00
Alexandre Quessy
bb1ac54c32 Fix: Press Esc: Do not close output window 2014-10-14 10:42:01 -04:00
Alexandre Quessy
39ee4903c7 fix fullscreen on gnome 2014-10-13 23:21:44 -04:00
Tats
df73b0b631 Fixed problem with full screen in Linux 2014-04-29 16:45:03 -04:00
Alexandre Quessy
26873722c9 towards a fullscreen output window 2014-04-26 20:06:29 +01:00
Tats
419834b0ee Removed MainWindow singleton, replacing it with much more appropriate member pointers in custom widgets 2014-04-10 17:39:37 -04:00
Tats
b313edc553 Manage close event (unchecks the menu item in main window) 2014-03-15 23:55:29 -04:00
Tats
392869f56f Manage appropriate layout and resizing of output GL canvas 2014-03-15 23:37:54 -04:00
Tats
14f35c640c Synchronization of GL in destination and ouptut window 2014-03-15 23:37:36 -04:00
Tats
81e519d366 Added an output GL window that reproduces the destination (refresh still not working).
Window can be toggled on/off.
2014-03-15 23:01:37 -04:00