Add LSGT key for non-US keyboards
Add RWIN key with option to set both Win keys to non-toggle for xmodmap use
Fix keycodes for evdev mapping
Show ampersand when on lower level of key
Fix Num pad numbers keycodes where 0-9 are not on lower level of keyboard key
Abbreviate num pad keys text
Fix size of keys for keyboard right side alignment
Use icons for quit and num pad show/hide buttons
Resize quit, num pad show/hide, configure buttons
Add a tooltip for the panel icon
Add help file
Set a number of installation directories in tqt3.SlackBuild to install tqt3/tqtinterface to TDE installation directory to create what I feel is a more compact and logical tree:
/opt/tde
├── bin
├── include
│ └── tqt
│ └── private
├── lib64
│ ├── pkgconfig
│ ├── tde
│ │ └── plugins
│ │ ├── designer
│ │ └── styles
│ └── tqt
│ ├── mkspecs
│ └── plugins
│ ├── crypto
│ ├── designer
│ ├── inputmethods
│ ├── integration
│ └── styles
└── share
└── tqt
└── translations
Revised doinst.sh and pkgconfig.sh setup in tqt3.SlackBuild
Removed PREPEND which probably never worked anyway
Removed TQT_INCLUDE_PATH C*FLAGS - patched admin/acinclude.m4.in
Removed SLKLDFLAGS - not used
Removed ld error workaround patches
Fixed build not stopping when set to Stop
Fixed retaining tde-i18n build data when set to Keep ALL
Revised cmake options
Set TDE binaries directory to head of PATH
Patch in tdelibs.SlackBuild to find avahi-tqt headers
Patches in {tdevelop,tdeedu,tdemultimedia}.SlackBuild to find libtqt-mt
Patch in tdewebdev.SlackBuild for 'undefined reference' error
Added RPATH to all SlackBuilds
tdelibs - added options for development build
tdenetwork - added options for development build
libcaldav - converted build to cmake
libcarddav - converted build to cmake
kvkbd - set location for applications *.desktop for 14.0.7 build
abakus, kkbswitch, tdeutils|superkaramba - set location for applications *.desktop
README.md - added link to example build set up
Moved content of additional files for tqt3, tdebase, into the SlackBuild
Standardized location of man pages, and gzip them
Removed unused sysconfdir and mandir references
Modified layout and content of BUILD-TDE.sh screens
Changed tde prefix for ktorrent, k3b-i18n, k3b, gwenview-i18n, gwenview, filelight, amarok, libkipi, libkexiv2, libkdcraw, to optional
Removed lib prefix to mp4v2 package
Changed tidy-html5 source from zip to tar.gz
Removed old version builds
Updated get-source.sh for default TDE archive type tar.xz
.. and added ARCHIVE_TYPE for misc builds which were tar.bz2
Updated xmedcon version [issue 14]
Corrected cd for koffice-i18n [issue 15]
Added cmake for libart-lgpl development version [issue 16]
option for minimal tqt3 build, for run-time support only
patch for konqueror ViewMode
patches for builds with poppler 0.64+ and 0.65+
work-around for tdenetwork build error on current
updated README
patch to enable tdecmshell to find TDE .desktop file
Updated sources for libpng14 and graphviz
Re-arranged BUILD-TDE.sh packages list
Removed some READMEs and added comments in SBs
Moved patch files into SBs
Added runlevel option and README for tdebase build
Added a section to BUILD-TDE.sh for cpu optimization.
It only functions for x86 - the build for any other cpu type works as before.
I would think that most people building these packages would be doing so for their own use on the machine where the build takes place, so it makes sense to provide an option to optimize the build for that machine.
Added the cpu option to get-source.sh, tqt3.SlackBuild, and tqca-tls.SlackBuild. Moved setting ARCH from get-source.sh and koffice.SlackBuild into BUILD-TDE.sh where it's used for this new option.
Added a summary of the selected options to the final dialog screen.
Other changes to BUILD-TDE.sh are an internal clean-up, mainly making use of dialog options.
- modified get-source.sh and replaced common code in SBs with a function call
Added xmedcon to Misc build list
Added -no-exceptions option to tqt3 build
Added dbus-tqt slack-desc to dbus-tqt.SlackBuild
Added selected language support to some SlackBuilds
Moved some Misc optional packages in BUILD-TDE.sh next to the package that needs them
and put cmake options in SB to save having to search through CMakeLists.txt to find out what are available.
Removed tidy-html5-master.zip from src.
Added langcodes [a modified tde-i18n README] and included it in BUILD-TDE.sh as a README option for tde-i18n.
Changed 1st screen intro re: mirror selection by geoIP.
The if loop for setting the COMPILER_CXX variable can be done in one line, and will then be in the same format as the other variable exports.