Skip to content

Commit

Permalink
Merge pull request #20 from OpenBangla/autocorrect
Browse files Browse the repository at this point in the history
Add an AutoCorrect Preference Dialog
  • Loading branch information
mominul authored Apr 4, 2018
2 parents a168d41 + a3adeff commit 4c11de1
Show file tree
Hide file tree
Showing 18 changed files with 2,737 additions and 2,177 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ compiler:
- g++
- clang
before_install:
- sudo add-apt-repository --yes ppa:beineri/opt-qt551-trusty
- sudo add-apt-repository --yes ppa:beineri/opt-qt-5.10.1-trusty
- sudo apt-get update -qq
- sudo apt-get install libibus-1.0-dev qt55base qt55declarative
- source /opt/qt55/bin/qt55-env.sh
- sudo apt-get install libibus-1.0-dev qt510base qt510declarative
- source /opt/qt510/bin/qt510-env.sh
before_script:
- mkdir build
- cd build
- cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
- cmake ..
script:
- make
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"string_view": "cpp",
"array": "cpp",
"initializer_list": "cpp",
"chrono": "cpp"
"chrono": "cpp",
"qmessagebox": "cpp",
"qtreewidget": "cpp",
"atomic": "cpp",
"qvariant": "cpp",
"qmap": "cpp"
}
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Change Log
## 1.3.0 - In development
* OpenBangla Keyboard now features a Phonetic AutoCorrect Preference Dialog [#20](https://github.com/OpenBangla/OpenBangla-Keyboard/pull/20). User now can view/edit/add AutoCorrect entries.
* Let users turn off candidate box [#11](https://github.com/OpenBangla/OpenBangla-Keyboard/issues/11)
* Build system improvement. There is no need to pass `CMAKE_INSTALL_PREFIX` when building.
* Now supports RPM packaging.
Expand Down
Loading

0 comments on commit 4c11de1

Please sign in to comment.