]> Shamusworld >> Repos - architektonas/log
architektonas
13 years agoFixed preview rendering for ActionDrawLine...
Shamus Hammons [Wed, 7 Jul 2010 13:38:10 +0000 (13:38 +0000)]
Fixed preview rendering for ActionDrawLine...

13 years agoBeginnings of new render path (Snapper)...
Shamus Hammons [Tue, 6 Jul 2010 23:43:10 +0000 (23:43 +0000)]
Beginnings of new render path (Snapper)...

13 years agoCheck in prior to mucking around with preview/snapper rendering...
Shamus Hammons [Fri, 2 Jul 2010 02:13:27 +0000 (02:13 +0000)]
Check in prior to mucking around with preview/snapper rendering...

13 years agoRemoved spurious #endif from cadtoolbarmain.cpp
Shamus Hammons [Wed, 23 Jun 2010 13:54:14 +0000 (13:54 +0000)]
Removed spurious #endif from cadtoolbarmain.cpp

13 years agoRefactored CAD tool bars once more...
Shamus Hammons [Wed, 23 Jun 2010 04:27:33 +0000 (04:27 +0000)]
Refactored CAD tool bars once more...

13 years agoRefactored CAD tool bars to use predefined actions.
Shamus Hammons [Mon, 21 Jun 2010 03:44:08 +0000 (03:44 +0000)]
Refactored CAD tool bars to use predefined actions.

13 years agoSuccessfully refactored CadToolBarLines to use predefined actions.
Shamus Hammons [Sat, 19 Jun 2010 21:13:53 +0000 (21:13 +0000)]
Successfully refactored CadToolBarLines to use predefined actions.

13 years agoMerged QC_GraphicView into QG_GraphicView...
Shamus Hammons [Fri, 18 Jun 2010 13:51:08 +0000 (13:51 +0000)]
Merged QC_GraphicView into QG_GraphicView...

13 years agoRemoved a bunch of cruft...
Shamus Hammons [Fri, 18 Jun 2010 02:55:11 +0000 (02:55 +0000)]
Removed a bunch of cruft...

13 years agoRefactoring: Moved RS_GraphicView to GraphicView.
Shamus Hammons [Fri, 18 Jun 2010 02:47:05 +0000 (02:47 +0000)]
Refactoring: Moved RS_GraphicView to GraphicView.

13 years agoRemoved more QC_ madness...
Shamus Hammons [Wed, 16 Jun 2010 19:56:58 +0000 (19:56 +0000)]
Removed more QC_ madness...

13 years agoScrubbed all references to CreatePainter(), CreateDirectPainter() and
Shamus Hammons [Wed, 16 Jun 2010 04:30:19 +0000 (04:30 +0000)]
Scrubbed all references to CreatePainter(), CreateDirectPainter() and
DestroyPainter(). Still need to clean up rendering path...--This line, and those below, will be ignored--

M    src/actions/rs_actionzoompan.cpp
M    src/mainapp/qc_graphicview.cpp
M    src/widgets/qg_graphicview.cpp
M    src/widgets/qg_graphicview.h
M    src/base/rs_graphicview.h
M    src/base/rs_graphicview.cpp

13 years agoForgot a UI file...
Shamus Hammons [Mon, 14 Jun 2010 04:04:17 +0000 (04:04 +0000)]
Forgot a UI file...

13 years agoFinal round of dialogs/forms needing to be converted from Qt3 to 4
Shamus Hammons [Mon, 14 Jun 2010 04:01:45 +0000 (04:01 +0000)]
Final round of dialogs/forms needing to be converted from Qt3 to 4

13 years agoAdded more missing forms...
Shamus Hammons [Thu, 10 Jun 2010 22:13:42 +0000 (22:13 +0000)]
Added more missing forms...

13 years agoAdded more missing forms, fixed missing header files in MdiWindow
Shamus Hammons [Thu, 10 Jun 2010 16:36:49 +0000 (16:36 +0000)]
Added more missing forms, fixed missing header files in MdiWindow

13 years agoStart of bringing back missing forms/dialogs
Shamus Hammons [Wed, 9 Jun 2010 04:26:48 +0000 (04:26 +0000)]
Start of bringing back missing forms/dialogs

13 years agoScrubbed out all references to RS2::qtToRsButton(). Gone!
Shamus Hammons [Sun, 6 Jun 2010 01:53:59 +0000 (01:53 +0000)]
Scrubbed out all references to RS2::qtToRsButton(). Gone!

14 years agoMajor refactoring of actions: Moved implementation from header files
Shamus Hammons [Sat, 5 Jun 2010 12:55:00 +0000 (12:55 +0000)]
Major refactoring of actions: Moved implementation from header files
to ,cpp files, removed all createGUIAction() functions, removed
unnecessary includes from header files.

14 years agoChanged RS_Graphic to Drawing; this is less confusing as a drawing is
Shamus Hammons [Thu, 3 Jun 2010 13:16:49 +0000 (13:16 +0000)]
Changed RS_Graphic to Drawing; this is less confusing as a drawing is
what the class is and not a bitmap (which is what is implied).

14 years agoInitial import
Shamus Hammons [Sat, 29 May 2010 04:49:50 +0000 (04:49 +0000)]
Initial import