Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version bump, 1.0.0 final yay!1.0.0 | Hugo Parente Lima | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | Added some missing code snippets to PySide documentation. | Hugo Parente Lima | 2011-03-02 | 12 | -73/+596 |
| | |||||
* | Removed useless files from docs. | Hugo Parente Lima | 2011-03-02 | 54 | -1743/+0 |
| | |||||
* | Remove some warning messages when generating the docs. | Hugo Parente Lima | 2011-03-02 | 1 | -0/+19 |
| | | | | Those classes haven't especific documentation, they are only typedefs for template instanciations. | ||||
* | Fix bug 676 - "wrong QLocale.toFloat() description". | Luciano Wolf | 2011-03-02 | 1 | -0/+24 |
| | | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org> | ||||
* | Fix bug#708 - "Remaining pyqtSignal in ref docs" | Hugo Parente Lima | 2011-03-02 | 1 | -4/+3 |
| | |||||
* | Added module documentation for all modules. | Hugo Parente Lima | 2011-03-01 | 15 | -0/+282 |
| | |||||
* | Removed a lot of files not used by the doc generation. | Hugo Parente Lima | 2011-03-01 | 133 | -13336/+0 |
| | |||||
* | Missing doc code snippet for webkit. | Hugo Parente Lima | 2011-03-01 | 1 | -0/+14 |
| | |||||
* | Fixed/translated some doc. code snippets. | Hugo Parente Lima | 2011-03-01 | 14 | -201/+267 |
| | |||||
* | Use multiple code snippets directories to fix the crazyness of Qt docs. | Hugo Parente Lima | 2011-03-01 | 1 | -1/+1 |
| | |||||
* | Removed unused doc snippet files. | Hugo Parente Lima | 2011-03-01 | 174 | -4182/+0 |
| | |||||
* | Added modify-documentation do QDeclarativePropertyMap to remove references ↵ | Hugo Parente Lima | 2011-02-28 | 1 | -1/+14 |
| | | | | to QVariant and QString. | ||||
* | Added missing format attribute. | Hugo Parente Lima | 2011-02-28 | 1 | -1/+1 |
| | |||||
* | Added some QML tutorials to the documentation. | Hugo Parente Lima | 2011-02-25 | 62 | -1/+2925 |
| | |||||
* | Minor fixes on pysideapi2.rst. | Hugo Parente Lima | 2011-02-25 | 1 | -9/+4 |
| | |||||
* | Use monospace font for sphinx literal strings. | Hugo Parente Lima | 2011-02-25 | 1 | -0/+6 |
| | |||||
* | Change version from beta6 to rc11.0.0-rc1 | Hugo Parente Lima | 2011-02-17 | 1 | -2/+2 |
| | |||||
* | Updated PySide CMake files to use the new generator argument ↵ | Marcelo Lira | 2011-02-17 | 1 | -0/+7 |
| | | | | | | | "avoid-protected-hack". Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> | ||||
* | Updated CMake files to use the "--drop-type-entries" generator option. | Marcelo Lira | 2011-02-17 | 42 | -205/+201 |
| | | | | | | | | | | Instead of maintaining a complex CMake scheme to remove optional type system entries, the generation will rely on the new generator capability of dropping entries given via command line. Reviewed by Bruno Araújo <bruno.araujo@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> | ||||
* | Fix bug 681 - "Unicode support for trUtf8 method" | Hugo Parente Lima | 2011-02-16 | 1 | -8/+27 |
| | | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org> | ||||
* | Fix bug 674 - "QGraphicsScene::clear() is missing" | Hugo Parente Lima | 2011-02-16 | 3 | -1/+39 |
| | |||||
* | Fix bug 687 - "[PATCH] QUiLoader code example crashes" | Jerome Leclanche | 2011-02-16 | 1 | -0/+1 |
| | | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org> | ||||
* | Fix bug 675 - "QGraphicsLinearLayout segfault" | Hugo Parente Lima | 2011-02-15 | 3 | -4/+22 |
| | | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org> | ||||
* | Refactor to simplify code just avoding some Cism. | Hugo Parente Lima | 2011-02-15 | 1 | -6/+4 |
| | |||||
* | Make PySide signals work with meta types. | Hugo Parente Lima | 2011-02-15 | 1 | -1/+1 |
| | |||||
* | Add unit test for bug 684. | Hugo Parente Lima | 2011-02-15 | 1 | -0/+13 |
| | |||||
* | Raise error when slot argument is unknown. | Lauro Neto | 2011-02-11 | 2 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | Instead of accepting it silently and generating potential segfault and undefined behavior, raise TypeError when the type of an argument is unknown to PySide type system. An example of such erratic behavior is in declarations like: @Slot def foo(self): Slots without arguments must be explicitly declared this way: @Slot() def foo(self): Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Hugo Lima <hugo.lima@openbossa.org> | ||||
* | Fix bug 679 - "QWebPage miss extension function" | Hugo Parente Lima | 2011-02-11 | 2 | -0/+13 |
| | | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org> | ||||
* | Fix phonon compilation and detection of VideoCaptureDevice class. | Hugo Parente Lima | 2011-02-11 | 3 | -10/+9 |
| | | | | | Reviewer: Lauro Moura <lauro.neto@openbossa.org> Renato Araújo <renato.filho@openbossa.org> | ||||
* | Fix bug 638 - "Documentation for phonon doesn't show class inheritance ↵ | Hugo Parente Lima | 2011-02-11 | 3 | -65/+63 |
| | | | | diagrams." | ||||
* | Removed duplicated entry of QWebPage::ErrorDomain on typesystem. | Hugo Parente Lima | 2011-02-11 | 1 | -1/+0 |
| | |||||
* | Increments reference of None object on custom code for QState.addTransition ↵ | Marcelo Lira | 2011-02-11 | 1 | -0/+1 |
| | | | | | | | method. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> | ||||
* | Created unit test for bug #671. | Renato Araujo Oliveira Filho | 2011-02-10 | 2 | -0/+63 |
| | | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com> | ||||
* | Appended the metaclass data flags value on head. | Renato Araujo Oliveira Filho | 2011-02-10 | 1 | -0/+1 |
| | | | | | | | Fix bug #671. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com> | ||||
* | Added QCursor test. It is related to bug #630. | Marcelo Lira | 2011-02-10 | 2 | -0/+17 |
| | | | | | | | | Bug #630 - Fails to resolve overload for QCursor(QBitmap, QBitmap, int, int) http://bugs.openbossa.org/show_bug.cgi?id=630 Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> | ||||
* | Fixed function 'QToolBar.addAction' to support callback in the | Renato Araujo Oliveira Filho | 2011-02-10 | 3 | -2/+53 |
| | | | | | | | | | | | arguments. Create unit test for bug #635. Fixes bug #635. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com> | ||||
* | Fix bug 668 - "QFileSystemModel setRootPath stops application from quitting." | Hugo Parente Lima | 2011-02-09 | 3 | -0/+24 |
| | | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org> | ||||
* | Replaced all entries of reference-count with action=add to action=set. | Hugo Parente Lima | 2011-02-09 | 6 | -26/+26 |
| | |||||
* | Fix bug 663 - "Crash on exit when passing QNetworkAccessManager around" | Hugo Parente Lima | 2011-02-09 | 1 | -0/+21 |
| | |||||
* | Remove invalid function removals. | Hugo Parente Lima | 2011-02-09 | 1 | -6/+0 |
| | |||||
* | Fix bug 667 - "Crash on exit" | Hugo Parente Lima | 2011-02-09 | 3 | -1/+41 |
| | |||||
* | Fix QGLBuffer::map code injection and test. | Hugo Parente Lima | 2011-02-09 | 2 | -26/+26 |
| | |||||
* | Updated phonon typesystem to use the new pyside cmake macro syntax. | Renato Araujo Oliveira Filho | 2011-02-09 | 1 | -2/+6 |
| | |||||
* | Updated http server used on tests to keep trying until get a free address. | Renato Araujo Oliveira Filho | 2011-02-09 | 1 | -5/+6 |
| | |||||
* | Created unit test for bug #662. | Renato Araujo Oliveira Filho | 2011-02-09 | 2 | -0/+29 |
| | | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com> | ||||
* | Implemented support for iterator on QTextBlock. | Renato Araujo Oliveira Filho | 2011-02-09 | 1 | -0/+17 |
| | | | | | | | Fixes bug #662. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com> | ||||
* | Fix append object description on typesystem only when this was found. | Renato Araujo Oliveira Filho | 2011-02-09 | 1 | -1/+1 |
| | | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com> | ||||
* | Separated class typesystem from the main typesystem. | Renato Araujo Oliveira Filho | 2011-02-08 | 24 | -123/+149 |
| | | | | | | | | | | Remove class specification, detected during the compilation from the main typesystem to avoid errors during the generation. Fixes bug #661 Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com> | ||||
* | Updated translation test to use previous generated qm files. | Renato Araujo Oliveira Filho | 2011-02-07 | 3 | -8/+0 |
| | | | | | | | Upload qm files used on test to git. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org> |