issue #000: text control이 arrow text control 넣을때 text 값이 초기화 되는 현상이 있음. 임시조치.
Change-Id: Ifa710092e1b1ed59d7d228fd0c2c15e9b02483ed
issue #000: ArrowText text 가 날라가는 현상 수정. 참고(http://devdoftech.co.kr/c/MARKUS/+/1178)
Change-Id: I690893b585ba516c3b85bd5db2a0efb4e75ea060
issue #1127 : TextControl, ArrowTextContol 각각 컨트롤에 Customizing Cursor를 적용기존 Caret에 대한 처리는 Color를 Transparent 를 주어, 투명화 만들었다.Database에서 불러온 각각 컨트롤에 대해 생성자에서 ApplyTemplate을 적용해줘야, TextBox안의 지정된 된 인덱스에 있는 문자의 선행 모서리에 대한 사각형 Caret의 위치를 알아 낼 수 있다.
Change-Id: I38c55393118686179fc8f762f82cc54c09cf87bb
Merge branch 'master' of ssh://devdoftech.co.kr:29418/MARKUS
issue #1125 Approved Stamp Color 설정 오류
Change-Id: Ie0d1d43a4efecce8089c87920b1df1ab4feac99f
zoom control 이벤트 추가mainmenu 수정app 수정
Change-Id: I0d007c3a3c412b7fbe6e2a52bafb932e1a7b9f03
issue #000: x86 구성 추가.
Change-Id: Iaac1bbd7e431295aa825390ee77df36fc0ff5688
issue #000 TextBox Control에 initialize 시 TextChanged 이벤트를 타면서 TextBox.Text를 빈값으로 초기화 시켰었다.MarkupParse.cs에서 FromString에서 데이터베이스에서 불러온 각 객체들은 instance화 시키면서 TextChanged 이벤트가 발생했다.해결책 TextBox 생성 시 TextBox.Text에 Text 값을 미리 초기화시켜주었다.
Change-Id: I4d90e808a8959f0051e025a8b96b15822143df15
issue #000: add ConvertService.wxs
Change-Id: I3b3d8147a22f267972433b5c4fc41713491f2dab
Merge "issue #1119: Stamp string 를 가져와서 daelim replace 하는 부분을 묶고, ini 에서 replace 할 name 을 가져오도록 수정. User information 클릭 시 child 가 null 이여서 stamp 가 안보이는 현상 수정."
issue #1119: Stamp string 를 가져와서 daelim replace 하는 부분을 묶고, ini 에서 replace 할 name 을 가져오도록 수정. User information 클릭 시 child 가 null 이여서 stamp 가 안보이는 현상 수정.
Change-Id: I520599b1b2740ad94319d96aa8d9ec93fa852162
issue #000 처음 TextControl 생성시 TextBox_SizeChanged 이벤트 내에서 Text Property 가 Null 값이면 TextControl을 지우지 않는다.
Change-Id: I50cd553842d760a58f77f615a3b935e1140fbe2e
issue #000 TextControl 에 SizeChanged 로 Text Property에 입력하고 있어서, Size가 변하지 않으면 Text Property에 반영이 안되었다.
Change-Id: Id4762da8949f9c26408c9a19f3e9ea4ac646d9b6
issue #923: set Sign's UserNumber when deserializing from string
Change-Id: I4f30436698d3b2e23eee1a9e562156fb095d0c25
revised issue #999: fixed save logic
Change-Id: Ib7d414754fe0e14559b2fb1e6a612c537af5bde9
issue #999: fixed save logic
Change-Id: I59b725f31e4349245fe4f058b65894d7a2aae1e1
issue #000 충돌해결!
Change-Id: I8257369ca8111457ac0e67faa35f700018fff501
충돌 해결.
Change-Id: I899dcbea5f864305e8fc91dff037da340e80de12
issue #000 TextControl CanvasX, CanvasY 값 설정.
issue #923: fixed a problem text control doesn't rotate
Change-Id: I0a45f13948b9aa2966639ec47c48d685afd11c09
issue #923: apply page rotation when drag controls
Change-Id: Ie927540d6831573609976d0e77cd767663c4bf4a
issue #923: fixed drag textcontrol
Change-Id: I8e995963b9d4e398e21113a5680a3893071b6353
issue #923: implementing drag textcontrol
Change-Id: I17d1f4ec754ea13646260d1c331d574ad680d47d
Change-Id: Ia32da8f3bc38e5cee9fc18ce2c8e0b52e0b85337
issue #000 TextControl 새로 생성 시 EnableEditing 값이 변경 될때 EditingMode 설정하는 로직 주석처리.SelectLayer에 ZIndex Maxium 값인 32766로 주었다. 선택된 컨트롤이 AdornerFinal에 들어가고 AdornerFinal로 생성된 객체가 SelectLayer에 들어므로SelectLayer는 drawingRotateCanvas에서 최상단으로 먼저나와야 한다.
Change-Id: I8f3a8cd305d369e349c229327035f48a7cb25e5d
issue #923: add OnMoveCtrlPoint method to interface
Change-Id: If3b10f5b54eaecd8bd8fa299d702e70e05d4b97e
issue #923: rename and fix InkControl_Convert
Change-Id: Iec4f34a4743f33987c05ea42674495491afa1166
Merge "issue #000 TextControl Gotfocus 받을 때 TextBox가 EditMode가 안되는 현상 해결. ArrowTextControl과 TextControl에 있는 IsEditing 속성 및 의존속성을 제거 이유는 EnableEditing과 동일한 역할을 하고 있기 때문에 필요없다."
issue #000 TextControl Gotfocus 받을 때 TextBox가 EditMode가 안되는 현상 해결.ArrowTextControl과 TextControl에 있는 IsEditing 속성 및 의존속성을 제거 이유는 EnableEditing과 동일한 역할을 하고 있기 때문에 필요없다.
Change-Id: Ic4452154655c07eaf5730a0dcebdb255237851ee
Merge "issue #923: add ICommentUserInfo interface"
issue #923: add ICommentUserInfo interface
Change-Id: Id0b65251436a5aa647eef78026dfad90d3ca64ab
issue #1037: Check Mark 로드시 PathGeometry Parse 에 Token ";" 추가.
Change-Id: Ie0eb62ffacebc6094dec62caeef3419d6833e816
issue #000: control type 저장되도록 수정.
Change-Id: I6df79a213c87ecc67c769370d9fbbe3194fc98ce
issue #000 daelim merged
Change-Id: I7b584bc84d283ab0c9415fd0b7ddbea8362d60a3
issue #923: fixed that arrow of text is not filled with stroke color
Change-Id: Id9e0144d4fa8e923ef62f225832439b8a7682355
issue #923: add CreateCommand and change thumb's opacity when mouse is enter or leave
Change-Id: I1e4b2ac57ca876e4681b14f02c1567abb265391e
issue #923: 컨트롤 selecting 수정
Change-Id: I2ca4f50fabda07f65a6a1677604be5135cc1d165
Change-Id: I0a21b9cf17f312713fbc6dbca0f2f00004ad599f
issue #923 Select Control edit
Change-Id: Ic24089c392a187d3635fb1fb006fc9bf758e3d5c
Merge "issue #923: change control's color when mouse is over1"
issue #923: change control's color when mouse is over1
Change-Id: Id6c30459bd314a0d7d87d9c3ba037aef0db53338
issue #000 ini 에서 Config 를 읽는 Commonlib 추가. 별도로 soap api 를 Connection 하는 부분을 BaseClient Static Class 를 참조하도록 수정.
Change-Id: I54563f8e7e368ace8d50f9fef6a57e6995812a47
issue #000 group & dept color 임시 제거. IFinalPDF 를 Final Service 의 프로젝트를 참조하도록 경로 수정.
Change-Id: I03efb63cd9a922a4bda147a13d309b246f865ac3
issue #923: fixed ControlType.ChainLine drawing
Change-Id: Iee05d32624f7260c51cf31dc4827fcee6085be55
issue #937: fixed to count numbers of multi line text
Change-Id: I3668b013640d2c3d5c1567ba367285d60a1e83cb
issue #923: add UndoCommand
Change-Id: I7bb9cf1d4276c75e50906b7f4672433afc233e15
issue #937: line size 계산 로직 수정, 텍스트가 뒤집혀 나오는 현상 수정, arc length 계산 로직 추가
Change-Id: I74b1e59bd6f2983c8cc107ea34654ecf791fc470
issue #000: add ConsolidateCommand
Change-Id: Ib75611bb9f4bf3205e7cd2dadac902c382e2492b
issue #534: Add ItemRect property to all of controls
Change-Id: Id0d640b9fd9959615758b5e55b499f97d6f38dae
issue #000: add DeleteCommand class
Change-Id: I3edc8872d4351d2e0f7c3b25691631606d20cbd3
issue #923: sign 저장 안되는 문제 수정
Change-Id: I751bf14d5267a203cfdd0b1a92259627901ceab8
issue #999: add GetMarkupData() to CommentUserInfo class
Change-Id: I03b06eb325c7cd19a08d3d9cab66dd2328b2a374
issue #999: Add FromString to all of controls
Change-Id: I64093e34a5f9e8d367cbed769ff4db8d7472cb7a
issue #000: BaseClientAddress MARKUS.ini File로 통합
Change-Id: I05d621ff60251bb08eb9c165e1309f4dff65a111
issue #999: Add serialize method to all of controls
Change-Id: I74e404885e8cd107b48ad1921e768137ed14a3da
Merge "issue #1002 comment 선택 시 control 객체의 focus event 로 인한 문제로 event 호출 위치및 순서를 정리."
issue #1002 comment 선택 시 control 객체의 focus event 로 인한 문제로 event 호출 위치및 순서를 정리.
Change-Id: Ie8752339ac93bab04e24f94dbc9a61d0db8f93bd
issue #923 Signature 생성 오류 수정
Change-Id: I702786cd07c2253223ccd97a1352b9e939327b74
issue #1014: Highlight Text 오류
Change-Id: Id580d04582d21f977634ce89d5eb7364ce34cbd1
issue #937: Final시 텍스트가 잘리는 현상 수정
Change-Id: I51be12df2188d7ec9a2df0854a3123c294bd06bc
issue #923: optimize to draw control
Change-Id: I8dbeef611f15cabb8f742817161ef17823bc55d6
issue #214: adjust arrow size
Change-Id: I8aa507c61ea8a6dd72eb180f30d8493feed515ac
issue #000: daelim source compare 중
Change-Id: I010a1b75dae4b786e1c2a51a34c923eafd384667
issue #934: save un-handled exception to database
Change-Id: I1f8836956ac96821089f0c085cba4a06adfcf667
fixed issue #000: "sgen.exe"이(가) 종료되었습니다.(코드: 1)
Change-Id: I2da199c958e3e80c6baa2612d18af5f19719a6a6
issue #719 AutoCAD 저장 작업 중
Change-Id: I46dfcaa8fb3b15907afe75a1e17ae643bef64f3f
Change-Id: I16a8a343e8b7876643dac9c449e93964e416ae90
issue #886: Symbol legend 생성 작업 중....
issue #979 Text Control 에 커서가 있는 상태에서 Paste시 Control Data가 Text로 들어가는 현상
issue #967 Text Control Replace 현상 수정
issue #000 telerik version upgrade
issue #903 image, sign, date control save 후 reload시 move, delete가 불가능한 현상 수정
issue #000 check mark symbol not display modify
issue #768 textbox line size 변경이 안되는 현상
issue #757 Symbol 수량 집계 관리, markup_data table 열 추가
#754 Arc Arrow Line Control 양쪽 화살표로 수정
issue #756 화살표 사이즈 적용이 정상적으로 되지 않는 현상 수정
issue #754 Arc Arrow Line Control 추가
issue #000 ref dll location change
issue #000 관리자 권한 추가, Arrow Text Mid Point modify
issue #679 control draw gc modify
issue #680 modify method
Merge branch 'master' of http://devdoftech.co.kr:8080/scm/git/MarkUS
issue #650 test logic 삭제
issue #650 rotating modify
fixed issue #645
fixed issue #645 Stamp error
issue #645 Stamp error modify
issue #573 : Direct DB Connection ModifyMarkupToPDF in KCOM_API WebService Add
fixed issue #542: Panorama Page 이동 시 현재 페이지 번호 동기화
Implementing issue #539: 사용자 사인으로 등록된 객체 생성시 오류
Stamp Control SelectBox선택시 프로그램 종료 문제
- Stamp 하드코딩 남아있던 부분 모두 삭제
Converter- Converter Searview 잘못된 Return값 제외
Viewer- CloudControl, rectCloud, Textcontrol, ArrowTextControl CloudArcDepth 0.8로 고정- Save, Load시 ArcLength 바인딩 되도록 수정- 권한이 없을 경우 단축키 권한 제외(Ctrl + A, C, V)- License 체크시 Member테이블에 없을 경우 등록된 사용자가 아닙니다 후 종료 되도록 설정...
효성 테스트내용 오류 수정 및 Search, Favorite 추가
Change arc depth for cloud from 0.8 to 0.55
fixed issue #56: 정삼각형을 그릴때 Axis Lock 적용
다이어그램 이름 *
다이어그램 포맷 PNG SVG XML
너비 pixel
Hide toolbar
Use LightBox
Zoom controls
Initial page
Inizial layers
Hyperlinks color