Commit Graph

  • 8f238e31c0 Feature osc doc fix (#478) Michaël Creusy 2020-04-01 19:05:43 -03:00
  • 7cf29d9ae0 Merge pull request #488 from baydam/develop Sofian Audry 2020-04-01 18:02:09 -04:00
  • e65a9d82fe Merge branch 'develop' of https://github.com/mapmapteam/mapmap into develop baydam 2020-04-01 20:39:23 +00:00
  • 1d9e4bde6b Fix bug #402 related to preferred language (Downside: create alias every time a new language is added) baydam 2020-04-01 20:27:40 +00:00
  • 469339b716 Fixed link to mapmap website in About dialog (closes #429). Sofian Audry 2020-04-01 15:22:57 -04:00
  • 43e03e6aed Merge branch 'develop' of https://github.com/mapmapteam/mapmap into develop baydam 2020-04-01 15:06:46 +00:00
  • d4dc4e381d Use clone to duplicate mapping in duplicateMapping(uid). Sofian Audry 2020-03-23 15:23:25 -04:00
  • 5b40bfbc3c Resolved conflicts. Sofian Audry 2020-03-23 15:18:40 -04:00
  • 94a7dbe9d3 Fix merge issue (but camera recent implement not working anymore) baydam 2020-03-12 18:28:47 +00:00
  • aa9e0179a2 Merge feature/camera-support into develop baydam 2020-02-21 14:17:15 +00:00
  • 60896c4e1e Layer list cosmetic changes baydam 2019-10-19 19:03:25 +00:00
  • f37d83a3dd Camera implement improvements baydam 2019-10-18 18:01:59 +00:00
  • 0664032b27 Explicit call of paint destructor in order add Camera more than once baydam 2019-10-18 17:04:33 +00:00
  • cc289ae416 Progressivly using C++11 litteral pointer nullptr baydam 2019-10-18 17:04:02 +00:00
  • 48b4a748a9 Remove Camera directory from recents videos baydam 2019-10-18 17:01:29 +00:00
  • f0a1dd86b5 Use enumeration instead of string to safely define constant Shape type baydam 2019-10-18 14:06:53 +00:00
  • 256591d4e4 Use enumeration instead of string to define constant source type baydam 2019-10-18 13:09:01 +00:00
  • c7123960e5 Extend camera support for Windows and OSX (base on Sofian's work) baydam 2019-10-17 15:49:09 +00:00
  • 178f26bcaa Cosmetic changes on console window + Add message log context baydam 2019-10-14 19:59:18 +00:00
  • c7afaaf8c7 Minor changes (code optimization) baydam 2020-01-31 14:58:08 +00:00
  • 2fc9d62480 Improve library link baydam 2019-11-08 12:15:08 +00:00
  • 29c0e6eaa4 Necessary changes to make camera work on Windows 10 baydam 2019-11-07 15:55:37 +00:00
  • 600db0eb9e Camera implement improvements baydam 2019-10-18 18:01:59 +00:00
  • ba858ba68c Explicit call of paint destructor in order add Camera more than once baydam 2019-10-18 17:04:33 +00:00
  • 037f0cc7aa Progressivly using C++11 litteral pointer nullptr baydam 2019-10-18 17:04:02 +00:00
  • e4a170c564 Remove Camera directory from recents videos baydam 2019-10-18 17:01:29 +00:00
  • 17ed8783a9 Use enumeration instead of string to safely define constant Shape type baydam 2019-10-18 14:06:53 +00:00
  • e594581f00 Use enumeration instead of string to define constant source type baydam 2019-10-18 13:09:01 +00:00
  • 915033df07 Extend camera support for Windows and OSX (base on Sofian's work) baydam 2019-10-17 15:49:09 +00:00
  • 701d6bd042 Cosmetic changes on console window + Add message log context baydam 2019-10-14 19:59:18 +00:00
  • 6d443750d7 Minor changes (code optimization) feature/camera-support baydam 2020-01-31 14:58:08 +00:00
  • fb6e52ea05 Simplified duplication by using clone() method. Sofian Audry 2020-01-12 14:01:34 -05:00
  • 9ab5cb2e6e Allow OSC messages to change name (closes #472). Sofian Audry 2020-01-05 22:04:35 -05:00
  • 7056d3a5d3 Remove debug messages from OscInterface. Sofian Audry 2020-01-05 19:07:55 -06:00
  • 63baaec65d Minor fix in tooltip. Sofian Audry 2020-01-05 19:07:34 -06:00
  • 36f173067d Make sure to update model whenever list item is changed to update solo and locked when sending OSC (closes #471). Sofian Audry 2020-01-05 19:07:15 -06:00
  • 4dd2fbc048 Set appropriate default icon size for color paints (prevents different icon size for visible vs invisible paints). Sofian Audry 2020-01-04 09:30:52 -06:00
  • 50c2bb62ef Set default icon if system provider cannot find any (fixes the fact that import camera never displays icon). Sofian Audry 2020-01-04 07:35:41 -06:00
  • bf08ac0041 Minor change: use ICON_TIMEOUT rather than magic number. Sofian Audry 2020-01-04 07:35:24 -06:00
  • 8f789e9500 Use startsWith rather than contains to check if URI is /dev/videoX. Sofian Audry 2020-01-04 07:34:50 -06:00
  • f112fcb082 Prevent adding of webcam from changing file dialog directory to "/dev". Sofian Audry 2020-01-04 07:34:25 -06:00
  • 973192fe00 Renamed icon file for camera appropriately. Sofian Audry 2020-01-04 07:33:27 -06:00
  • e2aa49cfa8 Stop updating the visibility of all paints and mappings upon any kind of property changes (fix for #469). Sofian Audry 2020-01-02 15:01:50 -06:00
  • ea6307996b In handler of paint changed event, use getPaintIcon() instead of getIcon() to make sure the icon corresponds to the visibility status of paint. Sofian Audry 2020-01-02 15:00:25 -06:00
  • 15f2e88a67 Fixed crash error when importing unsupported images. Sofian Audry 2020-01-02 13:15:33 -06:00
  • edece94b82 Added support for default icon in Image class. Sofian Audry 2020-01-02 13:14:22 -06:00
  • 32052cc7ee Update property list file for OSX bundle baydam 2019-11-13 22:50:46 +00:00
  • 78c11ba9fb Fix missing app icons on Mac OS X baydam 2019-11-13 17:32:49 +00:00
  • 392df464e7 Merge branch 'develop' of https://github.com/mapmapteam/mapmap into feature/camera-support baydam 2019-11-08 12:18:20 +00:00
  • 637b280231 Improve library link baydam 2019-11-08 12:15:08 +00:00
  • cfbf435564 Necessary changes to make camera work on Windows 10 baydam 2019-11-07 15:55:37 +00:00
  • 9e25350d4e Layer list cosmetic changes feature/group-and-multiple-select baydam 2019-10-19 19:03:25 +00:00
  • 3d41722b5b Merge branch 'feature/camera-support' into develop baydam 2019-10-19 13:33:28 +00:00
  • d30092a435 Camera implement improvements baydam 2019-10-18 18:01:59 +00:00
  • 871d12d56b Explicit call of paint destructor in order add Camera more than once baydam 2019-10-18 17:04:33 +00:00
  • 2159eda281 Progressivly using C++11 litteral pointer nullptr baydam 2019-10-18 17:04:02 +00:00
  • 677f23b0f4 Remove Camera directory from recents videos baydam 2019-10-18 17:01:29 +00:00
  • 26eb7d764f Use enumeration instead of string to safely define constant Shape type baydam 2019-10-18 14:06:53 +00:00
  • 4c4394aeb1 Use enumeration instead of string to define constant source type baydam 2019-10-18 13:09:01 +00:00
  • c0278417bb Update gitignore baydam 2019-10-17 16:46:16 +00:00
  • ff1fe56304 Set Gstreamer plugins path for Windows release baydam 2019-10-17 16:45:03 +00:00
  • f8ff45dbfd Extend camera support for Windows and OSX (base on Sofian's work) baydam 2019-10-17 15:49:09 +00:00
  • 2a5ca4b343 Cosmetic changes on console window + Add message log context baydam 2019-10-14 19:59:18 +00:00
  • 6d8518f9e4 Update Lookn'feel baydam 2019-08-08 14:23:30 +00:00
  • d16c285deb Fix translation issues baydam 2019-08-08 12:52:18 +00:00
  • 1fc71697d2 Set Input and Output editor as zoom toolbar parent instead of the main windows baydam 2019-08-03 16:30:08 +00:00
  • 85c0afb0b3 Temporary fix black screen at the end of the playback feature/qtmultimedia baydam 2019-08-08 14:25:45 +00:00
  • 5a893f3427 Update Lookn'feel baydam 2019-08-08 14:23:30 +00:00
  • 76221348e6 Fix translation issues baydam 2019-08-08 12:52:18 +00:00
  • 6321675df5 Set Input and Output editor as zoom toolbar parent instead of the main windows baydam 2019-08-03 16:30:08 +00:00
  • 1cc4582c9e Remove Qt4 support baydam 2019-08-03 16:26:58 +00:00
  • ba8ceeee02 Remove Gstreamer dependencies baydam 2019-08-01 21:26:17 +00:00
  • 72d3b40230 Improvement in QMultimedia implement baydam 2019-07-31 18:52:06 +00:00
  • d5e2f3d8b3 Merge branch 'develop' into feature/qtmultimedia baydam 2019-07-13 21:32:10 +00:00
  • a008b0eef0 features/Flip layer horizontally or vertically baydam 2019-03-22 12:19:04 +00:00
  • a84dd96bcf Temporary fix: Locate missing media file from project baydam 2019-03-20 21:08:28 +00:00
  • f6ff029394 Disable some menu when mapping list is empty baydam 2019-03-10 02:13:52 +00:00
  • 66a603346f Clean Up baydam 2019-03-04 13:54:12 +00:00
  • 43a0875fbe (Workaround) Temporary fix bug #455 Open file dialog freeze on Gnome 3.30 baydam 2019-02-05 20:44:37 +00:00
  • d16b378ef6 Fix bug #448 Settings are not saved baydam 2019-02-05 19:00:54 +00:00
  • 19ba6e6e24 Update issue templates Bay Dam 2019-02-05 18:40:20 +00:00
  • bb8bdbdf62 Update French translation (#446) claire-lovisa 2018-10-08 15:46:02 +02:00
  • 1e8e852efd Translations: Run lupdate Alexandre Quessy 2018-10-04 12:51:27 -04:00
  • 4e95f3b91b Allow video play at once in preferences baydam 2018-08-12 19:23:02 +00:00
  • 1eee051bfb Allow user to send OSC message with existing media source in preferences baydam 2018-08-12 17:46:37 +00:00
  • 20756de3f6 Cosmetic changes baydam 2018-04-08 20:15:20 +00:00
  • 3402bc6da1 Post-release version bump Alexandre Quessy 2018-07-24 23:57:23 -04:00
  • a38017722a Update HTML version of changelog 0.6.2 master 0.6 Alexandre Quessy 2018-07-24 23:54:24 -04:00
  • 85982ad692 Update changelog Alexandre Quessy 2018-07-24 23:54:16 -04:00
  • d2843eb7f9 Remove an assert that might crash MapMap Alexandre Quessy 2018-07-24 23:41:23 -04:00
  • a1891c057f Fix parsing of MapMap version in the project file Alexandre Quessy 2018-07-05 11:09:09 -04:00
  • e4e506990c Add qt5opengl in deps in INSTALL.md Alexandre Quessy 2018-04-18 13:18:18 -04:00
  • 4923a6bd99 Re-add qtmultimedia in INSTALL and fix VERSION Alexandre Quessy 2018-04-18 11:19:00 -04:00
  • 24f1701045 WIP: trying to bundle it with GStreamer framework macos_gstreamer_326 Alexandre Quessy 2018-04-11 11:35:26 -04:00
  • 97cb2914da Remove qtmultimedia fron INSTALL instructions Alexandre Quessy 2018-04-10 11:51:17 -04:00
  • b9e3b73bfd Also create a zip archive in scripts/build.sh Alexandre Quessy 2018-04-10 11:38:54 -04:00
  • 45382c96e4 Remove the BUGS file Alexandre Quessy 2018-04-09 10:46:38 -04:00
  • bc0bbb3c33 post-release version bump Alexandre Quessy 2018-04-09 10:43:42 -04:00
  • 6a6b8bb8fe Prepare 0.6.1 0.6.1 Alexandre Quessy 2018-04-09 10:35:33 -04:00
  • d306798298 Added .url link file to GStreamer on macOS and packaged it in the DMG. Sofian 2018-04-09 10:10:33 -04:00