Commit Graph

1249 Commits

Author SHA1 Message Date
Tats
4180ed602b Added a _setFullScreen() method + renamed _is_fullscreen to _isFullScreen (camelCase). 2016-12-29 13:43:00 -06:00
Tats
d4c17e2c3a Minor adjustments to translations. 2016-12-28 23:41:49 -06:00
Tats
4146fa4845 Adjustment in french translation of undo history. 2016-12-28 17:07:56 -06:00
Tats
a301279f42 Put some order in the view menu. 2016-12-28 17:06:36 -06:00
Tats
fd3785ed61 Removed toolbars sub-menu. 2016-12-28 17:00:53 -06:00
Tats
1260df86fc French translations in About dialog. 2016-12-28 16:57:34 -06:00
Tats
09565c3431 Fixed all french language files for 0.5 (closes #219). 2016-12-28 16:51:49 -06:00
Tats
adbfef758f Small adjustments to translations. 2016-12-28 16:48:50 -06:00
Tats
06cabfcbb5 Thread-safe access OSC server to prevent crashes (not fully tested) (closes #307). 2016-12-28 15:53:21 -06:00
Tats
ed5931fcc6 Prevent property browsers from disappearing by making splitters' children non-collapsible. 2016-12-28 15:44:05 -06:00
Tats
123ea18a21 Updated OSC markdown. 2016-12-28 15:30:59 -06:00
Tats
023063fc3e Merge branch 'develop' of github.com:mapmapteam/mapmap into develop 2016-12-28 14:36:53 -05:00
Tats
69c83b2fdd Merge branch 'fix_305_merge_menus' into develop 2016-12-28 14:36:34 -05:00
Alexandre Quessy
d2c8ad65ab Merge branch 'develop' of https://github.com/mapmapteam/mapmap into develop 2016-12-28 14:25:22 -05:00
Alexandre Quessy
995a0d6edb Fix #274: Document OSC within the software 2016-12-28 14:24:45 -05:00
Tats
c5f916281f Merge branch 'develop' of github.com:mapmapteam/mapmap into develop 2016-12-28 14:17:01 -05:00
Tats
674f6df51c Commented-out unused elements in preferences. 2016-12-28 14:16:40 -05:00
Tats
ff5c75fe9a Removed playback menu and reorganized items in View menu. 2016-12-28 14:09:13 -05:00
Alexandre Quessy
0057261566 Fix #310: Document how to generate doc with markdown + delete
CHANGELOG.md that was a duplicate
2016-12-28 14:06:41 -05:00
Tats
f212b3ec52 Minor reorganization of sub-menu declarations. 2016-12-28 14:04:48 -05:00
Tats
7cf84f913e Renamed outputsMenu for outputScreenMenu (more appropriate). 2016-12-28 14:04:25 -05:00
Tats
e10ca0df79 Fixed bug: outputs menu was empty when only one screen. 2016-12-28 14:00:17 -05:00
Tats
af47c43783 Integrated outputs menu into view menu. 2016-12-28 13:58:17 -05:00
Alexandre Quessy
a445968d2e Fix #303: Update list of contributors by hand 2016-12-28 13:52:41 -05:00
Alexandre Quessy
bfe6aa4d5c WIP: #305 Merge menus. But Outputs menu is broken 2016-12-28 13:28:00 -05:00
Tats
e6954482df Minor language fix. 2016-12-26 18:21:38 -05:00
Tats
6501fc74d2 Fixed icon for toggling test signal. 2016-12-26 18:21:25 -05:00
Tats
d146d848f2 Merge branch 'develop' of github.com:mapmapteam/mapmap into develop 2016-12-05 21:32:06 -05:00
Tats
12c49da737 Fixed test signal icon 2016-12-05 21:31:58 -05:00
baydam
4011e0b3a7 Change vertices background to make them visible on white layers 2016-11-30 10:55:55 +00:00
baydam
9dbe80e56a Stylesheet improvements 2016-11-30 10:55:55 +00:00
Tats
74fe7af25a Changed play/pause key sequence from spacebar to CTRL-SHIFT-P (closes #292) 2016-11-29 10:57:11 -05:00
Tats
9394b2eaa7 Implemented a few french translations 2016-11-29 00:32:16 -05:00
Tats
45e1a7abbb Ran lupdate mapmap.pro (updates trnalsation files) (closes #278). 2016-11-29 00:23:15 -05:00
Tats
557227ac89 Explicitely wrote namespace in file instead of using MM_*_NAMESPACE (related to #278). 2016-11-29 00:21:25 -05:00
Tats
8987c972b1 Fixed potential bug: translators were declared out of scope. 2016-11-28 19:22:09 -05:00
Tats
341dc2117a Fixed bug: duplicating a mesh resulted in crash (closes #298). 2016-11-28 14:08:33 -05:00
Tats
00c4762713 Cleanup and documentation. 2016-11-27 12:42:12 -05:00
Tats
3567e88940 Implemented support for animated GIFs (closes #291, closes #189). 2016-11-26 21:34:15 -05:00
Tats
a5eb8f2a5d Fixed wrapAround() method and made a qreal version. 2016-11-26 21:28:41 -05:00
Tats
e381a8204d Updated install instructions on ArchLinux (closes #269). 2016-11-26 17:46:27 -05:00
Tats
9644a3aa16 Updated install instructions on Ubuntu. 2016-11-26 17:46:04 -05:00
Tats
e705059e2a Added support for webm file type. 2016-11-26 17:45:45 -05:00
Tats
6d758b4743 Increased pull-away parameter cause it was still possible to bring vertex outside of opposite corners in quads. 2016-11-26 17:20:05 -05:00
Tats
4e8f42b1fa Updated INSTALL information to allow detection of cameras on Ubuntu 2016-11-26 15:25:57 -05:00
Tats
6cc81941b4 - Fixed bug: it was possible to cross through an opposing vertex in a quad.
- Used constants instead of magic numbers to control the vertex constraining procedure.
2016-11-25 17:44:13 -05:00
Tats
e03576d6fb Fixed bug: moving quad vertices around glued vertices in impractical ways to the edges. 2016-11-25 17:43:12 -05:00
Tats
c3aeb11434 Cosmetic change. 2016-11-25 17:23:59 -05:00
Tats
76d002d19a Fixed bug: duplicating a color mapping resulted in segfault. 2016-11-25 13:31:48 -05:00
Tats
19ec1f7ed6 Bug fix: audio was not stopping when opening dialog (eg. save as, open, import media, etc.) 2016-11-09 16:04:55 -05:00