View Issue Details

IDProjectCategoryView StatusLast Update
0000261Double CommanderGraphical user interfacepublic2014-01-14 09:04
Reporterdenis230 Assigned ToAlexx2000  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
ProjectionnoneETAnone 
Target Version0.5.4Fixed in Version0.5.4 
Summary0000261: В форме 'Разбиение файлов' убрать свернуть, развернуть, выбор каталога, кнопки
DescriptionВ форме 'Разбиение файлов':
- убрать кнопку 'свернуть' и 'развернуть'
- при нажатии на кнопку выбрать каталог, по умолчанию открывать каталог указанный в соответствующий edit поле на форме
- кнопки 'Ок' и 'Отмена' сделать такие же по размеру как и на форме 'Настройки'
TagsNo tags attached.
Attached Files
fsplitter.lfm (6,120 bytes)
fsplitter.pas (7,205 bytes)
path0000261.patch (1,320 bytes)   
Index: fsplitter.lfm
===================================================================
--- fsplitter.lfm	(revision 4107)
+++ fsplitter.lfm	(working copy)
@@ -9,6 +9,8 @@
   VertScrollBar.Range = 227
   ActiveControl = cmbxSize
   AutoSize = True
+  BorderIcons = [biSystemMenu]
+  BorderStyle = bsDialog
   Caption = 'Splitter'
   ChildSizing.LeftRightSpacing = 6
   ChildSizing.TopBottomSpacing = 6
@@ -210,8 +212,8 @@
     AnchorSideRight.Side = asrBottom
     AnchorSideBottom.Control = btnCancel
     Left = 316
-    Height = 32
-    Top = 163
+    Height = 31
+    Top = 165
     Width = 75
     Anchors = [akRight, akBottom]
     BorderSpacing.Bottom = 6
@@ -227,8 +229,8 @@
     AnchorSideBottom.Control = grbxSize
     AnchorSideBottom.Side = asrBottom
     Left = 316
-    Height = 32
-    Top = 201
+    Height = 31
+    Top = 202
     Width = 75
     Anchors = [akLeft, akBottom]
     BorderSpacing.Left = 10
Index: fsplitter.pas
===================================================================
--- fsplitter.pas	(revision 4107)
+++ fsplitter.pas	(working copy)
@@ -180,7 +180,7 @@
 var
   sDir: string;
 begin
-  if SelectDirectory(rsSplitSelDir, '', sDir) then
+  if SelectDirectory(rsSplitSelDir, edDirTarget.Text, sDir) then
   // Select directory:
   // must change on linux!!!
   begin
path0000261.patch (1,320 bytes)   
Fixed in Revision4391,4416
Operating systemWindows
WidgetsetWin32
Architecture32-bit, 64-bit

Activities

denis230

2011-11-22 01:22

reporter   ~0000171

Готово, прошу проверить и залить в SVN

СКРИПТ:
прикрепил два файла к этой заявке

Issue History

Date Modified Username Field Change
2011-11-21 21:07 denis230 New Issue
2011-11-21 21:07 denis230 File Added: DC_Разбиение файла.png
2011-11-22 01:10 denis230 Assigned To => denis230
2011-11-22 01:10 denis230 Status new => assigned
2011-11-22 01:21 denis230 File Added: fsplitter.lfm
2011-11-22 01:21 denis230 File Added: fsplitter.pas
2011-11-22 01:22 denis230 Note Added: 0000171
2011-11-22 01:22 denis230 Status assigned => resolved
2011-11-22 01:22 denis230 Resolution open => fixed
2011-11-22 01:22 denis230 Assigned To denis230 => Alexx2000
2011-11-22 21:19 denis230 Status resolved => feedback
2011-11-22 21:20 denis230 Summary В форме 'Разбиение файлов' убрать модальность формы, свернуть, развернуть, выбор каталога, кнопки => В форме 'Разбиение файлов' убрать свернуть, развернуть, выбор каталога, кнопки
2011-11-22 21:20 denis230 Description Updated
2011-11-23 01:08 denis230 File Added: path0000261.patch
2012-03-13 19:57 Alexx2000 Fixed in Revision => 4391
2012-03-13 19:57 Alexx2000 Status feedback => resolved
2012-03-13 19:57 Alexx2000 Fixed in Version => 0.5.5
2012-03-17 17:49 Alexx2000 Fixed in Revision 4391 => 4391,4416
2012-03-17 17:49 Alexx2000 Fixed in Version 0.5.5 => 0.5.4
2012-03-17 17:49 Alexx2000 Target Version => 0.5.4
2014-01-14 09:04 Alexx2000 Status resolved => closed