OSDN Git Service

kde/Katie.git
2016-08-16 Ivailo Monevit seems that nothing is passing hints to qDrawBorderPi...
2016-08-16 Ivailo Monevvarious cleanups
2016-08-16 Ivailo Monevthe specialized image transformation functions do not...
2016-08-15 Ivailo Monevbring back QPixmap::setAlphaChannel() and QPixmap:...
2016-08-15 Ivailo Monevdo not add qttestgui.h to the QtTest meta header
2016-08-13 Ivailo Monevfix some compiler warnings
2016-08-13 Ivailo Monevthe in-place image convertor has pretty much no use
2016-08-13 Ivailo Monevupdate KATIE_TOOLS
2016-08-13 Ivailo Monevbetter handling of the X11 extensions
2016-08-13 Ivailo Monevactually create the qtconfig.desktop file
2016-08-13 Ivailo Monevdo not force rendering hints
2016-08-12 Ivailo Monevmake sure qfeatures header does not redefine definitions
2016-08-12 Ivailo Monevoops, copy-pasta mistake
2016-08-12 Ivailo Monevadd back qtconfig
2016-08-12 Ivailo Monevremove the qfeatures text file
2016-08-12 Ivailo Monevobsolete headers werk
2016-08-11 Ivailo Monevfix a compiler warning when xsync support is not build
2016-08-11 Ivailo MonevMerge branch 'master' of https://github.com/fluxer...
2016-08-11 Ivailo Monevimprove X11 extension checks
2016-08-10 Ivailo Monevupdate pnglibconf.h
2016-08-10 Ivailo Monevremove leftover reference to WREC
2016-08-10 Ivailo Monevfix build with latest MinGW on Windows
2016-08-10 Ivailo MonevI forgot that system() doesn ot fork()
2016-08-10 Ivailo Monevensure that full paths are used in .desktop files
2016-08-10 Ivailo Monevminor cleanups and corrections
2016-08-10 Ivailo Monevtranslations update
2016-08-10 Ivailo Monevcleanup X11 desktop service implementation
2016-08-10 Ivailo Monevcleanup X11 desktop service implementation
2016-08-10 Ivailo Monevbring back accidently removed asserations from JavaScri...
2016-08-10 Ivailo Monevthe GIF format patents of Unisys have expired a few...
2016-08-10 Ivailo Monevvarious cleanups
2016-08-10 Ivailo MonevMerge branch 'nosimd' of https://github.com/fluxer...
2016-08-09 Ivailo Monevadjust the QString benchmark
2016-08-09 Ivailo Monevminor rasterizer cleanup
2016-08-09 Ivailo Monevkatie_setup_sources() is no longer needed [ci skip]
2016-08-09 Ivailo Monevget rid of some SIMD remains
2016-08-09 Ivailo Monevno need for SIMD in imageconversions and drawing now
2016-08-09 Ivailo Monevmake it possible to disable all CPU features usage...
2016-08-09 Ivailo Monevimprove ODBC detection
2016-08-09 Ivailo Monevmove sql drivers to plugins sub-directory and remove...
2016-08-09 Ivailo Monevupdate bundled libpng to 1.6.24
2016-08-09 Ivailo Monevcall katie_generate_package() before katie_setup_paths()
2016-08-08 Ivailo Monevmake it possible to retreive the graphics system name
2016-08-08 Ivailo Monevremove redundant friend class from QCoreApplicaiton
2016-08-08 Ivailo Monevremove some redundant qglobal header inclusions
2016-08-08 Ivailo Monevprevent native graphics system setup via QApplication...
2016-08-08 Ivailo Monevsubstitue native graphics system request with raster...
2016-08-08 Ivailo Monevcompiler warnings fixes
2016-08-08 Ivailo Monevminor JavaScriptCore cleanups and fixup
2016-08-08 Ivailo Monevuse void pointer for JS function data storage
2016-08-08 Ivailo Monevget rid of WTF::bitwise_cast
2016-08-08 Ivailo Monevresolve merge conflicts
2016-08-08 Ivailo Monevget rid of some JavaScriptCore macros and RefPtrHashMap
2016-08-07 Ivailo Monevget rid of QBitField and QDeclarativeDom
2016-08-07 Ivailo Monevmake JavaScriptCore use Katie macros for assertations...
2016-08-07 Ivailo Monevnote that the native graphics system is no more
2016-08-07 Ivailo Monevfix and unify JavaScriptCore assertations
2016-08-07 Ivailo Monevvarious cleanups
2016-08-07 Ivailo Monevuse global static for icon engines interface
2016-08-07 Ivailo Monevmake sure Shell profile and dynamic linker files contai...
2016-08-07 Ivailo Monevno need for mingw-w64-katie-git to depend on libpng now
2016-08-07 Ivailo MonevQAction cleanups
2016-08-07 Ivailo Monevmake the installations paths relative even for non...
2016-08-07 Ivailo Monevmake sure classes are not mapped more then once
2016-08-07 Ivailo MonevMerge branch 'master' of https://github.com/fluxer...
2016-08-07 Ivailo Monevvarious cleanups
2016-08-06 Ivailo Monevmake the generators not respecting DESTDIR work again
2016-08-06 Ivailo Monevvarious cleanups
2016-08-06 Ivailo Monevminor cleanups
2016-08-06 Ivailo Monevqpixmap_mac_p.h is no more
2016-08-06 Ivailo Monevgetting rid of QMacPixmapData and the (virtual) native...
2016-08-06 Ivailo Monevminor cleanups
2016-08-06 Ivailo Monevremove some unused functions
2016-08-04 Ivailo Monevminor JavaScriptCore cleanups
2016-08-03 Ivailo Monevadd qscript tool
2016-08-03 Ivailo Monevremove redundant JavaScriptCore header
2016-08-03 Ivailo Monevthreads support is required after all, needs a fix
2016-08-03 Ivailo Monevuse less glue for mutex locking in JavaScriptCore
2016-08-03 Ivailo Monevmake the qdbusviewer Qt resource file header same as...
2016-08-03 Ivailo Monevlimmit some build warnings to Debug configuration
2016-08-01 Ivailo Monevminor headers inclusion cleanup
2016-08-01 Ivailo Monevjust bare with the lower polygons limit
2016-08-01 Ivailo Monevupdate translations
2016-08-01 Ivailo Monevvarious cleanups
2016-07-31 Ivailo MonevMerge branch 'master' of https://github.com/fluxer...
2016-07-31 Ivailo Monevvarious cleanups
2016-07-31 Ivailo Monevlet the private painting engine manage itself
2016-07-31 Ivailo Monevinclude the mac directory from the gui component
2016-07-31 Ivailo Monevbunch of OS X build fixes
2016-07-31 Ivailo Monevfix build of multimedia component on Windows
2016-07-31 Ivailo Monevfix header inclusion in multimedia component source...
2016-07-31 Ivailo Monevexport QMacStyle like any other
2016-07-31 Ivailo Monevput the Homebrew prefix workaround where it belongs
2016-07-31 Ivailo Monevkerning is required for OS X too
2016-07-31 Ivailo Monevkerning is required for OS X too
2016-07-31 Ivailo Monevanother try to fix the OS X build in Travis
2016-07-31 Ivailo MonevOS X build fixes
2016-07-31 Ivailo Monevtry to install libpng, libtiff and jpeg-turbo that...
2016-07-31 Ivailo Monevfix a compiler warning
2016-07-31 Ivailo Monevseparate the logic for Freetype support from X11
next