-
CaptainTobin
welp.. happy birthday to me since it is after midnight
-
CaptainTobin
hello frg_Away
-
frg_Away
CaptainTobin happy birdsday
-
CaptainTobin
thank you
-
frg_Away
I know it is birth but it is for the birds :)
-
CaptainTobin
just another day for the most part, tho I consider it a holy day of me.. but that is JUST me.. now if I could get some other people to agree.. Well i'd have a cult so never mind that.. I have an add-ons site to do.
-
CaptainTobin
that old cavendish sidebar menu is weird how it .. exists
-
frg_Away
CaptainTobin waiting for IanN_Away to do the beta branched. Working on my wip branch. Need to get it to 68
-
CaptainTobin
frg_Away: add xp support and invite fedor LOL
-
CaptainTobin
no seriously this is outstanding news
-
frg_Away
didn't check if it even still compiles with VS2017
-
frg_Away
Using VS2019 and clang
-
CaptainTobin
there is no benefit to vs2017 over newer versions.. 2015 ... sure but that ship can sail, idc anymore about vs2015 lol
-
frg_Away
VS2019 compiles the x86 build but it crahes pretyy fast when memory becomes an issue.
-
CaptainTobin
after biginit?
-
CaptainTobin
err
-
CaptainTobin
int
-
frg_Away
VS2ß15 is missing support for some later c++ standards.
-
CaptainTobin
or just the web is too bloated for such a small address space
-
frg_Away
CaptainToBin. No needed to switch the relase builds to clnag some time ago. Was able to reproduce it playing some media files. Has been awhile.
-
frg_Away
msvc and x64 are peachy. Just not x86
-
CaptainTobin
to be expected
-
CaptainTobin
given microsoft and mozilla's directed direction they directed it to be directed to.. which is not 32bit
-
frg_Away
Well I can understand this as discussed in the last meeting.
-
CaptainTobin
btw where is the seamonkey website repo.. cause the one on hgmo is like dead
-
frg_Away
-
frg_Away
-
frg_Away
Same level. We might kick gitlab later
-
CaptainTobin
I have two enhancements .. to the breadcrumb bar one is a css background to replace the image bg and two is to set the height so page navigating is more consistant with having it partly be collapsed then be breadcrubs (or a menu bar on my add-ons site layout)
-
CaptainTobin
having it not be partly collapsed*
-
CaptainTobin
heptapod is hg right?
-
frg_Away
Prefer you open a bug and get it reviewed, Unfortunately mozilla enhanced bugzilla so you need another borwser. Not that the "enhanced" version is faster or better...
-
frg_Away
heptapod is hg
-
CaptainTobin
oh yeah.. BUGS lol
-
CaptainTobin
I actually forgot about bugzilla being relevant just now
-
CaptainTobin
The bugzilla way tho has the advatage of not tying the developer to a specific repo tech as long as they can generate an applicable patch file
-
CaptainTobin
so say.. i use git-cinnabar do my stuff then export the patch files attach em to a bugzilla bug and whomever applies em applies em .. it is a very good system.
-
CaptainTobin
frg_Away: speaking of, I assume you will loose bugzilla as well?
-
frg_Away
probably
-
CaptainTobin
I am also guessing bugzilla by now is a massive glued together mostrsity of modern js and ancient perl?
-
CaptainTobin
what a strange site generator
-
CaptainTobin
have to investigate how it works at some point
-
CaptainTobin
-
CaptainTobin
christ up to 19XXXXX
-
CaptainTobin
well i sure am glad EMAIL reported this bug
-
CaptainTobin
ffs mozilla.. why are you extrapolating names from email addresses when the name is set.
-
CaptainTobin
there changed my email to tobin⊙bc .. now it was reported by tobin
-
CaptainTobin
lowercase
-
njsg
I think that has been default behaviour with bugzilla for some time now
-
njsg
not sure when did it appear, but I remember noticing that
-
njsg
(or has it been already like that before?)
-
njsg
CaptainTobin: also happy birthday
-
CaptainTobin
ah thank you njsg
-
CaptainTobin
okay seamonkey's design is weird
-
CaptainTobin
even for mozilla html
-
CaptainTobin
I think I have it now
-
CaptainTobin
frg_Away: why does it need to be in an hg repo to build?
-
frg_Away
It shouldn't
-
CaptainTobin
mattatobin⊙nbc LINUX /binoc/workstation/projects/newcode/website-branch-default
-
CaptainTobin
$ ./bin/build
-
CaptainTobin
abort: no repository found in '/binoc/workstation/projects/newcode/website-branch-default' (.hg not found)
-
CaptainTobin
Could not copy (src/.htaccess to dest/.htaccess) : No such file or directory
-
frg_Away
CaptainTobin ah you mean the website? Black magic. ewong and IanN_Away are the masters. Do you want to test your patch?
-
CaptainTobin
well i did it in devtools and i was gonna create a patch but i also wanna see how this works..
-
CaptainTobin
perl-XML-XPath is installed.. plugin error XML.Xpath plugin not found
-
CaptainTobin
well I am at an impass
-
CaptainTobin
empass
-
CaptainTobin
well a partal one
-
frg_Away
if you have a patch I can push it to staging
-
CaptainTobin
i don't know how the templating system works so all i can do is a basic css patch .. devtools testing suggest it will make the hight consistant across pages but it will be just the blue ocean on the front page lol
-
CaptainTobin
yeah I am gonna generate it and attach it to the bug
-
frg_Away
-
CaptainTobin
frg_Away: how do i get hg to give me a diff including the removed file
-
frg_Away
hg qnew -D your patchname.patch
-
frg_Away
Enable mercurial queues
-
frg_Away
hg qpush hg qpop are your friend then.
-
frg_Away
x times easier than git
-
CaptainTobin
hold on.. i have to figure out how to set a username
-
CaptainTobin
ok where is the patch file?
-
CaptainTobin
in the .hg dir?
-
frg_Away
There is a hgrc in .hg. Just edit it. Or pick the global hgrc
-
frg_Away
.hg/patches
-
CaptainTobin
right
-
CaptainTobin
it is still not tracking that I deleted a file
-
CaptainTobin
do I have to commit it to get it to?
-
frg_Away
applied patches are in status all patches in series.
-
frg_Away
I usually use thg to delet ot. Let me check
-
CaptainTobin
ok i do like that
-
frg_Away
hg forget "New Text Document.txt"
-
frg_Away
Not sure if it is deleted then. maybe hg remove
-
frg_Away
hg remove --force "New Text Document.txt"
-
frg_Away
Btw, The series file can be edited. Just don't do it in the area of applied patches. This will not end well usually. :)
-
CaptainTobin
frg_Away: attached a patch to the bug
-
CaptainTobin
sooner or later I will have to go back to the orginal cavendish and get the styling and markup to use that sidebar menu to the same extent the mozilla mainsite did
-
frg_Away
CaptainTobin missing descriptin date and name. I cann add them if you want
-
CaptainTobin
Yeah .. I used to have a gui that did this for hg back in the day.. cli is terrible lol
-
CaptainTobin
I just need more experience with it
-
frg_Away
CaptainTobin install tortoise hg
-
frg_Away
munch time. Will check the patch afterwards
-
CaptainTobin
thank you frg_Away
-
frg_Away
I will use the email from patch in
Bug 1858246
-
CaptainTobin
Matt A. Tobin <email⊙mc>
-
frg_Away
jupp
-
CaptainTobin
tortoisehg, qt based
-
CaptainTobin
eh
-
CaptainTobin
it will do the jorb
-
frg_Away
etter under Windows but does integrate in gnome.
-
CaptainTobin
that would be great if I used gnome.. or nautilus
-
frg_Away
Tortoise hg Total Commander and Notepad++ is all I need :)
-
CaptainTobin
Openbox and Nemo
-
CaptainTobin
but I am fine with not having "shell integration"
-
CaptainTobin
frg_Away: funny you mention notepad++
-
CaptainTobin
there is a qt effort to create a clone.. it looks the part but as a proof of concept it lacks features beyond basic notepad .. but because there is no superior text editor for linux.. notepad++ on wine even registered as the default text editor
-
CaptainTobin
frg_Away: this thing is from 2006
-
CaptainTobin
my god
-
frg_Away
-
CaptainTobin
no i mean the website
-
CaptainTobin
software
-
CaptainTobin
generator
-
frg_Away
was a good year :)
-
CaptainTobin
true
-
guest_
fr_away: LOL both websites foss.heptapod.net and gitlab.com do not work in SM 2.53.18.2
-
CaptainTobin
the hell
-
frg_Away
munch time for real now
-
CaptainTobin
i am heading out to the store anyway will be back soon
-
njsg
CaptainTobin: "there is no superior text editor for linux" something something Emacs vim :-P
-
njsg
something [waves license from Caldera] vi
-
andr01d
When I save complete website in seamonkey, it does save the accompanying image files, but the html continues to link to the original web images. Anyone know a workaround?
-
andr01d
I guess I'm headed for curl or wget...
-
njsg
andr01d: link as in what you get when you click on it?
-
andr01d
yes, the saved html still has links to the web, not to the locally saved files
-
njsg
I'd expect it to adjust the img src, now anchor targets... sounds like something that might have a bug for it, but I don't think I've ever considered whether these would be changed
-
andr01d
Mozilla support says the links should be changed, but maybe this doesn't apply to seamonkey:
-
andr01d
-
andr01d
I'm just going to use wget -r...
-
andr01d
Errg, It's a craigslist ad for a car I bought yesterday, now the original is offline 8-/ I guess I'll have to be happy with the saved version that was still open in the browser...
-
CaptainTobin
Hi
-
CaptainTobin
I have returned.
-
CaptainTobin
-
CaptainTobin
Songs to Test By.
-
frg_Away
CaptainTobin: Use reload
staging.seamonkey-project.org ...
-
frg_Away
...
-
frg_Away
production seems a bit higher
-
CaptainTobin
perfect on Seamonkey.. a pixel too high on chromium.. par for the course. Are you ok with it?
-
CaptainTobin
or do you want me to futz some more on it?
-
frg_Away
I am ok with it. Waiting for IanN_Away and if he is ok too I r+ the patch and merge it to production. Thanks.
-
CaptainTobin
fun!
-
frg_Away
nighty night
-
CaptainTobin
rest well
-
njsg
in production I get the feeling it has the same space on top and botton, staging appears to have more on top than bottom
-
njsg
might be because of some minimum font size setting, but still I wonder why the difference
-
CaptainTobin
verdana has different metrics vs most sans fonts
-
CaptainTobin
its why I like it its wider
-
CaptainTobin
you're right njsg
-
CaptainTobin
its the fact the page is designed for verdana and by default it was using Noto Sans on here.. which is more like arial's protortions
-
CaptainTobin
I should append the patch to add Deja Vu Sans (if installed) to it and knock it down one px
-
CaptainTobin
or better yet..
-
CaptainTobin
I should file a new bug to add Deja Vu Sans in front of Verdana and Sans and make it block this bug
-
njsg
maybe min-height instead height?
-
njsg
s@instead@& of@
-
CaptainTobin
height has to be specified for min and max to work
-
CaptainTobin
properly
-
CaptainTobin
unless that has been fixed and i never noticed
-
CaptainTobin
let me try min-height instead of max-height
-
njsg
hm, are you sure about that? I think min-height works
-
CaptainTobin
i am sure a long time at some point it was true
-
CaptainTobin
njsg: you are on windows right can you get me a screenshot of what you see on staging and production?
-
njsg
no, GNU/Linux right now
-
njsg
I usually just have an easier testing evironment that's Windows NT
-
njsg
CaptainTobin: now is there a good way to set "same height as text" that's not #breadcrumbs::before{content:" "}
-
njsg
where " " is the non-breaking space? I can't even copy that...
-
CaptainTobin
well normally I'd fix this by setting margin on an inner container of the bar but this bar is template controlled and I don't know how the template works
-
CaptainTobin
using padding from outside affects height
-
CaptainTobin
where as margin from inside shouldn't
-
CaptainTobin
also zoomed scrollbars are zoomed
-
CaptainTobin
I need a windows freak
-
CaptainTobin
actually not a freak, someone helpful
-
njsg
-
njsg
(not a screenshot, well, a screenshot, but not of the site, should have made that clear, sorry)
-
njsg
well content:"\00A0" produces the same for :before, but this also adds a space
-
njsg
what's the height equivalent of 1em?
-
njsg
CaptainTobin: so far from my testing what I think looks better (in the CSS) so far might be changing to min-height and perhaps set that to 1.25em
-
njsg
now 1.25em seems to match the line-height here, but no idea if that will be similar elsewhere or if it's something based on my font settings
-
njsg
either way, changing height to min-height is probably a good idea
-
CaptainTobin
its gonna be based on font settings
-
CaptainTobin
it needs a dejavu webfont or someone needs to pay microsoft for a license for verdana
-
CaptainTobin
that would resolve everything across the board
-
CaptainTobin
I am gonna have to give it some more thought it seems
-
CaptainTobin
else learn how to make this generate so i can test properly
-
CaptainTobin
njsg: its ttree bitching about plugin error XML.XPath plugin not found
-
CaptainTobin
but i have the perl packages
-
CaptainTobin
installed
-
CaptainTobin
so i don't get it