Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing some unused semicolons after Q_UNUSED | Alessandro Portale | 2009-07-13 | 1 | -1/+1 |
| | | | | There were both variants, with and without extra semicolon. | ||||
* | Introduced ForeachStatementAST and the bits to parse foreach statements when ↵ | Roberto Raggi | 2009-07-03 | 1 | -1/+1 |
| | | | | qtMocRun is enabled. | ||||
* | Introduced Document::CheckMode. | Roberto Raggi | 2009-06-26 | 1 | -16/+18 |
| | |||||
* | Initial work on smart highlight of local symbols. For-statements and symbols ↵ | Roberto Raggi | 2009-06-25 | 1 | -9/+26 |
| | | | | genarated from a macro expansion are not yet highlighted. | ||||
* | Some cleanup in the AST nodes. | Roberto Raggi | 2009-06-17 | 1 | -18/+5 |
| | |||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Check the declarator's initializer. | Roberto Raggi | 2009-06-04 | 1 | -0/+5 |
| | |||||
* | Introduced startOffset(), endOffset(), getPosition(), getStartPosition(), ↵ | Roberto Raggi | 2009-03-31 | 1 | -0/+8 |
| | | | | and getEndPosition(). | ||||
* | Added support for Q_SIGNAL and Q_SLOT. | Roberto Raggi | 2009-03-25 | 1 | -0/+15 |
| | |||||
* | Context-sensitive highlighting. | Roberto Raggi | 2009-03-03 | 1 | -14/+51 |
| | |||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
| | |||||
* | Warning for using-directive in class scope. | Roberto Raggi | 2009-02-19 | 1 | -0/+5 |
| | |||||
* | Introduced support for forward class declarations. | Roberto Raggi | 2009-02-16 | 1 | -0/+17 |
| | |||||
* | Reimplemented Type::as*Type() using virtual methods. | Roberto Raggi | 2009-02-09 | 1 | -6/+7 |
| | |||||
* | More annotations. | Roberto Raggi | 2009-02-09 | 1 | -10/+12 |
| | |||||
* | Annotated NamespaceAST nodes. | Roberto Raggi | 2009-02-09 | 1 | -0/+1 |
| | |||||
* | Fixes: move all files in shared/* to src/shared/* | hjk | 2009-01-26 | 1 | -0/+374 |