summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* Trk: Ensure proper connecting and disconnecting.Robert Loehning2009-10-192-15/+50
* Improved parsing of ambiguous statements.Roberto Raggi2009-10-192-12/+96
* Fix for invalid parsing of "(a)[b]", including test cases.Erik Verbruggen2009-10-191-9/+29
* Trk: Cleaned up waiting for finishing.Robert Loehning2009-10-162-9/+2
* Trk: Changed Launcher::handleResult so it can be used for running various pro...Robert Loehning2009-10-161-4/+7
* Trk: Some minor code improvementsRobert Loehning2009-10-131-11/+11
* Check the scope of class and fwd-class declarationsRoberto Raggi2009-10-132-0/+10
* Improved support for private classes.Roberto Raggi2009-10-122-0/+16
* Fixed transient compile failure with highly parallel jom.Rohan McGovern2009-10-123-0/+3
* Trk: Removed unneeded header.Robert Loehning2009-10-091-1/+0
* Trk: Protected TrkWriteQueue::slotHandleResult with Mutex.Robert Loehning2009-10-091-13/+21
* Trk: Reverting 8d9ccaff01e8c5ff16fc9521cd3af73beb7b1443, preferring other des...Robert Loehning2009-10-091-13/+13
* Removed deprecated PrettyPrinter. We need a way to generate the pretty printe...Roberto Raggi2009-10-093-1313/+2
* Trk: Refined mutexes.Robert Loehning2009-10-081-13/+13
* Trk: Closing TrkDevice when Launcher emits finished()Robert Loehning2009-10-083-2/+5
* Removed the MacroResolverRoberto Raggi2009-10-075-44/+1
* Check ctor-initializers.Roberto Raggi2009-10-062-0/+8
* Trk: Checking result of TrkCloseFileRobert Loehning2009-10-062-2/+7
* debugger: make stringFromByte localhjk2009-10-062-28/+26
* debugger: rework fetching of memory from devicehjk2009-10-062-49/+0
* Trk: Checking result of TrkInstallFile.Robert Loehning2009-10-052-8/+13
* Trk: Controlling Launcher using an enum.Robert Loehning2009-10-052-23/+55
* Fixed possible null-pointer dereference.Erik Verbruggen2009-10-051-2/+5
* Added protocol & class definedness checks, and added property attribute checks.Erik Verbruggen2009-10-0516-36/+430
* Trk: Checking for write errors when writing file to device.Robert Loehning2009-10-052-15/+27
* Fix Trk error handlingFriedemann Kleint2009-10-051-2/+4
* Trk: Fixed installing without running.Robert Loehning2009-10-021-10/+10
* implement eval()Oswald Buddenhagen2009-10-021-6/+16
* debugger: keep track of library loads as reported by trkhjk2009-10-021-1/+17
* some action cleanup for the qml editormae2009-10-012-0/+2
* debugger: minor whitespacehjk2009-10-011-2/+3
* Trk: Renamed handleFileCreated() to handleFileCopied() to make clear.Robert Loehning2009-09-302-3/+3
* Implemented a simple(fast?) strategy to resolve macro references.Roberto Raggi2009-09-301-0/+4
* Introduced MacroResolver.Roberto Raggi2009-09-305-1/+41
* Delay the parsing of the document.Roberto Raggi2009-09-301-0/+2
* FullySpecifiedType::simplified() strips references from the type.Roberto Raggi2009-09-302-0/+10
* fix indentation of template functionshirschen2009-09-294-5/+9
* Introduced T_CPP_COMMENT and T_CPP_DOXY_COMMENT to handle C++-style comments ...Roberto Raggi2009-09-293-2/+6
* debugger: reset memory cache after steppinghjk2009-09-292-0/+9
* S60: Split run configurationsFriedemann Kleint2009-09-281-1/+5
* Trk: Checking for result of file creation.Robert Loehning2009-09-282-4/+9
* Trk: Added some error checking.Robert Loehning2009-09-281-1/+5
* Split off the incremental lexer from the QScriptHighlighter into aErik Verbruggen2009-09-285-409/+637
* Trk: Using QScopedPointer in trk::LauncherPrivate::CopyState to ensure deletionRobert Loehning2009-09-281-4/+4
* Trk: Make work with ultra-fast devices, fix race conditionFriedemann Kleint2009-09-281-34/+68
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlineErik Verbruggen2009-09-288-57/+106
|\
| * Trk: Checking errorCode of CreateProcess message.Robert Loehning2009-09-284-9/+8
| * Trk: Move message decoding into ReaderThread and emit via signalFriedemann Kleint2009-09-282-48/+84
| * Added the `isVirtual' attribute to Function.Roberto Raggi2009-09-254-0/+14
* | Added type declarations for forward declared ObjC protocols and classes.Erik Verbruggen2009-09-285-8/+91
|/