Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
QuickRev-1.12.0.src.zip | 2013-11-24 | 7.3 MB | |
QuickRev-1.12.0.bin.zip | 2013-11-24 | 6.2 MB | |
README-1.12.0.txt | 2013-11-24 | 3.3 kB | |
Totals: 3 Items | 13.4 MB | 0 |
+--------------------------------------------+ | Take a look at | | http://quickrev.sourceforge.net/news/ | | for a complete overview (with screenshots) | +--------------------------------------------+ - Changed file based history database to a 'real' database, which can be configured either on the command line (java -jar QuickRev.jar --history --help) or via the menu 'Project / Review History / Configure History ...'. The history-DB stores references to the locally stored review projects to be able to show the review history of a file and select the last reviewed version as base for a review automatically. If the history-DB is configured correctly new reviews will be updated within the history-DB during start-up of QuickRev automatically as background task. - A 'Task List' is available, which shows all open reviews for the current user. The task list is based on the history database and can be shown via menu 'Extras / Task List ...'. - Added 'Compare Diagrams' option to 'Tools' panel in diagram view, which compares the models of the base and review version of a diagram and lists all found changes with the possibility to select these changes in the different diagram views. - Extended 'Sort Files' dialog by allowing to sort the files alphabetically in ascending or descending order or to sort the files by file extensions to e.g. show hpp's before cpp's in c++. Furthermore drag and drop support is added to sort the files with help of the mouse easily. The settings in the 'Sort Files' dialog can be applied automatically to files which are added to a review. - Added menu 'Files / Sort ...' to sort the files which are visible at the 'Files' tab individually with the same options as sorting of files at the 'File References' tab. The same dialog can be launched via the 'Define Sort Order ...' menu from the 'Files' tab context menu. - Added '[TAB]' button to code view to show / hide white spaces and tabs. Whether white spaces have to be shown by default can be configured via the 'Preferences' dialog. - Added possibility to define default exclude patterns in config files when searching for open projects via the 'Find Open Projects ...' menu and for configuration of the history-DB. - Saved email address of initiator and reviewers to project files, so the reviewer can send back emails without configuring the email addresses of the users. Furthermore reviewers with a different user name than the configured one can be identified as the same person without asking whether the reviewer is one of the assigned once with a different name. - Changed behaviour when reading configuration files which define components with the same name for 'Information' and 'Conclusion' tabs by replacing the already defined components instead of ignoring the new defined once. Furthermore the boolean attribute 'remove="true"' can be defined to remove a former loaded component. - fix: NullPointerException when adding lines of a file to a comment via the 'Add To Selected Comment' menu and selecting this comment in the code view without accepting the comment in the Comments dialog before - fix: fatal error detected by the JRE which occurs sometimes when directories are selected via the directory chooser dialog