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
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