launcher icon indicating copy to clipboard operation
launcher copied to clipboard

Environment management platform

Results 20 launcher issues
Sort by recently updated
recently updated
newest added

PR related to core's PR https://github.com/getavalon/core/pull/535. - this is version of launcher with ability to work with or without silo - most of changes happened a long time ago, so...

Add ability to have both awesome icons and .png icons in launcher

#### Issue The issue was reported [here](https://gitter.im/getavalon/Lobby?at=5a84704918f388e626a2ee34) by Gitter user `anilreddyg2`. The error message was: ``` C:\>avalon Using Python @ 'C:\Users\Anil\AppData\Local\Programs\Python\Python36-32\python.e xe' Using PyQt5 @ 'C:\Users\Anil\AppData\Local\Programs\Python\Python36-32\lib\site- packages\PyQt5' Using core @...

bug

### Goal Save time browsing for assets. ### Implemenation Mimic the Windows Explorer mechanism of browsing to an arbitrary level in any of the currently selected levels. ![image](https://cloud.githubusercontent.com/assets/2152766/25556019/9502e15c-2cec-11e7-869c-4ec21950f815.png)

cosmetics
optimisation

**Goal** Simplify clutter by utilizing ```visualParent``` data member. **Motivation** With lots of episodes/shots, the navigation can become difficult. **Implementation** Similar to walking the hierarchy of; ```project``` > ```silo``` > ```asset```...

### Goal This can safely be hidden. ![image](https://cloud.githubusercontent.com/assets/2152766/25701957/9ff72fc2-30c6-11e7-8c64-3acb3dd7c857.png)

enhancement

### Goal Avoid accidental launch. ### Motivation At the moment, an application is launched by pressing the name. If you double-click, you'll launch two applications. Since some applications take a...

enhancement
cosmetics

### Goal Reduce the need for Launcher restart and lay the groundwork for additional background processes to run alongside the Launcher, such as SyncThing. ### Implementation Upon closing the GUI,...

enhancement
cosmetics

### Goal Enable configuring of the project, such as thumbnail, title and description. ### Implementation The projects deserve a greater spotlight than just the name. ![image](https://cloud.githubusercontent.com/assets/2152766/25556038/09784108-2ced-11e7-99a4-ae24342074a2.png) ### Difficulty Currently, shot,...

enhancement
cosmetics

# Issue Currently the only way in Avalon to set up a project's environment is to actually launch into the application through the Launcher. I believe this should be simplified...