Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 1.0.0 (Font Awesome 4.0.0) #32

Merged
merged 30 commits into from
Oct 24, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
0256537
Update icon png files
ruedap Oct 23, 2013
1dc46d0
Change icon's prefix to 'fa-' from 'icon-'
ruedap Oct 23, 2013
b8b49f1
Add font-awesome-4-0-0-icons.yml
ruedap Oct 23, 2013
58a4372
Change YAML file to load
ruedap Oct 23, 2013
51779cc
Fix test for icons size
ruedap Oct 23, 2013
4953432
Sorting name within font-awesome-4-0-0-icons.yml
ruedap Oct 23, 2013
48d3887
Fix test for last icon name
ruedap Oct 23, 2013
e1666b0
Fix test for search queries
ruedap Oct 23, 2013
40b22cf
Fix test for FontAwesome.item_hash
ruedap Oct 23, 2013
4f5c5e6
Update icon png files (4.0.0)
ruedap Oct 23, 2013
1241117
Change search query for 4.0.0 test
ruedap Oct 23, 2013
a18b268
Update to alfred-workflow 2.0.2
ruedap Oct 23, 2013
843c214
Change keyword to 'fa' from 'fonta'
ruedap Oct 23, 2013
5c3bf57
Update workflow details
ruedap Oct 23, 2013
e055d27
Revert "Change keyword to 'fa' from 'fonta'"
ruedap Oct 23, 2013
8a934ad
Change FontAwesome to class from module
ruedap Oct 23, 2013
dd63fcc
Improve FontAwesome#select!
ruedap Oct 23, 2013
8d18fc8
Implement FontAwesome#to_alfred
ruedap Oct 23, 2013
4140f70
Fix FontAwesome#select! argument
ruedap Oct 23, 2013
c2c42e2
Implement test for FontAwesome#add_items
ruedap Oct 23, 2013
8772f11
Implement test for FontAwesome#to_alfred
ruedap Oct 23, 2013
985b2b1
Fix placeholder title within workflow
ruedap Oct 23, 2013
cba8486
Update workflow icon
ruedap Oct 23, 2013
d6fa77e
Downgrade to alfred-workflow 1.11.3
ruedap Oct 23, 2013
a1aef1f
Update current-version.json and update.json
ruedap Oct 23, 2013
c183120
Add workflow keyword 'fa'
ruedap Oct 24, 2013
afaa0fa
Update CHANGELOG
ruedap Oct 24, 2013
e480f31
Update info.plist
ruedap Oct 24, 2013
012edbe
Update README
ruedap Oct 24, 2013
cb9f03a
Bump version to 1.0.0 (Font Awesome 4.0.0)
ruedap Oct 24, 2013
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 14 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,35 @@

## HEAD

- [Commit logs](https://github.com/ruedap/alfred2-font-awesome-workflow/compare/0.3.0...master)
- [Commit logs](https://github.com/ruedap/alfred2-font-awesome-workflow/compare/1.0.0...master)

## 1.0.0 (Font Awesome 4.0.0) / 2013-10-24

- Support for Font Awesome 4.0.0
- Add keyword `fa` (alias)
- Change workflow icon

## 0.3.0 (Font Awesome 3.2.1) / 2013-09-28

- Added support for [Alleyoop: Update Alfred Workflows](http://www.alfredforum.com/topic/1582-alleyoop-update-alfred-workflows/) ([#27](https://github.com/ruedap/alfred2-font-awesome-workflow/issues/27) thanks [will Farrell](https://github.com/willfarrell))
- Add support for [Alleyoop: Update Alfred Workflows](http://www.alfredforum.com/topic/1582-alleyoop-update-alfred-workflows/) ([#27](https://github.com/ruedap/alfred2-font-awesome-workflow/issues/27) thanks [will Farrell](https://github.com/willfarrell))

## 0.2.0 (Font Awesome 3.2.1) / 2013-09-26

- Added white background color for dark theme interfaces ([#24](https://github.com/ruedap/alfred2-font-awesome-workflow/issues/24) thanks [Shawn Hoffman](https://github.com/shawnphoffman) and [Zeno Rocha](https://github.com/zenorocha))
- Fixed icon cropping size
- Improved .png file size optimization
- Add white background color for dark theme interfaces ([#24](https://github.com/ruedap/alfred2-font-awesome-workflow/issues/24) thanks [Shawn Hoffman](https://github.com/shawnphoffman) and [Zeno Rocha](https://github.com/zenorocha))
- Fix icon cropping size
- Improve .png file size optimization

## 0.1.3 (Font Awesome 3.2.1) / 2013-08-26

- Fixed support for Ruby 2.0 and 1.9 ([#1](https://github.com/ruedap/alfred2-font-awesome-workflow/issues/1) thanks [Eric Boehs](https://github.com/ericboehs))
- Fix support for Ruby 2.0 and 1.9 ([#1](https://github.com/ruedap/alfred2-font-awesome-workflow/issues/1) thanks [Eric Boehs](https://github.com/ericboehs))

## 0.1.2 (Font Awesome 3.2.1) / 2013-08-26

- Implemented tests and continuous integration
- Implement tests and continuous integration

## 0.1.1 (Font Awesome 3.2.1) / 2013-08-20

- Fixed support for OS X Mavericks
- Fix support for OS X Mavericks

## 0.1.0 (Font Awesome 3.2.1) / 2013-08-04

Expand Down
Binary file modified Font Awesome.alfredworkflow
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

You can incremental search for [Font Awesome Icon Fonts](http://fontawesome.io/icons/) and paste it to front most app.

![Screencast.gif](http://gifzo.net/ZqCN4wKUcq.gif)
![screencast.gif](https://github.com/ruedap/alfred2-font-awesome-workflow/raw/master/screenshots/screencast.gif)


## Install
Expand All @@ -14,7 +14,7 @@ Download **[Font Awesome.alfredworkflow](https://github.com/ruedap/alfred2-font-

## Usage

**Keyword** `fonta`: You can incremental search for [Font Awesome Icon Fonts](http://fontawesome.io/icons/) and paste it to front most app.
**Keyword** `fa` or `fonta`(alias): Search through [Font Awesome Icon Fonts](http://fontawesome.io/icons/).


## Option
Expand Down
2 changes: 1 addition & 1 deletion current-version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 0.30,
"version": 1.00,
"download_url": "https://github.com/ruedap/alfred2-font-awesome-workflow/raw/master/Font%20Awesome.alfredworkflow",
"description": "Font Awesome Workflow"
}
Binary file added screenshots/screencast.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion workflow/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'plist', '3.1.0'
gem 'alfred-workflow', '1.11.1'
gem 'alfred-workflow', '1.11.3'

group :test do
gem 'minitest', '5.0.8'
Expand Down
4 changes: 2 additions & 2 deletions workflow/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
alfred-workflow (1.11.1)
alfred-workflow (1.11.3)
plist (>= 3.1.0)
coveralls (0.7.0)
multi_json (~> 1.3)
Expand Down Expand Up @@ -29,7 +29,7 @@ PLATFORMS
ruby

DEPENDENCIES
alfred-workflow (= 1.11.1)
alfred-workflow (= 1.11.3)
coveralls (= 0.7.0)
minitest (= 5.0.8)
plist (= 3.1.0)
Expand Down
Binary file modified workflow/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-adjust.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-adn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-align-center.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-align-justify.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-align-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-align-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-ambulance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-anchor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-android.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-angle-double-down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-angle-double-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-angle-double-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-angle-double-up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-angle-down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-angle-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-angle-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-angle-up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-apple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-archive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-arrow-circle-down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-arrow-circle-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-arrow-circle-o-down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-arrow-circle-o-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workflow/icons/fa-arrow-circle-o-right.png
Binary file added workflow/icons/fa-arrow-circle-o-up.png
Binary file added workflow/icons/fa-arrow-circle-right.png
Binary file added workflow/icons/fa-arrow-circle-up.png
Binary file added workflow/icons/fa-arrow-down.png
Binary file added workflow/icons/fa-arrow-left.png
Binary file added workflow/icons/fa-arrow-right.png
Binary file added workflow/icons/fa-arrow-up.png
Binary file added workflow/icons/fa-asterisk.png
Binary file added workflow/icons/fa-backward.png
Binary file added workflow/icons/fa-ban.png
Binary file added workflow/icons/fa-bar-chart-o.png
Binary file added workflow/icons/fa-barcode.png
Binary file added workflow/icons/fa-beer.png
Binary file added workflow/icons/fa-bell-o.png
Binary file added workflow/icons/fa-bell.png
Binary file added workflow/icons/fa-bitbucket-square.png
Binary file added workflow/icons/fa-bitbucket.png
Binary file added workflow/icons/fa-bitcoin.png
Binary file added workflow/icons/fa-bold.png
Binary file added workflow/icons/fa-bolt.png
Binary file added workflow/icons/fa-book.png
Binary file added workflow/icons/fa-bookmark-o.png
Binary file added workflow/icons/fa-bookmark.png
Binary file added workflow/icons/fa-briefcase.png
Binary file added workflow/icons/fa-btc.png
Binary file added workflow/icons/fa-bug.png
Binary file added workflow/icons/fa-building.png
Binary file added workflow/icons/fa-bullhorn.png
Binary file added workflow/icons/fa-bullseye.png
Binary file added workflow/icons/fa-calendar-o.png
Binary file added workflow/icons/fa-calendar.png
Binary file added workflow/icons/fa-camera-retro.png
Binary file added workflow/icons/fa-camera.png
Binary file added workflow/icons/fa-caret-down.png
Binary file added workflow/icons/fa-caret-left.png
Binary file added workflow/icons/fa-caret-right.png
Binary file added workflow/icons/fa-caret-square-o-down.png
Binary file added workflow/icons/fa-caret-square-o-left.png
Binary file added workflow/icons/fa-caret-square-o-right.png
Binary file added workflow/icons/fa-caret-square-o-up.png
Binary file added workflow/icons/fa-caret-up.png
Binary file added workflow/icons/fa-certificate.png
Binary file added workflow/icons/fa-chain-broken.png
Binary file added workflow/icons/fa-chain.png
Binary file added workflow/icons/fa-check-circle-o.png
Binary file added workflow/icons/fa-check-circle.png
Binary file added workflow/icons/fa-check-square-o.png
Binary file added workflow/icons/fa-check-square.png
Binary file added workflow/icons/fa-check.png
Binary file added workflow/icons/fa-chevron-circle-down.png
Binary file added workflow/icons/fa-chevron-circle-left.png
Binary file added workflow/icons/fa-chevron-circle-right.png
Binary file added workflow/icons/fa-chevron-circle-up.png
Binary file added workflow/icons/fa-chevron-down.png
Binary file added workflow/icons/fa-chevron-left.png
Binary file added workflow/icons/fa-chevron-right.png
Binary file added workflow/icons/fa-chevron-up.png
Binary file added workflow/icons/fa-circle-o.png
Binary file added workflow/icons/fa-circle.png
Binary file added workflow/icons/fa-clipboard.png
Binary file added workflow/icons/fa-clock-o.png
Binary file added workflow/icons/fa-cloud-download.png
Binary file added workflow/icons/fa-cloud-upload.png
Binary file added workflow/icons/fa-cloud.png
Binary file added workflow/icons/fa-cny.png
Binary file added workflow/icons/fa-code-fork.png
Binary file added workflow/icons/fa-code.png
Binary file added workflow/icons/fa-coffee.png
Binary file added workflow/icons/fa-cog.png
Binary file added workflow/icons/fa-cogs.png
Binary file added workflow/icons/fa-collapse-o.png
Binary file added workflow/icons/fa-columns.png
Binary file added workflow/icons/fa-comment-o.png
Binary file added workflow/icons/fa-comment.png
Binary file added workflow/icons/fa-comments-o.png
Binary file added workflow/icons/fa-comments.png
Binary file added workflow/icons/fa-compass.png
Binary file added workflow/icons/fa-copy.png
Binary file added workflow/icons/fa-credit-card.png
Binary file added workflow/icons/fa-crop.png
Binary file added workflow/icons/fa-crosshairs.png
Binary file added workflow/icons/fa-css3.png
Binary file added workflow/icons/fa-cut.png
Binary file added workflow/icons/fa-cutlery.png
Binary file added workflow/icons/fa-dashboard.png
Binary file added workflow/icons/fa-dedent.png
Binary file added workflow/icons/fa-desktop.png
Binary file added workflow/icons/fa-dollar.png
Binary file added workflow/icons/fa-dot-circle-o.png
Binary file added workflow/icons/fa-download.png
Binary file added workflow/icons/fa-dribbble.png
Binary file added workflow/icons/fa-dropbox.png
Binary file added workflow/icons/fa-edit.png
Binary file added workflow/icons/fa-eject.png
Binary file added workflow/icons/fa-ellipsis-horizontal.png
Binary file added workflow/icons/fa-ellipsis-vertical.png
Binary file added workflow/icons/fa-envelope-o.png
Binary file added workflow/icons/fa-envelope.png
Binary file added workflow/icons/fa-eraser.png
Binary file added workflow/icons/fa-eur.png
Binary file added workflow/icons/fa-euro.png
Binary file added workflow/icons/fa-exchange.png
Binary file added workflow/icons/fa-exclamation-circle.png
Binary file added workflow/icons/fa-exclamation-triangle.png
Binary file added workflow/icons/fa-exclamation.png
Binary file added workflow/icons/fa-expand-o.png
Binary file added workflow/icons/fa-external-link-square.png
Binary file added workflow/icons/fa-external-link.png
Binary file added workflow/icons/fa-eye-slash.png
Binary file added workflow/icons/fa-eye.png
Binary file added workflow/icons/fa-facebook-square.png
Binary file added workflow/icons/fa-facebook.png
Binary file added workflow/icons/fa-fast-backward.png
Binary file added workflow/icons/fa-fast-forward.png
Binary file added workflow/icons/fa-female.png
Binary file added workflow/icons/fa-fighter-jet.png
Binary file added workflow/icons/fa-file-o.png
Binary file added workflow/icons/fa-file-text-o.png
Binary file added workflow/icons/fa-file-text.png
Binary file added workflow/icons/fa-file.png
Binary file added workflow/icons/fa-files-o.png
Binary file added workflow/icons/fa-film.png
Binary file added workflow/icons/fa-filter.png
Binary file added workflow/icons/fa-fire-extinguisher.png
Binary file added workflow/icons/fa-fire.png
Binary file added workflow/icons/fa-flag-checkered.png
Binary file added workflow/icons/fa-flag-o.png
Binary file added workflow/icons/fa-flag.png
Binary file added workflow/icons/fa-flash.png
Binary file added workflow/icons/fa-flask.png
Binary file added workflow/icons/fa-flickr.png
Binary file added workflow/icons/fa-floppy-o.png
Binary file added workflow/icons/fa-folder-o.png
Binary file added workflow/icons/fa-folder-open-o.png
Binary file added workflow/icons/fa-folder-open.png
Binary file added workflow/icons/fa-folder.png
Binary file added workflow/icons/fa-font.png
Binary file added workflow/icons/fa-forward.png
Binary file added workflow/icons/fa-foursquare.png
Binary file added workflow/icons/fa-frown-o.png
Binary file added workflow/icons/fa-fullscreen.png
Binary file added workflow/icons/fa-gamepad.png
Binary file added workflow/icons/fa-gavel.png
Binary file added workflow/icons/fa-gbp.png
Binary file added workflow/icons/fa-gear.png
Binary file added workflow/icons/fa-gears.png
Binary file added workflow/icons/fa-gift.png
Binary file added workflow/icons/fa-github-alt.png
Binary file added workflow/icons/fa-github-square.png
Binary file added workflow/icons/fa-github.png
Binary file added workflow/icons/fa-gittip.png
Binary file added workflow/icons/fa-glass.png
Binary file added workflow/icons/fa-globe.png
Binary file added workflow/icons/fa-google-plus-square.png
Binary file added workflow/icons/fa-google-plus.png
Binary file added workflow/icons/fa-group.png
Binary file added workflow/icons/fa-h-square.png
Binary file added workflow/icons/fa-hand-o-down.png
Binary file added workflow/icons/fa-hand-o-left.png
Binary file added workflow/icons/fa-hand-o-right.png
Binary file added workflow/icons/fa-hand-o-up.png
Binary file added workflow/icons/fa-hdd.png
Binary file added workflow/icons/fa-headphones.png
Binary file added workflow/icons/fa-heart-o.png
Binary file added workflow/icons/fa-heart.png
Binary file added workflow/icons/fa-home.png
Binary file added workflow/icons/fa-hospital.png
Binary file added workflow/icons/fa-html5.png
Binary file added workflow/icons/fa-inbox.png
Binary file added workflow/icons/fa-indent.png
Binary file added workflow/icons/fa-info-circle.png
Binary file added workflow/icons/fa-info.png
Binary file added workflow/icons/fa-inr.png
Binary file added workflow/icons/fa-instagram.png
Binary file added workflow/icons/fa-italic.png
Binary file added workflow/icons/fa-jpy.png
Binary file added workflow/icons/fa-key.png
Binary file added workflow/icons/fa-keyboard-o.png
Binary file added workflow/icons/fa-krw.png
Binary file added workflow/icons/fa-laptop.png
Binary file added workflow/icons/fa-leaf.png
Binary file added workflow/icons/fa-legal.png
Binary file added workflow/icons/fa-lemon-o.png
Binary file added workflow/icons/fa-level-down.png
Binary file added workflow/icons/fa-level-up.png
Binary file added workflow/icons/fa-lightbulb-o.png
Binary file added workflow/icons/fa-link.png
Binary file added workflow/icons/fa-linkedin-square.png
Binary file added workflow/icons/fa-linkedin.png
Binary file added workflow/icons/fa-linux.png
Binary file added workflow/icons/fa-list-alt.png
Binary file added workflow/icons/fa-list-ol.png
Binary file added workflow/icons/fa-list-ul.png
Binary file added workflow/icons/fa-list.png
Binary file added workflow/icons/fa-location-arrow.png
Binary file added workflow/icons/fa-lock.png
Binary file added workflow/icons/fa-long-arrow-down.png
Binary file added workflow/icons/fa-long-arrow-left.png
Binary file added workflow/icons/fa-long-arrow-right.png
Binary file added workflow/icons/fa-long-arrow-up.png
Binary file added workflow/icons/fa-magic.png
Binary file added workflow/icons/fa-magnet.png
Binary file added workflow/icons/fa-mail-forward.png
Binary file added workflow/icons/fa-mail-reply-all.png
Binary file added workflow/icons/fa-mail-reply.png
Binary file added workflow/icons/fa-male.png
Binary file added workflow/icons/fa-map-marker.png
Binary file added workflow/icons/fa-maxcdn.png
Binary file added workflow/icons/fa-medkit.png
Binary file added workflow/icons/fa-meh-o.png
Binary file added workflow/icons/fa-microphone-slash.png
Binary file added workflow/icons/fa-microphone.png
Binary file added workflow/icons/fa-minus-circle.png
Binary file added workflow/icons/fa-minus-square-o.png
Binary file added workflow/icons/fa-minus-square.png
Binary file added workflow/icons/fa-minus.png
Binary file added workflow/icons/fa-mobile-phone.png
Binary file added workflow/icons/fa-mobile.png
Binary file added workflow/icons/fa-money.png
Binary file added workflow/icons/fa-moon-o.png
Binary file added workflow/icons/fa-move.png
Binary file added workflow/icons/fa-music.png
Binary file added workflow/icons/fa-outdent.png
Binary file added workflow/icons/fa-pagelines.png
Binary file added workflow/icons/fa-paperclip.png
Binary file added workflow/icons/fa-paste.png
Binary file added workflow/icons/fa-pause.png
Binary file added workflow/icons/fa-pencil-square-o.png
Binary file added workflow/icons/fa-pencil-square.png
Binary file added workflow/icons/fa-pencil.png
Binary file added workflow/icons/fa-phone-square.png
Binary file added workflow/icons/fa-phone.png
Binary file added workflow/icons/fa-picture-o.png
Binary file added workflow/icons/fa-pinterest-square.png
Binary file added workflow/icons/fa-pinterest.png
Binary file added workflow/icons/fa-plane.png
Binary file added workflow/icons/fa-play-circle-o.png
Binary file added workflow/icons/fa-play-circle.png
Binary file added workflow/icons/fa-play.png
Binary file added workflow/icons/fa-plus-circle.png
Binary file added workflow/icons/fa-plus-square.png
Binary file added workflow/icons/fa-plus.png
Binary file added workflow/icons/fa-power-off.png
Binary file added workflow/icons/fa-print.png
Binary file added workflow/icons/fa-puzzle-piece.png
File renamed without changes
Binary file added workflow/icons/fa-question-circle.png
Binary file added workflow/icons/fa-question.png
Binary file added workflow/icons/fa-quote-left.png
Binary file added workflow/icons/fa-quote-right.png
Binary file added workflow/icons/fa-random.png
Binary file added workflow/icons/fa-refresh.png
Binary file added workflow/icons/fa-renren.png
Binary file added workflow/icons/fa-reorder.png
Binary file added workflow/icons/fa-repeat.png
Binary file added workflow/icons/fa-reply-all.png
Binary file added workflow/icons/fa-reply.png
Binary file added workflow/icons/fa-resize-full.png
Binary file added workflow/icons/fa-resize-horizontal.png
Binary file added workflow/icons/fa-resize-small.png
Binary file added workflow/icons/fa-resize-vertical.png
Binary file added workflow/icons/fa-retweet.png
Binary file added workflow/icons/fa-rmb.png
Binary file added workflow/icons/fa-road.png
Binary file added workflow/icons/fa-rocket.png
Binary file added workflow/icons/fa-rotate-left.png
Binary file added workflow/icons/fa-rotate-right.png
Binary file added workflow/icons/fa-rouble.png
Loading