David Capello
d36f10ee02
Add "Set Loop Section" option in frame popup menu
2015-03-12 15:37:09 -03:00
David Capello
a9fae58a98
Fix style for recent files/paths to avoid line breaks
2015-03-11 18:06:54 -03:00
David Capello
0cb4b2234d
Always load params when a command is executed
...
This is to avoid leaving commands with old params (a problem with
keyboard shortcuts). To make sure, we've changed arguments from Params*
to Params&, so we always have params to load.
Also, in this change we introduce a new way to give parameters to executed
commands from menu items using AppMenuItem::setContextParams(). Before
showing a popup, we can call setContextParams() to give extra params to
the command (e.g. the specific FrameTag to remove or change properties).
In this way "contextparams" attribute for <item> in gui.xml is not
available anymore.
2015-03-11 15:40:22 -03:00
David Capello
f26183a82a
Remove loop configuration from ConfigureTimelinePopup
2015-03-10 17:13:06 -03:00
David Capello
1177e02609
Add popup menu to FrameTags in the Timeline
...
Add a new contextparams attribute to menu items in gui.xml that are feed
by the UI with params (e.g. the FrameTag popup needs to know what exact
tag we should edit, and it's a command Param provided by the Timeline).
2015-03-10 16:44:18 -03:00
David Capello
58d302749c
Use a FrameTag for the loop section ( fix #557 )
...
Changes:
* Paint FrameTags in Timeline with labels
* Add app::ui::FrameTagWindow
* Fix FrameTag::m_aniDir initialization
* Add warning for files that doesn't support frame tags
* Remove document preferences related to the active loop
2015-03-09 13:57:54 -03:00
David Capello
361a3084fd
Merge branch 'new-workspace'
...
Conflicts:
src/app/commands/cmd_open_file.cpp
Fixes:
src/app/ui/timeline.cpp
2015-03-04 22:41:34 -03:00
David Capello
057532e7d7
Cache RSS news file
2015-03-04 19:24:37 -03:00
David Capello
200e612670
Simplify Workspace implementation removing the possibility to split views/tabs
...
It's confusing to see two tabs when we split the view. In the future we
should be able to move tabs to create a split view.
2015-03-04 17:23:40 -03:00
David Capello
37781c99ea
Show blog posts in NewsListBox
2015-03-02 19:54:24 -03:00
David Capello
b8ed98bd8b
Add native file open/save dialog (only win32 at the moment, issue #321 )
2015-03-02 16:07:35 -03:00
David Capello
8f8291a39b
Hide colorbar and toolbar when we're in Home tab
2015-03-02 14:43:44 -03:00
David Capello
6862e02805
Add list of recent files and folders in Home tab
...
* Add LinkLabel::onClick()
* Use Widget instead of ListItem in ListBox API
* Add TextRule::padding() and use it to calculate the preferred size
for a skin::Style's rules
2015-03-02 11:18:33 -03:00
David Capello
bf27db12e6
Make the "new update" link more noticeable (using a special style)
2015-02-27 20:45:15 -03:00
David Capello
35623cae88
Move "new update" notification from menu bar to HomeView
2015-02-26 12:28:26 -03:00
David Capello
8eb8122bc0
Add widgets to HomeView (icon, new file, open file, and list boxes)
...
* Add widgets/home_view.xml
* Add possibility to specify style="..." and border="..." in XML widgets
* Add SkinStyleProperty
* Remove Label::get/setTextColor() (replaced with styles)
* Add <image> widget in WidgetLoader
* Paint labels, link labels, and views with styles
2015-02-26 09:53:19 -03:00
David Capello
8c6f55cc41
Add support to reorder tabs ( close #118 )
2015-02-24 20:10:22 -03:00
David Capello
ff66ea025c
Add support to close Home tab with middle mouse button or right-click popup menu
2015-02-22 21:18:53 -03:00
David Capello
2dac7f3869
Add Frame Tags Properties dialog/command
2015-02-20 11:42:59 -03:00
David Capello
b52bcd8c95
Fix close icon style after clicking tabs
2015-02-20 08:53:52 -03:00
David Capello
6064debe13
Add support to close any kind of WorkspaceView (HomeView and DevConsoleView)
...
* Add WorkspaceView::onCloseView() member function
* Now DevConsoleView is inside MainWindow (just like HomeView)
2015-02-19 22:14:06 -03:00
David Capello
e850c8dbb0
Add an icon to "Home" tab
2015-02-19 21:44:22 -03:00
David Capello
b2ccf7a017
Add copyright in gui.xml
2015-02-19 20:30:04 -03:00
David Capello
4376647fcd
Use generated FrameProperties widget in FramePropertiesCommand
2015-02-19 20:29:48 -03:00
David Capello
f4e01345c6
Add close/modified icon to tabs
2015-02-19 13:13:25 -03:00
David Capello
adf3e6c00d
Add AniDir as a FrameTag property (it's persisted in .ase files)
2015-02-19 13:05:39 -03:00
David Capello
9f8505f490
Add Remove Frame Tag command
2015-02-18 11:44:54 -03:00
David Capello
13611eb23e
White text in Start tab
2015-02-17 16:28:53 -03:00
David Capello
9e734b2e8c
Add NewFrameTag command
2015-02-17 16:12:10 -03:00
David Capello
de3e46d879
Draw Tabs widget using styles.
...
* Add background-repeat style rule to specify how to repeat the
background image
* Remove PART_TAB_* skin parts from skin_parts.h
2015-02-17 16:03:00 -03:00
David Capello
11386543c8
Add <dimensions> to skin.xml
2015-02-17 12:22:46 -03:00
David Capello
ebdc2700c1
Replace app::skin::get_style() with SkinTheme::Styles
2015-02-17 11:43:25 -03:00
David Capello
69ac11eea2
Remove IDocumentSettings and DocumentSettingsObserver
...
Document user options are completely replaced with DocumentPreferences.
2015-02-15 09:48:38 -03:00
David Capello
b12a2b5193
Add scope combo for Grid options in Preferences dialog
...
With this we make it clear what settings we're modifying: the global ones
or the active document ones.
2015-02-14 23:31:11 -03:00
David Capello
8387c7ba3e
Fix XML error in pref.xml
2015-02-14 23:20:59 -03:00
David Capello
14cd8576f4
Move "center on zoom" option from General to Editor tab
2015-02-14 22:45:45 -03:00
David Capello
22f35ab249
Independent scroll/zoom in Preview window (part of issue #407 )
2015-02-10 12:59:43 -03:00
David Capello
d1d49c5038
Add TogglePreview command (rename "mini-editor" to "preview")
...
Renamed Preview to FullscreenPreview to avoid confusion.
As an extra "to do", we need to add command aliases, so Preview matches
FullscreenPreview (mainly to keep user defined keyboard shortcuts).
2015-02-10 09:07:04 -03:00
David Capello
52003da721
Merge branch 'feature/continuous-cels'
2015-02-09 11:42:01 -03:00
David Capello
5614b9b366
Add Export Sprite Sheet keyboard shortcut
2015-02-03 12:28:02 -03:00
David Capello
1321de9d58
Merge branch 'master' into feature/continuous-cels
2015-01-30 10:57:32 -03:00
David Capello
06636fd16e
Merge branch '1.0'
...
Conflicts:
src/app/file/gif_format.cpp
src/app/file/gif_options.h
src/app/ui/editor/moving_cel_state.cpp
src/app/ui/editor/standby_state.cpp
src/app/util/range_utils.cpp
2015-01-29 12:18:13 -03:00
Manuel Quiñones
bbb72de545
Fix link to the README in Help menu
2015-01-29 11:25:07 -03:00
David Capello
c4d0266b52
Add option to disable animation loop when saving GIF files ( fix #585 )
2015-01-29 11:24:43 -03:00
David Capello
ce6dc3f790
Add shortcut to toggle the visibility of active layer ( fix #587 )
2015-01-29 10:32:19 -03:00
David Capello
9d5d911830
Update version to 1.0.9-dev
2015-01-25 19:51:59 -03:00
David Capello
d2ea95716f
Add Unlink Cel command
2015-01-20 09:39:12 -03:00
David Capello
052a736a49
Timeline: add UI decorators for linked cels
2015-01-20 09:38:39 -03:00
David Capello
309d1299ae
Minor label fix in options.xml
2015-01-20 09:31:20 -03:00
David Capello
15c6ee9046
Remove old layer icons from skin sprite sheet
2015-01-18 22:45:58 -03:00