* Sat Mar 09 2019 lbeltrame@kde.org
- Update to 18.12.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12.3.php
- Changes since 18.12.2:
* Fix 'No tree view update of entity unique and check constraint'
* Fix moving entities by property dialog
* Fix 'Cannot move entities, components, subsystems and nodes from sub folder to root folder' (kde#404892)
* Fix allowing moving of ports to a sub folder in the tree view
* Fix 'No tree view update of entity primary key constraint' (kde#350241)
* Add typedef to class UMLForeignKeyConstraintDialog
* Fix 'Cannot add foreign key to entity' (kde#404891)
* release-windows-packages: auto detect version
* release-windows-packages: fix fetching source tar ball name
* Fix 'Non-optimal vertical position of added messages to sequence diagrams' (kde#404422)
* Handle default case in ChildWidgetPlacementPort::setNewPositionWhenMoved
* Fix crash on adding ports to component widget by context menu
* Sat Feb 09 2019 lbeltrame@kde.org
- Update to 18.12.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12.2.php
- Changes since 18.12.1:
* Compile fix
* Fix 'Duplicated text labels in xmi file' (kde#403888)
* Fix 'Copy and paste of interface in component diagram does not update the displayed name' (kde#403853)
* Fix 'Displayed interface name in the component diagram is not updated after changing it in the properties dialog' (kde#403852)
* In AssociationWidget::widgetMoved() fix endless loop
* Add test file for component diagram elements and associations
* Fix 'Displayed name of an interface in a component diagram is not updated' (kde#403763)
* Fixes the problem that the geometry of the interface widget was not updated when the connection was disconnected
* Fix 'incorrect display of interface widgets in the component diagram when adding a second connection' (kde#403761)
* In UMLWidget::mouseMoveEvent() remove duplicated call to adjustUnselectedAssocs()
* Fix 'Associations connected to the component port do not move when moving the component' (kde#403692)
* Fix unused parameter warning
* On loading port widgets from xmi file setup connected state
* Do not add building tests unconditional
* Fix 'Incorrect port positions when loading old files' (kde#403622)
* Make sure to only remove present ports
* Use a better location for deleting UML Port instance
* Fix 'Port widgets cannot be deleted from the context menu' (kde#403618)
* Add "show" and "properties" to context menu of tree view item types 'category' and 'artifact'
* Add missing "show" in diagram context menu entry to tree view items
* When deleting port widgets, also delete the corresponding UML port (kde#403515)
* Fix center position for showing port widgets
* Add missing port widgets when loading component diagrams
* Fix minor Doxygen issues
* Fri Jan 11 2019 lbeltrame@kde.org
- Update to 18.12.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12.1.php
- Changes since 18.12.0:
* Fix 'Strange multiple duplication of labels on interfaces in component diagram after saving' (kde#402722)
* Cleanup owner setting of PinPortBase related classes in constructor
* In ClassifierWidget fix duplicated common painting in widget interface variant
* Update docbook files to version 4.5 to be compatible with KF5
* Fri Dec 14 2018 lbeltrame@kde.org
- Update to 18.12.0
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12.0.php
- Changes since 18.11.90:
* Fix KDE CI compile error with Qt 5.10 on linux
* Fix -Wimplicit-fallthrough issue
* Make call to QUrl::adjusted() really working
* Make call to QString::toLower() really working
* Make call to QString::simplified() really working
* Fix output of used Qt version for KF5 builds
* Mon Dec 03 2018 lbeltrame@kde.org
- Update to 18.11.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12-rc.php
- Changes since 18.11.80:
* JavaImport: Convert Java specific notation '...' into a language independent array definition (kde#401290)
* Fix 'SQL code indexes wrong field for foreign key' (kde#292239)
* Crash fix in case of exporting an entity relation diagram
* Fix 'Endless loop on importing mysql schema' (kde#98082)
* Tue Nov 20 2018 Luca Beltrame <lbeltrame@kde.org>
- Run spec-cleaner
* Tue Nov 20 2018 lbeltrame@kde.org
- Update to 18.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12-beta.php
- Changes since 18.08.3:
* Too many changes to list here
* Thu Nov 08 2018 lbeltrame@kde.org
- Update to 18.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.08.3.php
- Changes since 18.08.2:
* Fixup of commit af72e05 (kde#400501)
* Fixes broken docbook URLs when creating xhtml (kde#400657)
* Make it possible to run docbook export from build dir
* Fix 'Umbrello fails to start due to ASSERT failure in QVector<T>::at "index out of range"' (kde#400501)
* Thu Oct 11 2018 lbeltrame@kde.org
- Update to 18.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.08.2.php
- Changes since 18.08.1:
* Implementation of dragging multiple entries from the tree view and inserting them into the diagram (kde#394606)
* Fix 'Multiple creation of the same entity on an entity relationship diagram' (kde#399475)
* Fix 'changes on "entitätattribut" changes the attributes also on an copy' (kde#158647)
* Refactored UMLDragData::decodeClip4() to use better variable names
* Thu Sep 06 2018 lbeltrame@kde.org
- Update to 18.08.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.08.1.php
- Changes since 18.08.0:
* Adding a C++ test case with multiple template parameters
* More robust determination of the name of the base class with template parameters using the abstract syntax tree
* Fix 'C++ importer does not correctly detect generalization in template classes' (kde#397664)
* Thu Aug 16 2018 christophe@krop.fr
- Update to 18.08.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.08.0.php
- Changes since 18.07.80:
* Never implemented context menu entry for adding actor, usecase, component, artifact and activity from a widget
* Never implemented context menu entry for adding a subsystem port removed
* Never implemented context menu entry for adding a subsystem removed
* Remove context menu entry for adding port on component diagrams
* Fix position of adding note entry to context menu entries
* Position and presence of adding plain text unified using context menu for diagrams and widgets
* Fix 'Set input focus on first input field in the general properties dialog page' (kde#396844)
* Thu Jul 26 2018 lbeltrame@kde.org
- Update to 18.07.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.08-beta.php
- Changes since 18.04.3:
* Too many changes to list here
* Fri Jul 13 2018 lbeltrame@kde.org
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
* Fri Jun 08 2018 lbeltrame@kde.org
- Update to 18.04.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.2.php
- Changes since 18.04.1:
* Fix missing keyboard shortcut for "line with" label in style page
* Disable deprecated warnings
* Add <launchable> entry to umbrello appdata xml file CCBUG:391559
* Fix 'Artifact subdir name includes root path in tree view' on Windows (kde#394446)
* Fri May 11 2018 lbeltrame@kde.org
- Update to 18.04.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.1.php
- Changes since 18.04.0:
* Merge in fixes from kmymoney related script variant
* Add c++ import support for combinations of 'explicit', 'constexp' keywords in combination with constructors (kde#392984)
* Fix "c++ importer does not recognize 'explicit' keyword" (kde#392984)
* Wed Apr 18 2018 lbeltrame@kde.org
- Update to 18.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.0.php
- Changes since 18.03.90:
* Fix "c++ importer does not recognize 'explicit' keyword" (kde#392984)
* Add importing c++ keyword "friend" for class members
* Fri Apr 06 2018 lbeltrame@kde.org
- Update to 18.03.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04-rc.php
- Changes since 17.12.3:
* Too many changes to list here
Version: 17.12.3-bp150.2.7
* Thu Mar 08 2018 lbeltrame@kde.org
- Update to 17.12.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12.3.php
- Changes since 17.12.2:
* Fix duplicated adding of floating text widgets to scene on loading an xmi file
* Fix 'Imported classes from file do not show available associations' (kde#390901)
* Fixup of 0f09ef6fb
* Fix 'Notes diagram link could not be changed' (kde#390891)
* Increase shape part for resize marker to make it easier to select in low zoom levels
* Fixup shape for alternate combined fragment widget
* Fix 'Vertical position of combined fragment widget else part is moved to the vertical center after save/load cycle' (kde#390782)
* Fix 'Loading combined fragments from xmi file adds unwanted else part' (kde#390780)
* Fix writing out state information in ticket body
* Fix 'Instable vertical position of alternate combined fragment widget' (kde#390677)
* Fix 'Box widgets inside a combined fragment are not selectable' (kde#389357)
* Refactoring of global variables used by class CombinedFragmentWidget
* Fix 'Not possible to select notes under a fragment widget in sequence diagrams' (kde#390509)
* Fix 'Could not set fill color for message widgets' (kde#390511)
* Fix 'No context menu entry for changing colors of a single selected message widget' (kde#390508)
* Wed Feb 07 2018 lbeltrame@kde.org
- Update to 17.12.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12.2.php
- Changes since 17.12.1:
* Fix writing '44' as true boolean value into xmi file for attributes usesdiagramfillcolor and usesdiagramusefillcolor
* Reorder 'useDiagram' related variables alphabetical.
* Fix 'Naming of new datatypes' (kde#389353)
* Fix 'Font is always bold when model is opened, although default font is regular style' (kde#389357)
* Fix 'Bug in Source Code Editor'
* extract messages from umbrelloui.rc.cmake
* Thu Jan 11 2018 lbeltrame@kde.org
- Update to 17.12.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12.1.php
- Changes since 17.12.0:
* Keep calls to Import_Utils::remapUMLEnum() in Ada, IDL and Pascal import in sync with in java and csharp import
* Fixup of b4a20d4fb
* Fix bug not saving "show stereotype" class widget setting to xmi file (kde#388560)
* Fix 'Cannot start umbrello from applications menu' (kde#388549)
* Catch configuring KDE4 variant of umbrello with installed KF5 kdevplatform development package
* Complete java import fix (kde#386479)
* Spelling fix
* Fix 'Imported classes are not placeable on diagrams after java import' (kde#386479)
* Fix implementation of Import_Utils::createUMLObject() parameter searchInParentPackageOnly
* Add additional java test files
* Fix 'umbrello5 does not display any files using default file pattern' (kde#388171)
* Fix 'Umbrello 2.2.3 crashes when deleting three text labels' (kde#387939)
* Remove faulty '\n'
* Fix 'Broken link to omg.org/spec in "About->Umbrello" dialog' (kde#387912)
* fix autoscroll for Logger
* Sat Dec 09 2017 lbeltrame@kde.org
- Update to 17.12.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12.0.php
- Changes since 17.11.90:
* None
* Sat Dec 02 2017 lbeltrame@kde.org
- Update to 17.11.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12-rc.php
- Changes since 17.11.80:
* There's no need to include the version into the desktop file
* Fix layouts path in dot generator on Qt5
* Mon Nov 20 2017 lbeltrame@kde.org
- Update to 17.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12-beta.php
- Changes since 17.08.3:
* Too many changes to list here
* Thu Nov 09 2017 lbeltrame@kde.org
- Update to 17.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.08.3.php
- Changes since 17.08.2:
* None
* Mon Oct 16 2017 lbeltrame@kde.org
- Update to 17.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.08.2.php
- Changes since 17.08.1:
* Potiental crash fix
* Sat Sep 09 2017 jengelh@inai.de
- Remove unnecessary ldconfig call, there are no shared libraries
in here.
* Thu Sep 07 2017 lbeltrame@kde.org
- Update to 17.08.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.08.1.php
- Changes since 17.08.0:
* Potiental crash fix
* Fix partially hidden content in code importer options page
* Add macros to install translated artifacts for KF5
* More memory leak fixes
* Fix possible memory leak
* Remove duplicate usage of deleting graphics scene items
* Fix 'Crash in component diagram after deleting component' (kde#383592)
* Fix memory leaks
* Fix 'Tree view is not visible after import' (kde#383618)
* Fix 'c++ methods are not imported if class is defined outside name space' (kde#383445)
* Move implementation of isCaseSensitive() and scopeSeparator() to Uml::ProgrammingLanguage namespace
* Add class member m_doc to CppTree2Uml and use it instead of the long pointer hierachy
* Fri Aug 11 2017 christophe@krop.fr
- Update to KDE Applications 17.08.0
* New feature release
* https://www.kde.org/announcements/announce-applications-17.08.0.php
- Changes since 17.04.3 :
- Too many changes to list here
* Sat Aug 05 2017 christophe@krop.fr
- Update to KDE Applications 17.07.90
* KDE Applications 17.07.90
* https://www.kde.org/announcements/announce-applications-17.07.90.php
* Sun Jul 16 2017 lbeltrame@kde.org
- Update to 17.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.3.php
- Changes since 17.04.2:
* Fix crash on importing sequence lines from qt creator.
* Make bounding box debug display of class UMLWidget visible with default border colors.
* Fix 'class diagram: class-box not resizable'. (kde#381730)
* Fixup of 'org.kde.umbrello5.desktop has wrong Exec line'. (kde#381565)
* Fix 'org.kde.umbrello5.desktop has wrong Exec line'. (kde#381565)
* Fix 'Documentation widgets in property dialogs have a border margin'. (kde#381393)
* Fix 'Documentation window does not show the correct icon'. (kde#381363)
* Fix 'Documentation window does not show the correct icon'. (kde#381363)
* Fix 'Documentation window does not show doc for association widgets with non empty name'. (kde#381360)
* Fix 'Association documentation not shown in Documentation panel'. (kde#381016)
Version: 17.04.2-2.1
* Fri Jun 23 2017 wbauer@tmo.at
- Fix the desktop file's Exec line, the executable is named
umbrello5 (boo#1045654)
* Wed Jun 07 2017 lbeltrame@kde.org
- Update to 17.04.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.2.php
- Changes since 17.04.1:
* Fix 'Building Umbrello 2.21.90.89e79b8 with optional LLVM fails'. (kde#379293)
* Fix 'umbrello/KF5 does not show the KF5 crash dialog'. (kde#374415)
* Add some error message to debug output in case of file saving fails.
* Wed May 17 2017 lbeltrame@kde.org
- Update to 17.04.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.1.php
- Changes since 17.04.0:
* Fix coverity CID 88358: Unchecked dynamic_cast
* Fix coverity CID 88359: Unchecked dynamic_cast
* Fix coverity CID 88360: Unchecked dynamic_cast
* Fix coverity CID 88361: Unchecked dynamic_cast
* Fix coverity CID 88362: Unchecked dynamic_cast
* Fix coverity CID 88363: Unchecked dynamic_cast
* Fix coverity CID 88364: Unchecked dynamic_cast
* Fix coverity CID 88416: Dereference before null check
* Fix coverity CID 88428: Dereference before null check
* Fix coverity CID 88471: Dereference before null check
* Fix coverity CID 178697: Dereference after null check
* Fix coverity CID 178698: Unchecked dynamic_cast
* Fix coverity CID 178700: Missing break in switch
* Fix coverity CID 178701: Dereference null return value
* Let debug package build fail if no version has been found.
* Fix osc project path.
* Sun Apr 16 2017 lbeltrame@kde.org
- Update to 17.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.0.php
- Changes since 17.03.90:
* Fix crash on importing empty lines.
* Wed Apr 12 2017 lbeltrame@kde.org
- Update to 17.03.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
- Changes since 17.03.80:
* release-windows-packages: Do not create ticket with 'all' command
* release-windows-packages: pack debug package with 'all' command
* Fix 'org.kde.umbrello.appdata.xml specifies wrong binary name'.
* Fix 'KF5 version fails to install'.
- Remove patches, now upstream:
* fix-appstream-install-1.patch
* fix-appstream-install-2.patch
* Sat Mar 25 2017 lbeltrame@kde.org
- Update to 17.03.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.03.80.php
- Changes since 16.12.3:
* Too many changes to list here
- Add upstream patches to fix build:
* fix-appstream-install-1.patch
* fix-appstream-install-2.patch
* Thu Mar 09 2017 lbeltrame@kde.org
- Update to 16.12.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-16.12.3.php
- Changes since 16.12.2:
* Fix crash by disconnecting slots in UMLApp::~UMLApp().
* Thu Feb 09 2017 lbeltrame@kde.org
- Update to KDE Applications 16.12.2
* KDE Applications 16.12.2
* https://www.kde.org/announcements/announce-applications-16.12.2.php
* Sat Jan 14 2017 lbeltrame@kde.org
- - Update to KDE Applications 16.12.1
* KDE Applications 16.12.1
* https://www.kde.org/announcements/announce-applications-16.12.1.php
* Tue Dec 13 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.12.0
* KDE Applications 16.12.0
* https://www.kde.org/announcements/announce-applications-16.12.0.php
* Sat Dec 03 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.11.90
* KDE Applications 16.12.0 RC
* https://www.kde.org/announcements/announce-applications-16.12-rc.php
* Tue Nov 29 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.11.80
* KDE Applications 16.12.0 Beta
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
* Wed Nov 09 2016 lbeltrame@kde.org
- Update to KDE Applications 16.08.3
* KDE Applications 16.08.3
* https://www.kde.org/announcements/announce-applications-16.08.3.php
Version: 16.08.2-2.2
* Tue Oct 11 2016 lbeltrame@kde.org
- KDE Applications 16.08.2
https://www.kde.org/announcements/announce-applications-16.08.2.php
* Fri Sep 09 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.08.1
* KDE Applications 16.08.1
* https://www.kde.org/announcements/announce-applications-16.08.1.php
* Fri Aug 12 2016 wbauer@tmo.at
- Don't rename the icon files any more, this breaks the build as
they are not found
* Fri Aug 12 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.08.0
* KDE Applications 16.08.0
* https://www.kde.org/announcements/announce-applications-16.08.0.php
* Mon Aug 08 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.07.90
* KDE Applications 16.07.90 (16.08-RC)
* https://www.kde.org/announcements/announce-applications-16.07.90.php
* Fri Jul 08 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.04.3
* KDE Applications 16.04.3
* https://www.kde.org/announcements/announce-applications-16.04.3.php
* Fri Jun 10 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.04.2
* KDE Applications 16.04.2
* https://www.kde.org/announcements/announce-applications-16.04.2.php
* Sat May 07 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.04.1
* KDE Applications 16.04.1
* https://www.kde.org/announcements/announce-applications-16.04.1.php
* Sun Apr 17 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.04.0
* KDE Applications 16.04.0
* https://www.kde.org/announcements/announce-applications-16.04.0.php
* Mon Apr 11 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.03.90
* KDE Applications 16.04.0 RC
* https://www.kde.org/announcements/announce-applications-16.04-rc.php
Version: 15.12.3-3.1
* Sun Mar 13 2016 tittiatcoke@gmail.com
- Update to KDE Applications 15.12.3
* KDE Applications 15.12.3
* https://www.kde.org/announcements/announce-applications-15.12.3.php
* boo#970855
* Sat Feb 13 2016 tittiatcoke@gmail.com
- Update to KDE Applications 15.12.2
* KDE Applications 15.12.2
* https://www.kde.org/announcements/announce-applications-15.12.2.php
* boo#966605
* Sat Jan 09 2016 tittiatcoke@gmail.com
- Update to KDE Applications 15.12.1
* KDE Applications 15.12.1
* https://www.kde.org/announcements/announce-applications-15.12.1.php
* boo#961265
* Sun Dec 13 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.12.0
* KDE Applications 15.12.0
* https://www.kde.org/announcements/announce-applications-15.12.0.php
* boo#958887
* Tue Nov 10 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.08.3
* KDE Applications 15.08.3
* https://www.kde.org/announcements/announce-applications-15.08.3.php
* boo#954531
* Sun Oct 11 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.08.2
* KDE Applications 15.08.2
* https://www.kde.org/announcements/announce-applications-15.08.2.php
* Sun Sep 13 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.08.1
* KDE Applications 15.08.1
* https://www.kde.org/announcements/announce-applications-15.08.1.php
* Wed Aug 19 2015 cgiboudeaux@gmx.com
- Update to KDE Applications 15.08.0
* KDE Applications 15.08.0
* https://www.kde.org/announcements/announce-applications-15.08.0.php
* Fri Aug 07 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.07.90
* KDE Applications 15.08.0 RC1
* https://www.kde.org/announcements/announce-applications-15.07.90.php
* Mon Jul 06 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.04.3
* KDE Applications 15.04.3
* https://www.kde.org/announcements/announce-applications-15.04.3.php
* Sat May 30 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.04.2
* KDE Applications 15.04.2
* https://www.kde.org/announcements/announce-applications-15.04.2.php
* Mon May 11 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.04.1
* KDE Applications 15.04.1
* https://www.kde.org/announcements/announce-applications-15.04.1.php
* Sat Apr 11 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.04.0
* KDE Applications 15.04.0
* https://www.kde.org/announcements/announce-applications-15.04.0.php
* Sat Mar 21 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.03.95
* KDE Applications 15.04 RC
* Sun Mar 08 2015 tittiatcoke@gmail.com
- Update to KDE Applications 15.03.80
* KDE Applications 15.04 Beta
* Tue Mar 03 2015 tittiatcoke@gmail.com
- Update to KDE Applications 14.12.3
* KDE Applications 14.12.3
* See https://www.kde.org/announcements/announce-applications-14.12.3.php
* Sun Feb 01 2015 tittiatcoke@gmail.com
- Update to KDE Applications 14.12.2
* KDE Applications 14.12.2
* See https://www.kde.org/announcements/announce-applications-14.12.2.php
* Mon Jan 12 2015 tittiatcoke@gmail.com
- Update to KDE Applications 14.12.1
* KDE Applications 14.12.1
* See https://www.kde.org/announcements/announce-applications-14.12.1.php
* Wed Dec 17 2014 tittiatcoke@gmail.com
- Update to KDE Applications 14.12.0
* KDE Applications 14.12.0
* See https://www.kde.org/announcements/announce-applications-14.12.0.php
* Sun Nov 09 2014 tittiatcoke@gmail.com
- Update to 4.14.3
* KDE 4.14.3 SC Bugfix Release
* See http://www.kde.org/announcements/announce-4.14.3.php