git-svn-id: svn://ultimatepp.org/upp/trunk@12809 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-03-05 16:40:37 +00:00
parent 964483aaad
commit 6be2ca8848
5 changed files with 60 additions and 8 deletions

View file

@ -1,7 +1,6 @@
BUILDER = "CLANG";
COMPILER = "clang++";
COMMON_OPTIONS = "-Wno-logical-op-parentheses";
COMMON_CPP_OPTIONS = "-std=c++11";
COMMON_CPP_OPTIONS = "-std=c++14 -Wall -Wno-logical-op-parentheses";
COMMON_C_OPTIONS = "";
COMMON_FLAGS = "";
DEBUG_INFO = "2";

View file

@ -1,5 +1,5 @@
BUILDER = "GCC";
COMMON_CPP_OPTIONS = "-std=c++11";
COMMON_CPP_OPTIONS = "-std=c++14 -Wall -Wno-parentheses";
DEBUG_INFO = "2";
DEBUG_BLITZ = "1";
DEBUG_LINKMODE = "1";

View file

@ -1,6 +1,4 @@
- Copy dictionary files (*.udc and/or *.scd) used by theide speller inside
IconDes: can now import .ico files
IconDes: Improved
ide: 'Disable UHD mode' run option
@ -86,7 +84,6 @@ Draw: UHD rescaling now using different rescaling filters if hotspot 2 is >0 (th
Draw: UHD tweak
Eigen: Updated to 3.3.7
GLCtrl: Attempt at fixing
GLDraw, GLCtrl: SMAA support in win32, various improvements, plugin/tess2
Bazaar(XMLMenu : hopefully completed migration from Callback to Function
@ -102,7 +99,6 @@ VirtualGUI/SDL2GL: Event hook virtual method
VirtualGUI: Cosmetics
VirtualGui: Improved dependencies
Painter: Create optimizations
Painter: Fixed subpixel mode in MT
Painter: MT subpixel optimized
@ -115,6 +111,8 @@ plugin/bmp: LoadIco now has just_best parameter,
plugin/jpg: Now reading DateTime meta
plugin/tif: Compile fix
plugin\tess2: removed main config
plugin/glm
RichText: Temporary of dark theme issues
ScatterCtrl: Improvements and fixes in legends
ScatterDraw: Added Weibull

54
uppbox/uppweb/2019.1a.txt Normal file
View file

@ -0,0 +1,54 @@
General improvements:
MacOS X support
Improved support for UHD displays
Improved support for dark themes
Core:
Core/SSH: SSH protocol support
XMLRPC improvements (protocol version, support for i8 type)
WebSockets improvements
ToAscii, ToUpperAscii, ToLowerAscii functions optimized
New CoWork variant CoWorkNX solves an compilation problem when using CoWork as member variable
DarkTheme function inverts Color luminosity for dark themes support (dark colors become light, light colors dark, but color remains)
MakeOne is now changed to function
LocalProcess now allows setting current directory for started process
Ide:
Various improvements of Image designer
'Disable UHD mode' option for testing applications
GDB interface improvements: Now possible to stop running application and to set breakpoints while application runs
Compare with clipboard function
Initial setup improved
New dialog for setting up project assemblies
PDB debugger improvements: now displays INF and NAN for floats, fixed termination issues
Selfupgrade feature (ide compiles itself and replaces the binary)
Other:
Improved jpeg EXIF support
RichText now suggests corrections for misspelled words
GLCtrl refactored, changed to use single context per application (allows sharing resources, e.g. textures, between widgets), support for GTK fixed,
MSAA supported in Win32
VirtualGui is a new package to implement working 'fullscreen' GUI by implementing a SystemDraw
and a dozen of virtual methods, intended for use with e.g. games. VirtualGUI/SDL2GL is an
implementation with SDL2.
Painter is heavily optimized for multithreaded rendering.
PostgreSQL now supports RETURNING clause in SqlExp.
New plugin/tess2 package (tesselation) and plugin/glm (OpenGL maths support).
Release:
U++ now ships with speller files for multiple languages
Win32 Release:
Now ships with SDL2, MySQL and PostgreSQL client libraries

View file

@ -58,7 +58,8 @@ file
NewCoreDone.txt,
www.t,
forum-header.txt,
2019.1.txt;
2019.1.txt,
2019.1a.txt;
mainconfig
"" = "MT SKELETON RAINBOW NOGTK";