Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
22f96b7
Resource Dialog Loads more then one file.
herace Aug 7, 2018
e720e03
"create layer object" now titled file base name instead of "topnode"
herace Aug 7, 2018
b2a349f
More then one layer can be created from resource list.
herace Oct 6, 2019
e3433fa
Merge pull request #1 from herace/dev
herace Oct 6, 2019
485468f
Fix a few compiler warnings
larpon Oct 17, 2019
0f2d2e4
* Add Qt::KeypadModifier to known modifier keys
larpon Oct 17, 2019
b9e72ff
Merge pull request #2 from Larpon/fixes/fix_a_few_warnings
herace Nov 11, 2019
5fe451a
Merge pull request #3 from Larpon/feature/rotate-canvas-with-numpad
herace Nov 13, 2019
144c58b
Fixes #4 and fixes saved tabs issue
larpon Nov 13, 2019
2d16822
WIP: Fix old-style cast warnings
larpon Nov 13, 2019
c6b5473
Merge pull request #6 from Larpon/fix/more-old-style-cast-warnings
herace Nov 13, 2019
1125041
Merge pull request #5 from Larpon/fix/saving-of-keypad-modifier-keys
herace Nov 14, 2019
72f3fe4
Add InfoLabelWidget
larpon Nov 23, 2019
6016503
Add and use priliminary InfoLabelWidget
larpon Nov 23, 2019
18bf893
Add TimeFormat class
larpon Nov 23, 2019
8722730
Add General Setting for Time format display type. Use TimeFormat on T…
larpon Nov 23, 2019
ed146ca
Add conversion pseudo code
larpon Nov 23, 2019
ad9f13c
Add HH:MM:SS:mmm time format option
larpon Nov 24, 2019
8275b23
Add onApplicationSettingUpdated signal to MainMenuBar
larpon Nov 24, 2019
4f267a9
Add onApplicationSettingUpdated signal and signal trigger to TimeLine…
larpon Nov 24, 2019
b127812
Connect onApplicationSettingUpdated to InfoLabelWidget::onUpdate to g…
larpon Nov 24, 2019
2506050
Connect TimeLineWidget::triggerOnApplicationSettingUpdated to MainWin…
larpon Nov 24, 2019
6575efe
Add keymapping to tooltip for reseting the canvas and be a little mor…
larpon Nov 24, 2019
6cf525b
Add option to move canvas with middle-mouse button
larpon Nov 24, 2019
5f58843
Fix a few warnings in core A to B* source files
larpon Nov 24, 2019
6ba3408
Merge pull request #12 from Larpon/wip/fix-more-compiler-warnings
herace Nov 24, 2019
53024da
Merge pull request #11 from Larpon/wip/add-more-keymappings-to-tooltips
herace Nov 25, 2019
a256945
Merge branch 'master' into feature/timeline-information
larpon Nov 25, 2019
ca6708a
Rename InfoLabelWidget -> TimeLineInfoWidget
larpon Nov 25, 2019
768d275
Change "Time scale format" -> "Timeline format"
larpon Nov 25, 2019
854bc6c
Merge pull request #10 from Larpon/feature/middle-mouse-canvas-movement
herace Nov 26, 2019
f4f5551
Merge branch 'master' into feature/timeline-information (canvas movin…
larpon Nov 27, 2019
e655e7f
Merge pull request #8 from Larpon/feature/timeline-information
herace Dec 2, 2019
ab4250b
* Remove superfluous variables and static_casts
larpon Dec 5, 2019
cae5aa8
Introduce themes directory
larpon Dec 8, 2019
dd422b6
Practice better code readability in classic theme
larpon Dec 8, 2019
d7e79f7
Prepare theme addition to GUIResources class
larpon Dec 8, 2019
d84523a
Fix GUIResources icon loading
larpon Dec 8, 2019
d9bd2b6
Introduce GUIResources::onThemeUpdated signal. Move widget stylesheet…
larpon Dec 8, 2019
e33846e
Merge pull request #13 from Larpon/hotfix/cycle-frames-time-codes
herace Dec 16, 2019
17516ee
Update README.md
herace Dec 16, 2019
d96b298
Update README.md
herace Dec 16, 2019
e4b1e45
Update README.md
herace Dec 16, 2019
ae451d4
Merge branch 'master' into feature/theme-support
larpon Dec 16, 2019
8ddce3a
Add theme support for TimeLineEditorWidget
larpon Dec 23, 2019
9fa06c0
Introduce theme::Theme class to get theme specific information from. …
larpon Dec 23, 2019
ab44592
Testing Travis CI
azagaya Apr 13, 2020
faa51dd
Merge pull request #15 from azagaya/master
herace May 5, 2020
4ad1c23
Add preliminary light icons to default theme
larpon May 6, 2020
317f5e7
Remove stray .directory file
larpon May 6, 2020
abc63f6
Let ObjectTreeWidget use system palette defined color for background
larpon May 6, 2020
4a44255
Add auto detection of icon color. Make icons change on theme change a…
larpon May 6, 2020
e88c647
Merge pull request #16 from Larpon/feature/theme-support
herace May 10, 2020
54b275c
BUG FIX: 'QPainterPath path' has incomplete type and cannot be defined.
herace Oct 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
os: linux
dist: xenial
language: cpp
compiler: gcc

addons:
apt:
sources:
- sourceline: ppa:beineri/opt-qt-5.14.1-xenial
packages:
- qt514base
- qt514x11extras
- qt514tools
- libgl1-mesa-dev
- libopencv-dev

install:
- source /opt/qt*/bin/qt*-env.sh

script:
- qmake src/AnimeEffects.pro -r CONFIG+=release PREFIX=/usr
- make -j$(nproc)
- make INSTALL_ROOT=appdir install
- mkdir -p appdir/usr/bin
- cp AnimeEffects appdir/usr/bin/
- cp -R data appdir/usr/bin/data
- find appdir/
- wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
- chmod a+x linuxdeployqt-continuous-x86_64.AppImage
- ./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage

after_success:
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- bash upload.sh AnimeEffects*.AppImage*

branches:
except:
- # Do not build tags that we create when we upload to GitHub Releases
- /^(?i:continuous)/
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# AnimeEffects
A 2D animation tool which doesn't require a carefully thought-out plan.
It provides various animation functions based on deformation of polygon mesh.

It provides various animation functions based on deformation of polygon mesh.<br><br>
Official Website:<br>
http://animeeffects.org/en/


Unofficial AnimeEffects boards (but run by developers still has interest in AE.)

Discord: <a href='https://discord.gg/sKp8Srm'>AnimeEffects Community Server</a> (courtesy of @Jose-Moreno)<br>
IRC: <a href='https://webchat.freenode.net/?channels=#animeeffects-dev'>#animeeffects-dev on freenode</a> (courtesy of @Larpon)

Note: For the present, there may be incompatible changes without notice in advance.

## Development Environment
Expand Down
44 changes: 0 additions & 44 deletions data/stylesheet/modetabbar.ssa

This file was deleted.

66 changes: 0 additions & 66 deletions data/stylesheet/playbackwidget.ssa

This file was deleted.

201 changes: 0 additions & 201 deletions data/stylesheet/propertywidget.ssa

This file was deleted.

Loading