Timeline
09/16/10:
- 19:49 Ticket #14 (Qt plot control) created by
- Create a c++ Qt control that can create a plot. This plot can than be used …
- 19:39 Ticket #13 (Create a breadcrumb bar Qt control) created by
- Create a breadcrumb bar Qt control to navigate through the start sections. …
- 14:20 Ticket #12 (Use registry transactions) created by
- Use the registry transactions from the utility classes to be able to …
- 14:03 Ticket #11 (Create assertion macros) closed by
- fixed
- 14:03 Ticket #11 (Create assertion macros) created by
- These macros will simplify design by contract: * pre-conditions: * …
- 14:00 Ticket #10 (Browser helper object section) created by
- Implement the following features for Windows browser helper objects: * …
- 13:58 Ticket #9 (MSConfig compatible disabled items section for registry key sections) closed by
- fixed
- 13:58 Ticket #9 (MSConfig compatible disabled items section for registry key sections) created by
- A section to read items that were disabled using the Microsoft msconfig …
- 13:57 Ticket #8 (MSConfig compatible disabled items section for start folder sections) closed by
- fixed
- 13:56 Ticket #8 (MSConfig compatible disabled items section for start folder sections) created by
- A section to read items that were disabled using the Microsoft msconfig …
- 13:55 Ticket #7 (Registry item start section) closed by
- fixed
- 13:55 Ticket #7 (Registry item start section) created by
- Implement the following features for the Windows auto-start registry …
- 13:54 Ticket #6 (Registry key start section) closed by
- fixed
- 13:54 Ticket #6 (Registry key start section) created by
- Implement the following features for the Windows auto-start registry keys: …
- 13:53 Ticket #5 (Start folder section) closed by
- fixed
- 13:52 Ticket #5 (Start folder section) created by
- Implement the following features for the Windows auto-start folders: * …
- 13:49 Ticket #2 (Create registry wrapper) closed by
- fixed
- 13:49 Ticket #2 (Create registry wrapper) reopened by
- 13:49 Ticket #3 (Windows shortcut utility) closed by
- fixed
- 13:49 Ticket #3 (Windows shortcut utility) reopened by
- 13:48 Ticket #4 (Command wrapper) closed by
- fixed
- 13:48 Ticket #4 (Command wrapper) reopened by
- 13:42 Ticket #4 (Command wrapper) closed by
- fixed
- 13:41 Ticket #4 (Command wrapper) created by
- Command wrapper class to wrap commandline arguments.
- 13:40 Ticket #3 (Windows shortcut utility) closed by
- fixed
- 13:39 Ticket #3 (Windows shortcut utility) created by
- Windows shortcut wrapper
- 13:38 Ticket #2 (Create registry wrapper) closed by
- fixed
- 13:37 Ticket #1 (Implement registry transactions) reopened by
- 13:36 Ticket #1 (Implement registry transactions) closed by
- fixed
- 13:34 Ticket #2 (Create registry wrapper) created by
- Windows registry wrapper classes
- 13:32 Ticket #1 (Implement registry transactions) created by
- Windows kernel transactions for registry operations.
- 13:20 Changeset [1741] by
- Renamed registry\Operations to registry\RegistryOperations?
- 13:13 Changeset [1740] by
- MERGE st-m utility_classes_dependencies [1736]:[1739] into trunk
- 11:31 Changeset [1739] by
- Disabled deprecated warning in boost::uuid.
09/15/10:
- 18:45 Changeset [1738] by
- Fixed circular include dependencies in utility classes using forward …
- 14:32 Changeset [1737] by
- Resolving conflicts
- 14:13 Changeset [1736] by
- Branch to play with include dependencies and forward declarations.
09/14/10:
- 20:38 Changeset [1735] by
- Discovered (and got rid of) some more redundant includes.
- 19:47 Changeset [1734] by
- Improved exceptions (they now inherit from std::runtime_error and …
- 18:39 Changeset [1733] by
- - Transactions: Renamed bool transactions_enabled(); to bool …
- 18:01 Changeset [1732] by
- More cleanup + some extra documentation
09/12/10:
- 19:59 Changeset [1731] by
- Some cleanup and fixed a signed/unsigned mismatch (that only occurs in x86 …
09/10/10:
- 15:32 Changeset [1730] by
- transactions: Added post-condition to remove_key_transacted.
- 14:42 Changeset [1729] by
- Transaction.cpp: Removed a redundant include dependency.
- 14:38 Changeset [1728] by
- util::Transaction: Updated TODO list
- 14:32 Changeset [1727] by
- More Transaction stuff
- 14:08 Changeset [1726] by
- util::Transaction: Marked methods as nothrow (throw ()) where appropriate.
09/08/10:
- 19:54 Changeset [1725] by
- Updated utility classes documentation (marked function arguments with …
- 19:18 Changeset [1724] by
- Fixing strange svn behaviour.
- 19:16 Changeset [1723] by
- Updated transaction class design. (unit tests still not validated)
- 16:19 Changeset [1722] by
- - Updated registry key documentation - Another attempt to fix registry …
- 16:02 Changeset [1721] by
- Added extra test cases to transaction unit tests (maybe this will shed …
- 15:42 Changeset [1720] by
- And yet another attempt to get the transactions unit test to pass.
- 15:30 Changeset [1719] by
- Another attempt to get the transactions unit test to pass.
- 14:47 Changeset [1718] by
- Forgot to close handle.
- 13:36 Changeset [1717] by
- This one is for you Tom!
09/07/10:
- 13:25 Changeset [1716] by
- Registry transaction unit tests: added extra asserts.
- 13:15 Changeset [1715] by
- Fixed bug in registry transaction test (access_all needed for registry …
- 12:51 Changeset [1714] by
- Fix (?) for transaction constructor string index out of range exception.
09/04/10:
- 14:12 WikiStart edited by
- (diff)
- 12:00 Changeset [1713] by
- - Fixed exceptions for registry key transactions - Reverted changes from …
- 11:23 Changeset [1712] by
- Made util::registry::TransactionManager? a private class member of …
- 11:00 Changeset [1711] by
- - Removed already fixed TODO - Replaced some reg::access_read with …
- 10:39 Changeset [1710] by
- Updated documentation
09/03/10:
- 15:47 Changeset [1709] by
- Removed includes from documentation headers (not need for them anyway)
- 15:26 Changeset [1708] by
- Core classes: Removed redundant file dependencies in startup::msconfig …
- 14:59 Changeset [1707] by
- Core classes: Removed redundant file dependencies in startup::registrykey …
- 14:27 Changeset [1706] by
- Core classes: Removed redundant file dependencies in …
- 13:49 Changeset [1705] by
- Core classes: Removed redundant file dependencies in startup::folder …
- 12:47 Changeset [1704] by
- Core classes: Already removed quite some redundant file dependencies …
- 11:35 Changeset [1703] by
- Utility classes: Removed A LOT of redundant file dependencies (includes).
09/02/10:
- 18:17 Changeset [1702] by
- Use relative path to include own header in cpp files (just for the sake of …
- 16:39 Changeset [1701] by
- Startup sections: Moved iterator includes to cpp file (they're accessed …
09/01/10:
- 19:59 Changeset [1700] by
- - MSConfig registry key section: Added x64 support (wow6432node) to …
08/31/10:
- 19:26 Changeset [1699] by
- Created msconfig disabled folder item section tests and they pass
- 16:01 Changeset [1698] by
- Created msconfig disabled folder item section (todo: unit tests)
- 11:59 Changeset [1697] by
- Registry transaction test: renamed test case
- 11:45 Changeset [1696] by
- Unit tests for registry transactions (TODO: run them on an os that …
08/28/10:
- 19:05 Changeset [1695] by
- Working at registry transaction class unit tests.
- 17:33 Changeset [1694] by
- Created registry transaction class (TODO: unit tests)
- 14:49 Changeset [1693] by
- Added todo
- 13:37 Changeset [1692] by
- Added todos to support transactions
- 12:48 Changeset [1691] by
- Some refactoring in preparation of msconfig disabled folder section
08/27/10:
- 19:31 Changeset [1690] by
- Created msconfig disabled registry key item section tests and they pass …
- 16:53 Changeset [1689] by
- Created msconfig disabled registry key item section (todo: unit tests)
08/26/10:
- 20:59 Changeset [1688] by
- Working at sections to read disabled msconfig items.
- 17:44 Changeset [1687] by
- Added folder for msconfig compatible disabled items section
08/23/10:
- 13:13 Changeset [1686] by
- Added todo item
- 13:08 Changeset [1685] by
- Updated to boost 1.44.0: - Changes that affect our code: Filesystem …
Note: See TracTimeline
for information about the timeline view.