Here is the package with everything that is needed top apply the new TDEUI on your system. If it is to be applied on a 3.5.13.2, just rename tdeui folder for kdeui and everything will work.
Attached are screenshots taken using Alex's files, with minor improvements. Take a look and let me know if we can push or more changes are needed.
Cheers Michele
Here is the package with everything that is needed to apply the new TDEUI on your system. If it is to be applied on a 3.5.13.2, just rename tdeui folder for kdeui and everything will work.
Attached are screenshots taken using Alex's files, with minor improvements. Take a look and let me know if we can push or more changes are needed.
Cheers Michele
Hi,
I forgot about digiKam! It wasn't installed on my Mageia and 3.5.13.2 partition. Here it is. I also provided the Gimp file of the ribbon for all apps.
Also, please take note that the only files needed in the tdeui folders are the one provided in the archive. Many older files are not needed anymore.
-Alexandre
No other comments?
So, it's probably ready to be pushed to GIT.
Thank you! -Alexandre
No other comments? So, it's probably ready to be pushed to GIT.
No objections from me.
Ok, I will push either today or during this week.
By the way Alex, I noticed yesterday that we need the same kind of work for the KHelpCenter. The files should be in /opt/trinity/share/apps/khelpcenter or something like that. Could you take a look if you have time?
Cheers Michele
No other comments? So, it's probably ready to be pushed to GIT.
No objections from me.
Ok, I will push either today or during this week.
By the way Alex, I noticed yesterday that we need the same kind of work for the KHelpCenter. The files should be in /opt/trinity/share/apps/khelpcenter or something like that. Could you take a look if you have time?
Cheers Michele
Hi,
Yes, I am aware of KHelpCenter. It contains stuff that is coming from probably two or three thousands years ago. :)
This one is different, and I don't fully understand how to do it. I am looking for the ''skeleton'' file, from where, as I understand, help files are built with. A little like the kde_infopage.css, but for the help. It is built in a different way and I fear that it would not work with transparent png files and a user-defined background. At worst, maybe this could have a fixed background.
I have seen png files in /opt/trinity/share/doc/tde/HTML/en/khelpcenter/common/, but I'm not sure yet what to do with it.
Doing the picture is the easy part of it, but how to adapt the structure to use it is different.
-Alexandre
Ok, I will push either today or during this week.
The new style files have been pushed.
Yes, I am aware of KHelpCenter. It contains stuff that is coming from probably two or three thousands years ago. :) This one is different, and I don't fully understand how to do it.
Ok, no rush, we have plenty of time before v14.0.0 is fully ready. If you can't figure it out, I'll try to help you as well ;-)
Cheers Michele
On Sat, 16 Aug 2014 22:52:21 -0400 Alexandre ac586133@hotmail.com wrote:
No other comments? So, it's probably ready to be pushed to GIT.
No objections from me.
Ok, I will push either today or during this week.
By the way Alex, I noticed yesterday that we need the same kind of work for the KHelpCenter. The files should be in /opt/trinity/share/apps/khelpcenter or something like that. Could you take a look if you have time?
Cheers Michele
Hi,
Yes, I am aware of KHelpCenter. It contains stuff that is coming from probably two or three thousands years ago. :)
This one is different, and I don't fully understand how to do it. I am looking for the ''skeleton'' file, from where, as I understand, help files are built with. A little like the kde_infopage.css, but for the help. It is built in a different way and I fear that it would not work with transparent png files and a user-defined background. At worst, maybe this could have a fixed background.
I have seen png files in /opt/trinity/share/doc/tde/HTML/en/khelpcenter/common/, but I'm not sure yet what to do with it.
Doing the picture is the easy part of it, but how to adapt the structure to use it is different.
I managed to retrieve the HTML for one of the pages. It's ugly. The governing stylesheet should be [tde]/share/doc/HTML/en/common/kde-common.css, but as far as I can tell that's empty (file contains comments only), and the style declarations that are actually used are embedded. They're being added from various .xsl files applied when the documentation is generated.
The good news is that I was able to pull out the names of the image files in use. All are in [tde]/share/doc/HTML/en/common/ (khelpcenter/common/ is just a symlink to that directory, on my system at least).
header: top-middle.png, top-right-konqueror.png footer: bottom-middle.png, bottom-right.png, bottom-left.png
A lot of the other images seem to be from a previous version of the chrome, and I don't think they're in use right now (there may be one or two exceptions).
Changing the opaque backgrounds of some elements may be a bit more difficult. Some definitions seem to be in [tde]/share/apps/ksgmltools2/docbook/xsl/html/docbook.xsl , but there may be others scattered around.
The best long-term solution may be to conduct a search-and-destroy on the style definitions embedded in the XSL and move everything to kde-common.css, assuming kde-common.css isn't auto-generated and we can confirm that all the pages import that stylesheet.
E. Liddell
Doing the picture is the easy part of it, but how to adapt the structure to use it is different.
I managed to retrieve the HTML for one of the pages. It's ugly. The governing stylesheet should be [tde]/share/doc/HTML/en/common/kde-common.css, but as far as I can tell that's empty (file contains comments only), and the style declarations that are actually used are embedded. They're being added from various .xsl files applied when the documentation is generated.
Yes, I found the kde-common.css to be empty too!
The good news is that I was able to pull out the names of the image files in use. All are in [tde]/share/doc/HTML/en/common/ (khelpcenter/common/ is just a symlink to that directory, on my system at least).
header: top-middle.png, top-right-konqueror.png footer: bottom-middle.png, bottom-right.png, bottom-left.png
Yes, I found them too.
A lot of the other images seem to be from a previous version of the chrome, and I don't think they're in use right now (there may be one or two exceptions).
I also think that they are not all in use, but some are. Do the following steps on your system: 1.Open Trinity Help Center 2.Click on the Glossary tab 3.Check any definitions in the glossary. They use very old files.
Changing the opaque backgrounds of some elements may be a bit more difficult. Some definitions seem to be in [tde]/share/apps/ksgmltools2/docbook/xsl/html/docbook.xsl , but there may be others scattered around.
The best long-term solution may be to conduct a search-and-destroy on the style definitions embedded in the XSL and move everything to kde-common.css, assuming kde-common.css isn't auto-generated and we can confirm that all the pages import that stylesheet.
E. Liddell
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
I made not transparent file for the top header, but even if I change these files, the text would still be right-aligned and with black text, with grey-white shadow. If at least the place where the header text alignment settings is found, I'll probably be able to change it.
-Alexandre
Hi,
I looked around in many of these xsl files, but I haven't found the place where the text alignment and color of the header is set... The generation of these help files seems quite complicated, with more than 30 xsl files applied on it... If someone is able to find out how to do it, it would be of great help.
Michele, you might have not seen one of the messages here, but I made the TDEUI file for digiKam, if you want to push it to GIT. I also provided the Gimp file of the ribbon for all apps. It might be good to keep it somewhere, for future reference. It would be good to write somewhere, probably in the ''About'' box, that some of the icons used here and in the splash are from the KFaenza icon theme.
Here is some infos about the KFaenza icon theme: # Written by Tiheum (matthieu.james@gmail.com) # Edited for use in Kde by snakebite
Thank you! -Alexandre
Michele, you might have not seen one of the messages here, but I made the TDEUI file for digiKam, if you want to push it to GIT.
Thanks, I must have missed the message :-( I will look at pushing it sometime this week.
Cheers Michele
Michele, you might have not seen one of the messages here, but I made the TDEUI file for digiKam, if you want to push it to GIT.
Thanks, I must have missed the message :-( I will look at pushing it sometime this week.
Cheers Michele
Hi,
I updated my TDE R14 nightly build system, and some part of the new TDEUI seems to be missing. Can you confirm that the ribbon pictures for Konqueror and TDE Control Center has been pushed to GIT? The other ones are updated as they should and it is complete both for aKregator and Kmail.
The are in: /opt/trinity/share/apps/konqueror/about/ /opt/trinity/share/apps/kcontrol/about/
Don't forget about digiKam!
Thank you! -Alexandre
I updated my TDE R14 nightly build system, and some part of the new TDEUI seems to be missing. Can you confirm that the ribbon pictures >for Konqueror and TDE Control Center has been pushed to GIT? The other ones are updated as they should and it is complete both for >aKregator and Kmail.
Yes, all pushed. Perhaps tdelibs/tdebase hasn't been rebuilt yet on the build server. Can you check the date of the tdelibs/tdebase packages you have installed?
Don't forget about digiKam!
Didn't forget :-) Just lack of free time in the last few days. Will probably do it during the weekend.
Cheers Michele
I updated my TDE R14 nightly build system, and some part of the new TDEUI seems to be missing. Can you confirm that the ribbon pictures >for Konqueror and TDE Control Center has been pushed to GIT? The other ones are updated as they should and it is complete both for >aKregator and Kmail.
Yes, all pushed. Perhaps tdelibs/tdebase hasn't been rebuilt yet on the build server. Can you check the date of the tdelibs/tdebase packages you have installed?
Don't forget about digiKam!
Didn't forget :-) Just lack of free time in the last few days. Will probably do it during the weekend.
Cheers Michele
No problems!
-Alexandre
On Friday 22 of August 2014 13:59:34 Alexandre wrote:
I updated my TDE R14 nightly build system, and some part of the new TDEUI seems to be missing. Can you confirm that the ribbon pictures
for Konqueror and TDE Control Center has been pushed to GIT? The other
ones are updated as they should and it is complete both for >aKregator and Kmail.
Yes, all pushed. Perhaps tdelibs/tdebase hasn't been rebuilt yet on the build server. Can you check the date of the tdelibs/tdebase packages you have installed?
Don't forget about digiKam!
Didn't forget :-) Just lack of free time in the last few days. Will probably do it during the weekend.
Cheers Michele
No problems!
-Alexandre
Alternatively, you can use my alternative apt source preliminary-stable-builds, where packages are already up to date.
On Sunday 24 of August 2014 04:33:11 Michele Calgaro wrote:
Michele, you might have not seen one of the messages here, but I made the TDEUI file for digiKam, if you want to push it to GIT.
Pushed in commit d660363. Cheers Michele
I think, initial background color for new TDE style file in Digikam need to be fixed (as was fixed for other new TDE style commits).
I think, initial background color for new TDE style file in Digikam need to be fixed (as was fixed for other new TDE style commits).
Well spotted Slavek. Done in commit 74ca6ba. Actually in digikam I didn't notice the "flashing effect" from light background to the new dark background, but I have updated the files anyway.
Cheers Michele
Ok, I confirm that the TDEUI files are complete on my latest R14 update.
Thank you! -Alexandre