Setting : modify usability 14/37414/3
authorheeyoung <heeyoung1008.hwang@samsung.com>
Thu, 26 Mar 2015 06:39:13 +0000 (15:39 +0900)
committerheeyoung hwang <heeyoung1008.hwang@samsung.com>
Wed, 1 Apr 2015 05:18:10 +0000 (22:18 -0700)
romove focus of tooltip
modify cancel operation in option tab
change screenshot periodically minimum value

Change-Id: I4d2e265b4e6a00e28bdb66f312bd2a7b04182f1f
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
org.tizen.dynamicanalyzer.widgets/src/org/tizen/dynamicanalyzer/widgets/tooltip/DACustomTooltip.java
org.tizen.dynamicanalyzer.workbench/dynamic-analyzer/config/feature
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/setting/SettingDialog.java

index d0b7448..8165293 100644 (file)
@@ -87,7 +87,7 @@ public abstract class DACustomTooltip {
 
                // create tooltip shell and canvas
                if (null == tooltipShell) {
-                       tooltipShell = new Shell(parent, SWT.NO_TRIM);
+                       tooltipShell = new Shell(parent, SWT.ON_TOP | SWT.NO_FOCUS | SWT.TOOL | SWT.NO_TRIM);
 
                        // set size size and location
                        setTooltipShellSizeAndLocation();
index 99cb5d5..9043ec7 100644 (file)
@@ -30,6 +30,6 @@
 30|Inside the platform network|1|26|Network||||||28
 31|Inside the platform openGL|1|26|OpenGL||||||29
 5000|On scene transition|0||Timeline|Screenshot|||||30
-5001|periodically|0||Timeline|Screenshot|1|100|1||31
+5001|periodically|0||Timeline|Screenshot|10|100|10||31
 5002|Recording|0||||||||32
 5003|Auto Stop|0||||||||
\ No newline at end of file
index 8979009..45d0586 100644 (file)
@@ -97,14 +97,14 @@ public class SettingDialog extends DAMessageBox {
 
                @Override
                public void handleClickEvent(DACustomButton button) {
-                       if (optionPage.isValidInputValue()) {
+//                     if (optionPage.isValidInputValue()) {
                                isApply = true;
                                doRevert();
                                doRun();
                                shell.close(); // close dialog
-                       } else {
-                               doWarningMessage();
-                       }
+//                     } else {
+//                             doWarningMessage();
+//                     }
 
                }
        };