Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from JuPedSim/develop
Browse files Browse the repository at this point in the history
Version v0.8.6
  • Loading branch information
sainho93 committed Jan 8, 2019
2 parents d934846 + 1cdfdc6 commit 0006203
Show file tree
Hide file tree
Showing 18 changed files with 14,723 additions and 73 deletions.
85 changes: 85 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,87 @@
build/
backup*
cmake-build-debug/
.DS_Store
.idea
examples/
bin/
tests/
.vscode


# C++ objects and libs
*.slo
*.lo
*.o
*.a
*.la
*.lai
*.so
*.dll
*.dylib

# Qt-es
object_script.*.Release
object_script.*.Debug
*_plugin_import.cpp
/.qmake.cache
/.qmake.stash
*.pro.user
*.pro.user.*
*.qbs.user
*.qbs.user.*
*.moc
moc_*.cpp
moc_*.h
qrc_*.cpp
ui_*.h
*.qmlc
*.jsc
Makefile*
*build-*

# Qt unit tests
target_wrapper.*

# QtCreator
*.autosave

# QtCreator Qml
*.qmlproject.user
*.qmlproject.user.*

# QtCreator CMake
CMakeLists.txt.user*

# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Change Log
All notable changes to this project will be documented in this file.

## v0.8.6 [08.01.2019]
## Added
- Add zoom extents option #64
- Add zoom Windows option #64
- Add wirte ini-files feature #27

## Changed
- Improve statbility #105
- Use panning mode by middle button

## Bugs fixed
- Fix shortcut for "Del"

## v0.8.5 [02.11.2018]
## Added
- Add Auto Saving function #67
Expand Down
Loading

0 comments on commit 0006203

Please sign in to comment.