While you're at it . . .
On
https://www.trinitydesktop.org/about.php
at the bottom:
"TDE R14.0.0: Anticipated in early 2014."
Maybe "... 4th Quarter 2014" ?
Looking forward to it!
Jonesy
--
Marvin L Jones | Marvin | W3DHJ | linux
Pueblo, Colorado | @ | Jonesy | FreeBSD __
38.238N 104.547W | jonz.net | DM78rf | OS/2 SK
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA224
All,
After growing tired of the difficulty of looking up exactly what changed
in the various GIT hashes being thrown around during development I added a
project-wide hash lookup feature on the TDE Patches from GIT page. I have
also added a direct link to each patch on cgit, though those links may
take up to 24 hours to activate after a commit is pushed.
Let me know what you think. I hope this helps with code auditing;
suggestions are of course welcome!
Tim
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iFYEARELAAYFAlRKio8ACgkQLaxZSoRZrGHXcwDfYI+HZw/CfQSo2bF8kuox/aO/
jsg6Avr2ew/XdADePWyY/BhJhcfsZVzQv8OINQaq25M9yYp8HQqg8Q==
=gD5F
-----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA224
Hi E. Liddell,
Not sure if there's anything you can do about this but I was browsing the
TDE site on iOS and got the attached glitch.
Is there any way to force the horizontal scrollbar to show up in this case
instead of overlaying the left hand menu bar on top of the text? This is
one of the very few cases where horizontal scrolling is preferable to what
we have now.
Thanks!
Tim
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iFYEARELAAYFAlRF6goACgkQLaxZSoRZrGG6fADfXErBna8Ar6BIhIaj/Ahm6s+z
ziJC4nXFSbIV8QDgqw1xxWRMCqiW8PFB3kKhI4WRjdOSWlx/YmNmYQ==
=ksdM
-----END PGP SIGNATURE-----
From the bugszilla page it is not possible to go directly to the TDE website.
A link would be good.
Perhaps a solution would be to make the TDE Icon on the top left part of the banner clickable as in many other pages of
the new website.
Cheers
Michele
On Sunday 19 of October 2014 08:59:51 trinity-git-server(a)pearsoncomputing.net
wrote:
> Branch: master
> 7c94b170 2014-10-19 01:59:23 Michele Calgaro
> Fixed tdewebdev FTBFS in Debian/Ubuntu distros.
>
> Signed-off-by: Michele Calgaro <michele.calgaro(a)yahoo.it>
> M debian/lenny/tdewebdev/debian/kxsldbg-trinity.install
> M debian/squeeze/tdewebdev/debian/kxsldbg-trinity.install
> M ubuntu/maverick/tdewebdev/debian/kxsldbg-trinity.install
>
> diff --git a/debian/lenny/tdewebdev/debian/kxsldbg-trinity.install
> b/debian/lenny/tdewebdev/debian/kxsldbg-trinity.install index
> 28d1bba..d6c1b3a 100644
> --- a/debian/lenny/tdewebdev/debian/kxsldbg-trinity.install
> +++ b/debian/lenny/tdewebdev/debian/kxsldbg-trinity.install
> @@ -16,18 +16,18 @@
> debian/tmp/opt/trinity/share/doc/tde/HTML/en/xsldbg/xsldbghelp.xml
> debian/tmp/opt/trinity/share/icons/hicolor/16x16/actions/1downarrow.png
> debian/tmp/opt/trinity/share/icons/hicolor/16x16/actions/configure.png
> -debian/tmp/opt/trinity/share/icons/hicolor/16x16/actions/system-log-out.pn
>g
> +debian/tmp/opt/trinity/share/icons/hicolor/16x16/actions/system/log-out.pn
>g debian/tmp/opt/trinity/share/icons/hicolor/16x16/actions/hash.png
> debian/tmp/opt/trinity/share/icons/hicolor/16x16/actions/mark.png
> debian/tmp/opt/trinity/share/icons/hicolor/16x16/actions/next.png
> -debian/tmp/opt/trinity/share/icons/hicolor/16x16/actions/system-run.png
> +debian/tmp/opt/trinity/share/icons/hicolor/16x16/actions/system/run.png
> debian/tmp/opt/trinity/share/icons/hicolor/16x16/actions/step.png
> debian/tmp/opt/trinity/share/icons/hicolor/16x16/actions/xsldbg_*.png
> debian/tmp/opt/trinity/share/icons/hicolor/22x22/actions/1downarrow.png
> debian/tmp/opt/trinity/share/icons/hicolor/22x22/actions/configure.png
> -debian/tmp/opt/trinity/share/icons/hicolor/22x22/actions/system-log-out.pn
>g
> +debian/tmp/opt/trinity/share/icons/hicolor/22x22/actions/system/log-out.pn
>g debian/tmp/opt/trinity/share/icons/hicolor/22x22/actions/next.png
> -debian/tmp/opt/trinity/share/icons/hicolor/22x22/actions/system-run.png
> +debian/tmp/opt/trinity/share/icons/hicolor/22x22/actions/system/run.png
> debian/tmp/opt/trinity/share/icons/hicolor/22x22/actions/step.png
> debian/tmp/opt/trinity/share/icons/hicolor/22x22/actions/xsldbg_*.png
> debian/tmp/opt/trinity/share/services/kxsldbg_part.desktop
Michele,
I think you've hit on the problem, which I feared - automake does not install
icons as intended, but automatically adds extra subfolder. If you look at the
rest of the commit e12d7923 see that program refers to the icon 'system-run'.
This will require an adjustment in the common 'admin' module => rebuild
everything again.
--
Slávek
Tim,
I see that you have updated lots of .desktop files in TDE to honor the
XDG compliance.
This is a good work, but I've noticed that rpmlint still complains about
"missing semicolon as trailing caracter". It looks like the separator is
not enough, it needs a trailing caracter too.
François
Tim,
I have other patches for TDevelop, they fix the API doc generation and toc list as well. One patch for the main repo and
one for the packaging repo.
Can I push or do I have to wait until RC2?
I also have a small patch for tdelibs, again related to API doc generation. This one have to go with RC2, right?
Cheers
Michele
How many times you have been hit by unit tests failing because of
environment differences between you and other team members? How easy
is it to build your project and have it ready for development? Vagrant
provides a method for creating repeatable development environments
across a range of operating systems for solving these problems. It is
a thin layer that sits on top of existing technologies that allows
people working on a project to reproduce development environments with
a single command.
http://www.linuxjournal.com/content/vagrant
Keith