Branch: null

7506cadc 2012-03-10 16:08:00 Timothy Pearson
Initial import
A Makefile
A plugin/Makefile
A plugin/plugin.pro
A plugin/simplestyle.cpp
A plugin/simplestyle.h
A plugin/simplestyleplugin.cpp
A plugin/simplestyleplugin.h
A plugin/tdeqt4painter.cpp
A plugin/tdeqt4painter.h
A styleplugin.pro
A styles/libsimplestyleplugin.so
A stylewindow/Makefile
A stylewindow/main.cpp
A stylewindow/stylewindow.cpp
A stylewindow/stylewindow.h
A stylewindow/stylewindow.pro
A thingstofix.txt
A tqt3reference/Makefile
A tqt3reference/main.cpp
A tqt3reference/stylewindow.cpp
A tqt3reference/stylewindow.h
A tqt3reference/stylewindow.pro
A unstyledwindow/Makefile
A unstyledwindow/main.cpp
A unstyledwindow/stylewindow.cpp
A unstyledwindow/stylewindow.h
A unstyledwindow/unstyledwindow.pro
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..780c5e8
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,178 @@
+#############################################################################
+# Makefile for building: styleplugin
+# Generated by qmake (2.01a) (Qt 4.7.0) on: Sat Mar 10 16:06:16 2012
+# Project:  styleplugin.pro
+# Template: subdirs
+# Command: /usr/bin/qmake-qt4 -o Makefile styleplugin.pro
+#############################################################################
+
+first: make_default
+MAKEFILE      = Makefile
+QMAKE         = /usr/bin/qmake-qt4
+DEL_FILE      = rm -f
+CHK_DIR_EXISTS= test -d
+MKDIR         = mkdir -p
+COPY          = cp -f
+COPY_FILE     = $(COPY)
+COPY_DIR      = $(COPY) -r
+INSTALL_FILE  = install -m 644 -p
+INSTALL_PROGRAM = install -m 755 -p
+INSTALL_DIR   = $(COPY_DIR)
+DEL_FILE      = rm -f
+SYMLINK       = ln -f -s
+DEL_DIR       = rmdir
+MOVE          = mv -f
+CHK_DIR_EXISTS= test -d
+MKDIR         = mkdir -p
+SUBTARGETS    =  \
+		sub-stylewindow \
+		sub-plugin \
+		sub-unstyledwindow
+
+stylewindow//$(MAKEFILE): 
+	@$(CHK_DIR_EXISTS) stylewindow/ || $(MKDIR) stylewindow/ 
+	cd stylewindow/ && $(QMAKE) /home/eldarion/experimental/qt4-tqt-theme-engine/stylewindow/stylewindow.pro -o $(MAKEFILE)
+sub-stylewindow-qmake_all:  FORCE
+	@$(CHK_DIR_EXISTS) stylewindow/ || $(MKDIR) stylewindow/ 
+	cd stylewindow/ && $(QMAKE) /home/eldarion/experimental/qt4-tqt-theme-engine/stylewindow/stylewindow.pro -o $(MAKEFILE)
+sub-stylewindow: stylewindow//$(MAKEFILE) FORCE
+	cd stylewindow/ && $(MAKE) -f $(MAKEFILE)
+sub-stylewindow-make_default: stylewindow//$(MAKEFILE) FORCE
+	cd stylewindow/ && $(MAKE) -f $(MAKEFILE) 
+sub-stylewindow-make_first: stylewindow//$(MAKEFILE) FORCE
+	cd stylewindow/ && $(MAKE) -f $(MAKEFILE) first
+sub-stylewindow-all: stylewindow//$(MAKEFILE) FORCE
+	cd stylewindow/ && $(MAKE) -f $(MAKEFILE) all
+sub-stylewindow-clean: stylewindow//$(MAKEFILE) FORCE
+	cd stylewindow/ && $(MAKE) -f $(MAKEFILE) clean
+sub-stylewindow-distclean: stylewindow//$(MAKEFILE) FORCE
+	cd stylewindow/ && $(MAKE) -f $(MAKEFILE) distclean
+sub-stylewindow-install_subtargets: stylewindow//$(MAKEFILE) FORCE
+	cd stylewindow/ && $(MAKE) -f $(MAKEFILE) install
+sub-stylewindow-uninstall_subtargets: stylewindow//$(MAKEFILE) FORCE
+	cd stylewindow/ && $(MAKE) -f $(MAKEFILE) uninstall
+plugin//$(MAKEFILE): 
+	@$(CHK_DIR_EXISTS) plugin/ || $(MKDIR) plugin/ 
+	cd plugin/ && $(QMAKE) /home/eldarion/experimental/qt4-tqt-theme-engine/plugin/plugin.pro -o $(MAKEFILE)
+sub-plugin-qmake_all:  FORCE
+	@$(CHK_DIR_EXISTS) plugin/ || $(MKDIR) plugin/ 
+	cd plugin/ && $(QMAKE) /home/eldarion/experimental/qt4-tqt-theme-engine/plugin/plugin.pro -o $(MAKEFILE)
+sub-plugin: plugin//$(MAKEFILE) FORCE
+	cd plugin/ && $(MAKE) -f $(MAKEFILE)
+sub-plugin-make_default: plugin//$(MAKEFILE) FORCE
+	cd plugin/ && $(MAKE) -f $(MAKEFILE) 
+sub-plugin-make_first: plugin//$(MAKEFILE) FORCE
+	cd plugin/ && $(MAKE) -f $(MAKEFILE) first
+sub-plugin-all: plugin//$(MAKEFILE) FORCE
+	cd plugin/ && $(MAKE) -f $(MAKEFILE) all
+sub-plugin-clean: plugin//$(MAKEFILE) FORCE
+	cd plugin/ && $(MAKE) -f $(MAKEFILE) clean
+sub-plugin-distclean: plugin//$(MAKEFILE) FORCE
+	cd plugin/ && $(MAKE) -f $(MAKEFILE) distclean
+sub-plugin-install_subtargets: plugin//$(MAKEFILE) FORCE
+	cd plugin/ && $(MAKE) -f $(MAKEFILE) install
+sub-plugin-uninstall_subtargets: plugin//$(MAKEFILE) FORCE
+	cd plugin/ && $(MAKE) -f $(MAKEFILE) uninstall
+unstyledwindow//$(MAKEFILE): 
+	@$(CHK_DIR_EXISTS) unstyledwindow/ || $(MKDIR) unstyledwindow/ 
+	cd unstyledwindow/ && $(QMAKE) /home/eldarion/experimental/qt4-tqt-theme-engine/unstyledwindow/unstyledwindow.pro -o $(MAKEFILE)
+sub-unstyledwindow-qmake_all:  FORCE
+	@$(CHK_DIR_EXISTS) unstyledwindow/ || $(MKDIR) unstyledwindow/ 
+	cd unstyledwindow/ && $(QMAKE) /home/eldarion/experimental/qt4-tqt-theme-engine/unstyledwindow/unstyledwindow.pro -o $(MAKEFILE)
+sub-unstyledwindow: unstyledwindow//$(MAKEFILE) FORCE
+	cd unstyledwindow/ && $(MAKE) -f $(MAKEFILE)
+sub-unstyledwindow-make_default: unstyledwindow//$(MAKEFILE) FORCE
+	cd unstyledwindow/ && $(MAKE) -f $(MAKEFILE) 
+sub-unstyledwindow-make_first: unstyledwindow//$(MAKEFILE) FORCE
+	cd unstyledwindow/ && $(MAKE) -f $(MAKEFILE) first
+sub-unstyledwindow-all: unstyledwindow//$(MAKEFILE) FORCE
+	cd unstyledwindow/ && $(MAKE) -f $(MAKEFILE) all
+sub-unstyledwindow-clean: unstyledwindow//$(MAKEFILE) FORCE
+	cd unstyledwindow/ && $(MAKE) -f $(MAKEFILE) clean
+sub-unstyledwindow-distclean: unstyledwindow//$(MAKEFILE) FORCE
+	cd unstyledwindow/ && $(MAKE) -f $(MAKEFILE) distclean
+sub-unstyledwindow-install_subtargets: unstyledwindow//$(MAKEFILE) FORCE
+	cd unstyledwindow/ && $(MAKE) -f $(MAKEFILE) install
+sub-unstyledwindow-uninstall_subtargets: unstyledwindow//$(MAKEFILE) FORCE
+	cd unstyledwindow/ && $(MAKE) -f $(MAKEFILE) uninstall
+
+Makefile: styleplugin.pro  /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mkspecs/common/g++.conf \
+		/usr/share/qt4/mkspecs/common/unix.conf \
+		/usr/share/qt4/mkspecs/common/linux.conf \
+		/usr/share/qt4/mkspecs/qconfig.pri \
+		/usr/share/qt4/mkspecs/features/qt_functions.prf \
+		/usr/share/qt4/mkspecs/features/qt_config.prf \
+		/usr/share/qt4/mkspecs/features/exclusive_builds.prf \
+		/usr/share/qt4/mkspecs/features/default_pre.prf \
+		/usr/share/qt4/mkspecs/features/release.prf \
+		/usr/share/qt4/mkspecs/features/default_post.prf \
+		/usr/share/qt4/mkspecs/features/warn_on.prf \
+		/usr/share/qt4/mkspecs/features/qt.prf \
+		/usr/share/qt4/mkspecs/features/unix/thread.prf \
+		/usr/share/qt4/mkspecs/features/moc.prf \
+		/usr/share/qt4/mkspecs/features/resources.prf \
+		/usr/share/qt4/mkspecs/features/uic.prf \
+		/usr/share/qt4/mkspecs/features/yacc.prf \
+		/usr/share/qt4/mkspecs/features/lex.prf \
+		/usr/share/qt4/mkspecs/features/include_source_dir.prf
+	$(QMAKE) -o Makefile styleplugin.pro
+/usr/share/qt4/mkspecs/common/g++.conf:
+/usr/share/qt4/mkspecs/common/unix.conf:
+/usr/share/qt4/mkspecs/common/linux.conf:
+/usr/share/qt4/mkspecs/qconfig.pri:
+/usr/share/qt4/mkspecs/features/qt_functions.prf:
+/usr/share/qt4/mkspecs/features/qt_config.prf:
+/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
+/usr/share/qt4/mkspecs/features/default_pre.prf:
+/usr/share/qt4/mkspecs/features/release.prf:
+/usr/share/qt4/mkspecs/features/default_post.prf:
+/usr/share/qt4/mkspecs/features/warn_on.prf:
+/usr/share/qt4/mkspecs/features/qt.prf:
+/usr/share/qt4/mkspecs/features/unix/thread.prf:
+/usr/share/qt4/mkspecs/features/moc.prf:
+/usr/share/qt4/mkspecs/features/resources.prf:
+/usr/share/qt4/mkspecs/features/uic.prf:
+/usr/share/qt4/mkspecs/features/yacc.prf:
+/usr/share/qt4/mkspecs/features/lex.prf:
+/usr/share/qt4/mkspecs/features/include_source_dir.prf:
+qmake: qmake_all FORCE
+	@$(QMAKE) -o Makefile styleplugin.pro
+
+qmake_all: sub-stylewindow-qmake_all sub-plugin-qmake_all sub-unstyledwindow-qmake_all FORCE
+
+make_default: sub-stylewindow-make_default sub-plugin-make_default sub-unstyledwindow-make_default FORCE
+make_first: sub-stylewindow-make_first sub-plugin-make_first sub-unstyledwindow-make_first FORCE
+all: sub-stylewindow-all sub-plugin-all sub-unstyledwindow-all FORCE
+clean: sub-stylewindow-clean sub-plugin-clean sub-unstyledwindow-clean FORCE
+distclean: sub-stylewindow-distclean sub-plugin-distclean sub-unstyledwindow-distclean FORCE
+	-$(DEL_FILE) Makefile
+install_subtargets: sub-stylewindow-install_subtargets sub-plugin-install_subtargets sub-unstyledwindow-install_subtargets FORCE
+uninstall_subtargets: sub-stylewindow-uninstall_subtargets sub-plugin-uninstall_subtargets sub-unstyledwindow-uninstall_subtargets FORCE
+
+sub-stylewindow-check: stylewindow/$(MAKEFILE)
+	cd stylewindow/ && $(MAKE) check
+sub-plugin-check: plugin/$(MAKEFILE)
+	cd plugin/ && $(MAKE) check
+sub-unstyledwindow-check: unstyledwindow/$(MAKEFILE)
+	cd unstyledwindow/ && $(MAKE) check
+check: sub-stylewindow-check sub-plugin-check sub-unstyledwindow-check
+
+mocclean: compiler_moc_header_clean compiler_moc_source_clean
+
+mocables: compiler_moc_header_make_all compiler_moc_source_make_all
+install_sources: FORCE
+	@$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/lib/qt4/examples/tools/styleplugin/ || $(MKDIR) $(INSTALL_ROOT)/usr/lib/qt4/examples/tools/styleplugin/ 
+	-$(INSTALL_FILE) /home/eldarion/experimental/qt4-tqt-theme-engine/styleplugin.pro $(INSTALL_ROOT)/usr/lib/qt4/examples/tools/styleplugin/
+
+
+uninstall_sources:  FORCE
+	-$(DEL_FILE) -r $(INSTALL_ROOT)/usr/lib/qt4/examples/tools/styleplugin/styleplugin.pro
+	-$(DEL_DIR) $(INSTALL_ROOT)/usr/lib/qt4/examples/tools/styleplugin/ 
+
+
+install: install_subtargets install_sources  FORCE
+
+uninstall: uninstall_sources  uninstall_subtargets FORCE
+
+FORCE:
+
diff --git a/plugin/Makefile b/plugin/Makefile
new file mode 100644
index 0000000..a128159
--- /dev/null
+++ b/plugin/Makefile
@@ -0,0 +1,271 @@
+#############################################################################
+# Makefile for building: libsimplestyleplugin.so
+# Generated by qmake (2.01a) (Qt 4.7.0) on: Sat Mar 10 16:06:19 2012
+# Project:  plugin.pro
+# Template: lib
+# Command: /usr/bin/qmake-qt4 -o Makefile plugin.pro
+#############################################################################
+
+####### Compiler, tools and options
+
+CC            = gcc
+CXX           = g++
+DEFINES       = -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
+CFLAGS        = -pipe -O2 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
+CXXFLAGS      = -pipe -O2 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
+INCPATH       = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/include/tqt3 -I/usr/include/tqt -I/opt/trinity/include -I.
+LINK          = g++
+LFLAGS        = -Wl,-O1 -shared
+LIBS          = $(SUBLIBS)  -L/usr/lib -L/usr/lib -ltqt -ltqt-mt -L /opt/trinity/lib -lDCOP -ltdecore -lQtGui -lQtCore -lpthread 
+AR            = ar cqs
+RANLIB        = 
+QMAKE         = /usr/bin/qmake-qt4
+TAR           = tar -cf
+COMPRESS      = gzip -9f
+COPY          = cp -f
+SED           = sed
+COPY_FILE     = $(COPY)
+COPY_DIR      = $(COPY) -r
+STRIP         = strip
+INSTALL_FILE  = install -m 644 -p
+INSTALL_DIR   = $(COPY_DIR)
+INSTALL_PROGRAM = install -m 755 -p
+DEL_FILE      = rm -f
+SYMLINK       = ln -f -s
+DEL_DIR       = rmdir
+MOVE          = mv -f
+CHK_DIR_EXISTS= test -d
+MKDIR         = mkdir -p
+
+####### Output directory
+
+OBJECTS_DIR   = ./
+
+####### Files
+
+SOURCES       = simplestyle.cpp \
+		simplestyleplugin.cpp \
+		tdeqt4painter.cpp moc_simplestyle.cpp \
+		moc_simplestyleplugin.cpp
+OBJECTS       = simplestyle.o \
+		simplestyleplugin.o \
+		tdeqt4painter.o \
+		moc_simplestyle.o \
+		moc_simplestyleplugin.o
+DIST          = /usr/share/qt4/mkspecs/common/g++.conf \
+		/usr/share/qt4/mkspecs/common/unix.conf \
+		/usr/share/qt4/mkspecs/common/linux.conf \
+		/usr/share/qt4/mkspecs/qconfig.pri \
+		/usr/share/qt4/mkspecs/features/qt_functions.prf \
+		/usr/share/qt4/mkspecs/features/qt_config.prf \
 ** Diff limit reached (max: 250 lines) **
de9aa982 2012-03-16 18:16:40 Timothy Pearson
Add support for a number of new complex controls
M Makefile
M plugin/Makefile
M plugin/plugin.pro
M plugin/simplestyle.cpp
M plugin/simplestyle.h
M styles/libsimplestyleplugin.so
M stylewindow/Makefile
M unstyledwindow/Makefile
 ** Diff limit reached (max: 250 lines) **
6aa698b8 2012-03-16 18:17:26 Timothy Pearson
Remove unwanted binary file
R styles/libsimplestyleplugin.so
 ** Diff limit reached (max: 250 lines) **
5374f02e 2012-03-18 18:06:17 Timothy Pearson
Fix SpinBox widget drawing
The theme engine is now almost usable under simple Qt4 apps such as vlc
M plugin/simplestyle.cpp
M plugin/simplestyle.h
 ** Diff limit reached (max: 250 lines) **
d4b531e2 2012-03-20 10:40:45 Timothy Pearson
Repair menu icon handling
Various control and primitive fixes
M plugin/simplestyle.cpp
M plugin/simplestyle.h
 ** Diff limit reached (max: 250 lines) **
bbeb99fb 2012-03-20 23:30:07 Timothy Pearson
Add support for native TDE file dialogs
Add style hints
Add standard pixmaps
Fix a slew of other problems
M plugin/Makefile
M plugin/plugin.pro
M plugin/simplestyle.cpp
M plugin/simplestyle.h
 ** Diff limit reached (max: 250 lines) **
2d9dac86 2012-03-21 13:31:44 Timothy Pearson
Add caching for pixmap conversions
Disable debug spew by default
Additional bugfixes
M plugin/simplestyle.cpp
M plugin/simplestyle.h
 ** Diff limit reached (max: 250 lines) **
bd425eca 2012-03-21 21:39:35 Timothy Pearson
Rename theme engine from SimpleStyle
Fix drawing glitches in menus and tabbars
M plugin/simplestyle.cpp
M plugin/simplestyle.h
M plugin/simplestyleplugin.cpp
M plugin/simplestyleplugin.h
 ** Diff limit reached (max: 250 lines) **
751d247c 2012-03-22 20:07:14 Timothy Pearson
Add toolbar button drawing routines
M plugin/simplestyle.cpp
M plugin/simplestyle.h
 ** Diff limit reached (max: 250 lines) **
c145c60f 2012-03-22 22:45:11 Timothy Pearson
Add initial support for CE_RadioButton and CE_CheckBox
Fix tab bar drawing glitches
M plugin/simplestyle.cpp
M plugin/simplestyle.h
 ** Diff limit reached (max: 250 lines) **
57d3eda0 2012-04-18 21:39:40 Timothy Pearson
Remove unrelated text file
R thingstofix.txt
 ** Diff limit reached (max: 250 lines) **
a4788e1d 2012-05-07 00:16:28 Timothy Pearson
Clean up directory structure
A examples/stylewindow/Makefile
A examples/stylewindow/main.cpp
A examples/stylewindow/stylewindow.cpp
A examples/stylewindow/stylewindow.h
A examples/stylewindow/stylewindow.pro
A examples/tqt3reference/Makefile
A examples/tqt3reference/main.cpp
A examples/tqt3reference/stylewindow.cpp
A examples/tqt3reference/stylewindow.h
A examples/tqt3reference/stylewindow.pro
A examples/unstyledwindow/Makefile
A examples/unstyledwindow/main.cpp
A examples/unstyledwindow/stylewindow.cpp
A examples/unstyledwindow/stylewindow.h
A examples/unstyledwindow/unstyledwindow.pro
M plugin/plugin.pro
M styleplugin.pro
R Makefile
R plugin/Makefile
R stylewindow/Makefile
R stylewindow/main.cpp
R stylewindow/stylewindow.cpp
R stylewindow/stylewindow.h
R stylewindow/stylewindow.pro
R tqt3reference/Makefile
R tqt3reference/main.cpp
R tqt3reference/stylewindow.cpp
R tqt3reference/stylewindow.h
R tqt3reference/stylewindow.pro
R unstyledwindow/Makefile
R unstyledwindow/main.cpp
R unstyledwindow/stylewindow.cpp
R unstyledwindow/stylewindow.h
R unstyledwindow/unstyledwindow.pro
 ** Diff limit reached (max: 250 lines) **
7ed40f5c 2012-05-07 00:21:59 Timothy Pearson
Fix FTBFS due to missing qmake include directory
M plugin/plugin.pro
 ** Diff limit reached (max: 250 lines) **
dd5447a3 2012-05-07 00:31:43 Timothy Pearson
Split TDE/Qt4 interface library out and install files into correct locations
A lib/lib.pro
A lib/tdeqt4painter.cpp
A lib/tdeqt4painter.h
M plugin/plugin.pro
M styleplugin.pro
R plugin/tdeqt4painter.cpp
R plugin/tdeqt4painter.h
 ** Diff limit reached (max: 250 lines) **
e3be7c73 2012-05-07 01:16:26 Timothy Pearson
Fix library installation directory
M lib/lib.pro
 ** Diff limit reached (max: 250 lines) **
8b7e1160 2012-09-13 09:53:37 Timothy Pearson
Fix a number of problems and check for known broken Qt4 version
M lib/lib.pro
M lib/tdeqt4painter.cpp
M lib/tdeqt4painter.h
M plugin/plugin.pro
M plugin/simplestyle.cpp
M plugin/simplestyle.h
 ** Diff limit reached (max: 250 lines) **
a3ae879d 2012-09-13 10:18:46 Timothy Pearson
Split out TQt3 to Qt4 conversion methods into separate file
A generate_xml_information
A lib/tdeqt4converter.cpp
A lib/tdeqt4converter.h
M lib/lib.pro
M plugin/simplestyle.cpp
M plugin/simplestyle.h
 ** Diff limit reached (max: 250 lines) **
2624ef7e 2012-09-13 13:37:48 Timothy Pearson
Fix spinbox rendering
M lib/tdeqt4painter.cpp
M plugin/simplestyle.cpp
M plugin/simplestyle.h
 ** Diff limit reached (max: 250 lines) **
db0c7b24 2012-09-13 16:04:01 Timothy Pearson
Speed up theme engine
M lib/tdeqt4converter.cpp
M lib/tdeqt4converter.h
M lib/tdeqt4painter.cpp
M plugin/simplestyle.cpp
M plugin/simplestyle.h
 ** Diff limit reached (max: 250 lines) **
b9daa01a 2012-09-13 19:35:58 Timothy Pearson
Add widget cache and fix checkboxes and pushbuttons
M lib/tdeqt4converter.cpp
M lib/tdeqt4converter.h
M plugin/simplestyle.cpp
M plugin/simplestyle.h
 ** Diff limit reached (max: 250 lines) **
2fcd8b3d 2012-09-14 02:31:09 Timothy Pearson
Fix corrupt application name and crash on exit
M plugin/simplestyle.cpp
M plugin/simplestyle.h
 ** Diff limit reached (max: 250 lines) **
7d8cc6ed 2012-09-15 15:49:20 Timothy Pearson
Fix potential crash when TDE integration is disabled
M plugin/simplestyle.cpp
M plugin/simplestyle.h
 ** Diff limit reached (max: 250 lines) **
4f0b6320 2012-09-21 19:41:01 Timothy Pearson
Attempt to work around Qt 4.8 bug in fromX11Pixmap when masks are converted
M lib/tdeqt4painter.cpp
M plugin/simplestyle.cpp
 ** Diff limit reached (max: 250 lines) **
b59fdf2c 2012-09-22 15:56:06 Timothy Pearson
Fix QtOctave failure and MDI pixmap problems
M lib/tdeqt4converter.cpp
M lib/tdeqt4painter.cpp
M plugin/simplestyle.cpp
 ** Diff limit reached (max: 250 lines) **
4eb88cc2 2012-09-27 23:32:01 Timothy Pearson
Fix a few graphical glitches
M plugin/simplestyle.cpp
 ** Diff limit reached (max: 250 lines) **
8edde78b 2012-10-16 22:14:48 Timothy Pearson
Only repaint for widgets which support prelighting
M plugin/simplestyle.cpp
M plugin/simplestyle.h
 ** Diff limit reached (max: 250 lines) **
b6d9d4f1 2013-01-19 18:46:32 Timothy Pearson
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
M plugin/simplestyle.cpp
 ** Diff limit reached (max: 250 lines) **
3db357dc 2013-01-20 00:00:31 Timothy Pearson
Rename KApplication to TDEApplication to avoid conflicts with KDE4
M plugin/simplestyle.cpp
M plugin/simplestyle.h
 ** Diff limit reached (max: 250 lines) **
1aa54874 2013-01-22 19:58:36 Timothy Pearson
Rename KInstance and KAboutData to avoid conflicts with KDE4
M plugin/simplestyle.cpp
M plugin/simplestyle.h
 ** Diff limit reached (max: 250 lines) **
6a0fe9ce 2013-01-24 13:26:18 Timothy Pearson
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
M plugin/simplestyle.cpp
 ** Diff limit reached (max: 250 lines) **
78599449 2013-01-27 00:56:15 Timothy Pearson
Rename a number of libraries and executables to avoid conflicts with KDE4
M plugin/simplestyle.cpp
 ** Diff limit reached (max: 250 lines) **
ebdb595c 2013-01-28 10:22:24 Timothy Pearson
Fix up remaining references to -lkio
M lib/lib.pro
M plugin/plugin.pro
 ** Diff limit reached (max: 250 lines) **
e3c309e2 2013-02-04 14:08:44 Timothy Pearson
Rename KIcon to enhance compatibility with KDE4
M plugin/simplestyle.cpp
 ** Diff limit reached (max: 250 lines) **
085047ab 2013-02-14 17:10:13 Timothy Pearson
Rename common header files for consistency with class renaming
M examples/tqt3reference/main.cpp
M plugin/simplestyle.cpp
 ** Diff limit reached (max: 250 lines) **
dd415c6f 2013-05-06 20:02:17 Darrell Anderson
Cleanup output clutter.
M lib/tdeqt4painter.cpp
M plugin/simplestyle.cpp
 ** Diff limit reached (max: 250 lines) **
f776a4fa 2013-11-30 14:27:45 Darrell Anderson
Add end-of-file newlines.
M lib/tdeqt4converter.cpp
M lib/tdeqt4converter.h
 ** Diff limit reached (max: 250 lines) **
3f466e8f 2014-10-12 00:37:32 Timothy Pearson
Bring first and last icons into XDG compliance
M plugin/simplestyle.cpp
 ** Diff limit reached (max: 250 lines) **
cbe4c5ed 2014-10-12 17:49:16 Timothy Pearson
Bring stop, lock, exit, and run icons into XDG compliance
M plugin/simplestyle.cpp
 ** Diff limit reached (max: 250 lines) **
09f04198 2014-10-13 00:13:18 Timothy Pearson
Bring up, down, top, and bottom icons into XDG compliance
M plugin/simplestyle.cpp
 ** Diff limit reached (max: 250 lines) **
4c6b040f 2014-10-13 15:43:50 Timothy Pearson
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
M plugin/simplestyle.cpp
 ** Diff limit reached (max: 250 lines) **
4840e7cb 2014-10-13 20:10:00 Timothy Pearson
Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
M plugin/simplestyle.cpp
 ** Diff limit reached (max: 250 lines) **
2d749eff 2015-03-04 16:40:23 Timothy Pearson
Rename most device icons to comply with XDG standards
(cherry picked from commit 9f93d0db550659f9440a086ab69e7590b35dbee1)
M plugin/simplestyle.cpp
 ** Diff limit reached (max: 250 lines) **
6cc8783e 2015-03-26 14:25:58 Timothy Pearson
Bring system icon into XDG compliance
(cherry picked from commit d55333fd7b3fb17c0507f4161dc818c8e13753be)
M plugin/simplestyle.cpp
 ** Diff limit reached (max: 250 lines) **