KDE Applications 14.12.0 Full Log Page
This is the automated full changelog for KDE Applications 14.12.0 from the git repositories.
analitza [Show]
- Bump soversion for new Qt5 abi. Commit.
- Improve optional OpenGL. Commit. Code review #121347
- Rename the Analitza config file to Analitza5. Commit.
- Revert "Bump the version for the released analitza". Commit.
- Bump the version for the released analitza. Commit.
- Add translation catalog loader to analitza. Commit. Code review #120948. Fixes bug #339821
- Remove not necessary includes moc. Commit.
- Change the include install directory for co-installability with analitza+qt4. Commit.
- Remove calgebra. Commit.
- Add missing include. Commit.
- Ensure we are generating the translation files properly. Commit. Code review #120591
- Fix typo. Commit.
- Provide a .reviewboardrc file. Commit.
- Port extractplots to tr(). Commit. Code review #120544
- Iterate Messages.sh. Commit.
- Remove commented uses of i18n() and translated to tr(). Commit.
- Fix build error of analitza on OSX. Commit. Code review #120292
- Add simple rotation to the 3d plots demo. Commit.
- Take into account that when calc()ulating we might be finding an error. Commit.
- Hopefully fix build on the CI. Commit.
- Uncomment code, port. Commit.
- Fix unicode powers. Commit.
- Re-generate the parser with a newer version of qlalr. Commit.
- Remove unused variable. Commit.
- Replaces another std::abs
(i) with qAbs(i) for clang on OSX. Commit. Code review #119303 - With qAbs it must work. Commit.
- Attempt to fix problem in OS X. Commit.
- Fix build on OS X. Commit.
- Set the needed macros for math.h to provide M_PI on Windows. Commit. Code review #119000
- --warnings. Commit.
- Use std::vector instead of var-length C arrays. Commit.
- Don't try calling null functions. Commit.
- Provide examples for imaginary operations. Commit.
- Don't include eigen if it wasn't found. Commit.
- Fix build. Commit.
- Use CMake generate_export_header. Commit.
- Fix eigenvectors implementation and add tests. Commit.
- Minor improvements for Operations. Commit.
- Implement operations with complex matrix. Commit.
- Implement eigenvectors command (first approach). Commit.
- Now eigenvalue command use complex numbers. Commit.
- Fix typechecktest. All Analitza test pass. Commit.
- Fix modulus for complex number. Commit.
- Add arg, real and imaginary operators for complex numbers. Commit.
- Add complex conjugate operator. Commit.
- Fix complex division and add more tests. Commit.
- Fix some issues for complex numbers. Commit.
- Fix exponentiation by squaring. Commit.
- Add new feature: power operator for matrix. Commit.
- Add unary operations on complex. Commit.
- Treat it as real, when setting a complex with imag()==0. Commit.
- Polish some wrong assumtions, seems to be working reasonably well. Commit.
- Add new features: matrix multiplication and transpose of vectors. Commit.
- Dummy change. Commit.
- Dummy change. Commit.
- Improve eigenvalues command. Commit.
- Add guard to verify if matrix is square before exec eigenvalues command. Commit.
- Implement first approach of 'eigenvalues' command. Commit.
- Fix catch of errors. Commit.
- Resolve conflict. Commit.
- Add basic support to use Eigen3. Commit.
- Finish implementation details of commands. Commit.
- More documentation. Commit.
- Finish commands documentation. Commit.
- Clean code and fix error messages. Commit.
- Rename matrixtest to commandsetest, since we have commands related with vectors and lists. Commit.
- Clean code of commands. Commit.
- Improve vector command implementation: now we can use vector(range(...)). Commit.
- Finish implementation of 'range' command. Commit.
- Fix error messages for type checking. Commit.
- New command 'range' to build sequences. Commit.
- Add listcommands.h/cpp and vectorcommands.h/cpp. Commit.
- Splitting matrixbuiltinmethods complete. Commit.
- Split matrixbuiltinmethods into matrixcommands, blockmatrixcommands and matrixqueries. Commit.
- Add 'commands' folder and move matrixbuiltinmethods into it. Commit.
- Minor fix in ExpressionTypeChecker to handle errors with variadic functions. Commit.
- Add some comments. Commit.
- Improve type system for variadic functions. Commit.
- Minor fixes to expressiontypechecker and matrixtest. Commit.
- Improve the code that builds block matrix. Commit.
- Command 'matrix' can build block matrices by column vectors too. Commit.
- Command 'matrix' can build block matrices. Commit.
- More matrix test for incorrect use of commands. Commit.
- Better i18n messages. Commit.
- Add more matrix tests. Commit.
- Improve error handling by using Analitza::None. Commit.
- Add more guards to create matrix expressions. Improve matrix tests. Commit.
- Minor optimization. Commit.
- Add more matrix tests. Commit.
- Add support to construct block diagonal matrices using diag command. Commit.
- Rewrite some commands to use variadic builtin methods. Commit.
- Add 'matrix' command. Commit.
- Fix error messages in operations. Commit.
- Make all tests pass ok with new changes. Commit.
- Analitza have now variadic functions/builtin methods. Commit.
- Make Analitza::Operations can handle errors with Analitza::None, for cases with matrices and reals. Commit.
- Basic changes to support variadic builtin methods. New class Analitza::None. Commit.
- More matrix commands. Commit.
- Add command isidentitymatrix to analitza. Commit.
- Add new utils to query the type of a given matrix. Commit.
- Implement methods for matrix: isZero and hasOnlyNumbers. Commit.
- Add new query methods to Vector: hasOnlyNumbers, isStandardBasisVector and isDiagonalRow. Commit.
- Add assert to check non null ptr. Commit.
- Fix some compiler warnings. Commit.
- New matrix commands almost finish. Improve unit tests. Commit.
- Improve even more matrix API. Commit.
- Better API for matrix. Define matrixrow as contained type of matrix across all library. Commit.
- Add some guards. Minor fixes. Commit.
- Add assert to verify same size for all matrixrow elements. Commit.
- Unsigned int to describe matrix size. Commit.
- Add error messages when build an invalid matrix. Commit.
- First approach for getndiag command (will get nth diagonal of a matrix). Commit.
- Improve the testing of matrix commands. Commit.
- Matrix commands fully integrate with operations. Commit.
- New test scenary TypeCheckTest::testAlternatives. Commit.
- Just playing with ExpressionType. Commit.
- Fix minor memory issue in scalar-matrix multiplication. Commit.
- Implement scalar multiplication of matrix (add proper analitza test too). Commit.
- Fix matrix operation bug (adding two matrices) and add proper analitza test. Commit.
- Add initial ideas to have consistent types for matrix commands along with the constraints over the supported types. Commit.
- Tridiag(a, b, c, n) constructs a tridiagonal nxn-matrix (a below diag, b main diag, c above diag). Commit.
- Improving guards. Commit.
- When calculated a builtmethod, if it returns an expression with errors, then the user doesn't have to print anything. Since we have an error state in Analyzer, then (to have uniform behaviour) we will print an empty string instead of 0. This way, if we have an error and the user prints the calculated result (by a bad use of API) then we will show an empty string instead of 0 (0 can't be understood as a computation, basically we tend to avoid misunderstandings in the use of API). Commit.
- Now diag(A) command can calculate the diagonal part of a given matrix A. Commit.
- Some ideas to use diag command to calculate the diagonal part of a given matrix. Commit.
- Implemented a new method (bool Expression::isMatrix(mat)). Commit.
- Diag command done. Commit.
- First bits of diag command (aka diagonal matrix). Commit.
- Identitymatrix command implemented. Commit.
- Update documentation and credits of AnalitzaUtils. Commit.
- AnalitzaUtils::fillMatrix help us to fill a matrix with a fixed value. Commit.
- Update code comments and basic documentation. Commit.
- Matrix(m,n) creates a nxm-matrix filled with zeros. Commit.
- Inital approach to construct a normal/standard matrix. Commit.
- Fix little ExpressionTypeChecker bug when reporting invalid configuration of parameters for a builtin method. CCMAIL: aleixpol@kde.org. Commit.
- Add Analyzer::registerBuiltinMethods method: will add the matrix commands to Analitza. Each matrix command/builtinmethod will expose its own name id and type as static attributes, also this classes will be private API. Commit.
- Setup basic infrastructure for matrix builtin methods. Commit.
- Make it possible to export many shapes at once. Commit.
- Simplify how plots are painted. Commit.
- Late night microoptimizations. Commit.
- Make it possible to specify intervals from the 3D export demo. Commit.
- Export 3D plots into X3D files. Commit.
- Use specific API when available. Commit.
- Cleanup. Commit.
- Polish porting. Commit.
- Better usage of the palette. Commit.
- Fix dependencies and modules. Commit.
- Make sure ECM is generating the config file. Commit.
- Adapt to changes in kf5. Commit.
- Make sure scaling works reasonably well on mobile. Commit.
- Support wheel for changing the scale on QML 2D plots. Commit.
- Use QImage instead of QPixmap to buffer the QtQuick version of Graph2D. Commit.
- Set the full explanation for the whatsthis role in the VariablesModel. Commit.
- No need to specify that libraries are shared. Commit.
- Fix compilation. Commit.
- --warning. Commit.
- Moved the declarative plugin from KAlgebra. Commit.
- Remove FindAnalitza.cmake for good. Commit.
- Split AnalitzaGui in 2. Commit.
- Use camelcase target names. Commit.
- Fix how version numbers are defined. Commit.
- Glu is not needed anymore. Commit.
- --unneeded includes. Commit.
- Try to depend on Qt functions. Commit.
- Drop GLU dependency on Plotter3D. Commit.
- Remove compile-time dependency. Commit.
- Port to kf5++. Commit.
- Iteration towards imaginary values, doesn't work. Commit.
- Considering approaches to imaginary numbers. Commit. See bug #302813
- Fix plotter3d compilation. Commit.
- Port plots3ddemo to QCommandLineParser. Commit.
- Just always find OpenGL, we can react to it not being found anyway. Commit.
- Massive port to Qt5/KF5. Commit.
ark [Show]
artikulate [Show]
- Actually require the QtGStreamer 1.2.0 release. Commit.
- Set new development version. Commit.
- Bump version for release. Commit.
bomber [Show]
- Added AppStream metadata. Commit.
bovo [Show]
- Added AppStream metadata. Commit.
cervisia [Show]
- Added AppStream metadata. Commit.
dragon [Show]
gwenview [Show]
- Only try to find baloo if building with SEMANTIC_BACKEND=baloo. Commit.
- Make Baloo detection and usage more subtle. Commit. Code review #121140
- Explicitely find KIO 5.4. Commit.
- Ported to KIO::paste (requires recent KIO). Commit.
- --kdelibs4support. Commit.
- --deprecated. Commit.
- Don't install .so symlinks for private library. Commit.
- Default to not include a semantic backend. Commit.
- Add myself as the maintainer. Commit.
- Fix "Local files are treated as URLs when placed on command line". Commit. Fixes bug #340418
- Update homepage url. Commit.
- Add some doc I wrote some time ago about Gwenview architecture. Commit.
- Don't crash on unsupported MIME types. Commit.
- Add Q_DECL_OVERRIDE where appropriate. Commit.
- Port to QFileDialog. Commit.
- Fix icons, add a tooltip. Commit.
- Fix a KUrl porting TODO. Commit.
- Use pasteActionText from KIO. Commit.
- Port to the new Baloo APIs. Commit.
- Port to QSpinBox. Commit.
- --deprecated. Commit.
- Port away from KTempFile/KSaveFile. Commit.
- Markup in i18n() requires xi18n(). Commit.
- Fix build. Commit.
- Fix build (try 2, this time for real ;). Commit.
- Fix build. Commit.
- Port away the last bit (pasteInfo) from libkonq. Commit.
- Comment includes too. Commit.
- Comment for the moment to make it compile with last baloo. Commit.
- Port away from KonqOperations::newDir(). Commit.
- Remove unused define. Commit.
- Port away from KMimeType and KStandardDirs. Commit.
- Use QListView::activated() signal. Commit.
- Port away from KMimeType, KStandardDirs. Commit.
- Port to QProgressDialog. Commit.
- Port to QListView::activated(). Commit.
- Include cleanups. Commit.
- Port away from KonqOperations::DEL. Actually makes the code simpler. Commit.
- Port to KActionCollection::setDefaultShortcut(). Commit.
- Use QDir::removeRecursively() to delete a local dir. Commit.
- Don't use deprecated KMimeType. Commit.
- Hide progress info when opening remote files. Commit.
- Drop KGlobal, KLocale. Commit.
- Don't hide dataChanged(). Commit.
- Format the date correctly. Commit.
- Cleanup includes. Commit.
- Overloading openFile() from a KPart is not necessary. Commit.
- Port away from KApplication, reenable the KPart. Commit.
- Fix includes. Commit.
- Remove unsupported --caption option. Commit.
- Fix thumbnail loading/saving. Commit.
- Revert "Use -qwindowtitle instead of the no longer existing -caption". Commit.
- Use -qwindowtitle instead of the no longer existing -caption. Commit.
- Remove %i. Commit.
- Autogenerate export file. Commit.
- Fix includes. Commit.
- Fix install icons. Commit.
- Port to new connect api. Commit.
- Fix signal/slot. Commit.
- Kdebug--. Commit.
- Remove kde4support. Commit.
- Port to new connect api. Commit.
- Fix includes. Commit.
- Clean forward declaration. Commit.
- Port to qtest. Commit.
- Convert to new connect api. Commit.
- Fix translate. Commit.
- Port to QDialog. Commit.
- Remove kde4support. Commit.
- Update ecm version. Reactivate doc build. Commit.
- Fix build with libjpeg-9. Commit. Code review #120056
- Re-enable build of semantic backend. Commit. Code review #120039
- Adjust to the latest changed in libkonq and adjust buildsystem to. Commit. Code review #119935
- Use KXMLGUI_INSTALL_DIR. Commit.
- Use the 4.5-based DocBook DTD. Commit.
- I18n fixes. Commit.
- Fix manual tests. Commit.
- Explicitly include gwenview build dir with cmake generated config file. Commit.
- KIntSpinBox -> QSpinBox. Commit.
- Macro_log_feature -> set_package_properties. Commit.
- Trivial: Fix AppStream install dir. Commit.
- Fix crash on exit. Commit.
- Re-enable compiling tests. Commit.
- KDateTime -> QDateTime. Commit.
- Disable non passing tests. Commit.
- Fix PaintUtils test. Commit.
- Find test data. Commit.
- Fix includes in autotests. Commit.
- QUrl -> KUrl in tests. Commit.
- Re-enable auto tests. Commit.
- Remove outdated comment. Commit.
- KMenu -> QMenu. Commit.
- Enable data dirs. Commit.
- KLineEdit -> QLineEdit. Commit.
- Port away from KonqMimeData. Commit.
- Fix thumbnail generation sizes. Commit.
- It builds - bump version to 5.0 pre. Commit.
- Disable setShortcut that causes a crash. Commit.
- Disable plugins for now. Commit.
- Export namespace function. Commit.
- Link external libraries. Commit.
- Relink against gwenview lib. Commit.
- Bypass final QUrl porting. Commit.
- Fix adjusted path. Commit.
- CreateItemWidgets takes an index. Commit.
- Default to not include baloo for now. Commit.
- Fix include type. Commit.
- Port KUrl::fileName. Commit.
- Port KUrl::list::fromMimeData. Commit.
- Fix typos. Commit.
- Fix KFileInfo porting. Commit.
- Port KUrl::cleanPath. Commit.
- Port KFileItem::pixmap(). Commit.
- Port QUrl. Commit.
- KDateTime -> QDateTime fix. Commit.
- KDateTime -> QDateTime. Commit.
- KDateTime -> QDateTime. Commit.
- Disable use of windows style. Commit.
- Headers. Commit.
- Fix headers. Commit.
- Port some KDateTime -> QDateTime where needed. Commit.
- Port KUrl.equals. Commit.
- Headers++. Commit.
- Headers++. Commit.
- Kjobwidgets. Commit.
- KJob porting. Commit.
- QUrl fixing. Commit.
- Make LibKCDraw optional in thumbnails. Commit.
- Look for KF5 versions of Baloo and Activities. Commit.
- Add headers. Commit.
- Add include. Commit.
- QUrl fallout. Commit.
- QUrl::List -> QList
. Commit. - KUrl -> QUrl. Commit.
- KDebug -> qDebug. Commit.
- More includes. Commit.
- Add KIconLoader includes. Commit.
- Tidy includes. Commit.
- SaveMainWindowSettings takes a reference, create local var first. Commit.
- Add include. Commit.
- Disable GTK workaround that requires QPlastique. Commit.
- Fix duplicate. Commit.
- Fix includes. Commit.
- Port always have F11 as alternate shortcut to toggle fullscreen. Commit.
- Disable selection mimedata until work out how to port. Commit.
- Temporarily disable our own jpeg plugin. Commit.
- Save imageformats. Commit.
- Setwindowtitle. Commit.
- Redo remove shortcut. Commit.
- Port removeAcceleratorMarkers. Commit.
- Temporarily disable having our own JPEG image loader. Commit.
- Add include. Commit.
- Minor URL porting. Commit.
- Port KSharedConfig::openConfig. Commit.
- SetCaption port. Commit.
- Consistent K4AboutData. Commit.
- KAction -> QAction. Commit.
- Fix GV_FATAL_FAILS. Commit.
- Kdebug -> qdebug. Commit.
- KUrl toString no longer exists, work round. Commit.
- KMimeType -> QMimeType. Commit.
- Fix some headers. Commit.
- QAction porting. Commit.
- Link Qt OpenGL. Commit.
- Caption -> windowTitle. Commit.
- Add include. Commit.
- Fix typo. Commit.
- KJobWidgets porting. Commit.
- Add include. Commit.
- Port to KAboutData. Commit.
- Find Phonon. Commit.
- Moc include fixing in app. Commit.
- Find and link kactivities. Commit.
- Fix includes. Commit.
- KAction -> QAction. Commit.
- Include Qt::Svg. Commit.
- Change all moc includes. Commit.
- Explicitly import itemmodels. Commit.
- Make kdcraw optional. Commit.
- More include fixing. Commit.
- Include fix. Commit.
- Link QtConcurrent. Commit.
- Fix includes. Commit.
- KIcon -> QIcon. Commit.
- Kwarning -> qwarning. Commit.
- Add missing includes for own file. Commit.
- Add now needed explicit include. Commit.
- KIcon -> QIcon. Commit.
- Re-enable KConfigDialog sublass. Commit.
- Fix double moc problems. Commit.
- Port library CMakeLists.txt. Commit.
- Adjust cmake so that app builds. Commit.
- Add AppStream metadata. Commit.
- Add missing words. Commit.
- Update docs to document 4.14 Zoom mode feature. Commit.
- Allow different ways to handle zoom and position between images. Commit. Code review #119549. Fixes bug #337262
juk [Show]
- Make appdata validate. Commit.
kalgebra [Show]
- --craziness. Commit.
- Adapt to changes in Analitza. Commit.
- Load translation catalog. Commit.
- Remove hack. Commit.
- Moved calgebra from analitza. Commit.
- Fix wrong 2D plot save format. Commit. Fixes bug #340209
- Fix desktop-mime-but-no-exec-code lintian error when packaging. Commit.
- --warnings. Commit.
- Fix indentation. Commit.
- Uncomment old code, port. Commit.
- Fix error pointed out by the KDE OS X initiative. Commit.
- Fix the theme name. Commit.
- Update Docbook DTD. Commit.
- Use #pragma message instead of #warning. Commit.
- Fix warning when using ecm_install_icons. Commit.
- Fix neutral widgets. Commit.
- Reorganize root CMakeLists.txt. Commit.
- Port icons installation. Commit.
- Use the offered examples instead of offering some random ones. Commit.
- Make it possible to export the 3D plots into a 3D space file. Commit.
- This hint breaks completely on Android, commenting for the moment. Commit.
- Remove deprecated concepts. Commit.
- Give up on trying to fix the look-up on Android, just hardcode the path. Commit.
- Use QQmlApplicationEngine to load the QML code. Commit.
- Close the application if we're going back from the home page. Commit.
- Make sure the PlasmaComponents frontend to KAlgebraMobile works. Commit.
- Trim down KF5 dependencies. Commit.
- Polish porting. Commit.
- Fix visual problem upon initialization. Commit.
- Typo. Commit.
- Better title for the console log view. Commit.
- Make links in the About page actually clickable. Commit.
- Make sure the application window is displayed by default. Commit.
- Update to changes in the frameworks. Commit.
- Fix in neutral components. Commit.
- Implement an action to go back. Commit.
- It doesn't seem to be very likely that Nokia releases a phone with Qt5 ;). Commit.
- Cleanup mobile components. Commit.
- Cleanups. Commit.
- Drop DesktopComponents alternative on Qt5. Commit.
- First approach to QtControls backend for kalgebramobile. Commit.
- Portability++. Commit.
- Install everything!. Commit.
- Moved the declarative plugin to Analitza. Commit.
- Simplify mobile compilation. Commit.
- Update library naming scheme. Commit.
- --unused includes. Commit.
- Port to the new naming scheme in Analitza. Commit.
- Remove FindAnalitza.cmake. Commit.
- --verbose. Commit.
- This bug would make qml2 (v4?) choke. Commit.
- Identify analitza qmldir. Commit.
- Enable the rest of the plugins. Commit.
- Make it possible to use kalgebramobile without kconfig. Commit.
- Only a bit closer to kf5. Commit.
- First approach to a kf5 port. Commit.
kalzium [Show]
- Add context to string 'None' to enable different translation. Commit. Fixes bug #307875
- Merge KDE/4.14 into master. Commit.
- Merge KDE/4.14 into master. Commit.
- Reformat whole code base of Kalzium. Commit. Code review #120238
- Fix bug #338666: "Kalzium crashes when selecting >File >Export Data...". Commit. Fixes bug #338666
kamera [Show]
- Fix 2GB file limit on download. Commit.
kanagram [Show]
- Set application domain so that the UI is translated. Commit. Code review #121194
- Add KF5::Crash to link libraries. Commit.
- Remove excutable attributes. Commit.
- Remove excutable attribute. Commit.
- Increase version. Commit.
- Remove executable attribute. Commit.
- Don't segfault if no data files are found. Commit. Code review #120932
- Remove webkit dependency and comment out WikiPage for this release. Commit. Code review #120906
- Fix settings saving by creating subclass of KConfigDialog. Commit.
- If there's no currentVocabulary, start at vocabulary file 0. Commit.
- Add target group to .reviewboardrc. Commit.
- Add .reviewboardrc file. Commit.
- Fix toolbutton icon sizes with workaround. Commit.
- Use qCDebug with KANAGRAM logging category. Commit.
- Fix build. Commit.
- Change Image to ToolButton and Action for buttons. Commit.
- Fix reveal word feature by setting c++ anagram to original word. Commit.
- Position Next/Previous category arrows at the right so they wont move. Commit.
- Remove KanagramEngineHelper completely. Commit.
- Make anagram, hint, etc. have wordChanged signal to notify. Commit.
- Standardize BUIlD_WITH_SPEECH define. Commit.
- Move settings and help menu from kanagramenginehelper to mainwindow. Commit.
- Clean up VocabSettings code. Commit.
- Clean up mainsettings includes. Commit.
- Clean up mainsettings code a bit. Commit.
- Clean up VocabEdit so save works again. Commit.
- Port away from kdelibs4support. Commit.
- More cleanup. Commit.
- Save vocabulary choice to settings whenever it changes. Commit.
- Change Category to Vocabulary in KanagramSettings api. Commit.
- Clean up KanagramGame to have consistent minimal api. Commit.
- Fix source file licensing. we aren't a library, so using GPL 2+. Commit.
- Clean up .qml files:. Commit.
- Update Mainpage.dox. Commit.
- Add missing WebKit library to link and find. Commit.
- Use the 4.5-based DocBook DTD. Commit.
- Fix typo so it builds and clean up some includes. Commit.
- Port from KUrl to QUrl. Commit.
- Remove kanagram_engine_export.h since we don't ship a library anymore. Commit.
- Make sure that the phonon includes are found. Commit.
- KF5Umbrella is no more. Commit.
- Comment out wiki webview since it blocks all other clicks somehow. Commit.
- Move new icons into non plasmapkg ui folder. Commit.
- Update KAnagram to use LibKEduVocDocument library name. Commit.
- Fix crash on close by closing mainwindow instead of quitting application. Commit.
- Store size and window state information in config file. Commit.
- Port to KDE Frameworks and Qt5. Commit. Code review #119044
- Remove Shortcuts editor since we removed the shortcuts with the qml ui. Commit.
- Add ActionBar containing the CloseButton of the WebView. Commit.
- Increase the size of webview. Commit.
- Add scroll area to the wiki-link feature's webpage. Commit.
- Implement WebKit. Commit.
- Add wiki link button to the ui. Commit.
- Fix next/previous vocabulary by using useVocabulary. Commit.
kapman [Show]
kapptemplate [Show]
- Update Messages.sh to point to files for translation. Commit.
- Added a missing install command. Commit.
- Moved the new template to the existing Qt category. Commit.
- Fixed the docbook installation. Please also take a look at request 120595 that fixes a path problem. Commit.
- Removed whitespaces. Commit.
- REVIEW: 120578. Commit. Code review #120578
- Reworked the project structure. For more information take a look at the TODO file/link. Commit.
- Fixed the icon installation. Commit.
- Port KAppTemplate away from KDELibs4Support. Commit.
- Removed the KDE 4. Commit.
- Removed whitespaces. Commit.
- Add KDE Frameworks template. Commit. Code review #120479.
- Update string to fit current branding. Commit.
- Add Bookmarks Solid JobWidgets to frameworks cmake detects to prevent link errors. Commit.
- Fix compile of docs. Commit.
- KDE 4 -> KDE. Commit.
- Removed unnecessary space characters. Commit.
- Added include guard comments. Commit.
- Cleaned up includes. Commit.
- Fixed indentation. Commit.
- Removed an unused KDE CMake command because the icons are now installed into the right hicolor directory. Commit.
- Install the icons in the correct icon theme (hicolor). Commit.
- Port KAppTemplate to KF5. Commit.
- Use QApplication method to set icon. Commit.
- Merge KDE/4.14. Commit.
kate [Show]
- GDB: Fix advanced settings dislog. Commit.
- Fix minimal libgit version to 0.22. Commit.
- Add translationDomain to rc file headers. Commit. Code review #121249
- Fix crash on unexpected gdb output. Commit.
- Do not shadow member variable and re-add overwrite and reload buttons. Commit.
- BP: Use QComboBox for search and replace combos + fix completion bugs. Commit.
- BP: Use current document URL if there is no configured value. Commit.
- Connect apps with translation catalogs. Commit. Code review #120822
- Build-plugin: Use the bubble message for less distraction. Commit.
- Fix compile: includes. Commit.
- Fix compile: includes. Commit.
- Build-plugin: Move the build commands to a model. Commit.
- GDB: Fix fifo creation. Commit.
- Delay first symbol parsing to let the view load the document. Commit.
- Port to new connect api. Commit.
- Clean forward declaration. Commit.
- Project: use ThreadWeaver for background tasks. Commit. Code review #120485
- CTags: Search both global and session-db when opening context-menu. Commit.
- CTags: Fix connection for popup menu. Commit.
- Load translation catalog. Commit.
- Fix compile: generate correct json file. Commit.
- Port Symbol Viewer plugin to frameworks 5 and re-enable building it. Commit.
- BP: Add missing includes. Commit.
- Add stub KWrite doc that points to full KatePart doc. Commit.
- KateWaiter: remove unneded reference to QApplication. Commit.
- KateWaiter: cleanup deprecated signal. Commit. Code review #120673
- Extract messages from .ui files in snippets plugin. Commit.
- Add version 1.0 of the kate mascot. Commit.
- Add KBProcess to get "shell command" previously provided by KProcess. Commit.
- Use KPluralHandlingSpinBox where apropriate. Commit. Fixes bug #336332
- Session-persistent tabs in Kate. Commit. Code review #120434
- Snippets: remove alternate shortcut feature. Commit.
- Project plugin: be more explicit about untracked root. Commit.
- Project plugin: small cleanup. Commit.
- Project: clean up the code a little. Commit.
- Project plugin: use libgit2. Commit. Code review #120177
- Add darcs support for kate project plugin. Commit.
- Build system: fix disabling of plugins according to missing deps. Commit. Code review #120428
- Snippets: sort view by snippet name. Commit. Fixes bug #288049
- Hide quick open on focus loss. Commit. Fixes bug #309945
- Work around limitations of QStringLiteral on MSVC. Commit.
- Update caption on url changes, too. Commit. Fixes bug #329318
- Load ctrl+tab document switcher by default. Commit.
- Snippet plugin: be a bit more resilent. Commit.
- Snippets: remove typed text when executing completion item. Commit.
- Snippets: revive the shortcuts feature. Commit.
- Snippets: remove debug output. Commit.
- Snippets: reformat katesnippets.{h,cpp} in kdelibs style. Commit.
- Snippets toolview: move the toolbar back to the top where it belongs. Commit.
- Snippets plugin: cleanup, switch to less explicit memory management. Commit.
- Vimode: update documentation. Commit.
- Filetree: clenaup the code according to CodingStyle. Commit.
- Fix position of document switcher. Commit.
- Snippets plugin: provide a small selection of JS functions by default. Commit.
- Snippets plugin: offer a help tooltip in the "edit snippet" dialog. Commit.
- Project: use new connect style where possible. Commit.
- Fix typos. Commit.
- Snippets plugin: do not discard selection on executing items. Commit.
- Snippets plugin: store GHNS in the correct directory. Commit.
- Project: refactor KateProjectWorker::loadFilesEntry. Commit.
- Project: fix uninitialized booleans. Commit.
- Files can now be renamed from within the document tree. Commit.
- Vimode: update documentation a little bit. Commit.
- Add CTRL+Tab document switcher plugin. Commit.
- Fix warnings: replace KLineEdit by QLineEdit in snippets UI files. Commit.
- Edit snippet: add a view+button for testing snippets on-the-fly. Commit.
- Snippet view: show "add snippet" first in the repository menu. Commit.
- Snippet edit dialog: jump from name to snippet contents on pressing tab. Commit.
- Snippets: show namespace with a colon in the completion list. Commit.
- Snippet plugin: cleanup and fix some issues. Commit.
- KTE::Document now computes sha1 sum, so this is n.a. anymore. Commit.
- Remove old #include. Commit.
- Port snippet plugin to new template interface. Commit.
- Snippets: new API. Commit.
- Tab bar: avoid jumping tabs if the "+N" documents number changes. Commit.
- Implement toggle of orientation of current splitter. Commit. Fixes bug #116826
- Native file dialog. Commit.
- Use native file dialogs. Commit.
- Use native file dialogs. Commit.
- Use native file dialogs. Commit.
- Remove duplicated actions. Commit.
- Cycle through tabbar on next/prev tab. Commit.
- QAction->setShortcut -> actionCollection()->setDefaultSthortcut. Commit.
- Alt+Left/Right cycles through tabs. Commit.
- Fix shortcuts + i18n cleanup. Commit.
- Remove not needed assert.h. Commit.
- Better size on initial start, without resize hacks. Commit.
- Toolbar per default off on first start. Commit.
- No need to install .desktop files with new json based plugin loading. Commit.
- Fix typos. Commit.
- Fix build on os x (math.h). Commit.
- Fix compile with strict flags. Commit.
- Project: auto detect git/svn/hg repositories. Commit. Code review #120103
- Automaticaly disable addons with failed dependencies. Commit. Code review #120121
- Use new version of ecm_install_icons. Commit. Code review #120109
- Remove useless header. Commit.
- Purge next/previous document from main toolbar. Commit.
- Projects tree view: remove spacing for now. Commit.
- It's a try to fix the item layout in the listview. At least on my machine it appears to work, even after shell restart. Commit.
- I hope this fixes message extraction. Commit.
- No configuration action, because no configuration possible. Commit.
- Fix: setShortcut -> setDefaultShortcut. Commit.
- Cleanup: run astyle-kdelibs. Commit.
- Action cleanup. Commit.
- More explicit connections. Commit.
- Better actions in sidebar. Commit.
- Add toolbar to "Documents" sidebar. Commit.
- This fixes the layout problems between panel and desktop, thanks to David David Edmundson for helping. Commit.
- No .kateproject.d directory, notes are in .kateproject.notes, only created if needed, killed if empty. Commit.
- When placed on the desktop is has to be resized to show the list view, but now it keeps the small size in the panel. There must be a better solution, that always does the right thing, but I haven't found it yet. Commit.
- Removal of not needed button. Commit.
- Project plugin: reformat with astyle-kdelibs. Commit.
- Kateproject: clenaup coding style a little. Commit.
- Cleanup: use context menu from tabbar and not from tab buttons. Commit.
- Move context menu logic out of tabbar. Commit.
- Cleanup. Commit.
- Port of the session applet to KF5-Plasma. Commit.
- Draw all separators, fix close button margin in --reverse mode. Commit.
- Tabbar: paint separators between tab buttons. Commit.
- Less KService. Commit.
- KServer => KPluginLoader with json based plugin loading. Commit.
- Remove main window number, not used. Commit.
- Fix wrong disconnect. Commit.
- Fix wrong disconnect. Commit.
- Less verbose debug output. Commit.
- Less verbose. Commit.
- Use setWindowIcon. Commit.
- More setDefaultShortcuts fixes. Commit.
- Fix: rename *-app-*.png to *-apps-*.png. Commit.
- Less warnings about setShortcuts. Commit.
- Tab context menu: add "Close Other Documents". Commit.
- Reactivate translation for some plugins. Commit.
- Cleanup includes. Commit.
- Remove tab highlighting for now. Commit.
- Cleanup includes. Commit.
- Unify placeholder text to "Search". Commit.
- Fix margins in "Session configuration" config tab. Commit.
- We can increase minimum version now :). Commit.
- Use resolve_kuit.py to clean i18n*. Commit.
- Fix the build on Windows using MSVC 2013. Commit. Code review #119715
- # Please enter the commit message for your changes. Lines starting. Commit. Code review #119695
- Keyboard interaction kills keeping of width. Commit.
- Tab buttons: animate less (looks slow). Commit.
- Scripting: drop i18n-catalog. Commit.
- Documentation: adapt dtd to xsd. Commit.
- Don't mention the DTD, mention the XSD. Commit.
- Fix typo. Commit.
- Fix compile. Commit.
- Adapt documentation to now script headers. Commit.
- Fix typo. Commit.
- Fix typos. Commit.
- Remove double space. Commit.
- Ki18n_wrap_ui. Commit.
- Fix kate/Messages.sh (missing backtick), remove spurious file. Commit.
- Handle $ENV{BLAH} properly. Commit.
- Revert "vimode: fixed a crash when performing the command "cn" in normal mode.". Commit.
- Vimode: fixed a crash when performing the command "cn" in normal mode. Commit.
- Implemented the "viewsInSameSplitView" method from the KTE::MainWindow class. Commit. Code review #119376
- No hardcoded QLoggingCategory::setFilterRules rules. Commit.
- Don't marshal qurls. Commit. Fixes bug #337253
- Fix crash if no dbus available. Commit. Fixes bug #337140
- Implemented the new closeSplitView function in the KateMainWindow class. Commit. Code review #119077
- Better default sizehint. Commit.
- Fix resizing of tool views if project plugin is loaded. Commit.
- Vimode: don't scroll the view when leaving visual mode by clicking the mouse. Commit.
- Use xi18n when translated text use markup. Commit.
- Vimode: start normal mode always when performing and undo/redo operation. Commit. Code review #119266
- Vimode: fixed the "." command for indents/unindents in visual line mode. Commit. Code review #119268
- Use '${KXMLGUI_INSTALL_DIR}' instead of '${DATA_INSTALL_DIR}'. Commit. Code review #119253
- Fix wrong conditional - sorry about that :(. Commit.
- Fix crash on access of Document::defStyleNum without active view. Commit. Fixes bug #337229
- Fixed memory leak in the KateTabButton class. Commit. Code review #119185
- Install xmlgui rc file to kxmlgui5 (requires updated ECM). Commit.
- GDB plugin: Forward port: Fix copy empty target bug. Commit. Fixes bug #336970
- Do not reset the model without need. Commit. Fixes bug #332990
- Call the application org.kde.kwrite. Commit.
- Make sure KHelpCenter documentation goes to its own subdirectory. Commit.
- Adapt to changes in KAboutData. Commit.
- Add missing 'style' attribute. Commit.
- More docu. Commit.
- The syntax files directory has moved. Commit.
- Remove CONFIG argument from find_package(KF5). Commit.
- Name app desktop files after the dbus name. Commit.
- S&R: Do not trigger searchWhileTyping on result tab change. Commit. Fixes bug #333092
- Symbol Viewer: Merge changes from master. Commit.
- Removed python2-specific module loading code. Commit.
- Converted pate cmakelists to version_less. Commit.
- Requiring Python 3.4 since all KF5 distros will have it anyway. Commit.
- Include ksharedconfig.h (since it will be removed from kpluginfactory.h). Commit.
- Add isEditingTransactionRunning() to dummy unit test. Commit.
- Use EditingTransaction, nicer, like KateUpdateDisabler. Commit.
- Use new api. Commit.
- Fold away recovery interface. Commit.
- Adapt document.setVariable() to return void. Commit.
- Compile fix: adapt to remove HighlightInterface. Commit.
- Prepare for API changes in kte.git. Commit.
- Use the new auto-register magic. Commit.
- Trigger build. Commit.
- Fold commandinterface => editor. Commit.
- Fold command and rangecommand. Commit.
- Adapt to folded message interface. Commit.
- No snippets in KF 5.0. Commit.
- Fold away the parametrized session config interface. Commit.
- Katepart handles katepartrc settings internally. Commit.
- Purge the ConfigPageInterface, we want that always, default implementation cares about normal plugins. Commit.
- Adjust pate for new KTextEditor::View::viewMode interface. Commit.
- Adapt to new KTE::ConfigPage interface. Commit.
- DummyDocument: implement checksum(). Commit.
- Use latest dtd for docbook files. Commit.
- Remove vi-mode specific commands from filetree. Commit.
- Vi-mode: removal of app commands. Commit.
- Implement additional app command interface. Commit. Code review #116459
- -add myself to authors. Commit.
- Always compile static lib with -fPIC. Commit. Code review #116125
- Move scripts list to katepart doc. Commit.
- Change now broken
s to kate to internal s. Commit. - Bump versions and dates. Commit.
- Replace now broken s with
s to katepart. Commit. - Link install section to fundamentals. Commit.
- Replace old shared sections with stubs linking to katepart. Commit.
- Include remaining advanced chapters in katepart. Commit.
- Merge highlighting doc into development chapter. Commit.
- Merge katepart plugins sect1 into configuring chapter. Commit.
- Add stub development chapter to katepart. Commit.
- Move document variables section to katepart. Commit.
- Merge old shared config sect1 into main config chapter. Commit.
- Move "advanced" sections to katepart. Commit.
- Move shared sections to katepart. Commit.
- Change kwrite references to katepart. Commit.
- Move kwrite doc to katepart. Commit.
- Build plugin: fix i18n. Commit.
- Build plugin: disable Cancel-buttons while building. Commit.
- Build plugin: improve layout in vertical mode. Commit.
- Build plugin: add "Build again" and "Cancel build" buttons to the. Commit.
- Build plugin: merge output- and error tabs, as discussed on reviewboard. Commit.
- Build plugin: make "Build previous target" always build the previous target again. Commit.
- Build plugin: use Upper case for menu entries. Commit.
- Build plugin: switch order of tabs, as discussed on reviewboard. Commit.
- Build plugin: clear warnings and errors when switching target sets. Commit.
- Build plugin: fix deleting the first target set. Commit.
- Forward port: build plugin: don't disable the "Delete" button. Commit.
- Port to KF5: Toggling "Menubar" in Kate/KWrite. Commit. See bug #83549
- More JS API documentation. Commit.
- Unbreak compile. Commit.
- Document scripting API. Commit.
- Fix build. Commit.
- Update doc about LineContinue highlight syntax. Commit.
- -Wmissing-include-dirs. Commit.
- Implement missing pure virtual methods. Commit.
- Build on Mac OS X. Commit.
- KWrite: Ctrl+M toggles menu bar (forward port from 4.x branch). Commit.
- Port to new kservice_desktop_to_json syntax. Commit.
- Animate document tabs. Commit.
- Add possibility to animate a tab button. Commit.
- Quick Open in tab bar: Show number of hidden documents. Commit.
- Minor cleanups. Commit.
- Instanciate action view_quick_open earlier. Commit.
- Activate tab on mouse press event. Commit.
- Fix view space focus switching. Commit.
- KateViewSpace: remove bool showLed (KDE 2 times?!). Commit.
- Missing disconnect for removed buttons. Commit.
- Remove commented out code. Commit.
- Paint icon on tab button, if available. Commit.
- Remove isModified flag. Commit.
- Move API documentation into header file. Commit.
- Use grayscale tabs for inactive view spaces. Commit.
- Use style to draw background of tab. Commit.
- Remove margin of embedded console. Commit.
- AbsoluteFilePath() -> absolutePath(). Commit.
- Better use of color scheme. Commit.
- Try to fix filetreemodel listMode tests. Commit.
- Fix signal. Commit.
- Build plugin: fix stuff broken recently. Commit.
- Fix qt 4 => 5 issue with string constructor. Commit.
- Build plugin: add support for Intel icpc error messages. Commit.
- Create tool views on demand only. Commit.
- Swap quick open and window splitting button. Commit.
- Double click in empty space of tab bar crates new empty document. Commit.
- Activate one stupid view at least or kate will fail only on the FIRST time ever started. Commit.
- Honor the 'load me per default if my app name is mentioned in the list' X-KTextEditor-Load-Default attribute. Commit.
- Filelist and search in files per default. Commit.
- Allow to show/hide tabs. Commit.
- Allow to show/hide tabs. Commit.
- Merge show/hide single-view-mode. Commit.
- Merge tabs of closed viewspace into new active viewspace. Commit.
- No hardcoded plugins. Commit.
- Direct connection to avoid crash on double click. Commit.
- Add close buttons, better highlight for active tab. Commit.
- Remove even more flicker. Commit.
- Apply coding suggestions from REVIEW:115291. Commit.
- Allow to close a document via context menu. Commit.
- Do not tolerate wrong input: add asserts. Commit.
- Remove unused code, rename index to id. Commit.
- Remove button id from buttons. Commit.
- Move plasma stuff up, too. Commit.
- Move plugins one level up. Commit.
- Cleanups. Commit.
- Less public API. Commit.
- Less public API. Commit.
- DeleteDoc itself shall not be ever called, else hell breaks loose ;). Commit.
- Less public API. Commit.
- Avoid empty view spaces. Commit.
- Start to cleanup the view activation mess, less direct function calls, more relying on the signals we have anyway. Commit.
- Start to cleanup the view activation mess, less direct function calls, more relying on the signals we have anyway. Commit.
- Fix off by one. Commit.
- Start to remove more API. Commit.
- Start to remove more API. Commit.
- Start to remove more API. Commit.
- Fix doc. Commit.
- Start to remove more API. Commit.
- No stupid lists in kateviewmanager, still some linear lookups, thought. Commit.
- Less view list iterations. Commit.
- Less view list iterations. Commit.
- Fix crash on open document if only one document that is untitled and fresh is around. Commit.
- More correct coping with for remove a view. Commit.
- Allow to have one splitter full-size. Commit.
- Next fix. Commit.
- Apply RecentFilesMaxCount to m_fileOpenRecent. Commit.
- First fix attempt, still not all corner cases. Commit.
- Recent File List Entry Count: persist setting. Commit.
- Cleanup CMake files. Commit.
- App/ => src/. Commit.
- Add sessionsconfigwidge.ui and remove manual UI code. Add stub for "Number of entries in recent file list". Commit.
- Ignore CMake tmp file. Commit.
- Next try... Commit.
- Try to fix sizing issues. Commit.
- Fix hiding and try better sizing. Commit.
- Missed height of view space bar. Commit.
- Implement correct document switching. Commit.
- Cleanup internal API. Commit.
- Cleanup internal API. Commit.
- Cleanup internal API. Commit.
- Try out if the other tests pass on build.kde.org. Commit.
- Better way to disable updates to avoid nasty flicker. Commit.
- KF5: If the window is fullscreen, show a toolbutton as a corner widget for the menubar. I guess this only works if the menubar is within the application and not if the bar is external, but it is better than nothing. Commit. Fixes bug #162233
- Better way to disable updates to avoid nasty flicker. Commit.
- Better way to disable updates to avoid nasty flicker. Commit.
- Remove unused. Commit.
- Close other views action, too. Commit.
- No one pixel border. Commit.
- Elide too long text. Commit.
- Make static. Commit.
- Kdelibs coding style for the win. Commit.
- 4 spaces. Commit.
- Kdelibs coding style, like ktexteditor, astyle-kdelibs for the win. Commit.
- Fix sizing of view space bar switchers. Commit.
- Kdelibs coding style, like ktexteditor, astyle-kdelibs for the win. Commit.
- Small cleanups. Commit.
- Relicense to LGPLv2+. Commit.
- Adjust signals t oqt 5. Commit.
- Rename setTabURL to setTabToolTip. Commit.
- Use standard action name. Commit.
- Show the modification asterisk in the titlebar, although I'm unsure about that. The test [modified] would be better I think. Commit.
- Show short cut in tool tips. Commit.
- Use popup menu in view space bar. Commit.
- Queue signal slot connection for closing actions. Commit.
- For delayed update, disable repaints. Commit.
- Use right createView, of viewmanager, not viewspace. Commit.
- Allow splitters to survive without views. Commit.
- Center vertically too. Commit.
- Some cleanups. Commit.
- Slim painting of current document. Commit.
- No document duplicates please ;). Commit.
- Two fails, too :P. Commit.
- Try out if only one test fail on build.kde.org. Commit.
- Add split actions to view space bar. Commit.
- We include a tabbar soon per default, if people want the other variants, they might port them from master, no need to waste our time. Commit.
- Fix plugin signals. Commit.
- Fix viewChanged signals. Commit.
- Tab bar: make switching work, make quick open work. Commit.
- Revert: Even more quick way to switch to a previous document. Commit. See bug #324348
- Track document name changes. Commit.
- Simplify keeping track of tabs. Commit.
- Tab bar: for documents without view, still add a button (lazy loading). Commit.
- One compile warning less. Commit.
- Remove compile warning and disallow user to resize columns. Commit.
- Fix compile. Commit.
- Use more aboutdata api to have standard args. Commit.
- Port the build plugin to frameworks. Commit.
- Remove unused functions. Commit.
- First app. Commit.
- Session can be deleted from the start dialog now. Commit.
- Assign an icon. Commit.
- Replacement for not existing delayed menu in QPushButton. Future feature in menu, but not yet there. Commit.
- Fix help button. Commit.
- Start adding a tabbar to the view space. Commit.
- Before stating (especially important for network files) search in the list of opened documents. Commit.
- Seems to work with KF5, except for the save/restoreWindowSize of the dialog. Commit.
- Use API to hide status bar if needed. Commit.
- Use integrated status bar, need to add API to hide it, for file name we will have extra widget soon :P dominik must be faster. Commit.
- Use integrated status bar, need to add API to hide it. Commit.
- KateWaiter in own file. Commit.
- Automoc handles that. Commit.
- Less friends. Commit.
- Less friends. Commit.
- Less friends. Commit.
- More QStringLiterals. Commit.
- A littlebit of QLatin1String to QStringLiteral conversion. Commit.
- Add_subdirectory -> ecm_optional. Commit.
- A first rough port. I'm not completely happy yet. Network stuff is tested a littlebit, but that sems not to be a problem with this plugin alone. The katepart itself does not correctly open files from ftp. Commit.
- Remove kurl.h. Commit.
- Port the GDB plugin to frameworks. Commit.
- Split all unit tests. Commit.
- Split all unit tests. Commit.
- Split unit tests. Commit.
- Fix i18n, no js, no tips. Commit.
- Add Messages. Commit.
- The world hates the tip of the day for an advanced editor ;). Commit.
- Cleanup dirs. Commit.
- Filetree is just a plugin. Commit.
- Filetree is just a plugin. Commit.
- Let automoc do the job. Commit.
- Fix porting bugs. Commit.
- Less includes. Commit.
- Xml completion plugin: remove kde4 support. Commit.
- Less includes. Commit.
- No logging stuff used here. Commit.
- Cleanup KWrite even more. Commit.
- Remove unused parts, we install no versioned libs. Commit.
- Astyle: format code. Commit.
- Initial port of xml completion plugin. Commit.
- Fix opening of files by using QUrl::fromUserInput() in stead of QUrl(). Commit.
- Filebrowser is back. Commit.
- Cleanup cmake lists. Commit.
- Fix xmlgui. Commit.
- Kate sql is back. Commit.
- More ported. Commit.
- More ported. Commit.
- More ported. Commit.
- More ported. Commit.
- Port the CTags plugin to frameworks and re-enable building. Commit.
- More ported. Commit.
- More ported. Commit.
- More ported. Commit.
- More ported. Commit.
- More ported. Commit.
- More ported. Commit.
- More ported. Commit.
- More ported. Commit.
- More porting. Commit.
- Start to port sql plugin. Commit.
- Adjust api. Commit.
- Move the plugin auto-test to the plugin to keep test locally. Commit.
- Next attempt of fixing coding guidelines ;). Commit.
- We shall use sanebrace plugin for KF5. Commit.
- Unit test the gdb backtrace parser. Commit.
- Less singletons. Commit.
- KTextEditor::Editor is now a singleton itself. Commit.
- KTextEditor::Editor is now a singleton itself. Commit.
- Run astyle with kdelibs coding style. Commit.
- Backtrace browser is ported, enable by default again. Commit.
- Compile without kde4 support. Commit.
- Kateconsole: fix runtime errors. Commit.
- Initial port to new interfaces. Commit.
- Filetree: bring back the print actions. Commit.
- Less unused stuff. Commit.
- Sonnet is part internal. Commit.
- Adjust to new interface. Commit.
- Adjust to new interface. Commit.
- Fix filetree autotests. Commit.
- Quick compile fix, we need a view here. Commit.
- Remove useless API. Commit.
- Less hacks, now that we have the view. Commit.
- Less old API in use. Commit.
- Use KF5 version of KNewStuff3 includes. Commit.
- Remove more stuff, insert file is not really needed anyway, autobrace should be integrated into the part. Commit.
- Less deps. Commit.
- Adapt to ApplicationPlugin => Plugin change. Commit.
- Fix previous commit. Commit.
- Filetree: make sure we have the correct model. Commit.
- Filetree: add close&delete action to ctx menu. Commit. Fixes bug #161236
- Filetree: add menu action to forget edit/view history. Commit. Fixes bug #184177
- Add more actions to filetree menu. Commit. Fixes bug #275149
- Small KateFileTreeModel cleanup. Commit.
- Merged hl selection in part. Commit.
- KDE4 specific. Commit.
- Exported merged in part. Commit.
- Project plugin: fix example. Commit.
- Build plugin: default to an empty previous target, instead of default. Commit.
- Make KateFileTreeModel more intelligent. Commit. Fixes bug #320856. Fixes bug #281102
- And one year more ;). Commit.
- More cleanups. Commit.
- Remove ktexteditor part, is in KF5::TextEditor now ;). Commit.
- Remove ktexteditor part, is in KF5::TextEditor now ;). Commit.
- Remove all autotests for ktexteditor part, that is in ktexteditor.git now. Commit.
- Fix CMakeLists.txt to require KF5::TextEditor, fix compile. Commit.
- KateFileTreeModel make the batch slots const &. Commit.
- Cleanup sessions dialogs layout. Commit.
- Cleanup KateFileTreeModel. Commit.
- Cleanup KateFileTreeModel. Commit.
- More KateFileTreeModel tests. Commit.
- Add include(GenerateExportHeader) to CMakeLists.txt. Commit.
- Add -DQT_USE_QSTRINGBUILDER. Commit.
- Add initial tests for KateFileTreeModel. Commit.
- Resolve again the filepaths specified on cmdline. Commit.
- Remove extra "connect" in filtree. Commit.
- No kate specific stuff atm. Commit.
- Hardcode to load integral plugins. Commit.
- Add -DQT_NO_CAST_FROM_ASCII flags (11/11). Commit.
- No need for version. Commit.
- Fix crashs. Commit.
- Fix crashs. Commit.
- Guess we are safe from qt 4.6.2 now. Commit.
- Move snippet code again in plugin, now that we have some common plugin interface to be reused by other apps. Commit.
- Add -DQT_NO_CAST_FROM_ASCII flags (10/?). Commit.
- Vimode: removing the QCOMPARE's from my previous commit. Commit.
- Vimode: fixed the cursor in some cases of the "c" command in normal mode. Commit. Code review #114872
- Add -DQT_NO_CAST_FROM_ASCII flags (9/?). Commit.
- Add -DQT_NO_CAST_FROM_ASCII flags (8/?). Commit.
- Add -DQT_NO_CAST_FROM_ASCII flags (7/?). Commit.
- Add -DQT_NO_CAST_FROM_ASCII flags (6/?). Commit.
- Add -DQT_NO_CAST_FROM_ASCII flags (4/?). Commit.
- Remove kateglobal.h include. Commit.
- Add -DQT_NO_CAST_FROM_ASCII flags (4/?). Commit.
- Try to get rid off KateGlobal::unitTestMode(). Commit. Code review #114869
- Add -DQT_NO_CAST_FROM_ASCII flags (3/?). Commit.
- Add -DQT_NO_CAST_FROM_ASCII flags (2/?). Commit.
- Add KateGlobal::unitTestMode() and ::enableUnitTestMode(). Commit.
- Add -DQT_NO_CAST_(FROM|TO)_ASCII flags (1/?). Commit.
- Port snippet plugin to move snippet code back into it. Commit.
- Remove unneeded headers. Commit.
- MessageTest: attempt to fix timing in unit test. Commit.
- Add -DQT_NO_URL_CAST_FROM_STRING flag. Commit.
- Add -DQT_NO_CAST_FROM_BYTEARRAY flag. Commit.
- When in vi-mode divert "Switch to Command Line" action to viModeEmulatedCommandBar. Commit.
- Vimode: added the
command in insert mode. Commit. Code review #114866 - Display message when wrapping in search. Commit.
- More cleanups. Commit.
- More cleanups. Commit.
- More cleanpups. Commit.
- More cleanpups. Commit.
- Remove old stuff. Commit.
- Ok'd on kwrite-devel, relicense to LGPLv2+. Commit.
- Ok'd on kwrite-devel, relicense to LGPLv2+. Commit.
- Tune the autotests/CMakeLists.txt. Commit.
- Cleanups. Commit.
- Reduce closing time of multiple documents. Commit.
- Spead up loading of documents batch. Commit.
- Kill outdated stuff. Commit.
- Ok'd on kwrite-devel, relicense to LGPLv2+. Commit.
- Rpedersen gave OK. Commit.
- Ok'd on kwrite-devel, relicense to LGPLv2+. Commit.
- Ok'd on kwrite-devel, relicense to LGPLv2+. Commit.
- Document state of the art for .h files. Commit.
- Document state of the art for .cpp files. Commit.
- Mark kate tests by cmake add_test. Commit.
- Enable loging at right place. Commit.
- Remove KDE4Support req. Commit.
- ::instance can no longer fail because of missing part installation. Commit.
- Clarify docs. Commit.
- We need earlier singleton access. Commit.
- Fold KTextEditor and KatePart. Commit.
- Changes headers of katesession to LGPLv2+. Commit.
- Break down the katession.h/.cpp files. Commit. Fixes bug #139009. Fixes bug #319397
- Remove forgotten connect to slotUpdateTopViewBar. Commit.
- Finish porting away from kde4support - we were still using some of its headers. Commit.
- Still fails withou support. Commit.
- No duplicated includes. Commit.
- Add xml gui. Commit.
- Get to compile without KDE 4 support. Commit.
- Relicense LGPLv2+. Commit.
- Remove false optimization function, we just can call unwrapLine after my last cleanups, no need to duplicate the code inside that in the loop. Commit.
- Relicensing LGPLv2+. Commit.
- Relicense LGPLv2+. Commit.
- Relicense LGPLv2+. Commit.
- Relicense LGPLv2+. Commit.
- Relicense LGPLv2+. Commit.
- Relicense LGPLv2+. Commit.
- Clarify the license constraints, now that the sources are sanely licensed for all existing tests. Commit.
- Move automated tests to autotests, split up src and input, to make it clear what the actual code and what just raw input data is. Commit.
- Start to separate data and code. Commit.
- Don't install one level too much dirs. Commit.
- Start to fix includes to be installed in KTextEditor/... Commit.
- Start to fix includes to be installed in KTextEditor/... Commit.
- Relicense remaining tests LGPLv2+. Commit.
- Relicense LGPLv2+. Commit.
- Relicense LGPLv2+. Commit.
- Guess we need ktexteditor headers globally, too. Commit.
- Fix build from scratch. Commit.
- Relicense LGPLv2+. Commit.
- Extend README. Commit.
- Start to have same list of exception for kate application. Commit.
- Merge master, excluding the file tree speedups. Commit.
- Relicense LGPLv2+. Commit.
- Relicense LGPLv2+. Commit.
- Remove outdated info, we even have senseful indentation script docs in manual atm. Commit.
- Kill outdated info. Commit.
- Fixup readme. Commit.
- Update list. Commit.
- Relicense LGPLv2+. Commit.
- Add copying info, add list of remaining issues I need to resolve to be fully LGPLv2+. Commit.
- Relicense LGPLv2+. Commit.
- Relicense LGPLv2+. Commit.
- Relicense, LGPLv2+. Commit.
- Relicense LGPLv2+. Commit.
- Relicense LGPLv2+. Commit.
- Relicense to LGPLv2+. Commit.
- Relicense to LGPLv2+. Commit.
- Relicense LGPLv2+. Commit.
- Relicense LGPLv2+. Commit.
- Relicense to LGPLv2+. Commit.
- Enable wildcard matcher test again. Commit.
- Relicense to LGPLv2+. Commit.
- Relicense LGPLv2+. Commit.
- Relicensing, LGPLv2+. Commit.
- Relicense to LGPLv2+. Commit.
- Relicense to LGPLv2+. Commit.
- KTextEditor is finally LGPLv2+ only. Commit.
- Relicensing, LGPLv2 => LGPLv2+. Commit.
- Relicense to LGPLv2+. Commit.
- Add "Save Copy As" action to katepart. Commit. Fixes bug #259488
- Remove vi-mode dependend code from searchbar. Commit.
- When in vi-mode override menu find actions. Commit.
- Fix assert in ~QPersistentModelIndex. Commit. Fixes bug #236948. Code review #113917
- Cleanup for b7687492 to be cherry-pick. Commit.
- Less warnings. Commit.
- Remove old hello world, will need to write new one. Commit.
- Initial port of search plugin, think something is still broken, seems like endless loop for pgrep search in project. Commit.
- Fixup kate project plugin. Commit.
- Do it like konsolepart: katepartprivate + katepart. Commit.
- Kate console plugin is back alive and kicking ;). Commit.
- Fix session config, much nicer with new interface. Commit.
- No versioning of this, this is really only katepart internal. Commit.
- Revert "avoid to install the library only needed for unit tests". Commit.
- Avoid to install the library only needed for unit tests. Commit.
- Set xml file. Commit.
- Use right view changed. Commit.
- Add again internal signalling. Commit.
- Implement full interface to have file tree at least bit working again. Commit.
- Vi-mode: make KateViEmulatedCommandBar default. Commit.
- File tree plugin compiles again and does nothing ;). Commit.
- Kate compiles & links again without its own interfaces, plugins out of order now ATM. Commit.
- Fix missing display name. Commit.
- Fix linking. Commit.
- Fix linking. Commit.
- Fix viemulatedcommandbar tests. Commit.
- Application plugin type. Commit.
- Remove Kate's duplicated config page & config page interface, use the KTextEditor interfaces. Commit.
- Remove Kate's duplicated config page & config page interface, use the KTextEditor interfaces. Commit.
- Add back config page interface, Editor derives from it, plugins may use it. Commit.
- Merge latest master changes. Commit.
- KTextEditor::ConfigPage is all we need ;). Commit.
- Remove old cruft. Commit.
- More or less all interfaces needed are around now, beside the config page interface. Commit.
- Purge never used API. Commit.
- Nearly completed interfaces for main window. Commit.
- Filter device doesn't like truncate. Commit.
- Add plugin createView. Commit.
- Merge master. Commit.
- Merge master. Commit.
- Start to implement application plugin. Commit.
- Implement application interfaces. Commit.
- Add menu action to display non-printable spaces. Commit. Fixes bug #85321. Fixes bug #237821. Fixes bug #312192
- Cleanup the Editor instance mess, just one global instance, cleanup on QCoreApplication exit, like we do since long in 4.x series to avoid any problems, but now really just do that, no nifty not needed ref counting. Commit.
- More application API. Commit.
- Remove old API. Commit.
- Merge master. Commit.
- Try to fix problem introduced by inventing setStart/End, back to old semantics. Commit.
- Cu container interface, all uses in katepart are now ported over to application/mainwindow duo, even nicer, as they are completly null safe. Commit.
- Remove old code, use new application interface. Commit.
- Start to add application wrapper. Commit.
- Start to implement the interfaces. Commit.
- More interface functions, fixup copy and paste error in header. Commit.
- Use new MainWindow interface instead of ViewBarContainer. Commit.
- Better destruction order. Commit.
- Start to implement alternative interface for host applications. Commit.
- Dirty fix for 5c8541. Commit.
- Don't write session information to shared config. Commit.
- Remove not used header. Commit.
- Even more structure. Commit.
- Fix make install. Commit.
- Start to cleanup KTextEditor structure, not all in one dir. Commit.
- Start to cleanup KTextEditor structure, not all in one dir. Commit.
- Add posibility to change swap file location. Commit. Code review #114229. Fixes bug #321135. Fixes bug #328244
- Reenable the updateColorPalette slot. Commit. Code review #114619
- Cleanups. Commit.
- Fixup library versions. Commit.
- Missed to install the headers :). Commit.
- Start to generate forward headers like the people in frameworks do, still some files missing. Commit.
- Remove forgotten schemaconfigcolortab.ui. Commit.
- Enable page ranges for printing. Commit. Fixes bug #208736
- Break down the PrintPainter::paint(). Commit.
- Clarify the dbus prefix. Commit.
- Register us again at the holy dbus. Commit.
- Register us again at the holy dbus. Commit.
- Remove the old should exit hack. Commit.
- Remove top bar, not used anymore. Commit.
- Break down the kateprinter.cpp. Commit.
- Let there be print preview. Commit. Fixes bug #177542
- Small #include header cleanup. Commit.
- Merge master. Commit.
- Add simple and check infinite loop check for highlightings. Commit. Code review #111754
- Set urgent flag on window activated by dbus call. Commit.
- Same hack for dbus communication. Commit.
- Clenup compiler warning for filebrowser plugin. Commit.
- Fix the file argument parsing. Commit.
- Port hlselection plugin. Commit.
- Fix katepart plugin loader. Commit.
- Cleanup excessive debug info from kate/filetree. Commit.
- Emit documentUrlChanged when url really changes. Commit.
- Bring back the file icon in katefiletree. Commit.
- Make filetree more keyboard friendly. Commit.
- Filetree: const some functions. Commit.
- Try to fix unit-test compile on build bot. Commit.
- Remove recursion from kate config dialog. Commit.
- Small cleanup of header files. Commit.
- Clean KIO usage of job->errors(). Commit.
- Tests include headers cleanup. Commit.
- Update porting guite to reflect CodeCompletionModelControllerInterface merge. Commit.
- Cleanup usage of tests QUrl. Commit.
- Make `kwrite test.cpp` work again. Commit.
- Make the rest of the tests compile. Commit.
- Clean up compile warnings from enable tests. Commit.
- Update CommitPolicy with more coding style info. Commit.
- Merge the masses of vX interfaces. Commit.
- Enable back the size window initial settings. Commit.
- Reenabling transparent compreession. Commit.
- Port from getpid to QCoreApplication::applicationPid. Commit.
- Make kate session work again. Commit.
- Bring back the sessionSaving call in kate. Commit.
- Cleanup KateConfigDialog from KF5 FIXMEs. Commit.
- Change KTextEditor::aboutData declaration. Commit. Code review #114609
- Make KAboutDataDialog work again. Commit.
- Bring back the isSessionRestored function. Commit.
- Try to fix kwrite session store/save. Commit. Code review #114607
- Initial port of filesystem browser. Commit.
- Api by Christoph is always normalized. Commit.
- HideToolView() calls setFocus() at the moment. Commit.
- More tests. Commit.
- Lot more tests ;). Commit.
- More tests. Commit.
- More tests. Commit.
- More tests. Commit.
- Cleanup KTE api for ranges, no non-const start/end, but setStart/setEnd. Commit.
- Konsole plugin: kde4 support free. Commit.
- Port to KF5/Qt5. Commit.
- Enable back vimode_tests. Commit.
- Cut down dependencies in cmake. Commit.
- Better test script. Commit.
- Better test script. Commit.
- More tests. Commit.
- Initial port of Konsole plugin. Commit.
- Start to add tests back. Commit.
- Start to add tests back. Commit.
- Start to port unit tests. Commit.
- Start to port unit tests. Commit.
- KTextEditor is always in kate.git. Commit.
- Remove more attic. Commit.
- Less kde4 support. Commit.
- Less kde4support. Commit.
- Remove transitional. Commit.
- Register about data for kwrite, too. Commit.
- Register app wide about data, remove not used kde4support dep. Commit.
- Port away from some kde4support macros. Commit.
- Port away from KIO::NetAccess. Commit. Code review #114551
- Port away from KIcon. Commit.
- We use the qt qjson stuff ;). Commit.
- Port away from old API. Commit.
- Force include header case. Commit.
- Port away from old API. Commit.
- Port to KF5/Qt5. Commit.
- Sort deps, 4support is only used because of netaccess. Commit.
- Simplify compression device code when saving files. Commit.
- Port project plugin. Commit.
- OpenUrl: always open a new buffer. Commit. Code review #112187
- Remove kate part version. Commit.
- Port to cmake generate_export_header. Commit. Code review #114565
- Install .desktop files, to make kservice work again. Commit.
- Move KateHighlighting::contextNum() to cpp-file + constify. Commit.
- Remove unused header files. Commit.
- Port from KStatusBar to QStatusBar (KateVSStatusBar). Commit.
- Fix includes. Commit.
- Clean CMAKE_MODULE_PATH. Commit.
- Group the KF5 & Qt5 modules. Commit.
- Require CMake 2.8.12. Commit.
- Require ECM 0.0.9. Commit.
- Last qVartianValue removal. Commit.
- Port away from Qt5 ascii methods. Commit.
- Port away from QAbstractItemModel::reset(). Commit.
- Port from deprecated Qt5 methods. Commit.
- Port away from title case "K" include files. Commit.
- Small cleanup after porting. Commit.
- Port away from qVariantValue macro. Commit.
- Port from deprecated KPluginInfo(const KService::Ptr). Commit.
- Port awy from K[HV]Box in KateMDI::MainWindow. Commit.
- Make KateMDI::MainWindow::centralWidget protected. Commit.
- Port from KLocale to QLocale. Commit.
- Port away from KVBox (KateViewSpace). Commit.
- Port away from KVBox (KateConfigDialog). Commit.
- Port away from KVBox (KateMDI::ToolVIew). Commit.
- Port from KHBox (KateSchemaConfigPage). Commit.
- Port from KMainWindow::restoreWindowSize/saveWindowsize. Commit.
- Another small cleanup. Commit.
- Small cleanup. Commit.
- Port from KIntNumInput to QSpinBox. Commit.
- Port from KDialog to QDialog (KateGlobal::configDialog). Commit.
- Port from KDialog to QDialog (KateSchemaConfigPage). Commit.
- Port from KDialog to QDialog (KateCompletionConfig). Commit.
- Port from KDialog to QDialog (part/dialogs). Commit.
- Port from KDialog to QDialog (EditSnippetRepository). Commit.
- Port from KDialog to QDialog (EditSnippet). Commit.
- Port from KDialog to QDialog (KateSnippetGlobal). Commit.
- Port from KDialog to QDialog (KateSaveModifiedDialog). Commit.
- Port from KDialog to QDialog (KateMwModOnHdDialog). Commit.
- Port from KFontDialog to QFontDialog. Commit.
- Port from KDialog to QDialog (KateSession). Commit.
- Make cmdline args work again. Commit.
- Port from KProgressDialog to QProgressDialog. Commit.
- Remove usage of kdeversion.h. Commit.
- Remove katemain.h. Commit.
- Port away from KApplication. Commit.
- Remove KComponentData headers. Commit.
- Port away from KHBox, this should be done properly with .ui-files!. Commit.
- Port to KLocale::global() and QSpinBox. Commit.
- Port from KColorDialog to QColorDialog. Commit.
- Port from KIntSpinBox to QSpinBox. Commit.
- Convert KSpinBox to QSpinBox. Commit.
- Fix inserting & removing i18n catalog. Commit.
- Revert previous commit, was a mistake in kdelibs. Commit.
- Port from KFileDialog to QFileDialog. Commit.
- Compile: KF5::ItemViews were renamed to KF5::KItemViews. Commit.
- Small header cleanup and micro fix. Commit.
- Port from KSaveFile to QSaveFile. Commit.
- Port away from kde_file.h. Commit.
- Minor cleanup. Commit.
- Port away from KPushButton to QPushButton. Commit.
- Migrate from KIcon to QIcon. Commit.
- Port from KMenu to Qmenu. Commit.
- Port away from KTemporaryFile to QTemporaryFile. Commit.
- Migrate from KTabWidget to QTabWidget. Commit.
- Port away from KGlobalSettings. Commit.
- More KGlobal cleaning. Commit.
- Migrate from KGlobal::charsets to KCharsets:charsets. Commit.
- Migrate from KGlobal::config() to KSharedConfig::openConfig(). Commit.
- Build with strict iterators. Commit.
- Explicitly construct QUrl. Commit.
- KF5 Porting, Exposing KTextEditor. Commit. Code review #114462
- Migrate from KSharedPtr to QExplicitlySharedDataPointer. Commit.
- Migrate from KStandardDirs to QStandardPaths. Commit.
- Migrate away from KShortcut. Commit.
- Migrate from KAction to QAction (3/3). Commit. Code review #114509
- Migrate from KAction to QAction (2/3). Commit. Code review #114508
- Migrate from KAction to QAction (1/3). Commit. Code review #114507
- Migrate from KDebug to QLoggingCategory (ktexteditor). Commit. Code review #114489
- Migrate from KDebug to QLoggingCategory (katepart). Commit. Code review #114491
- Migrate from KDebug to QLoggingCategory (filetree). Commit. Code review #114486
- Migrate from KDebug to QLoggingCategory (kate). Commit. Code review #114490
- Migrate from KDebug to QLoggingCategory (kwrite). Commit. Code review #114488
- Migrate from KUrl to QUrl. Commit. Code review #114485
- Migrate from KMimeType. Commit. Code review #114494
- KF5 prefix rename. Commit.
- Add DocumentCursor include file. Commit.
- Fix ::move of MovingCursor. Commit.
- Port command line parsing for KWrite, too. Commit.
- Use json plugin info. Commit.
- Active doc generation again. Commit.
- Start to have again kind of working command line parsing. Commit.
- Start to port away from KApplication subclass. Commit.
- Try to get filetree plugin up and running ;) not working ATM. Commit.
- Initial Kate application port, still a lot work. Commit.
- Mention removed interface in docs. Commit.
- Remove LoadSaveFilterCheckPlugin, it's unused anyways. Commit.
- Changes to KTE::TextHintInterface. Commit.
- Update todo-list. Commit.
- EditorChooser is gone. Commit.
- Remove the simple mode, the most stupid invention ever. Commit.
- Purge editor chooser, nothing like pain, there is no other implementation since 10 years. Commit.
- Purge editor chooser, nothing like pain, there is no other implementation since 10 years. Commit.
- Comment out accessibility stuff again. Commit.
- Back to plain qfile, comment the problem. Commit.
- Less Smart*. Commit.
- Start to cleanup KTextEditor::Cursor/Range. Commit.
- Start to cleanup KTextEditor::Cursor/Range. Commit.
- Don't derive from KTextEditor::Cursor. Commit.
- Port to KCompressionDevice. Commit.
- Bring back loading of compressed files. Commit.
- More API documentation. Commit.
- Move signal readWriteChanged(KTE::Document*) to KTE::Document. Commit.
- KateScriptDocument::wordRangeAt(): reuse Document::wordRangeAt(). Commit.
- KateView::selectWord(): reuse Document::wordRangeAt(). Commit.
- KTE::Document: chracterAt(), wordAt(), wordRangeAt(). Commit.
- Port KToolInvocation to KHelpClient. Commit.
- Remove convenience View::setSelection(). Commit.
- Add KTE::DocumentCursor. Commit.
- Add KF5 porting notes. Commit.
- Merge KTE::CoordinatesToCursorInterface into KTE::View. Commit.
- Port to QMimeData::urls(). Commit.
- Dialog: buttons / help still missing. Commit.
- Sonnet::BackgroundChecker::restore() was removed. Commit.
- Sonnet::BackgroundChecker::restore() was removed. Commit.
- Fix drawing of buttons in style config dialog. Commit.
- Port to KCategoryDrawer. Commit.
- Start working on QAccessible, not there yet. Commit.
- Fix Drag & Drop. Commit.
- Quickfix for file loading. Commit.
- Less old stuff. Commit.
- Fix xml gui, actions load again. Commit.
- Less KSharedPtr. Commit.
- Less KSharedPtr. Commit.
- No KDE4 searching. Commit.
- Merge master => frameworks. Commit.
- Remove Kross, otherwise it does not work for me. Commit.
- Less KF5 porting notes. Commit.
- Port backup file name generation. Commit.
- Kill the complete Smart* stuff. Commit.
- Let it run ;). Commit.
- Katepart loads and crashs :). Commit.
- KWrite starts up and doesn't find the katepart :P. Commit.
- Part compiles and links. Commit.
- Start to port part, mark all commented out places with FIXME and KF5. Commit.
- Start to port part, mark all commented out places with FIXME and KF5. Commit.
- Initial quick and dirty ktexteditor compilation on KF5. Commit.
kblocks [Show]
kcachegrind [Show]
- Be more robust against nonsensical input. Commit.
kcalc [Show]
- Add a .reviewboardrc. Commit. Code review #120831
- Fix build with gcc-4.9. Commit. Code review #120832
- Applying patch from Tobias Berner to fix an extra parameter on the mpfr_floor an mpfr_ceil functions. Commit.
kde-baseapps [Show]
- Set version number to 14.11.97 for the KDE Applications 14.12 RC. Commit.
- Update Dolphin version to 4.14.98 for Release Candidate. Commit. Code review #121195
- Do not crash in the tests. Commit.
- X-KDE-Keywords separator is ,. Commit.
- Make sure that m_selectionToggle is not 0 before calling deleteLater(). Commit.
- Use deleteLater() to delete the selection toggle in KItemListWidget. Commit. Fixes bug #334785. Code review #121087
- Ensure input is a valid regexp before enabling regexp filter mode. Commit. Code review #120986. Fixes bug #340470
- Fix Documentation about changing directory in terminal panel. Commit. Fixes bug #340437
- Make the view/Terminal Panel synchronization less error-prone. Commit. Fixes bug #339009. Fixes bug #314038. Code review #120768
- Update "About" dialog after maintainership change. Commit. Code review #120608
- No file editing in preview, change KOffice to Calligra, see also http://websvn.kde.org/?view=rev&revision=1401391. Commit.
- Set the focus to the active view if the current tab has been changed. Commit. Fixes bug #338892. Code review #120125
- KFind is not available in Dolphin. Commit.
- Rename "Recently Accessed" to "Recently Saved". Commit. Fixes bug #304854. Code review #119986
- Save the view states in addition to the view urls and splitter state in DolphinTabPage. Commit. Code review #119792
- React on the redirection signal from DolphinView to properly update the tab and window titles. Commit. Code review #119697. Fixes bug #305721
- Use DolphinTabPage saveState/restoreState to remember and re-open closed tabs. Commit. Code review #118968
- Add AppStream metadata for Konqueror, KFind. Commit.
- Implemented DolphinTabWidget class to encapsulate the tab handling from DolphinMainWindow. Commit. Code review #119115
- Prevent multiple connections between sender and receiver. Commit. Code review #119532
- Make CTRL+SHIFT+T reopen last closed tab. Commit. Fixes bug #336818. Implements feature #118994
- Implemented (QTabBar based) DolphinTabBar class to encapsulate the tab bar handling from DolphinMainWindow. Commit. Code review #118969
kde-dev-scripts [Show]
- Use ECM as this sets MAN_INSTALL_DIR. Commit.
- New scripts (from ervin and me) for rename / copy+rename a class. Commit.
- Convert old kde4support macro. Commit.
- Add suppression for non-inlined load<> too. Commit.
- Generalize the QBasicAtomicPointer suppression. Commit.
- Ignore case. Commit.
- Allow building without KDE4 devel package installed. Commit.
- Remove some path. Commit.
- Remove QtQuick in include too. Commit.
- Add todo. Commit.
- Fix convert. Commit.
- Port setShowCancel. Commit.
- Make sure that we search "connect". Commit.
- Improve kicon convert script. Commit.
- Kde-checkout-list - special case handling for fresh kdelibs branch co. Commit.
- Kdepim has adopted the kdelibs style. Commit.
- Add copyright header. Commit.
- Improve. Commit.
- Add more overloadsignal. Commit.
- Add support for KPtyProcess. Commit.
- Add support foir other signals. Commit.
- Remove QtPrintSupport/. Commit.
- Remove QtWidgets too. Commit.
- Fix search kdialog. Commit.
- Add script to port kfontcombobox to qfontcombobox. Commit.
- Add support for kprocess. Commit.
- Add support for nobutton. Commit.
- Add support for KDirLister. Commit.
- Be sure to add qdebug when necessary. Commit.
- Adapt to QDoubleSpinbox. Commit.
- Convert KFileDialog::getOpenUrl. Commit.
- We can have space here. Commit.
- Be sure to undef toorig. Commit.
- Fix currentline. Commit.
- Allow to port connect with sender "actionCollection\(\)\-\>action". Commit.
- Make sure to undef origin. Commit.
- Allow to restore original lines. Commit.
- Be sure to search connect or disconnect. Commit.
- Allow to parse multi line. Idea from David. Commit.
- Move to own sub function. Commit.
- We can have some space before constructor. Commit.
- Also port QT_QTHELP_LIBRARIES. Commit.
- Add kdevplatform libraries port. Commit. Code review #120269
- Fix support for private class. Commit.
- Improve support for *SpinBox. Commit.
- Support QSignalMapper overload signal. Commit.
- Port setEscapeButton. Commit.
- Add support for isButtonEnabled. Commit.
- Migrate more cmake variable. Commit.
- We can convert it here too. Commit.
- Search "Foo *toto =" variable too. Add QNetworkReply overload too. Commit.
- Add support for private class with qpointer. Commit.
- Exclude each Q_PRIVATE_SLOT. Commit.
- Remove duplicate code. Commit.
- Fix it. Commit.
- Add support for code with private class. Commit.
- ARts? dcop? into which year did I travel now?. Commit.
- Stop wrapping all my lines at 100 chars, it's really really annoying. Commit.
- Port more variables. Commit.
- Add support for kurlrequester. Commit.
- Add support for buttongroup. Commit.
- We can have a space here. Commit.
- Convert setButtonWhatsThis too. Commit.
- Convert setButtonToolTip. Commit.
- Wierd $_ was replaced by $currentline... Commit.
- Show file name and line where we can't convert connect. Commit.
- Fix convert signals when we normalized signals. Commit.
- Receiver is "this" here. Commit.
- Remove duplicate code (and fix bug). Commit.
- Fix argument for function. Commit.
- Add more overload signal. Commit.
- Fix warn info. Commit.
- Greatly simplify the code handling overloaded signals. Commit.
- QDebug() should be commented out by default otherwise it's too noisy. Commit.
- Merge with remove-kde4support.pl. Commit.
- Don't convert slots with default values (in case the signal has less arguments than the slot). Commit.
- Turn "not possible" into a string, for better diagnostics. Commit.
- Cleanups. Commit.
- Parse variables (and classnames, just in case) containing '_', as well. Commit.
- Rename sub - it's only about signals. Commit.
- Improve it. Commit.
- Add missing "&". Commit.
- Factorize the common code for headers and cpp files. Commit.
- As discussed with David just Q_WS_WIN can be converted. Commit.
- Revert "Merge in remove-kde4support.pl". Commit.
- Don't try to convert when not possible. Commit.
- Don't convert when we can't find variable (when we use a function as variable for example connect(menu(), SIGNAL(aboutToShow()), SLOT(slotFillMenu())); ). Commit.
- Don't convert when headerclassname is empty. Commit.
- Merge in remove-kde4support.pl. Commit.
- Move in remove-kde4support.pl. Commit.
- Merge in kde4support.pl. Commit.
- Merge in remove-kde4support.pl. Commit.
- Add support for Akonadi::CollectionComboBox. Commit.
- Convert closeClicked() too. Commit.
- Better to use local variable. Commit.
- Add & when necessary. Commit.
- Fix convert when we have multi class in header file. Commit.
- Remove duplicate code. Commit.
- Improve it. Commit.
- Add support for connect with SIGNAL/SIGNAL too. Commit.
- Reduce code. Commit.
- Add support for KPluralHandlingSpinBox. Commit.
- Clean up. Commit.
- Fix convert SLOT with argument. Commit.
- Don't lose Qt::QueuedConnection. Commit.
- Improve overload support. Commit.
- Adapt setTranslator and addCredit too. Commit.
- Fix search class. Commit.
- Add support for ui file as Ui_... Commit.
- Add support for qtcpsocket. Commit.
- Convert signal just when it's in "connect". Commit.
- Add support for kurllabel. Commit.
- Add support for KSelectAction overload. Commit.
- Add support for QSpinBox/QButtonGroup. Commit.
- Merged with the existing KGlobal::locale() replacements in remove-kde4support.pl. Commit.
- Already done by convert-kstandarddirs.pl. Commit.
- Add authorizeUrlAction; not related to kaction, but no point in a separate script. Commit.
- Enable translations for ui files. Commit.
- Valgrind has suppressions for fun:deflate already, but not for fun:inflateInit2... Commit.
- Catch QBasicAtomicPointer operators for qt4 as well. Commit.
- Fix copy/paste typos. Commit.
- Add missing space after comma. Commit.
- Helgrind suppressions: fix for Qt4/Qt5 differences. Commit.
- Fix search overload. Commit.
- Fix typo. Commit.
- Add more comments. Commit.
- Add support for overload QButtonGroup. Commit.
- Convert when we have a private class too. Commit.
- Convert "kdebug.h" too. Commit.
- Add more overload. Commit.
- Implement overload support. Commit.
- Fix indent. Commit.
- Extract variable class when we have foo *const var;. Commit.
- Don't use my alias. Commit.
- Fix when receiver use a QPointer. Commit.
- Clean up. Try to implement overload. Commit.
- Start to remove duplicate code. Commit.
- Allow to convert connect when pointer used a QPointer. We need to use ".data()". Commit.
- Fix typo. Commit.
- Allow to disable debug. Commit.
- We can have move element before connect. Commit.
- Fix extract local variable. Commit.
- Exclude case "return foo;". Commit.
- Fix convert function with argument. Commit.
- Reduce duplicate code. Commit.
- It's a slot. Commit.
- Fix QTest. Commit.
- Fix qclipboard. Commit.
- Improve it. Commit.
- Remove KPIMTextEdit. Commit.
- Fix comment as log told us "Move the commit for code reformatting to astyle-kdelibs.". Commit.
- It's a very old script which tries to remove not necessary includes. Commit.
- Improve kde4_add_executable port, add kde4_add_unit_test support, add libs. Commit.
- Use KF5::Parts as the replacement for KDE4_KPARTS_LIB. Commit.
- Fix extract option. Commit.
- Fix search option. Commit.
- Search just kmenu. Commit.
- Fix convert includes. Commit.
- Add support for private class. Commit.
- Improve script. Commit.
- Fix regexp. Commit.
- Port KLocale::formatDateTime. Commit.
- Support QDialogButtonBox. Commit.
- Start to remove klocale::formatdate and others. Commit.
- Remove kdelibs4support. Commit.
- Add KConfigGroup in cpp file not necessary in .h file. Commit.
- Add info about porting KStandardDirs::Recursive. Commit.
- Search just kglobal. Commit.
- KViewStateSaver -> KConfigViewStateSaver. Commit.
- Add comment about slotButtonClicked. Commit.
- Port enableButtonApply. Commit.
- Add more info. Commit.
- Remove KDialog:: for button. Commit.
- Look at just kglobal. Commit.
- Add todo. Commit.
- Search only kaction. Commit.
- Fix convert when all arguments are default. Commit.
- Fix convert. Commit.
- Start to convert getSaveFileName. Commit.
- Convert applyClicked signal. Commit.
- Minor fix. Commit.
- Convert KFileDialog::getExistingDirectory. Commit.
- Improve comment. Commit.
- Port populateMimeData. Commit.
- Allow to convert KGlobal::dirs\(\)->findResourceDir. Commit.
- Remove warn. Commit.
- Remove KStandardDirs too. Commit.
- Don't search kshortcutdialog, just kshortcut. Commit.
- Commit my very old script to clean up forward declaration. Commit.
- Debug--. Commit.
- Improve convert connect to new api. Commit.
- Exclude some class. Commit.
- Allow to port when we have some space. Commit.
- Add script to search all kdelibs4support header/class. Commit.
- KConfiggroup was provided by kdialog. Commit.
- Convert even if we use KDialog:: for button type. Commit.
- Fix user* button. Commit.
- Fix convert include. Commit.
- Don't remove space here. Commit.
- Improve convert to kurl. Commit.
- Improve kmimetype support. Commit.
- KUrl::List->QList
. Commit. - Set +x. Commit.
- Fix typo in shebang. Commit.
- Report the finding errors. Commit.
- Changes from last releases. Commit.
- Introduce a little script that can tell the dependencies from a cmake file. Commit.
- Port to qprogressdialog. Commit.
- Handle KShared which is a typedef to QSharedData in ksharedptr.h. Commit.
- Start to support local variable. Commit.
- Start to implement convert KProgressDialog to QProgressDialog. Commit.
- Show file name. Commit.
- We have macro for optional subdirectory. Commit.
- Fix extract name. (sometime we have native="..."). Commit.
- Allow to convert function as "::self". Commit.
- It's qpushbutton. Commit.
- Allow to convert qdialogbuttonbox too. Commit.
- Fix regexp. Commit.
- Improve it. Commit.
- Parse ui file. Commit.
- Improve convert kmimetype. Commit.
- Porting++. Commit.
- Improve script. Commit.
- Improve it. Commit.
- Start to improve it. Commit.
- This script allows to convert to connect + lambda syntax. Commit.
- If .h doesn't exist, try to use _p.h. Commit.
- Fix diff. Commit.
- Move function to functionUtilkde.pm (remove duplicate code). Commit.
- Allow to convert to QString::toHtmlEscaped. Commit.
- Fix convert QIODevice::ReadWrite is unsupported. Commit.
- Convert even if there is space before (. Commit.
- Convert kerror. Commit.
- Fix script. Commit.
- Fix convert includes. Commit.
- Improve script. Commit.
- Improve script. Commit.
- Port more functions. Commit.
- Remove deprecated method. Commit.
- Add info about maximum value. Commit.
- Port some signal. Commit.
- Add script to convert kbuttongroup (need to add button yet). Commit.
- Improve convert script. Commit.
- Not necessary. Commit.
- Fix command line example. Commit.
- Add script to port to qmenubar. Commit.
- Allow space after the '*'. Commit.
- KAboutData::setApplicationData takes care of doing all this already. Commit.
- Add infos about exists(). Commit.
- Add script to convert ktempdir. Commit.
- Add minor. Commit.
- Convert KMimeType::extractKnownExtension. Commit.
- Fix script. Commit.
- Make fix-ecm-install-icons.pl work outside git repos. Commit.
- Make fix-ecm-install-icons.pl work with relative directories. Commit.
- Make fix-ecm-install-icons.pl work with multiple CMakeLists.txt files. Commit.
- Allow the indentation to be manually specified in fix-ecm-install-icons. Commit.
- Deal with l10n codes in fix-ecm-install-icons.pl. Commit.
- Fix whitespace in fix-ecm-install-icons.pl. Commit.
- Catch Complex Icon Names. Commit.
- Execute the git status command from the top of the repo. Commit.
- Script to Fix ecm_install_icons Deprecation Warnings. Commit. Code review #119457
- Fix setSuffix. Commit.
- Fix comment when we need to adapt code. Commit.
- Port qt macro Q_WS_* -> Q_OS_*. Commit.
- Add more remove kde4support. Commit.
- Add script to port ktemporaryfile. Commit.
- Minor. Commit.
- Add script to port kmd5. Commit.
- Replacing also kaction.h header include. Commit. Code review #119435
- Replacing also kicon.h header include. Commit. Code review #119444
- Convert kdoublenuminput. Commit.
- Convert setRange. Commit.
- Add script to convert kintspinbox => convert setRange, remove setSliderEnabled(false) etc. Commit.
- Don't add twice QCommandLineParser. Commit.
- Add QCommandLineOption when necessary. Commit.
- Allow to add QCommandLineParser when we just add KCmdLineArgs::init. Commit.
- Port deprecated function. Commit.
- Improve convert script. Commit.
- Improve script to port to qcommandlineparser, allow to port k4aboutdata + kapplication when possible. Commit.
- Allow to convert all kmenu. Commit.
- Convert KMenu::addTitle->QMenu::addSection. Commit.
- Add a script to port export header file. It's necessary if we want to remove kdemacros.h. Commit.
- Port KDE_EXPORT. Commit.
- Add script to convert KColorDialog::getColor to QColorDialog::getColor. Commit.
- Minor fixes. Commit.
- KlistWidget->QlistWidget. Commit.
- Add missing convert function. Commit.
- S,KUrl::fromPath\b,QUrl::fromLocalFile,;. Commit.
- Fix assign GuiItem. Commit.
- Add missing Apply. Commit.
- Move comment. Commit.
- Migrate showButton. Commit.
- Add missing ')'. Commit.
- Port setButtonGuiItem and others fixes. Commit.
- Add missing includes. Commit.
- Add support for setButtonIcon. Commit.
- Inform it for .cpp file. Commit.
- Add warning when we don't have setButtons => we use by default Ok|Cancel. Commit.
- Fix regexpo. Commit.
- Fix regexp. Commit.
- REmove comment. Commit.
- Add support for 'button(....)'. Commit.
- Remove showButtonSeparator. Commit.
- Fix convert connect. Commit.
- Convert more code. Commit.
- Add info about mainwidget. Commit.
- Oops don't remove it. I need to port it. Commit.
- Fix when we don't have a setMainWidget. Commit.
- Add new script to help to port to QDialog. Commit.
- KCategoryDrawerV3-> KCategoryDrawer , KCategoryDrawerV2->KCategoryDrawer. Commit.
- Fix script. Commit.
- Fix port cmakelists.txt. Commit.
- Add script to convert kv/hbox to QWidget + QH/VBoxLayout. Commit.
- Rename some variable. Commit.
- Add script to convert KTextBrowser to QTextBrowser. Commit.
- Fix script name. Commit.
- Fix missing porting function. Commit.
- Add script to help to port to QKeySequence. Commit.
- Convert deprecated function. Commit.
- Convert more lib name. Commit.
- QT_QTXML_LIBRARY -> Qt5::Xml. Commit.
- Convert akonadi-kabc. Commit.
kde-runtime [Show]
- Use QFile::decodeName for command in KDEsuDialog to fix encoding. Commit.
- Sanitize path. Commit.
- Make KWalletD::connectToScreenSaver a stub function on OS X. Commit. Code review #120580
- BUG: 337742 REVIEW: 120431. Fix and future-proof security in Dr Konqi. Commit. Fixes bug #337742 REVIEW: 120431. Fix and future-proof security in Dr Konqi.
- [OS X] turn kglobalaccel into an "agent", removing it from Dock. Commit. Code review #120354. See bug #339333
- REVIEW: 119498. Make Dr Konqi raise its window and not crash internally. Commit. Code review #119498. Make Dr Konqi raise its window and not crash internally.
- Fix installing new .comic packages from GHNS. Commit.
- Kio_trash: implement directory cache as per the trash spec v1.0. Commit. Code review #119187
kdeedu-data [Show]
- New in this release
kgeography [Show]
- Fix "Warning: bihar.kgm does not have a recognised first line and texts won't be extracted". Commit.
- Bihar map. Commit.
kgpg [Show]
- Bump version number for KDE Applications 14.12. Commit.
- Do not call KJob::emitResult() when the job is about to be killed. Commit. Fixes bug #294399
- Do not pretend to be running if starting failed because of GnuPG error. Commit.
- Do not warn if GPG_AGENT_INFO is not set and GnuPG >= 2.1 is used. Commit. See bug #340676
- Show long key ids by default. Commit.
- Bump version number for KDE Applications 14.12 beta3. Commit.
- Allow subkeys to have their own fingerprint. Commit. See bug #340782
- Only set the first fingerprint as key fingerprint. Commit. Fixes bug #340782
- Bump version number for post-SC 4.14 development. Commit.
khangman [Show]
- Forgot to remove a few more unused Qt modules. Commit.
- Remove unused dependencies. Add KF5::Crash to link libraries. Commit.
- Migrate settings. Commit.
- Allow to translate. Commit.
- Convert to new reverse dns desktop. Commit.
- USe ki18n_wrap_ui. Commit.
- Use QLocale instead of all_languages to get language names. Commit. Code review #120826
- Reviewed-by: Jeremy Whiting
. Commit. - Cleared old FIXME on relocating KHangManView::setTheme(). Commit.
- Use 4.5-based DocBook DTD. Commit.
- Install the library in the right location and also give it a proper version. Commit.
- Moved standardthemes.xml to khangman/themes. Commit. Code review #120789
- Changed whatsThis display message for File -> Open Recent. Commit. Code review #120787
- Fix khangmanengine target on apple builds. Commit.
- Fix Quit button functionality. Commit. Code review #120769
- Cleared old TODO comments. Commit. Code review #120762
- Fixed crash when no themes found. Commit. Code review #120738
- Set the shortcut keys using KActionCollection. Commit. Code review #120732
- Don't crash if data files aren't found. Commit. Code review #120721
- Simplify khangman class, and move data to be private. Commit.
- Fix about data usage. Commit.
- Port away from kde4support. Commit.
- Remove some deprecated calls. Commit.
- Make KHangMan run on kf5 based libkeduvocdocument. Commit.
- It builds and runs, but crashes :/. Commit.
- Removed include KVBox as it is not used. Commit.
- KUrl to QUrl. Commit.
- KAction to QAction. Commit.
- Kpushbutton to qpushbuttons. Commit.
- Kdebug to qDebug. Commit.
kig [Show]
- Make kig build on windows. Commit. Code review #121354
- Remove not necessary includes moc. Commit.
- Fix extract i18n in ui file. Commit.
- Switch to docbook 4.5, Applications/14.12 is kf5 based. Commit.
- Load translation catalog. Commit.
- Use new docbook. Commit.
- Installing XmlGui Files in the New Location. Commit.
- Fixed openUrl signal signature. Commit.
- Ported Away from K4AboutData and KCmdLineArguments. Commit.
- Fixed Startup Again. Commit.
- Revert "Fixed Startup as Unique Application". Commit.
- Remove WA_PaintOnScreen Flag. Commit.
- Fixed Startup as Unique Application. Commit.
- Fixed Compilation of kig Target. Commit.
- Reincluding kig_part.moc at the correct location. Commit.
- Ported Away from KDebug. Commit.
- Fixing All Dialogs. Commit.
- Add Dependency to KArchive. Commit.
- Correctly enabling exceptions in python_scripter.cc. Commit.
- Remove All Usage of QDialog::makeStandardCaption. Commit.
- Fixed addTitle Errors. Commit.
- Fix Compilation of KigPart. Commit.
- Porting Away from KToolInvocation. Commit.
- Added Dependency to Qt5PrintSupport. Commit.
- Fix error KIconButton errors. Commit.
- Replacing KDoubleValidator -> QDoubleValidator. Commit.
- Fixing All Uses of KIconLoader. Commit.
- Fixing QtSvg Dependency. Commit.
- Porting Away from KShortcut. Commit.
- Rewrite getDoubleFromUser. Commit.
- Removing All Includes of kglobal.h. Commit.
- Replace KFontDialog with QFontDialog. Commit.
- Adding KDELibs4Support to the kigpart target. Commit.
- Porting Away from KPushButton. Commit.
- Migration to KConfigCore. Commit.
- Porting away from KMenu. Commit.
- Fixing Compilation/Linking Errors in Test. Commit.
- Updating included headers. Commit.
- Removing Redundant ECM_KDE_MODULE_DIR. Commit.
- Changing find_package Commands to REQUIRED. Commit.
- Fix Icon Installation in mimetypes Folder. Commit.
- Fix Icon Installation in icons Folder. Commit.
- Fixing Icon Installation in kig Folder. Commit.
- Fixing data installation dir. Commit.
- Fixed KIconLoader includes. Commit.
- Fixed KParts includes. Commit.
- Porting Away from KUrl. Commit.
- 0;115;0c# This is a combination of 2 commits. Commit.
- Migration to QFileDialog. Commit.
- Porting Away from KIcon. Commit.
- Ported Script Editors. Commit.
- Adding missing dependency to TextEditor. Commit.
- Fixing Frameworks include of ReadWritePart. Commit.
- Scripted Migration to QDialog. Commit.
- Scripted migration to QAction. Commit.
- Remove Unused Parameter. Commit.
- Removing unused variable. Commit.
- Cleaning unused mode variables in wizard pages. Commit.
- Removing unused variable. Commit.
- Removing unused color information. Commit.
- Remove Workaround to Access Protected Members. Commit.
- Added dependency to KI18n for I18N_NOOP. Commit.
- Modified Includes to Work with KDE Frameworks. Commit.
- Initial Pass on CMakeLists Files. Commit.
kigo [Show]
kmix [Show]
- Fix wrong option name in kmix_autostart.desktop. Commit. Fixes bug #340187
- Remove redundant KIO dependency. Commit.
- Remove duplicated KDELibs4Support entry in find_package. Commit.
- Fix initialization of kmixd. Commit.
- Use kmixrc config filename explicitely. Commit.
- Stop crashing on applying the settings dialog. Commit.
- Fix connect() warnings. Commit.
- Correctly set the tray icon subToolTip. Commit.
- Fix autostart resouce name under KF5. Commit.
- Fix starting kcm phonon under KF5. Commit.
- Use Plasma osd service when doing KF5 build. Commit. Code review #119803
- - Add dbus to proper compilation on KF5. Commit.
- Initialize "autouseMultimediaKeys" properly, especially for the new. Commit.
- Volume feedback does not require a KMix restart anymore (Mixer directly. Commit. Fixes bug #301836
- Added a default entry for selecting master control. Commit. Code review #116851
- KF5 port. First compiling version. KMix already works partially. Commit.
- Cleanup. Commit.
- Unify GUI profile code. Every backend now uses GUI profiles. Commit.
- Add a "--failsafe" switch that allows to return to a default look and. Commit.
- Fix level check of GuiVisibilty (<= instead of <). Commit.
- Cleanup. Commit.
- Resolve KGlobal::config().data() only once for the "--save" case. Commit.
- Explicitly sync() after writing kmixctrlrc. As it is not always the. Commit.
- KF5 support in build files and applaction changes. Disabling all. Commit.
- Fix KMix label alignment in vertical layout for KMix window (but not yet. Commit.
- Fix KMix label alignment in vertical layout for KMix window (but not yet. Commit.
- Revert last commit, as that one accidently reverted the former commit. Commit.
- Bump version to 4.6RC1. Commit.
- Preselects controls ON first start, so that at least one control is. Commit.
- Reindentation only. Commit.
- Lazy intialziation for MatchAllForSoundMenu, to avoid a static. Commit.
- Add a check that registerCard() is called before creating the first. Commit.
- Tray popup / SoundMenu : Select the screen to show by using the given. Commit.
- Fix visibilty issues (show/hide) for race conditions between KMix autostart and session restore. Commit.
- More KF5 build support. Commit.
- KDE Frameworks 5 build support (work in progress). Commit.
- Add missing #include, required for Qt5. Commit.
- Make "--kepvisibilty" working. Also fix a race condition between. Commit.
- KDE Frameworks 5 build support. Initial work (work in progress). Commit.
- Configuration dialog was too wide, due to a (hidden) warning text. Commit.
- HasChangedControls() now handles the ERROR case for POLLIN as no change. Commit.
- Git ignore Eclipse project files. Commit.
- Improve the appearance of the "Select Master Channel" dialog, changing. Commit. Code review #110645
- Refactoring, especially rename prepareUpdateFromHW() to. Commit.
- High-dpi-issues: Fix hardcoded icon sizes for devices in popup and mixer. Commit. Code review #110399
kmplot [Show]
kolourpaint [Show]
- Appdata validation fix. Commit.
konsole [Show]
- Remove unused and unported kconf update scripts, kf5 starts from a fresh config. Commit.
- Comment out the 2nd line of a qDebug also. Commit.
- Fix generate_export_header for konsolepart. Commit. Code review #121271. Fixes bug #340530
- Remove duplicate include. Commit.
- Enter the commit message for your changes. Lines starting. Commit. Code review #121108
- Set version to 3.0.0. Commit.
- Change version for 14.12.000. Commit.
- Signal currentDirectoryChanged only check session's background process. Commit.
- Fix pressing Enter key to rename a tab. Commit.
- Bump patch version. Commit.
- Remove duplicate includes, rearrange includes, add newline at EOF. Commit.
- Fix write locations for konsole's files. Commit.
- Fix Konsole hides tabs when moving them using keyboard. Commit. Fixes bug #337241. Code review #120693
- More KAction->QAction porting. Commit. Code review #120557
- Migrate config. Commit.
- Fix crash. Commit.
- Port to KDialog. Commit.
- Reactivate libkonq support. Commit.
- Kdelibs4support--. Commit.
- Remove not necessary includes. Commit.
- Fix includes. Commit.
- Fix includes. Commit.
- Kdelibs4support--. Commit.
- Fixup commit 15d09f9, QStandardPaths can't use wildcards directly. Commit.
- Port to new connect api. Commit.
- Kdelibs4support--. Commit.
- Kdelibs4support--. Commit.
- Kdelibs4support--. Commit.
- Convert to QDialog. Commit.
- We are in kf5. Commit.
- Remove kdelibs4support. Commit.
- Port to QDebug. Commit.
- Port to QMenu. Commit.
- Clean forward declaration. Commit.
- Port to QDialog. Commit.
- Port KIcon to QIcon. Commit. Code review #120493
- Port from KStandardDirs to QStandardPaths. Commit. Code review #120498
- QAction::setShortcut -> KActionCollection::setDefaultShortcut. Commit.
- Add Enum to handle meta keys on Mac OS. Commit.
- Porting from KSharedPtr to QExplicitlySharedDataPointer. Commit. Code review #120497
- Port from K_GLOBAL_STATIC to Q_GLOBAL_STATIC. Commit. Code review #120496
- Add support for copying HTML formatted text from terminal. Commit. Code review #119914
- Port KUrl to QUrl. Commit. Code review #120430
- Put all the add_definitions in one block. Commit.
- Revert "No longer check for X11". Commit.
- Minor: fix header guard name. Commit.
- Minor: use '' around single character. Commit.
- Add explicit to ctor. Commit.
- Fix spelling error in comment. Commit.
- Minor whitespace changes. Commit.
- Remove X11 linking completely. Commit.
- No longer check for X11. Commit.
- Only use X11_X11_LIB instead of X11_LIBRARIES. Commit. Code review #119908
- Allow the -e command line to work w/ arguments w and w/o spaces. Commit. See bug #295648. Code review #120001
- Version-ize konsoleprivate libraries. Commit. Code review #119909
- Remove kdelibs4support. Commit.
- We can increase minimum version. Commit.
- Fix Bug 318453 - Blinking cursor of "fullwidth" character are "halfwidth". Commit. Fixes bug #318453
- Issue a warning when not matching a font exactly. Commit.
- Ki18n_wrap_ui. Commit.
- L10n fixes. Commit.
- Use QStringLiteral instead of QLatin1Literal. Commit.
- Set the component name if a KPart. Commit.
- SetXMLFile doesn't need the path to "konsole/" after the adjustment to. Commit.
- Use xi18n when markup. Commit.
- Remove accel markers. Commit.
- Use KXMLGUI_INSTALL_DIR. Commit.
- Update master branch to version 2.14.999 for now. Commit.
- Fix crash in Manage Profile Dialog. Commit. Code review #119004
- Fix crash on close. Commit. Fixes bug #331724. Code review #118839
- Update boxs.txt which uses more box lines for testing purposes. Commit.
- Correct line drawing characters U+2532, U+2544, U+2546, U+2560. Commit. Fixes bug #335339
- Fix spacing so next cherry-pick will apply. Commit.
- Fix translucency support. Commit. See bug #332408
- Enable wordwrap on suspended message to avoid window resize. Commit. Fixes bug #333890
- Update dependency: KDE4Support to KDELibs4Support. Commit. Code review #117988
- Convert to Qt5 signal slot syntax. Commit. Code review #117482
- Install konsole.notifyrc to the correct location. Commit.
- Adjust to the kreadconfig5 renaming. Commit.
- Remove CONFIG argument from find_package(KF5). Commit.
- Fix members not being initialized in constructor. Commit.
- Simplify variables and remove unneeded code. Commit.
- Change constuctor - calls now have to give Screen. Commit.
- Check return values of ::stat(). Commit.
- Check return value of KDE::chmod. Commit.
- Clarify QFile:: error enums. Commit.
- Clarify enums for ProcessInfo - possible match w/ QFile's enums. Commit.
- Encompass all the _colorTable in the check for null. Commit.
- Remove commented code and dead-code that was used in commented code. Commit.
- Add comments about glyph range and handle bad glyphs more graceful. Commit.
- Use reverse-dns-notation for desktop files. Commit.
- Port away from Q_WS_X11. Commit.
- Add some commented-out code about using QFileSystemModel + QCompleter. Commit.
- Convert from KUrlCompletion to QFileSystemModel + QCompleter. Commit.
- Remove #pragma about kfiledialog crashing. Commit.
- Temporary crash fix - disable KWindowSystem::compositingActive() calls. Commit. See bug #332408
- Remove clearButtonClicked() signal as it no longer exists. Commit.
- Remove unused _cjk() - these have never been used w/ Konsole. Commit.
- Stay in-sync w/ wcwidth.c - dealing w/ 0x300a and 0x300b. Commit.
- Fix width for 0xFF60 - wcwidth.c had already fixed it. Commit.
- Add the two new test files. Commit.
- Add tests for konsole_wcwidth(). Commit.
- Add few special shortcuts with no corresponding menu item. Commit.
- Docs: Add a link to fundamentals shortcuts section. Commit.
- Fix rows calculation for new profile settings. Commit.
- Add FIXMEs for CSI [nE and [nF. Commit. See bug #331656
- Add F11 as a shortcut for full screen. Commit. Fixes bug #303424
- Add a way to allow users to reset the "Don't ask again" dialogs. Commit. Fixes bug #331474
- Use DocBookXML 4.5 for documentation. Commit.
- TerminalInterfaceTest is not working ATM on KF5. Commit.
- Add tests for foregroundProcessId and Name. Commit.
- Add test for KonsolePart currentWorkingDirectory(). Commit.
- And add another "cd " for test designed to fail. Commit.
- Add the 'cd ' to make this work in none-zsh shells. Commit.
- Let's try to cd to /tmp as /usr doesn't seem to work on build.k.o. Commit.
- Add tests for TerminalInterface API. Commit.
- Display errorString() if process (typically a shell) can't start. Commit.
- XmlGui is also needed. Commit.
- Only search for frameworks that are really needed. Commit.
- Remove OnlyShowIn as it is depreciated in the latest desktop spec. Commit. See bug #330580
- Add note about why +1 is needed for setting rows (tabbar visiblity). Commit.
- Remove old code dealing with --no-resize option. Commit.
- Make all the layout name's unique. Commit.
- Allow konsole to store terminal size in the profile. Commit. Fixes bug #152385. Code review #115628
- Add description for --separate option, arrange options as in application. Commit.
- Add a 'Run in Konsole' action .desktop. Commit. Code review #107086
- When dragging and dropping tabs, move new window to cursor positon. Commit. Fixes bug #324760
- All 'select line' for use with shortcut. Commit. Fixes bug #327395
- Add parameter to selectLine for selecting entire line. Commit. See bug #327395
- Split mouseTripleClickEvent method into selectLine(). Commit. See bug #327395
- Add --separate command line. Commit. Fixes bug #309249. Code review #107127
- Add #if for MacOS to ignore opacity - it only adjusts brightness. Commit.
- Allow transparency to work when using images as backgrounds. Commit. Fixes bug #312843
- Use Qt::KeyboardModifiers as the type in KeyboardTranslatorTest. Commit. Code review #115615
- Fix typos. Commit.
- Dismiss flow control message after a few seconds. Commit. Fixes bug #327281. Code review #115607
- Enhance formatting of the docs. Commit.
- Add some docs for using a .css file to control tab bar style. Commit.
- . Commit. Fixes bug #330252. Fixes bug #330558. Fixes bug #330556. . Code review #115554
- Fix wrong rendering at the end of line when drawing colored whitespaces. Commit. Fixes bug #330214
- Add support for Unity quicklist. Commit. Code review #115400. Implements feature #330580
- Bump date+releaseinfo to prevent unintended backport. Commit.
- Comment out background-mode shortcut ATM doesn't work. Commit.
- Restore --background-mode. Commit. Fixes bug #320783
- Add option to remove '- Konsole' from window title. Commit. Code review #115354. Implements feature #307355
- Fix double click can only select text within visible region. Commit. Code review #111441. Fixes bug #319260
- S/KLineEdit/QLineEdit. Commit.
- S/KLineEdit/QLineEdit. Commit.
- S/KLineEdit/QLineEdit. Commit.
- S/KLineEdit/QLineEdit. Commit.
- S/KLineEdit/QLineEdit. Commit.
- S/KLineEdit/QLineEdit. Commit.
- S/toAscii/toLatin1. Commit.
- Use KDOCTOOLS_CREATE_HANDBOOK. Commit.
- CMakeLists.txt use # as comment not //. Commit.
- Remove unused KDE4 - get fontembedder to build. Commit.
- S/kde4_add_ui_files/qt5_wrap_ui cmake fix. Commit.
- Cmake foo - kde4; qt4->qt5. Commit.
- Remove kde4_add_unit_test and add ecm_mark_as_test. Commit.
- Add autotests CMakeLists.txt. Commit.
- Move automated tests to autotests. Commit.
- General KF5 fixes and removal of QT5Transitional. Commit.
- S/macro_bool_to_01/SET. Commit.
- Unset pointing hand cursor if set and not over a link. Commit. Code review #114147
- Don't add empty process items to list of currently running processes in a window. Commit.
- Update link for flow control. Commit.
- Allow control click to open URLs. Commit.
- Add missing dot and remove extra spaces. Commit.
- 4.13. Commit. Fixes bug #324946.
- Avoid warning about lib prefix, which shall not be set here. Commit.
- KF5 Prefix rename. Commit.
- Fix compilation due to new framework KF5GlobalAccel. Commit.
- Port away from KDELibs4Config.cmake. Commit.
- Remove include moc from .cpp files - removes build warnings. Commit.
- Fix build; there is only kde_terminal_interface.h. Commit.
- TerminalInterfaceV2 was merged into TerminalInterface. Commit.
- Kross is now needed for KDELibs. Commit.
- Fix build. Commit.
- Find the new KF5Config file, not the old FindKF5 file. Commit.
- Reorder so it builds. Commit.
- Get new test to build. Commit.
- Add Print Screen action. Commit.
- Add tests for KeyboardTranslator. Commit.
- Find ECM files from ECM. Commit.
- Fix build - KDE4Support. Commit.
- Remove include moc from .cpp files - removes build warnings. Commit.
- Fix build - remove KDE4Attic. Commit.
- Fix build. Commit.
- Add more tests to get coverage to 100%. Commit.
- Increase the Profile class coverage in the tests. Commit.
- From Manage Profiles, editing 2+ profiles doesn't work ATM. Commit.
- Remove 2 methods which have never been implemented. Commit.
- Use more targets instead of variables. Commit.
- Fix some linking issues. Commit.
- Set minimum CMake version and policies. Commit.
- Fix build for new kdelibs-frameworks bookmark code. Commit. Code review #113091
- Check processes running when closing window. Commit.
- Move the find_package for Qt5Transitional. Commit.
- Fix test building. Commit.
- Fix build due to KParts - don't build tests ATM. Commit.
- Fix build due to netaccess.h. Commit.
- S/kde4_add_plugin/add_library for konsolepart. Commit.
- Test file containing boxes/linechars. Commit.
- The generated LineSrc.h with the fix for 0x2530. Commit.
- Fix linechar box 0x2530 (48) down heavy/horizontal light. Commit.
- Add a check for multiple glyphs having the same calculated state. Commit.
- Remove unused method - it has never been used every in KDE 4.x. Commit.
- Fix a few llvm scanner issues - pointer is null and dead assignment. Commit.
- Netaccess has moved to kde4support. Commit.
- Add pragma to keep track of KFileDialog crashes. Commit.
- KDE findExe -> Qt findExecutable (only for zmodem). Commit.
- Kde4_add_executable -> add_executable - only for fontembedder. Commit.
- Fontembedder - don't use qFatal - just warning and exit. Commit.
- Correct fontembedder usage. Commit.
- Use the new temp call QDir::tempPath(). Commit.
- Correct QSKIP parameters. Commit.
- Revert "Hide EditProfileDialog when ColorSchemeEditor is visible". Commit. See bug #324874
- For PartTest, exit cleanly if konsolepart not found. Commit.
- Remove Q_ASSERT - the HistoryTest crashes on the assert otherwise. Commit.
- Use cmake to check if we're on DragonFly BSD instead of __DragonFly__. Commit.
- On MacOSX setPid - strange I never notice this was missing before. Commit.
- Fix building - remove kdeqt5staging. Commit.
- Correct QSKIP parameters. Commit.
- Add test to check HTML output validity. Commit.
- For HTML output, use #160 instead of nbsp - allows xmllint to work. Commit.
- For HTML output, create a full .html file. Commit.
- Correct in HTML output. Commit. Code review #112507. Fixes bug #324476
- Use a return value instead of just Q_ASSERT - don't crash in production. Commit.
- Add tests for HistoryScroll. Commit.
- More EXPORTing of classes so they can be unit tested. Commit.
- Add some docs to ::scroll(). Commit.
- Add HistoryTest for testing of the History Classes. Commit.
- Export HistoryType classes to allow testing. Commit.
- Link ++. Commit.
- Fix build -- added KBookmark dependancy. Commit.
- Ignore SessionManagerTest - nothing there. Commit.
- Bypass 2 tests on Darwin/MacOSX. Commit.
- Rearrange tests to be alphabetically - easier on the eyes. Commit.
- Add SessionTest with some basic tests. Commit.
- Add tests for terminal size. Commit.
- Simplify the color testing. Commit.
- Add testing of ColorTable/Entries. Commit.
- Add operators == and !=, for testing purposes. Commit.
- Add testTerminal - just scrollBarPosition for now. Commit.
- Add a 'getter' for ScrollBarPosition. Commit.
- Separate PartTest into an automated test and a manual test. Commit.
- Very minor style issues w/ spaces. Commit.
- Update the findLineStart/End method docs. Commit.
- Fix a crash in my re-coding of findLineStart(). Commit.
- Use the new findLineStart/End for triple mouse click. Commit.
- Implement new findLineStart/End methods. Commit.
- Start to fix selection issue when part of line/word is off-screen. Commit.
- Pgup/pgdown/up/down from searchbar scrolls terminal. Commit.
- Various search improvements. Commit.
- Let's give this frameworks (Qt5/KF5) branch a different version. Commit.
- S/splitted/split. Commit.
- Port to KF5/Qt5. Commit. Code review #111937
kopete [Show]
- Fix compilation with strict iterators. Commit.
- Fix compile error. Commit.
- Use QString() instead of QString::null. Commit. Code review #119568
- Fix bugs in pidgin history import for kopete. Commit. Code review #6561
- Show emoticons in contactlist. Commit. Code review #2542
- Fix condition. Commit.
- Make emoticonspec one page. Commit.
- Change irc server to irc.freenode.org. Commit.
- Replace common menu items in Settings and Help with links to fundamentals. Commit.
- Add emoticons guide to docbook. Commit. Code review #120896
- MSN -> WLM. Commit.
- Fix some issues, use entities, improve formatting. Commit.
- Add faqs from the old kopete.kde.org to docbook faq section. Commit. Code review #120736
kpat [Show]
- Add missing %u to exec to indicate it can open files. Commit.
- Fix copy+paste error. Commit.
- Enable kpat mimetypes translations. Commit. Fixes bug #320983
- Update docs. Commit.
- Add a stack face up option to Spider. Commit. Code review #119501
kppp [Show]
- Remove empty mimetype key, stops Debian lintian complaining. Commit.
krdc [Show]
- Fix issue with initial layout of the new connection tab. Commit.
krfb [Show]
kshisen [Show]
- Fix typo. Commit.
kstars [Show]
- Always verify filter is set to target filter after each subsequent capture. Commit.
- Only verify indexes when starting solving process. Commit.
- Sync filter info in either check filter or add ccd. Commit.
- Entice my sibling to continue contributing to KDE. Commit.
- Add the ability to remove object from observing plan through the execute UI. Commit.
- Fixing broken links for images and info on Messier objects. Commit.
- Fix name of astrometry.net service. Commit.
- Use better abbreviation. Commit.
- Allow use of off axis guide scope for FOV calculations. Commit.
- Ask user to restart jobs if all are complete. Move filter position under CCD in focouser tab. Commit.
- Set capture filter. Commit.
- Add warning on filter change in focus module. Commit.
- Add reset focus frame buttom. Commit.
- Update ACTIVE_FILTER if changed. Commit.
- Wait until confirmation that filter position was updated before continuing to capture. Commit.
- Improve "supernova update failed" error messages. Commit.
- Ensure solver is reset properly in online solver. Commit.
- Appdata validation. Commit.
- Seperate between regular and generated host sources. Commit.
- Save state before reset for ATMOST1. Commit.
- Be more compliant with AtMost1 from INDI. Commit.
- Remove space. Commit.
- Fix typos. Commit.
- Ekos alarm system complete. Commit.
- Initial support for alarms in Ekos, work in progress. Commit.
- Set options after connecting signals and slots. Commit.
- Do not update from option in CheckCCD. Commit.
- Select guide star when subframe is invoked. Commit.
- Always reset frame when capturing from calibration tab. Commit.
- Fix typos. Commit.
- Automatically determine telescope azimuth direction, no need to ask the user. Commit.
- Saving most of the options for guide and calibration in kstars config file. Allowing user to select dec swap in guiding. Commit.
- Signal failure by emitting blobupdated with a null argument to stop any ongoing job. If chip is in preview mode, the directory isn't important, it is now set to tmp. Commit.
- Using scanLine instead of setpixel since it is much faster. Commit.
- Local mode fixes. Also, keep watch of when CCD_EXPOSURE turns OK after time hits 0 to initiate newBLOB to complete the job. Commit.
- Increase decimals for HFR. Commit.
- No need to ask for hemisphere as we can get it from site info. Commit.
- Support lock filter in autofocus routine. Commit.
- Send filter change in every capture command to be sure. Check dithering if autoguiding is enabled. Commit.
- Do not suspend guiding if it was not already started. Commit.
- Resume guide if it was suspended and reset frame when subframe check is unchecked. Commit.
- Find star before fetching their centers. Commit.
- No need to connect/disconnet on every mode change, just ignore processPointSelection if mode is not FITS_GUIDE. Commit.
- Indicate capture and enable user to abort focus capture. Commit.
- UniqueConnection is magic. Commit.
- Improving intefrace to be more consistent with rest of Ekos. Commit.
- Reset bin to 1 if it is disabled. Commit.
- Better handling of focus switch and max bin. Commit.
- Fixes for cases in which either local or remote INDI server is lost. Commit.
- Also consider CCD_FRAME and GUIDER_FRAME for syncing CCD info. Commit.
- Update CCD_INFO and GUIDER_INFO if update comes later from CCD. Commit.
- Add warning if INDI driver has crashed. Commit.
- Better method to detect filename change in fitsviewer. Commit.
- Update tab text if it was a filename. Commit.
- Support upload settings of INDI CCD drivers. Commit.
- Indicate it is a filter device. Commit.
- Resume guiding if it was suspended before. Commit.
- Only disconnect signals connect to guide receiver. Commit.
- Enable ability to add more than one guider to the guide module. Commit.
- Fix issue with job reset. Commit.
- Preview should include whether the file is in batch mode or not. Commit.
- I18n string duplicate word fix. Commit.
- Autostrech previewed solver image. Display polar errors in DD:MM:SS format. Save solver options to config file. Commit.
- Correct typo. Commit.
- Prevent possible race condition. Commit.
- Do not allow Ekos switch mode if INDI services are still running. Commit.
- Warn user if there an existing indiserver process running before establishing a new one in Ekos. Commit.
- Enable user to add custom options to the plate solver and retain those options after regeneration of parameters. Commit.
- Clear undo stack if FITS is replaced. Commit.
- Enable preview of solver images, fix preview issues with FITSViewer tool. Commit.
- Change filter name in Ekos if it was updated in INDI Control panel. Commit.
- Allow user to select which focuser to use in the Ekos focus module. Commit.
- Improve error message for remove Ekos devices. Commit.
- Remove managed driver properly in case of unorderly shutdown of INDI server. Commit.
ksudoku [Show]
- Fix lintian warning W: ksudoku: icon-size-and-directory-name-mismatch usr/share/icons/hicolor/128x128/apps/ksudoku.png 388x388. Commit.
kteatime [Show]
- Fix error reported by Antoni Bella Pérez on kde-doc-english@kde.org. Commit.
- Add Green Tea. Commit. Fixes bug #338581. Code review #120027
ktouch [Show]
- Fix typo in the German data set. Commit. Code review #121138
- Fixed some double/missing spaces in german course data. Commit. Code review #121132
kwalletmanager [Show]
- Clear the window when all the wallets are deleted. Commit. Code review #119728
- Fix null pointer dereference in KWalletManagerWidget::activeWalletName(). Commit. Fixes bug #329053. Code review #118956
- Disable 'Delete wallet' action if no wallets exist. Commit. Fixes bug #329053. Code review #118956
libkdcraw [Show]
- Rename top level variable. Commit.
- Polish. Commit.
- Add test code for RActionThreadBase class. Commit.
- This dir do not exist. Commit.
- B.K.O => bug. Commit.
- Use _export.h. Commit.
- In_cmake => cmake.in. Commit.
- Rename .cmake template as .in_cmake. Commit.
libkdeedu [Show]
- Remove math icons since they are in kdeedu-data. Commit.
- Remove kvtml files. They are now in kdeedu-data. Commit.
- Cleaned up doxygen documentation for keduvocdocument.cpp. Commit.
- Cleaned up doxygen documentation for keduvocdocuemnt.h. Commit.
- Made kvocdoc:detectFileType ask reader what type it handles. Commit.
- Moved OpenAPITest from QTEST_KDEMAIN_CORE to QTEST_KDEMAIN. Commit.
- Removed unused variable in KVTML1 Reader. Commit.
- Removed unused variable in Vokabeln reader. Commit.
- Further debugging of breakage on Jenkins. Commit.
- Attempt to fix breakage on Jenkins. Commit.
- Refactored kvocdoc::open to increase robustness. Commit. Fixes bug #336780
- Removed unecessary includes. Commit.
- Clean up documentation of readers. Commit.
- Made all readers into derived classes of ReaderBase. Commit.
- File reorganization. Move all readers to readerwriters directory. Commit.
- Added unit tests for XDXF reader with bug fix. Commit.
- Improved error messages in vokabelnreader (String Changes). Commit.
- Added unit tests for Vokabeln reader with bug fixes. Commit.
- Added unit tests for Pauker reader. Commit.
- Added unit tests for WQL reader. Commit.
- Improved Error Messages in WQLReader (String Change). Commit.
- Added unit tests for KVTML2 reader. Commit.
- Made all of the readers return KEduVocDocument::ErrorCode. Commit.
- Documented the values for KVocDoc::ErrorCode. Commit.
- Create a unit test framework to allow API and non API testing. Commit.
libkdegames [Show]
- Require openal. Commit.
libkeduvocdocument [Show]
- New in this release
libkexiv2 [Show]
- Rename top level variable. Commit.
- Set Exif thumbnail date time tags when date is changed. Commit.
- Miising to load catalog for translations. Commit.
- Fix version in comment. Commit.
- Bump version in master. Commit.
- B.K.O => bug. Commit.
- If edited and previous strings are empty, do nothing. Commit. Fixes bug #152948
- Bump Exiv2 lib version dependency to 0.24. Commit.
- Prevent crash if index if out of QList range. Commit.
- Compile. Commit.
- Add more debug statements. Commit.
- Revert "Forgot to commit it". Commit.
- Revert "Start to implement kf5 support". Commit.
- Revert "Improve cmakelists". Commit.
- Improve cmakelists. Commit.
- Forgot to commit it. Commit.
- Start to implement kf5 support. Commit.
- Use cmake.in. Commit.
libkface [Show]
- New in this release
libkipi [Show]
- Use inkscape to remove incorrect cc licence data. Commit.
- Rename top level variable. Commit.
- Lower version and SOVERSION. Commit.
- Apply patch #89165 to be able to turn on/off plugin from kipi host when application language is not English. Commit. Fixes bug #340030
- Add comment about to increment version ID when contents is modified. Commit.
- Missing to commit this file. Commit.
- Use cmake.in. Commit.
libksane [Show]
- Use cmake.in. Commit.
lokalize [Show]
marble [Show]
- Version bump for beta 3. Commit.
- Only switch to Retrieved state when last route request hast finished. Commit.
- Hide result label when state changes to Downloading rather than every time the progress animation updates. Commit.
- Stop progress animation only after the last route request has finished. Commit.
- Merge indicateRoutingFailure() into updateRouteState(). Commit.
- Use switch-case statement. Commit.
- Rename private class for convenience. Commit.
- Fix slot connection. Commit.
- Fix missing includes. Commit.
- MAke it compile with strict iterator. Commit.
- Don't forget to restore track length on startup. Commit.
- Aprs: update AprsGatherGen.pl. Commit.
- Fix crash when asking for later time than present in track. Commit.
- Add more corner-case tests for coordinatesAt(). Commit.
- Fix usage of Quaternion::slerp(). Commit.
- Add default constructor test. Commit.
- Fix compilation under Maemo5. Commit.
- Fix compile-time errors in elevationprofilefloatitem. Commit.
- Only update elevation data if needed. Commit.
- Fixed a bunch of compile/linking bugs for OS X. Commit. Fixes bug #339222
- Remove dead code. Commit.
- Remove Q_PLUGIN_METADATA from built-in "plugins". Commit.
- Turn pointer into value. Commit.
- Remove unused attribute. Commit.
- Pass a reference. Commit.
- Remove (not so) trivial method. Commit.
- Make methods private. Commit.
- Turn pointer into value. Commit.
- Pass references. Commit.
- Remove unused private slot. Commit.
- Calculate speed. Commit.
- Simplify. Commit.
- Fix path to marble.qrc. Commit.
- [API change] remove MarbleModel property from PositionProviderPlugin. Commit.
- Make Placemark and RouteSimulationPositionProviderPlugins built-in. Commit.
- CurrentLocationWidget: show "No position available." when no plugin is active and "Waiting for current location information..." when waiting for a fix. Commit.
- Disable position tracking if requested plugin isn't found. Commit.
- Fix placemark tracking. Commit.
- Turn pointer into value. Commit.
- [API change] no need for access to MarbleModel in RoutingRunners. Commit.
- MarbleModel::positionTracking() always returns non-zero. Commit.
- Save/restore track accross restarts also in the KDE version. Commit.
- Add constructor test. Commit.
- Fix AutoNavigation::RecenterOnBorder mode. Commit.
- Fix typo in slot connection introduced in b1c64e92b1008f9b0cdd47e437339a982a73c554. Commit.
- [API change] remove autoNavigation from RoutingManager as stated in the comments. Commit.
- Add a "guidanceModeEnabled" property. Commit.
- Only consider tracks with at least two coordinates. Commit.
- Fix crash when GPX track loaded but not selected and elevation profile marker got hidden. Commit.
- Instantiate as value. Commit.
- Cleanup. Commit.
- No need to hold a MarbleModel. Commit.
- Const'ify. Commit.
- Don't emit signal twice. Commit.
- MarbleModel can be null. Commit.
- Support for GPX tracks in elevation profile float item. Commit. Code review #109379
- Simplify. Commit.
- Include cleanup. Commit.
- [API change] have the RoutingModel take Routes rather than GeoDataDocuments. Commit.
- Position attribute is not needed. Commit.
- Make use of RoutingManager's state property. Commit.
- Add state property. Commit.
- Make implicitly shared. Commit.
- Use protected visibility rather than friend declarations. Commit.
- Don't attempt to copy from super class. Commit.
- Cleanup includes. Commit.
- Don't copy GeoDataObject part of features. Commit. Fixes bug #339443
- Test copy of copy of placemark. Commit.
- Use Qt 5, add 32/64 bit switches, call vcredist. Commit.
- Use a local path determined by Qt API as storage location in windows. Commit. See bug #337872
- Fix linking with MSVC 12 and Qt 5.x. Commit. Fixes bug #333765
- KML list view styling should only be active for real styles. Commit. See bug #339410
- Fix crash introduced in 9e9613b. Commit.
- [gen-sat-catalog] Add Mangalyaan to satellite catalog. Commit.
- Fix orbit calculation of non-earth satellites. Commit.
- Simplify. Commit.
- Fix tests for the Gnomonic and Stereographic projection. Commit.
- Fix typo. Commit.
- Use GeoDataCoordinates:isValid() rather than heuristic. Commit.
- No doxygen comments inside method bodies. Commit.
- Remove the superfluous "<" and make it compile again ... :-/. Commit.
- Add missing AzimuthalEquidistantProjection files. Commit.
- Add a name(), description() and icon() method to. Commit.
- Revert "[gen-sat-catalog] Add satellite catalog Makefile". Commit.
- [gen-sat-catalog] Add Maven to satellite catalog. Commit.
- [gen-sat-catalog] Clean up gen-sat-catalog code. Commit.
- [gen-sat-catalog] Add satellite catalog Makefile. Commit.
- [gen-sat-catalog] Add .gitignore file. Commit.
- Adding the Azimuthal Equidistant projection. Commit.
- Unused variables--. Commit.
- Fix fabs() call. Commit.
- Adding the Lambert Azimuthal Equal-Area projection. Commit.
- Display long address if short one doesn't work. Commit.
- Get rid of the meaningless rad2Pixel and maintain a unified radius. Commit.
- Guard emission of signal. Commit.
- Implement GeoDataPlacemark::operator=(). Commit.
- Also test assignment operator. Commit.
- Parenting tests++. Commit.
- Add GeoDataContainer::insert() with conventional parameter order, deprecate the other version. Commit.
- Introduce RouteRequestTest. Commit.
- Simplify. Commit.
- Remove unused GeoScene* includes. Commit.
- Resolve some warnings issued by clang 3.5. Commit.
- Cleanup includes of RouteRequest.h. Commit.
- FileStorageWatcher: honor disk cache limit. Commit. Code review #119982
- Don't make satellites disappear too soon. Commit.
- Remember single dependencies rather than whole MarbleModel. Commit.
- Give the routing document a name. Commit.
- Cleanup includes and forward declarations in MarbleWidget.h. Commit.
- Solve problems regarding copying *Feature/*Geometry based classes which,. Commit. Code review #120004
- - Optimizations for the Vertical Perspective Projection. Commit.
- Use GeoDataCoordinates::isValid() rather than heuristic. Commit.
- Use GeoDataCoordinates::isValid() rather than heuristic. Commit.
- Const'ify parameter. Commit.
- Various fixes to the Vertical Perspective Projection. Commit.
- REVIEW: 120013. Commit. Code review #120013
- Various fixes for the Vertical Perspective Projection. Commit.
- Adding the Vertical Perspective Projection. Commit.
- REVIEW: 119225. Commit. Code review #119225
- Avoid RouteRequest::pixmap() calling itself. Commit.
- Adjust the StereographicProjection test to be more forgiving. Commit.
- Add test for Stereographic projection for real. Commit.
- Add Stereographic Projection and tests for it. Commit.
- - Cleaned up and refactored the AzimuthalProjection and GnomonicProjection. Commit.
- REVIEW: 118720. Commit. Code review #118720
- Add initial version of GnomonicProjectionTest. Commit.
- Add the Gnomonic projection to the verbose combobox. Commit.
- Use GeoDataCoordinates::isValid(). Commit.
- REVIEW: 119649. Commit. Code review #119649
- Fix copying GeoDataTour's - make a copy of the GeoDataPlaylist object. Commit.
- Const'ify equality operators in GeoDataLink. Commit.
- Unbreak the atlas map. Commit.
- MarbleModel: indent. Commit.
- Legend: allow no-icon scene items. Commit.
- Do not rely on networkAccessible() as it relies on bearer management in qt5. Commit.
- Lazily initialize static RemoteIconLoader in GeoDataIconStylePrivate. Commit. Code review #119922
- Now recently added items get removed if pressing escape when the dialog shows up. Commit.
- Changed the way merging is performed: CTRL+click two nodes merges them. Commit.
- Fix osm-addresses/main.cpp which can now be compiled with both Qt5 and Qt4. Commit.
- Bump version numbers for upcoming release. Commit.
- Add QtXmlPatterns4.dll. Commit.
- Include Qt dlls in NSIS installer. Commit.
- Improve style delegate rendering of map themes. Commit. See bug #338039
- Removed outdated class. Commit.
- Remove unused methods. Commit.
- Move getter out of slots section. Commit.
- When adding holes to a polygon, adding a node within (clicking) its inner boundaries. Commit.
- Remove outdated icons. Commit.
- Inner nodes are painted as soon as they are added, not when the state changes. Commit.
- Run optipng on data/bitmaps icons. Commit.
- Added new icons for Annotate Plugin actions. Commit.
- Latitude/Longitude should have 4 decimals precision to improve positioning in OSM. Commit.
- Fix crash when clearing all annotations after a polygon/polyline has just been added. Commit.
- Introduced key events in Annotate Plugin's event filter. Pressing Escape while an item. Commit.
- Add Polygon Hole should not be enabled when the focus is on a polyline. Commit.
- Use QSet for amort. O(1) lookup complexity. Commit.
- Focus on overlays needs to be treated separately. Commit.
- SetRequest() method should be protected. Commit.
- Small bug fix which caused placemarks to not be right-clickable after. Commit.
- Constify everything needed in Annotate Plugin. Commit.
- Introduce GeoDataTreeModelTest. Commit.
- Const'ify. Commit.
- Refactored the way actions are enabled by introducing 'focus item'. Commit. Code review #119783
- Rename local variable for more clarity. Commit.
- M_innerNodesList must be set up before rendering. Commit.
- Only anonymous documents can be considered empty. Commit.
- Overlays can be children of animated updates. Commit.
- Accept a --tour
command line parameter for direct playback. Commit. - Polishes video-writing from tours. Commit. Code review #119782
- Fix GeoDataStyle equality test. Commit.
- Merge setupList() into getAdditionalItems() for simplicity. Commit.
- Add polyline drawing and customization. Commit. Code review #119732
- Small bug fix in GeoDataStyle::operator==. Commit.
- Allow cancelling and reverting of tour recordings properly. Commit. Code review #119700
- Added Copy/Cut options on placemarks/polygons. Commit. Code review #119555
- Osm files can now be loaded for editing using the annotate plugin. Commit.
- Move the polygon and have the shape always stay the same without getting. Commit.
- Last coordinates in a LinearRing should match the first ones. Commit.
- Create videos directly from tours. Commit. Code review #119688
- Use GeoDataCoordinates::isValid(). Commit.
- Assign m_icon a default-constructed image in GeoDataIconStyle::setIconPath(..). Commit.
- Avoid multiple (read: 25128 => 72) copies of oxygen color symbols. Commit.
- Repair ne_50m_land.pn2 with abhinav's latest bugfix. Commit.
- In ShpRunner, for shapeType = SHPT_POLYGON, set Geometry of placemark to multi. Commit. Code review #119353
- Modified tests/schemaData.kml to fixed failing test TestGeoDataWriter. Commit.
- Added insert method to GeoDataLineString class. Commit.
- Use non-deprecated byteCount() instead of numBytes(). Commit.
- Stream video frames to encoder directly (no temporary files). Commit.
- Extract a PlanetFactory from Planet. Commit.
- Added support for kml tags SchemaData and SimpleData. Commit. Code review #117188
- Revert animated updates after end of tour. Commit. Code review #119584
- Merge all-static classes into OsmParser, turning global into instance variables. Commit.
- Const'ify global variable. Commit.
- Remove declared but unimplemented method + attribute. Commit.
- Show turn-type icons in waypoints during a route preview. Commit. Code review #119574
- Need to call assignment operator of parent class respectively. Commit.
- Write inline styles of placemarks (but not their default values). Commit.
- Simplify. Commit.
- Provide access to a custom style without returning a default one. Commit.
- Root document tags can have ids as well. Commit.
- Must not spare the document tag if it has id properties set. Commit.
- Parse delayed start property. Commit.
- Add delayed start property. Commit.
- Write duration and delayed start properties. Commit.
- Added checkFields() method for both polygon's dialog and overlay's dialog. Commit.
- Revert "Added support for kml tag SchemaData and SimpleData". Commit.
- Check if there is any node highlighted at state changed too, since the. Commit.
- Have smaller thumbnails. Commit.
- Remove outdated declarations. Commit.
- Modified edit polygon dialog so that it looks good even when full-screened. Commit.
- Ok button should be the default one - it is more intuitive. Commit.
- Normalize coordinates when adding placemarks. Commit.
- Added edit dialog for text annotations. Commit. Code review #119537
- Moved MarbleWidgetRequest enum to SceneGraphicsItem class since each. Commit.
- Added 'Browse' button to select picture for ground overlays. Commit.
- 'Add Ground Overlay' does not need to be checkable. Removed redundant signal and variable. Commit.
- Fix memory leak in EditPolygonDialog. Commit.
- GeoDataLabelStyle::operator== should first call GeoDataColorStyle::operator==. Commit.
- View Routes as Tours. Commit. Code review #119448
- Improvements for climb/descend calculation routines. Commit. Code review #117188
- Make ground overlay frames use a tessellated linear ring. Commit.
- Use tr() on all strings in AnnotatePlugin class. Commit.
- Added an animation when merging nodes. Commit. Code review #119391
- Open a popup when clicking a Panoramio item. Commit.
- Rename similar to other plugins. Commit.
- Prefer forward declarations to includes. Commit.
- Don't forget the Q_OBJECT macro. Commit.
- Don't leak the Phonon objects. Commit.
- Remove unused method. Commit.
- Fix includes for Maemo 5. Commit.
- Add missing forward declaration. Commit.
- Add Panoroamio icon. Commit.
- Adopt for Qt5. Commit.
- Balloon visibility during tour playback seeking. Commit. Code review #119347
- Redesigned Annotate Plugin actions menu. Commit. Code review #119317
- GeoDataLatLonAltBox -> GeoDataLatLonBox. Commit.
- Fix memory leak - delete d pointer in EditPolygonDialog. Commit.
- Show AnimatedUpdate items in TourWidget's view. Commit. Code review #119273
- Optipng. Commit.
- Added icons for Adding holes/Adding Nodes/Merging Nodes actions. Commit.
- Decouple remote and local tile paths a bit. Commit.
- TileLoader::maximumTileLevel() is static. Commit.
- Added support to download remote images. Commit. Code review #116525. Fixes bug #310464
- Added MULTIGEOMETRY flag support in pn2 format. Commit. Code review #118620
- Handle creating and deleting items in animated updates. Commit.
- Signals for feature updates of animated update items. Commit.
- Optipng. Commit.
- Update color scheme for political map. Commit.
- Reuse Marble's internal tree document instead of using a local one. Commit.
- Add missing update tags. Add names. Commit.
- Annotate Plugin code refactoring. Commit. Code review #119172
- Added support for kml tag SchemaData and SimpleData. Commit. Code review #117188
okteta [Show]
- Bump version to 0.14.95. Commit.
- Add appdata.xml file. Commit.
- Make constants const, to avoid unnecessary symbols in the .data section. Commit.
- Small UI marker fix. Commit.
- Call KLocalizedString::setApplicationDomain earlier. Commit.
- Use translation domains for libs & part. Commit.
- Flag Okteta program as DBusActivatable. Commit.
- Add support for ISO-8859-10. Commit.
- Make "New" menu easier to use by using QToolButton::MenuButtonPopup mode. Commit.
- Remove all debug logging from ByteArrayViewProfileManager. Commit.
- Set default shortcuts on actions with KActionCollection::setDefaultShortcut. Commit.
- Follow the "reverse DNS" convention for naming the app desktop file. Commit.
- Remove -caption parameter from desktop file, no longer supported. Commit. Fixes bug #338265
- No need to explicitely set appliaction data with KAboutData::setApplicationData. Commit.
- Use KAboutData::setupCommandLine and KAboutData::processCommandLine. Commit.
- Make compile. Commit. Code review #119627
- Add .reviewboardrc. Commit.
- Use xi18n when text has markup. Commit.
- Install rc file in KXMLGUI_INSTALL_DIR. Commit.
- Bump version to 0.14.60. Commit.
- Fix build under GNU/Linux. Commit. Code review #118170
- Use a static library for the structures unit test to reduce build time. Commit.
- Get rid of the cmake option OKTETA_DEBUG_SCRIPT. Commit.
- Adapt to kcoreaddons SIC change. Commit.
- Remove mobile/ for now, never been completed. Commit.
- Solid is no longer used. Commit.
- Use set_tests_properties for test targets, not set_target_properties. Commit.
- KDE4_ENABLE_FINAL is no longer in KF5. Commit.
- Restore FindQCA2.cmake from kdesupport4/attic and adapt to Qt5 version. Commit.
- Fix missing LOG_OKTETA_KASTEN_CONTROLLER_CHECKSUM declaration. Commit.
- Use new DocBook 4.5 DTD. Commit.
- Reenable mimetypes, FindSharedMimeInfo.cmake is now installed by ECM. Commit.
- Use undeprecated version of ecm_install_icons. Commit.
- Use undeprecated version of kservice_desktop_to_json. Commit.
- Bump min required version of cmake to 2.8.12. Commit.
- Use non-deprecated version of KAboutData constructor. Commit.
- Remove CONFIG argument from find_package(KF5). Commit.
- KCoreConfigSkeleton::writeConfig() -> KCoreConfigSkeleton::save(). Commit.
- Port Solid/Networking -> QNetworkConfigurationManager. Commit.
- Remove arguments from OktetaPartFactory constructor. Commit.
- Do not crash on OS X. Commit.
- Build on Mac OS X. Commit.
- Don't search for KPrintUtils. Commit.
- Remove use of KPrintUtils. Commit.
- Fix build with MSVC. Commit.
- Fix build without QtTest. Commit.
- Allow compiling without QtTest. Commit.
- Adapt KParts includes to latest one-header-per-class change. Commit.
- Bump versions of okteta libs and kasten libs, reset Kasten namespace to just "Kasten". Commit.
- Change KNS3 includes back to CamelCase. Commit.
- Remove include of unused/no-longer existing kdeversion.h. Commit.
- Remove KDE4Support, no longer needed. Commit.
- Adapt KParts includes to currently installed headers. Commit.
- Adapt KNS3 includes to currently installed headers. Commit.
- Bump version to 0.13.60. Commit.
- Remove deprecated calls of QHeaderView::setResizeMode(...). Commit.
- Remove deprecated calls of QAbstractItemModel::reset(). Commit.
- KIO::NetAccess::download(...) -> KIO::file_copy(...). Commit.
- KIO::NetAccess::upload(...) -> KIO::file_copy(...). Commit.
- KIO::NetAccess::exists(...) -> KIO::stat(...). Commit.
- KParts::Factory -> KPluginFactory. Commit.
- KFileDialog -> QFileDialog. Commit.
- Fix customtostringtest. Commit.
- Remove unneeded #include
. Commit. - KDialog -> QDialog. Commit.
- KStandardDirs -> QStandardPaths. Commit.
- KGlobal::config() -> KSharedConfig::openConfig(). Commit.
- KGlobalSettings::fixedFont() -> QFontDatabase::systemFont(QFontDatabase::FixedFont). Commit.
- FixedFont( QStringLiteral("fixed") ) -> QFontDatabase::systemFont(QFontDatabase::FixedFont) ). Commit.
- Drop KDE4Support from some more target_link_libraries where no longer needed. Commit.
- KLocale -> QLocale. Commit.
- KTabWidget -> QTabWidget. Commit.
- Remove custom KDE4_ASCII_CAST switch, always use -DQT_NO_CAST*. Commit.
- Remove advertizer in the footer of the printed pages. Commit.
- Kde4_add_kcfg_files -> kconfig_add_kcfg_files. Commit.
- Remove margin around ViewProfileEdit widget. Commit.
- Kde4-config -> kf5-config. Commit.
- Kde4_add_ui_files -> qt5_wrap_ui. Commit.
- Kde4_install_icons -> ecm_install_icons. Commit.
- Kde4_create_handbook -> kdoctools_create_handbook. Commit.
- Port Okteta Designer plugin. Commit.
- Port kde4_add_executable -> add_executable. Commit.
- Port kde4_add_plugin(...) -> add_library(... MODULE ...). Commit.
- Try to split kastencoretestio link libs into public and private. Commit.
- Kde4_add_library -> add_library. Commit.
- Reenable kasten-core, oktetakasten-document, oktetakasten-io tests. Commit.
- Disable unported tests for now. Commit.
- Port to use generate_export_header() for all export headers. Commit.
- Remove deprecated StructTool::columnCount(). Commit.
- Remove deprecated StringsExtractTool::setCharCodec(). Commit.
- Port away from KApplication/KCmdLineArgs. Commit.
- Clean up CMakeLists.txt. Commit.
- Remove QT_DISABLE_DEPRECATED_BEFORE=0 flag. Commit.
- In OktetaPartFactory port K4AboutData -> KAboutData. Commit.
- Drop KDE4Support from target_link_libraries where no longer needed. Commit.
- Bump version number to 0.12.60. Commit.
- Fix build by using CMake generate_export_header(). Commit.
- Port Advanced Selection dialog from KDialog to QDialog. Commit.
- Port Script console dialog from KDialog to QDialog. Commit.
- Use xi18n* for text with KUIT markup. Commit.
- Get CamelCase includes by listing KF5::KDE4Support. Commit.
- Port KSharedPtr to QExplicitlySharedDataPointer. Commit.
- Guard #pragma with ifdef __GNUC__. Commit.
- Remove unneeded #pragma (duplicating a TODO item). Commit.
- Remove more unused var (left-over from copy&paste). Commit.
- Remove another unused var (left-over from copy&paste). Commit.
- Remove unused vars (left-over from copy&paste). Commit.
- Remove parts/kbytesedit, there is no lognger a KHexEdit/KBytesEdit interface defined in KF5. Commit.
- Use QT_USE_QSTRINGBUILDER instead of QT_USE_FAST_OPERATOR_PLUS+QT_USE_FAST_CONCATENATION. Commit.
- Use QT_NO_CAST_FROM_BYTEARRAY. Commit.
- Remove no more needed KDE_DEFAULT_DEBUG_AREA settings. Commit.
- Change include section name "KDE" to "KF5". Commit.
- Remove unneeded includes. Commit.
- Use ecm_add_test to reenable all okteta-core and okteta-gui tests. Commit.
- Port KReplacePrompt from KDialog to QDialog. Commit.
- Port KAbstractFindDialog from KDialog to QDialog. Commit.
- Port ViewProfileEditDialog & ViewProfilesManageDialog from KDialog to QDialog. Commit.
- Port Create/Insert/Export/CopyAs dialog from KDialog to QDialog. Commit.
- In LoaderController go from KComponentData::mainComponent().config() to KSharedConfig::openConfig(). Commit.
- Remove unneeded includes. Commit.
- Drop respecting of KGlobalSettings::opaqueResize(). Commit.
- No per-count-translated suffix for now. Commit.
- Port KIntNumInput to QSpinBox (though losing nice per-count-translated suffix). Commit.
- Port kDebug/kWarning to qCDebug/qCWarning (first approach). Commit.
- Port KMimeType -> QMimeType. Commit.
- Remove unused includes. Commit.
- Replace some calls to KApplication with those to QApplication. Commit.
- Remove unused includes. Commit.
- Removed unused includes. Commit.
- Replace more KUrl with QUrl. Commit.
- Remove no longer needed includes for KUrl. Commit.
- Port ModelCodecManager::exportDocument(...) to QFileDialog. Commit.
- Remove unneeded #include
. Commit. - Drop deprecated usage of KComponentData in Okteta KPart. Commit.
- Remove outdated includes of *.moc files. Commit.
- For now keep using KTabWidget, so that all slots are properly triggered. Commit.
- Fix build. Commit.
- Remove uneeded dependencies. Commit.
- Adapt to latest KF5 changes. Commit.
- Fix build. Commit.
- Bring back the enums from the deleted interface. Commit.
- These includes should also not be there. Commit.
- The khexedit interfaces have been removed in KF5. Commit.
- Adapt to latest KF5. Commit.
- Fix linking with latest kf5. Commit.
- No longer use the KDE4_*_LIBS variables. Commit.
- Use ecm_add_test for the piecetable tests. Commit.
- Use Q_STATIC_ASSERT instead of custom solution. Commit.
- Adapt to KF5 changes. Commit.
- Adapt to latest KF5 changes. Commit.
- Use ecm_add_tests for the structures unit tests. Commit.
- Fix build of okteta with latest kf5. Commit.
- Don't build the same source file 8 times. Commit.
- Fix build with latest kf5. Commit.
- No longer use FindQt5Transitional.cmake. Commit.
- Use QSysInfo::Endian instead of using a custom enum. Commit.
- Don't use QApplication when it's not necessary. Commit.
- Fix build with latest KF5. Commit.
- Fix build with latest kdelibs (no more kdecore and kdeui). Commit.
- Convert kasten/gui and kasten/core to Qt5 signal/slot syntax. Commit.
- Convert kasten/controllers to Qt5 signal/slot syntax. Commit.
- Fix bad cast. Commit.
- Adapt to latest kdelibs changes. Commit.
- Disable RTTI, this saves about 12K text and 17K data. Commit.
- Allow compiling without RTTI by removing the last uses of dynamic_cast. Commit.
- Dynamic_cast -> qobject_cast. Commit.
- Add getter for the bitfield type. Commit.
- Remove all the SInt*Editor classes. Commit.
- Port away from KDoubleNumInput and KDoubleValidator. Commit.
- Use setPlaceholderText() instead of setClickMessage(). Commit.
- Port from KPushButton to QPushButton. Commit.
- "Adjust" to changes made in kdelibs commit 67a945a. Commit.
- Adapt to latest kdelibs changes. Commit.
- Fix test, there is no need to use QUrl::fromLocalFile() here. Commit.
- Port libs/kasten/gui away from KDE4Support. Commit.
- Kasten/gui and libs/kasten/core now works without KDE4support (one TODO). Commit.
- Compile using c++11. Commit.
- Use QStringLiteral where ever possible. Commit.
- Don't link oktetakastencore_LIB to KDE4Support. Commit.
- Fix signal connection. Commit.
- Explicitly list ${KDE4Support_LIBRARIES} when linking. Commit.
- Port away from KCatalogLoader -> no more KDE4Support for core/. Commit.
- KStandardDirs -> QStandardPaths. Commit.
- KUrl -> QUrl in libs/kasten and kasten/core/. Commit.
- Port away from qtest_kde.h. Commit.
- Port core/tests away from KDE4Support. Commit.
- KGlobal::charsets() -> KCharsets::charsets(). Commit.
- KGlobal::locale() -> KLocale::global(). Commit.
- Improve time of make test (13.5s to 9.5s). Commit.
- Fix ki18n warning. Commit.
- Fix Filesystembrowser by porting from KUrl to QUrl. Commit.
- Fix compiler warning. Commit.
- Port from KIcon to QIcon::fromTheme. Commit.
- Use Qt5::Module instead of ${QT_QT..._LIBARARY}. Commit.
- Use K4AboutData instead of KAboutData. Commit.
- Fix usage of KDirOperator (takes a QUrl now). Commit.
- Remove useless code, codecForCStrings was removed in Qt5. Commit.
- KUrl::htmlRef -> QUrl::fragment. Commit.
- No more implicit cast from QByteArray to const char*. Commit.
- Use NameSpace and not Namespace in the .kcfgc file. Commit.
- Use KGuiItem::assign and add a porting TODO. Commit.
- KSharedConfig::openConfig now takes a QStandardPaths::StandardLocation. Commit.
- KIO::NetAccess::download now takes a QUrl as a parameter. Commit.
- For some reason this KIcon code no longer compiles with KF5 -> use QIcon. Commit.
- Adapt CMakeLists to compile with Qt5/KF5. Commit.
- Use QAction* instead of KAction* due to changed return types in KF5. Commit.
- Include the moc generated files when Q_PRIVATE_SLOTS is used. Commit.
- Slots -> Q_SLOTS. Commit.
- Prepare include Paths for Qt5 and KF5. Commit.
- Prepare include Paths for Qt5. Commit.
okular [Show]
- Allow each PageView to use a different tool. Commit. Fixes bug #334251. Code review #120660
- Prepare for Applications 14.12 release. Commit.
- Prepare for Applications 14.12 RC. Commit.
- Beta 3 version. Commit.
- Increase version. Commit.
- Fix to allow having two audio links in the same epub. Commit. Code review #120685
- Forgot to increase this. Commit.
- Increase version. Commit.
- Fixup last commit. Commit.
- Move synctex up to the core from poppler generator. Commit. Code review #120311
- Adapt docu of generators to generateDocumentInfo() method change. Commit. Code review #120113
- Douc++. Commit.
- Revert e96dabc467e709a55e67a582da5cbab07ac1ae76. Commit.
- Fix font size on high-DPI displays in ePub documents (but makes images small). Commit.
- Make documentInfo be Hash based instead of XML based. Commit.
- Do not allow more than one path if using -page, -presentation or -print. Commit.
- This is now 0.20.60 for KDE Applications 14.12 release. Commit.
parley [Show]
- Remove unused dependency. Add KF5::Crash to link libraries. Commit.
- Remove edit-clear icon since it's in oxygen-icons. Commit.
- Bugfix: Don't write "practice anyway" when there are words to practice. Commit.
- Clean up include files. Commit.
- TODO: Add some newly discovered bugs and misfeatures. Commit.
- Remove almost all warnings. Commit.
- TODO: Clean up a little. Commit.
- TODO: Remove finished items. Commit.
- Use WordCount only and get rid of DueWords. Commit.
- Update version to 2.0 for Applications/14.12. Commit.
- Fix some really irritating repaint issues. Commit.
- Adjust dashboard to have QScrollArea around collection widgets. Commit. Code review #121184
- Adjust dashboard to have QScrollArea around collection widgets. Commit.
- Open collections for the dashboard in read-only mode. Commit.
- Fix the updating of the dashboard. Commit.
- Fix a bug which stole the lock when just looking at a file. Commit.
- Use correct ki18n_wrap_ui in ki18n based application. Commit.
- Add ProvidersUrl to parley-themes.knsrc. Commit.
- Port KGameThemeSelector theme search to QStandardPaths. Commit. Code review #120950
- Make sure the column widths for statistics are always equal when using mixed directions. Commit.
- Add resizeEvent and utility method to adjust column widths in statistics view. Commit. Code review #120911
- Rename an action to better reflect the current names. Commit.
- Fix one place where we missed "lesson" -> "unit". Commit.
- TODO: Remove done items. Commit.
- Put generalpractice options in a gridlayout. Commit.
- Use kf5kross since we are kf5 based now. Commit.
- Fix editor crash by giving full paths to script deskop files. Commit.
- Remove an unused file. Commit.
- TODO: tiny update. Commit.
- Change version for the upcoming version. Commit.
- Fix MOC warnings in the build. Commit.
- Fix warning about naming in a ui file. Commit.
- Reserve some strings that we will use in the next few days. Commit.
- The the -> the. Commit.
- Update the TODO. Commit.
- Oops, this should have gone to the 4.14 branch. Commit.
- Update the version before the release of kde 4.14.1. Commit.
- Use the document's destroyed signal to clear the titlebar. Commit. Fixes bug #338530
- Fixed consistency of emitting documentChanged. Commit. Fixes bug #338529
- Changed LGPL to GPL license erroneously copied from library. Commit.
- Added legend tooltip to statistics legend. Commit.
- Remove new strings in statistics screen erroreously commited with patch. Commit.
- Fix bugs: 338302 and 338417 title bar [modified] tag is inconsistent. Commit. Fixes bug #338302. Fixes bug #338417
- Fix a bug in showing the statistics. Commit.
- Make some code follow the coding standards. Commit.
- Fix a crash in the statistics window. Commit.
- Adjusted colors on statistics screen. Commit.
- Update the version. Commit.
- Disable the "words due" feature until it works under the hood. Commit.
- Make TODO up to date. Commit.
- Added Inge and Amarvir to AUTHORS. Commit.
- Added colors in the statistics screen for pregrade and invalid units. Commit. Fixes bug #338244. Fixes bug #338245
- Fix dirty bit. Commit.
- File I forgot to upload :/. Commit.
- Create DBus interface for adding entries. Commit. Code review #115927
- Create the CollectionWidget that shows the info about one collection. Commit.
- Extract the GradeReferenceWidget from the welcomescreen file. Commit.
- Make an purely internal function static. Commit.
- Put BarWidget into its own file. Commit.
- Fix crash when exiting unfinished written mode practice with style sheet. Commit. Fixes bug #332596. Code review #119119
- Fix glitches. Commit.
- Further updates. Commit.
- Very initial update of docs and screenshots. Commit.
- Fix bug 337461: Force Prefs::learnedLanguage to be valid. Commit. Fixes bug #337461
picmi [Show]
print-manager [Show]
- Fix ifdef's logic to still match 1.6 onwards and 1.6 backwards. Commit. Fixes bug #338543
- Adjust CUPS_VERSION_MAJOR to build for CUPS version greater than 1 (needed now that CUPS 2.0b1 is out). Commit. Fixes bug #338543
rocs [Show]
- Bump version for upcoming release. Commit.
- Use floating point abs computation. Commit. Fixes bug #341381
- Remove ancient screenshot. Commit.
- Appdata: Fix homepage and screenshot tags. Commit.
umbrello [Show]
- Fix 'Crash while importing C++ code from existing project'. Commit. Fixes bug #341709
- Fix layout of properties dialog page for object widgets. Commit. Fixes bug #341696
- Fix bug not displaying correct dialog for object widgets. Commit. Fixes bug #341695
- Fix resource leak and potiental crash cause. Commit. Fixes bug #204035
- Coverity check on master@bd16929, CID 71462: Unchecked dynamic_cast (FORWARD_NULL). Commit. See bug #340646
- Coverity check on master@bd16929, CID 71394: Unchecked dynamic_cast (FORWARD_NULL). Commit. See bug #340646
- Coverity check on master@bd16929, CID 71422: Unchecked dynamic_cast (FORWARD_NULL). Commit. See bug #340646
- Coverity check on master@bd16929, CID 71414: Dereference after null check (FORWARD_NULL). Commit. See bug #340646
- Coverity check on master@375ea16 CIDs 83526, 83527, 83528, 83529, 83530 :. Commit. See bug #340646
- Guard access to elements of member MessageWidget::m_pOw, they can be zero. Commit.
- Crash fix on removing an object widget from a scene. Commit.
- Fix actor size in Use Case Diagram of screenshots.xmi. Commit.
- Add xmi entities and attributes for entity relation diagrams to umbrello dtd. Commit.
- Fix warning: 'Using integer absolute value function 'abs' when argument is of floating point type'. Commit. Fixes bug #341482
- Fix in combined fragment widget: Avoid the creation of an undo action for the dashed line of a combined fragment. Commit. Fixes bug #337627
- Fix in combined fragment widget. On removal of a combined fragment, remove all its dashed lines, as well. Commit. Fixes bug #337630
- Fix 'Crash when trying to create a function of the type Vector
.'. Commit. Fixes bug #204035 - Update version to 2.15.0 (KDE version 14.12.0), which is 14.12 Final. Commit.
- Update version to 2.14.97 (KDE version 14.11.97), which is 14.12 Release Candidate. Commit.
- Fix bug 'Widget selection issue outside mouse selection rectangle on sequence diagrams'. Commit. Fixes bug #340728
- Update version to 2.14.95 (KDE version 14.11.95), which is 14.12 Beta 3. Commit.
- Fix bug 'Duplicate object widgets after copy and paste of messages into same diagram'. Commit. Fixes bug #340937
- Fix memory leak not detected by coverity. Commit.
- Compile fix. Commit.
- Fix bug 'Label position problem of copy and pasted messages'. Commit. See bug #340724
- Fix -Wreorder compiler warning. Commit.
- Update version to 2.14.90 (KDE version 14.11.90), which is 14.12 Beta 2. Commit.
- Update version to 2.14.80 (KDE version 14.11.80), which is 14.12 Beta 1. Commit.
- Fix Krazy issue 'Check for strings used improperly or should be i18n. [strings]' in new xmi2pot code. Commit.
- Fix Krazy issue 'Check for spelling errors [spelling]' in new xmi2pot code. Commit.
- Fix Krazy issue 'Check for postfix usage of ++ and -- [postfixop]' in new xmi2pot code. Commit.
- Fix Krazy issue 'Check for proper include directives [includes]' in new xmi2pot code. Commit.
- Fix Krazy issue 'Check single-char QString operations for efficiency [doublequote_chars]' in new xmi2pot code. Commit.
- Coverity check on master@bd16929, CID 71464: Uninitialized pointer field. Commit.
- Coverity check on master@bd16929, CID 71447: Uninitialized scalar field. Commit.
- Coverity check on master@bd16929, CID 71420: Resource leak. Commit.
- Coverity check on master@bd16929, CID 71443: Uninitialized scalar field. Commit.
- Coverity check on master@bd16929, CID 71441: Uninitialized scalar field. Commit.
- Coverity check on master@bd16929, CID 71429: Uninitialized scalar field. Commit.
- Coverity check on master@bd16929, CID 71417: Uninitialized pointer field. Commit.
- Coverity check on master@bd16929, CID 71413: Uninitialized scalar field. Commit.
- Coverity check on master@bd16929, CID 71411: Uninitialized scalar field. Commit.
- Coverity check on master@bd16929, CID 71401: Uninitialized scalar field. Commit.
- Coverity check on master@bd16929, CID 71526: Structurally dead code. Commit.
- Coverity check on master@bd16929, CID 71527: Uninitialized pointer field. Commit.
- Coverity check on master@bd16929, CID 71528: Uninitialized pointer field. Commit.
- Add untranslated xmi file for generating screenshots. Commit. See bug #340386
- Coverity check on master@bd16929, CID 71436: Resource leak. Commit.
- Coverity check on master@bd16929, CID 71395: Uninitialized scalar variable. Commit.
- Coverity check on master@bd16929, CID 71391: Resource leak in object. Commit.
- Umbrello/codegenerators/codegenobjectwithtextblocks.cpp. Commit.
- Fix bug 'Bounding box and shape is not aligned with the painted circle' on drawing interfaces on class diagrams as circle. Commit. See bug #128351
- Fix adding of encoding attribute. Commit.
- Add encoding to po2xmi generated xml output. Commit.
- We use utf-8 po files. Commit.
- Add more then one tag if present in tag line. Commit.
- Scan label attribute too. Commit.
- Add debug operator for QXmlStreamAttribute. Commit.
- Add command line tools po2xmi and xmi2pot. Commit. Fixes bug #340385
- Temporary fix of wrong return value from parent item checkState(0) value for debug class dock widget. Commit.
- Add click handler for subdirectory entry in debug class dock widget. Commit.
- Fix 'Mimetype text/x-xmi is not assigned to umbrello in desktop environments'. Commit. Fixes bug #340000
- Fix Debian policy: The desktop entry lists support for at least one mime type, but does not provide codes like %f, %F, %u or %U for the Exec key. Commit. Fixes bug #339995
- CMakeLists.txt : KDE 4.14.1 had been released, reset VERSION_PATCH to 99. Commit.
- Fix creation of documentation for UML-Components. Commit. Fixes bug #255424. Fixes bug #331215. Code review #120369
- Address http://bugs.kde.org/attachment.cgi?id=88780. Commit. See bug #339278
- Umbrello/petaltree2uml.cpp : file.close() is already done in loadFromMDL(). Commit.
- UMLListView::slotDiagramCreated() : Call uError() for case (v == NULL). Commit. See bug #338983
- Temporary fix of wrong return value from parent item checkState(0) value for debug class dock widget. Commit.
- Add click handler for subdirectory entry in debug class dock widget. Commit.
- Fix 'Mimetype text/x-xmi is not assigned to umbrello in desktop environments'. Commit. Fixes bug #340000
- Fix Debian policy: The desktop entry lists support for at least one mime type, but does not provide codes like %f, %F, %u or %U for the Exec key. Commit. Fixes bug #339995