Commit Graph

311 Commits

Author SHA1 Message Date
Atul R fc649dc263 fix contributors 2019-08-24 19:41:57 +02:00
allcontributors[bot] 8313e71d5d docs: update README.md 2019-08-24 17:39:17 +00:00
Atul R 51801f2d1a fix contributors 2019-08-24 19:38:55 +02:00
Atul R f36691adb0 Merge pull request #60 from nodegui/feature/adds-scrollarea
Adds scrollarea
2019-08-24 19:23:18 +02:00
Atul R 7e11da2e10 Merge pull request #51 from atilacamurca/patch-1
Wrong recommendation for Linux users
2019-08-24 12:39:59 +02:00
Atul R 53345e1511 Fixes docs 2019-08-24 12:35:04 +02:00
Atul R 95a60496e6 Adds QAbstractScrollArea and QScrollArea 2019-08-24 12:10:20 +02:00
Atul R dcb2aa5d8b Adds abstract scroll area 2019-08-24 11:14:17 +02:00
Atul R 6d3e436070 Merge pull request #55 from Uriziel01/feature/SetWindowTitle
Added setWindowTitle widget method with docs
2019-08-24 00:34:17 +02:00
Atul R f5736a1389 Merge pull request #54 from Uriziel01/feature/QSpinbox
Added support for spinBox widget with docs
2019-08-23 23:56:23 +02:00
Paweł Borecki 9ee9dcd09a Added setWindowTitle widget method with docs 2019-08-23 23:55:34 +02:00
Paweł Borecki 0e730afbaf Added support for spinBox widget with docs 2019-08-23 23:41:27 +02:00
Atul R 38cda7aab9 bumps version v0.1.5 2019-08-22 22:43:51 +02:00
Átila Camurça Alves 558bf954fe Wrong recommendation for Linux users
The text seems to be copied from the Windows section.
2019-08-22 17:17:07 -03:00
Atul R 0f6da5de63 Update README.md 2019-08-22 22:16:05 +02:00
Atul R 8736c1cc49 Update README.md 2019-08-22 22:15:22 +02:00
Atul R 77ce34f553 Update README.md 2019-08-22 22:14:17 +02:00
Atul R 038d567a59 Merge pull request #50 from Uriziel01/feature/WidgetMoveAndPosition
widget move and position capabilities
2019-08-22 21:54:05 +02:00
Paweł Borecki 4e9f2d32cc Added docs for widget move/position capabilities 2019-08-22 21:34:49 +02:00
Paweł Borecki a6d8012a8e Added move/get position widget capability 2019-08-22 21:30:05 +02:00
Atul R 4645ff5f58 Merge pull request #49 from Uriziel01/feature/Enums
Added all enums from QT fetched from 'Qt Namespace'
2019-08-22 21:19:27 +02:00
Atul R 8636314078 Merge pull request #48 from nodegui/feature/QPlainTextEdit-clear
Support clear method in QPlainTextEdit
2019-08-22 21:16:34 +02:00
Paweł Borecki 99972eec1b Merge branch 'master' into feature/Enums 2019-08-22 21:07:26 +02:00
Paweł Borecki f8190395e3 Added all enums from QT after 'Qt Namespace' 2019-08-22 21:01:24 +02:00
rgabs 58e425fd62 Support clear method in QPlainTextEdit 2019-08-23 00:07:45 +05:30
Atul R 9a7d6bc4b9 Merge pull request #47 from nodegui/all-contributors/add-marcus-sa
docs: add marcus-sa as a contributor
2019-08-22 18:54:10 +02:00
Atul R e754c4832f Merge branch 'master' into all-contributors/add-marcus-sa 2019-08-22 18:53:50 +02:00
allcontributors[bot] 93b5fcd526 docs: update .all-contributorsrc 2019-08-22 16:51:55 +00:00
allcontributors[bot] 6fba8c70ae docs: update README.md 2019-08-22 16:51:54 +00:00
Atul R fe4bf53cfc Merge pull request #46 from nodegui/all-contributors/add-Uriziel01
docs: add Uriziel01 as a contributor
2019-08-22 18:51:02 +02:00
allcontributors[bot] 0884ba5ab3 docs: update .all-contributorsrc 2019-08-22 16:50:43 +00:00
allcontributors[bot] 3dbfdb359f docs: update README.md 2019-08-22 16:50:42 +00:00
allcontributors[bot] db4388e322 docs: update .all-contributorsrc 2019-08-22 16:50:15 +00:00
allcontributors[bot] a3540195ab docs: update README.md 2019-08-22 16:50:14 +00:00
Atul R f37618331d Merge pull request #40 from marcus-sa/patch-1
chore(): add typings to package.json
2019-08-22 18:44:40 +02:00
Marcus S. Abildskov 4dc1c58fbe chore(): add typings to package.json
Fixes declarations not being resolved. 

![Screenshot](https://i.imgur.com/kA8g9Gz.png)
2019-08-22 11:15:12 +02:00
Atul R 2011d51d27 Merge pull request #39 from Uriziel01/master
Support for setting orientation inside progressbar widget
2019-08-22 09:45:18 +02:00
Paweł Borecki 0ac5a78031 Added export for Orientation enum 2019-08-22 09:42:05 +02:00
Paweł Borecki a05181a2e3 Fixed indentation symbols consistency 2019-08-22 04:35:01 +02:00
Paweł Borecki 8f07453f38 Added missing progressbar orientation documentation 2019-08-22 04:21:50 +02:00
Paweł Borecki 6d64f7ae15 Added orientation support for QProgressBar 2019-08-22 04:13:43 +02:00
Atul R 7d07068f3e bumps qode and version v0.1.4 2019-08-22 00:01:17 +02:00
Atul 95818b078e cleans up more handlers 2019-08-20 19:42:44 +02:00
master-atul 1af5d8bf68 Fixed QPaint error 2019-08-20 16:56:00 +02:00
Atul R b11f32aa4c adds clear to linedit 2019-08-20 18:09:44 +02:00
rgabs 5d57cb9e7e Remove unused value from textChanged event listener in plaintextedit 2019-08-20 01:44:50 +05:30
Atul R c0cc5da3a3 Merge pull request #30 from nodegui/feature/QTextEdit
Add textChange event for QPlainTextEdit
2019-08-19 22:13:04 +02:00
rgabs bcb6b8b3be Rename plaintext to toPlainText and add docs 2019-08-20 01:41:50 +05:30
rgabs 8c936b46da Change implementation to make it similar to qt usage 2019-08-20 01:29:21 +05:30
rgabs 0151246d95 Add textChange event for QPlainTextEdit 2019-08-20 00:47:14 +05:30