[Synfig-devl] [synfig/synfig] 047239: Don't specify Image in title of importer since i...

2014-11-28 Thread Konstantin Dmitriev
  Branch: refs/heads/master
  Home:   https://github.com/synfig/synfig
  Commit: 047239576f7bf65c6299a7738cdd4c98d68eda79
  
https://github.com/synfig/synfig/commit/047239576f7bf65c6299a7738cdd4c98d68eda79
  Author: Yu Chen jco...@gmail.com
  Date:   2014-11-27 (Thu, 27 Nov 2014)

  Changed paths:
M synfig-studio/src/gui/canvasview.cpp

  Log Message:
  ---
  Don't specify Image in title of importer since it supportis sif too.


  Commit: 7054db9d6b42678e30301e975fec529f317a9a0c
  
https://github.com/synfig/synfig/commit/7054db9d6b42678e30301e975fec529f317a9a0c
  Author: Yu Chen jco...@gmail.com
  Date:   2014-11-27 (Thu, 27 Nov 2014)

  Changed paths:
M synfig-studio/src/synfigapp/canvasinterface.cpp

  Log Message:
  ---
  Use Import instead of Import Image, since we can import other formats too.


  Commit: c2d2c4121438936f26d06c1598acb48723d46e75
  
https://github.com/synfig/synfig/commit/c2d2c4121438936f26d06c1598acb48723d46e75
  Author: Yu Chen jco...@gmail.com
  Date:   2014-11-27 (Thu, 27 Nov 2014)

  Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/canvasview.cpp

  Log Message:
  ---
  Add file filters into import dialog


  Commit: 27e7cdac27393776ef027742efc08f039608eeeb
  
https://github.com/synfig/synfig/commit/27e7cdac27393776ef027742efc08f039608eeeb
  Author: Yu Chen jco...@gmail.com
  Date:   2014-11-27 (Thu, 27 Nov 2014)

  Changed paths:
M synfig-studio/src/gui/app.cpp

  Log Message:
  ---
  Use rename filter Valid files to Supported files according to the input by 
Dave Jeffery


  Commit: 72a4becdca1ef5423fa20e9ec029b64326a4a0e6
  
https://github.com/synfig/synfig/commit/72a4becdca1ef5423fa20e9ec029b64326a4a0e6
  Author: Yu Chen jco...@gmail.com
  Date:   2014-11-27 (Thu, 27 Nov 2014)

  Changed paths:
M synfig-studio/src/gui/app.cpp

  Log Message:
  ---
  Better wording and add mime for audio and images


  Commit: 5d9e71b89e1c03ba3f523f8474d637a2c2c70dad
  
https://github.com/synfig/synfig/commit/5d9e71b89e1c03ba3f523f8474d637a2c2c70dad
  Author: Yu Chen jco...@gmail.com
  Date:   2014-11-27 (Thu, 27 Nov 2014)

  Changed paths:
M synfig-studio/src/gui/app.cpp

  Log Message:
  ---
  Add file filters for open file dialog.


  Commit: ffd9ccf971474cfeed96607ed3db4f10148283d9
  
https://github.com/synfig/synfig/commit/ffd9ccf971474cfeed96607ed3db4f10148283d9
  Author: Yu Chen jco...@gmail.com
  Date:   2014-11-27 (Thu, 27 Nov 2014)

  Changed paths:
M synfig-studio/src/gui/app.cpp

  Log Message:
  ---
  Reposition open history and cancel buttons


  Commit: fcb394dd360ee3aaba9883311a5251890477c011
  
https://github.com/synfig/synfig/commit/fcb394dd360ee3aaba9883311a5251890477c011
  Author: Yu Chen jco...@gmail.com
  Date:   2014-11-27 (Thu, 27 Nov 2014)

  Changed paths:
M synfig-studio/src/gui/app.cpp

  Log Message:
  ---
  Enable Open History Button by default.

The implementation plan is make it file extenstion sensitive,
enable only when *.sfg file selected.
Gtk::FileChooser::signal_selection_changed
etl::filename_extension(filename) == .sfg


  Commit: b0501ba2a4d6e2c135905fadfcb0bd3081116719
  
https://github.com/synfig/synfig/commit/b0501ba2a4d6e2c135905fadfcb0bd3081116719
  Author: Yu Chen jco...@gmail.com
  Date:   2014-11-27 (Thu, 27 Nov 2014)

  Changed paths:
M synfig-studio/src/gui/app.cpp

  Log Message:
  ---
  Add a file type selector to save file dialog.

Add a file type selector to save file dialog, so that there is not need
anymore to keyin file extension manually while save/save as document.


  Commit: 6f4e2ffe36fada35f07987f6ef932d8ffb4f7e6a
  
https://github.com/synfig/synfig/commit/6f4e2ffe36fada35f07987f6ef932d8ffb4f7e6a
  Author: Yu Chen jco...@gmail.com
  Date:   2014-11-27 (Thu, 27 Nov 2014)

  Changed paths:
M synfig-studio/src/gui/app.cpp

  Log Message:
  ---
  Typo and remove unwork code.


  Commit: 40729c915a1ef2a3cccd3472d4d6c2316b3f25b5
  
https://github.com/synfig/synfig/commit/40729c915a1ef2a3cccd3472d4d6c2316b3f25b5
  Author: Yu Chen jco...@gmail.com
  Date:   2014-11-27 (Thu, 27 Nov 2014)

  Changed paths:
M synfig-studio/src/gui/app.cpp

  Log Message:
  ---
  Use files instead of documents for file filters of import dialog


  Commit: 3dbf239048e34b5302df9c9c3bb2552bfd970380
  
https://github.com/synfig/synfig/commit/3dbf239048e34b5302df9c9c3bb2552bfd970380
  Author: Konstantin Dmitriev ksee.zelga...@gmail.com
  Date:   2014-11-28 (Fri, 28 Nov 2014)

  Changed paths:
M synfig-studio/src/gui/app.cpp
M synfig-studio/src/gui/canvasview.cpp
M synfig-studio/src/synfigapp/canvasinterface.cpp

  Log Message:
  ---
  Merge branch 'jcome/dialogs'

* dialogs:
  Use files instead of documents for file filters of import dialog
  Typo and remove unwork code.
  Add a file type selector to save file dialog.
  Enable Open History 

Re: [Synfig-devl] Proposal: Commenting Standards

2014-11-28 Thread Yu Chen
2014-11-28 15:57 GMT+08:00 Carlos López González genet...@gmail.com:

 The problem with the strict rules on that (code format and comments) is
 that there must be someone that supervises the those rules before approve
 the patch or branch to be merged into main code.


use style checker for this task? such as HaikuOS does:

https://github.com/haiku/haiku/tree/master/src/tools/checkstyle


~ yu
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751iu=/4140/ostg.clktrk___
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl