102 Commits

Author SHA1 Message Date
Alexandre Quessy
2fc6f582c2 use icns mac icon file 2017-02-01 17:51:55 -05:00
Alexandre Quessy
59e5fa4e5c macOS: remove liblo + use libc++, not libstdc++ 2017-01-31 17:47:43 -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
Tats
8b48b6dc8b Renamed Media* to Video* to avoid confusion. 2016-02-19 18:58:38 -05:00
Tats
1146a6408e Merge branch 'develop' into feature/qt-properties
# Conflicts:
#	Mapping.h
#	OscInterface.cpp
#	ProjectReader.cpp
#	ProjectWriter.cpp
#	Shape.h
#	main.cpp
2016-02-15 13:16:04 -05:00
Tats
89f95d9d46 Renamed concurrentqueue.h -> ConcurrentQueue.h. 2016-02-14 18:36:22 -05:00
Tats
1caff94eba Replaced ProjectAttributes with ProjectLabels. 2016-02-12 11:19:47 -05:00
Tats
f6fc556b3e Generalized the constructors for Mapping to always allow input shape (making it more general). 2016-01-28 12:27:45 -05:00
baydam
eb38336e16 Insert header may fix compilation error 2016-01-22 09:26:44 +00:00
Tats
21cceff534 Moved base read/write functions to Serializable class (to give functionality to MShape). 2016-01-21 21:57:01 -05:00
baydam
156e74acd5 Fix:#183 "Display logging output in a console and able to show and hide" 2016-01-21 21:54:34 +00:00
Tats
c656f8246a Split the shapes in different files and made them all QObjects with QProperties. 2016-01-21 16:18:19 -05:00
Tats
ba1af4b724 Added a MetaObjectRegistry class that allows the dynamic creation of new instances. 2016-01-21 16:15:08 -05:00
Tats
99b19dfcc6 First step in refactoring: brought both Paint and Mapping under the common umbrella class Element and implemented basic QProperties. 2016-01-04 00:19:34 -06:00
Tats
066337472c Fixed bug related to width and height of videos being 0 (using meta-data collection) (closes #154). 2015-12-31 16:31:19 -06:00
Tats
e3cdf4f464 Moved classes pertaining to ShapeGraphicsItem and ShapeControlPainter in separate files outside of MappingGui.{h,cpp}. 2015-12-23 19:14:39 -05:00
Tats
e76bdf1d9f Renamed Mapper to MappingGui (to correspond to Paint -> PaintGui). 2015-12-11 00:43:47 -05:00
Alexandre Quessy
a01aed4f7a post-release version bump 2015-10-30 15:27:33 -04:00
Alexandre Quessy
c7c537dbc0 some more comments 2015-10-29 17:03:48 -04:00
Alexandre Quessy
0313f5b1f7 Add OSC support on OS X 2015-10-28 16:12:48 -04:00
Alexandre Quessy
e7a137f590 towards adding liblo on OS X 2015-10-28 15:40:13 -04:00
Tats
87136e568a Resolved conflict 2015-09-17 09:13:58 -04:00
Tats
f3c199b3ce Resolved conflict 2015-09-17 09:12:43 -04:00