Browse Source

working version 1.1

Nicolas Winkler 4 years ago
parent
commit
96b816aa1b
5 changed files with 6 additions and 5 deletions
  1. 1 1
      Almond.ui
  2. 1 1
      CMakeLists.txt
  3. 1 0
      GradientWidget.cpp
  4. 2 2
      installer/config.xml
  5. 1 1
      installer/packages/almond/meta/package.xml

+ 1 - 1
Almond.ui

@@ -35,7 +35,7 @@
     </sizepolicy>
     </sizepolicy>
    </property>
    </property>
    <property name="features">
    <property name="features">
-    <set>QDockWidget::AllDockWidgetFeatures</set>
+    <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
    </property>
    </property>
    <property name="allowedAreas">
    <property name="allowedAreas">
     <set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
     <set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>

+ 1 - 1
CMakeLists.txt

@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.13)
 cmake_minimum_required(VERSION 3.13)
 
 
-project(Almond VERSION 1.0.0 DESCRIPTION "Fractal Viewer")
+project(Almond VERSION 1.1.0 DESCRIPTION "Fractal Viewer")
 
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules)
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules)
 
 

+ 1 - 0
GradientWidget.cpp

@@ -375,6 +375,7 @@ void GradientWidget::removeSelectedHandle(void)
         selectedHandle = -1;
         selectedHandle = -1;
         updateGradient();
         updateGradient();
         update();
         update();
+        emit gradientChanged();
     }
     }
 }
 }
 
 

+ 2 - 2
installer/config.xml

@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml version="1.0" encoding="UTF-8"?>
 <Installer>
 <Installer>
     <Name>Almond</Name>
     <Name>Almond</Name>
-    <Version>1.0.0</Version>
+    <Version>1.1.0</Version>
     <Title>Almond Installer</Title>
     <Title>Almond Installer</Title>
-    <Publisher>Nico</Publisher>
+    <Publisher>Nicolas Winkler</Publisher>
     <StartMenuDir>Almond</StartMenuDir>
     <StartMenuDir>Almond</StartMenuDir>
     <TargetDir>@HomeDir@/Almond</TargetDir>
     <TargetDir>@HomeDir@/Almond</TargetDir>
     <AdminTargetDir>@ApplicationsDir@/Almond</AdminTargetDir>
     <AdminTargetDir>@ApplicationsDir@/Almond</AdminTargetDir>

+ 1 - 1
installer/packages/almond/meta/package.xml

@@ -3,7 +3,7 @@
     <DisplayName>Almond</DisplayName>
     <DisplayName>Almond</DisplayName>
     <Description>Almond Fractal Generator</Description>
     <Description>Almond Fractal Generator</Description>
     <Version>1.0.0</Version>
     <Version>1.0.0</Version>
-    <ReleaseDate>2020-05-04</ReleaseDate>
+    <ReleaseDate>2020-05-28</ReleaseDate>
     <Licenses>
     <Licenses>
         <License name="zlib/libpng License" file="zlib.txt" />
         <License name="zlib/libpng License" file="zlib.txt" />
     </Licenses>
     </Licenses>