122 Commits

Author SHA1 Message Date
baydam
567cf68c07 Add Qt version check in About dialog 2020-04-06 20:18:49 +00:00
Alexandre Quessy
213786465a Implement OSC with oscpack
- Use oscpack
- small cleanup in mapmap.pro
- try to troubleshoot the set color paint bug
2020-04-01 20:46:08 -04:00
baydam
178f26bcaa Cosmetic changes on console window + Add message log context 2020-02-20 14:01:49 +00:00
baydam
d16c285deb Fix translation issues 2019-08-08 19:07:18 +00:00
baydam
66a603346f Clean Up 2019-03-04 13:54:12 +00:00
Alexandre Quessy
3402bc6da1 Post-release version bump 2018-07-24 23:57:23 -04:00
Alexandre Quessy
bc0bbb3c33 post-release version bump 2018-04-09 10:43:42 -04:00
Alexandre Quessy
1307e6ffd0 post-release version bump 2018-04-08 17:38:33 -04:00
Alexandre Quessy
cc960fdae6 Prepare 0.6.0 2018-04-08 17:34:13 -04:00
Alexandre Quessy
c8cd949ab4 Use zh translation files. 2018-04-07 13:25:12 -04:00
Alexandre Quessy
de83f40c5b Add zh_TW and zh_CN translation files to translate 2018-04-07 13:17:29 -04:00
Sofian Audry
4108cc87be Add -Wno-expansion-to-defined to prevent warnings 2018-03-25 11:52:15 -04:00
Sofian Audry
6846ecf238 Fixed linker problem on Ubuntu 17.10 (closes #382) 2018-03-22 09:35:30 -04:00
baydam
35c47106c2 Improved project inclusions 2018-03-22 10:07:44 +00:00
baydam
1d9009e4a2 Fix compilation error on Mac OSX #368 2017-11-29 21:20:42 +00:00
baydam
c4163902fe Add Spanish translation 2017-10-16 13:09:34 +02:00
baydam
f8e6d17330 Some changes in pro/pri files 2017-08-01 02:33:40 +00:00
baydam
e328d4e1b4 Ignore mocs, obj and qrc directory (reverted from commit 58ae7b474d) 2017-08-01 02:14:54 +00:00
baydam
58ae7b474d Ignore mocs, obj and qrc directory 2017-08-01 01:45:13 +00:00
Alexandre Quessy
bbdb002af2 Move files to src/mapmap 2017-04-16 20:50:36 -04:00
Alexandre Quessy
f5d2197c0c macOS: remove liblo + use libc++, not libstdc++ 2017-01-31 17:51:04 -05:00
Alexandre Quessy
421b316810 post-release version bump 2017-01-01 18:11:42 -05:00
Alexandre Quessy
88a4be4599 prepare release 0.5.0 2017-01-01 18:07:04 -05:00
baydam
a12528c36b Change mapmap resource file name and add new documentation resource file 2016-10-07 15:09:10 +00:00
Tats
6b9536272a Merge branch 'develop' of https://github.com/mapmapteam/mapmap into develop 2016-06-17 16:45:49 -04:00
baydam
2aecb8281f improve preferences system 2016-06-17 17:58:12 +00:00
baydam
5e13b2e783 Merge branch 'bugfix-port-windows' into develop 2016-06-13 18:36:22 +01:00
baydam
5c64652c74 Changes for Windows packaging 2016-06-13 18:13:58 +01:00
baydam
89b2caebfa Implement camera on user interface 2016-05-20 16:47:21 +00:00
Tats
9cf56ad962 Merge branch 'videoimpl-refactor' into setup/dakar-bideew-show-2016
# Conflicts:
#	mapmap.pro
2016-05-12 10:27:59 +00:00
baydam
ed5e6e843b Disable right click on context menu actions 2016-05-11 14:25:11 +00:00
Tats
e9bf69017a Use $$QMAKE_RELEASE instead of release to get full path 2016-05-07 08:44:15 -04:00
Vasilis Liaskovitis
5d37219833 Refactoring VideoImpl
VideoImpl now creates the backend pipeline (queue->videoconvert->...->appsink)
Separate subclasses build a different frontend of the pipeline depending on the
type of video stream (uri, webcam , shared memory) that attaches to the backend
pipeline.

- VideoUridecodeBin: front-end for video file / uri
- VideoV4l2SrcBin: front-end for webcam (at the moment only works with
  /dev/video*files, tested only on Ubuntu 14.04)
- VideoShmSrcBin: front-end for Shared memory / socket (used to work, currently
  has problems)

Code is still hacky, needs work.
2016-04-26 18:32:03 +02:00
Alexandre Quessy
02bf122500 post-release version bump 2016-04-19 15:24:21 -04:00
Alexandre Quessy
915a0c4fad prepare 0.4.0 2016-04-19 15:19:23 -04:00
Bay Dam
94211340b5 Preparing for windows package 2016-03-26 18:34:22 +01:00
Tats
c9ff73a744 Merge branch 'develop' of https://github.com/mapmapteam/mapmap into develop 2016-03-16 11:16:50 -04:00
Tats
a4e4d282ea Passing files to new version 0.4.0 2016-03-16 11:13:39 -04:00
Tats
7b7f0639b0 Merge branch 'develop' of github.com:mapmapteam/mapmap into develop 2016-03-16 10:57:14 -04:00
Tats
adb076ab12 Integrated the lrelease process of *.ts to *.qm to avoid "RCC: Error in 'mapmap.qrc': Cannot find file 'mapmap_fr.qm'" errors. 2016-03-16 10:56:46 -04:00
Bay Dam
c708fc24e4 Preparing for Windows operating system 2016-03-16 11:08:49 +01:00
Tats
12a46018fe Fixed error in mapmap.pro related to translations. 2016-03-16 01:11:14 -04:00
Bay Dam
7b5fe0c7e9 Fix compilation error 2016-03-10 17:41:24 +01:00
baydam
0c093eefe3 Update Linux spec in pro file 2016-03-10 16:12:32 +00:00
Bay Dam
706f40309a Fix circular dependencies on Windows 2016-03-10 17:09:12 +01:00
Tats
84ebb9d3ad Moved the zoom toolbar into a separate widget class, added them in the right spots and made them correctly interoperate with the canvases. 2016-03-06 01:22:34 -05: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
d3975c841f Add buttons on mapping layers 2016-03-03 10:15:24 +00:00
baydam
fde9114009 Work In Progress (reverted from commit 17a64fdade) 2016-02-29 16:46:07 +00:00
baydam
17a64fdade Work In Progress 2016-02-29 16:44:26 +00:00