[ANN] QxOrm 1.3.1 & QxEntityEditor 1.1.7 released

2015-01-22 Thread QxOrm contact
Hello,

*QxOrm 1.3.1* (Qt Object Relational Mapping library) and *QxEntityEditor
1.1.7* (the graphic editor) just released ! 

Changes in version *QxOrm 1.3.1*:





* * New class qx::QxModelService
 in
QxModelView module
 to connect a
Qt model to services to execute client-server requests (can be used with
QML and QtWidgets views) * Add some useful methods to qx::IxModel
 class and fix
several issues with the QxModelView module * Support last version of MinGW
with large precompiled header bug : new compilation option
_QX_NO_PRECOMPILED_HEADER (to enable in QxOrm.pri config file) * Fix issue
when loading several shared libraries on Windows with services registered
in QxService module
 * Fix the
qx::QxSqlQuery

serialization process used by QxService module to send requests over
network * Fix an issue with qx::QxCollection
 class
when inserting an item at last position*

Changes in version *QxEntityEditor 1.1.7*:












* * New Navigator window (under project treeview) : useful to navigate over
large diagram * New way to draw relationships (orthogonal lines between 2
entities) + display the relationship type on each side (there is an option
to use the old drawing style from previous version) * Possibility to define
a background color by namespace : useful to group all entities in the
diagram associated to a same namespace * New feature to customize
entities/enumerations/notes colors at several levels * Define items colors
at project level (menu Tools >> Project settings >> Colors tab) * Define
items colors at namespace level (right-click on the diagram >> Define
colors by namespace) * Define colors at item level : right-click on an item
(entity, enumeration or comment) >> Define item colors * New action to
organize automatically the diagram layout, useful after an import process
for example (menu View >> Organize diagram layout) * Improve the DDL SQL
export plugin : new option to export relationships as foreign keys
constraints in database * Support the new compilation option
_QX_NO_PRECOMPILED_HEADER of QxOrm library (workaround for a known bug of
recent versions of MinGW on Windows and large precompiled header) * Import
database by ODBC plugin : fix the import from MS SQL Server database when
tables are not located in the default schema (dbo) * QxEntityEditor Mac OS
X version : fix an issue to load the QxEEPrinter plugin * Export plugin to
C++ model/view project : new option to generate models based on the new
QxOrm library class qx::QxModelService (models based on services to
execute client-server requests)*




For more details about *QxOrm library* and *QxEntityEditor application*,
please go to website : http://www.qxorm.com/

Regards,


Lionel Marty - QxOrm library

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


Re: Indexing Text Files and Text Encoding

2015-01-22 Thread Vishesh Handa
On Wed, Jan 21, 2015 at 10:20 PM, Albert Astals Cid  wrote:

> >
> > That's exactly what I've currently implemented. I was a little concerned
> > about discarding the file. Oh well.
>
> Maybe you can also use KEncodingProber as third step?


Good idea. I'll implement it.

Thanks

-- 
Vishesh Handa

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


Re: Indexing Text Files and Text Encoding

2015-01-22 Thread Dominik Haumann
On Thursday 22 January 2015 17:21:26 Vishesh Handa wrote:
> On Wed, Jan 21, 2015 at 10:20 PM, Albert Astals Cid  wrote:
> 
> > >
> > > That's exactly what I've currently implemented. I was a little concerned
> > > about discarding the file. Oh well.
> >
> > Maybe you can also use KEncodingProber as third step?
> 
> 
> Good idea. I'll implement it.

Maybe have a look at how Kate does the encoding detection:
http://api.kde.org/frameworks-api/frameworks5-apidocs/ktexteditor/html/katetextloader_8h_source.html

We use KEncodingProber, if no BOM is found and no codec is specified.

Greetings,
Dominik

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


[ANNOUNCE] CMake 3.1.1 Released

2015-01-22 Thread Robert Maynard
We are pleased to announce that CMake 3.1.1 is now available for download.

Please use the latest release from our download page:
  http://www.cmake.org/download/

Thanks for your support!

-
Changes in 3.1.1 since 3.1.0:

André Klitzing (1):
  Eclipse: Add org.eclipse.cdt.core.cnature to CXX projects (#15068)

Ben Boeckel (4):
  get_test_property: clarify the documentation
  set_tests_properties: fix documentation
  tests: add tests for querying properties
  Xcode: Sort targets deterministically and with ALL_BUILD first (#15346)

Brad King (14):
  bootstrap: Fix syntax for Solaris 10 shell (#15317)
  Help: Clarify MinGW v. MSYS Makefiles generators (#15319)
  Ninja: Do not crash when CMAKE__COMPILE_OBJECT is empty (#15325)
  Ninja: Generate rules only for languages compiled in a target (#15325)
  Tests: Test using objects from a language enabled in a
subdirectory (#15325)
  Help: Add 3.1 release note about '#' escaping in Makefiles (#15322)
  Help: Clarify if() documentation (#15335)
  Help: Document CMAKE_FIND_PACKAGE_NAME variable
  Xcode: Do not require code signing for compiler id (#15214)
  Copyright.txt: Update year range to end in 2015
  XL: Fix link flags for executables on Linux with XL compilers
  QNX: Fix detection of QCC compiler id (#15349)
  Xcode: Fix early termination on per-config source file error
  CMake 3.1.1

Calin Cascaval (1):
  CPack: Fix PackageMaker internal versioning for OS X 10.10

Chuck Atkins (1):
  Fix compilation with the Oracle / Sun compiler (#15318)

Daniele E. Domenichelli (1):
  Help: Small fixes in CPackComponent documentation

David Coppa (1):
  FindRuby: fix selection of version x.0 (#15345)

Domen Vrankar (1):
  CPack: Avoid crash on invalid CMake generator name (#15308)

Evangelos Foutras (1):
  FindRuby: Fix output check in _RUBY_CONFIG_VAR

Gregor Jasny (1):
  find_package: Document CMAKE_FIND_PACKAGE_NAME variable

Justin Borodinsky (1):
  QtAutoUic: Restore source file AUTOUIC_OPTIONS settings

Mark Abraham (1):
  FindCUDA: Do not assume CMAKE_SYSTEM_PROCESSOR is set

Peter Vasil (2):
  cmake-mode.el: Fix extracting keyword at point in cmake-help
  cmake-mode.el: Re-add explicit call to require thingatpt

Rolf Eike Beer (5):
  FindIce: Port to work with CMP0054 NEW behavior
  FindSDL: Allow if() to dereference SDL_INCLUDE_DIR for matching
  FindQt: fix setting DESIRED_QT_VERSION if "find_package(Qt VVV)"
was called
  FindQt: fix variable name in error message
  FindQt: explicitely mention that it cannot Qt5 or later

Sergey Nikulov (1):
  FindBoost: Add latest Boost version 1.57.0 and next milestone 1.58.0

Simon Gomizelj (1):
  KWSys Terminal: Add xterm-termite to VT100 color support whitelist

Stephen Kelly (7):
  Help: Document valid 14 value for CXX_STANDARD. (#15339)
  get_target_property: discern empty from undefined properties (#15333)
  QtAutoUic: Add a test for the regression in the parent commit.
  cmMakefile: Rename a method to what it really does.
  Features: Fix the COMPILE_FEATURES genex for unavailable features.
  cmTarget: Compute link language of TARGET_OBJECTS with CMP0026
OLD (#15338)
  Help: Link relevant documents for virtual override features (#15311)

Tim Blechmann (1):
  Help: Add INTERFACE_LIBRARY to TYPE target property documentation

William Lynch (1):
  Help: Update cmake.org links to avoid redirects

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<