Re: [Lazarus] Website/Mantis back online

2019-04-24 Thread Péter Gábor via lazarus

2019. 04. 20. 23:36 keltezéssel, Michael Van Canneyt via lazarus írta:
> Mantis has been updated to the latest version. We're still working on
> some features

Hi!

I found a minor issue...

In the old version the issues reported by me were on the top-right.
Now those are on the bottom-left and the page must be scrolled to see
the list.
I think that the users (reporters) may like to see their own issues on
the top.
Unfortunately there is no related option in the profile settings.

Please change the order of lists (divs) as it was in the old version (if
you agree).

Thanks!

-- 
Péter Gábor
p...@freemail.hu


-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] TApplication.DoEscapeKey/DoReturnKey

2019-04-24 Thread Zoë Peterson via lazarus
I'm working on the keyboard handling code in the Cocoa widgetset and 
I've run into an issue I'm hoping for some guidance on.


TApplication's DoEscapeKey and DoEnterKey are called in response to 
LM_KEYUP rather than LM_KEYDOWN.  Cocoa's "invalid key" beep occurs as 
part of the keyDown processing though and can not be suppressed until 
after keyUp (long story).  The logic in DoReturnKey to actually get to 
the "Key := VK_UNKNOWN" line is very complicated, and I don't want to to 
repeat all of it in the keyDown handler just to suppress the beep.


Is there a simpler check to do, or can all of those checks be moved into 
accessor methods that return ActiveDefaultControl/CancelControl or nil 
based on whether they should be activate?


--
Zoë Peterson
Scooter Software

--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Bugtracker tickets about Mantis

2019-04-24 Thread Bart via lazarus
On Wed, Apr 24, 2019 at 4:48 PM Michael Van Canneyt via lazarus
 wrote:

> All done. Seems Martin beat me to it.

Thanks to Martin then ;-)

-- 
Bart
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] mantis / button shadows

2019-04-24 Thread Michael Van Canneyt via lazarus



On Wed, 24 Apr 2019, Martin Frb via lazarus wrote:


In button.css there are several text-shadow entries.

One think they do is, making drop downs unreadable.

Can we either:

1)
add (in our css file)

select {
  text-shadow: none !important;
}
select option {
  text-shadow: none !important;
}
select:hover {
  color white !important;
}


Done.

Michael.-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] mantis / button shadows

2019-04-24 Thread Martin Frb via lazarus

In button.css there are several text-shadow entries.

One think they do is, making drop downs unreadable.

Can we either:

1)
add (in our css file)

select {
  text-shadow: none !important;
}
select option {
  text-shadow: none !important;
}
select:hover {
  color white !important;
}


2)
in buttons.css
remove all "text-shadow ", except for the one that says "none"
Or at least the 2 text-shadow in "select" related entries.

in buttons.css
in the block for select:hover
make the color !important
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Bugtracker tickets about Mantis

2019-04-24 Thread Michael Van Canneyt via lazarus



On Wed, 24 Apr 2019, Bart via lazarus wrote:


Hi,

Could somone with developer status in the "Mantis" section of the
bugtracker please reolve the following issues:
0029685: You run a vulnerable Mantis version
0033833: Upgrade Mantis Bugtracker

And a ticket by me:
0023818: Setting status to Feedback assigns issue too (as "Not fixable")


All done. Seems Martin beat me to it.

Michael.
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] Bugtracker tickets about Mantis

2019-04-24 Thread Bart via lazarus
Hi,

Could somone with developer status in the "Mantis" section of the
bugtracker please reolve the following issues:
0029685: You run a vulnerable Mantis version
0033833: Upgrade Mantis Bugtracker

And a ticket by me:
0023818: Setting status to Feedback assigns issue too (as "Not fixable")

-- 
Bart
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Website/Mantis back online (colors)

2019-04-24 Thread Graeme Geldenhuys via lazarus
On 24/04/2019 11:23, Bart via lazarus wrote:
> I would vote for large contrast, especially for those who may have
> some degree of visual impediment.

In that case I would recommend a separate stylesheet. Take Firefox web
browser for example In the menu "View -> Page Style -> "

If a website supports multiple stylesheets, they would appear in that menu.


Here is a live demo:

   https://developer.mozilla.org/samples/cssref/altstyles/index.html



Here is MDN (Mozilla Developer Network) documentation on it:

   https://developer.mozilla.org/en-US/docs/Web/CSS/Alternative_style_sheets



Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Website/Mantis back online

2019-04-24 Thread Bart via lazarus
On Wed, Apr 24, 2019 at 10:14 AM Werner Pamler via lazarus
 wrote:


> > Yes, they are.
> > I'm just reporter in fpc, but I can edit (and delete) my notes.
> Seemingly not everybody:
> https://forum.lazarus.freepascal.org/index.php/topic,45168.msg318748

As of today, as reporter, I cannot edit my own notes anymore, let
alone delete or make private.
This should be fixed.

As developer, the buttons to edit etc. are hidden by default and only
show upon hoovering.

-- 
Bart
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Website/Mantis back online (colors)

2019-04-24 Thread Bart via lazarus
On Tue, Apr 23, 2019 at 11:59 PM Vojtěch Čihák via lazarus
 wrote:

> original appearance on Wayback machine: 
> https://web.archive.org/web/20171104124226/https://bugs.freepascal.org/view_all_bug_page.php

Colorscheme in those "ancient" days:

New: #ffa0a0
Acknowledged: # ffd850
Confirmed: # b0
Assigned: #c8c8ff
Feedback: #ff50a8
Resolved: #cceedd
Closed: #e8e8e8

(According to the eyedropper of my FF)

-- 
Bart
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Website/Mantis back online (colors)

2019-04-24 Thread Bart via lazarus
On Tue, Apr 23, 2019 at 11:00 PM Martin Frb via lazarus
 wrote:

> If Bart agrees, ..
;-)

I would vote for large contrast, especially for those who may have
some degree of visual impediment.


-- 
Bart
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Website/Mantis back online (colors)

2019-04-24 Thread Bart via lazarus
On Tue, Apr 23, 2019 at 10:53 PM Michael Van Canneyt via lazarus
 wrote:

> I made it darker.

Thank you very much!

-- 
Bart
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] css Re: Website/Mantis back online

2019-04-24 Thread Ondrej Pokorny via lazarus

On 24.04.2019 12:05, Graeme Geldenhuys via lazarus wrote:

On 24/04/2019 10:54, Bo Berglund via lazarus wrote:

When copying text from webpages, dev IDE's and emails to paste
somewhere I always first paste in Notepad++

Some background info:

That's because the original content is considered "rich text". But any
program worth using should have an option to paste in different formats
(if the original clipboard content is considered "rich text"). So there
really should be an option to "paste unformatted". Email clients however
tend to automatically determine the format of the pasted text based on
the current email formatting (is it an HTML email or Plain text email
that you are writing).


Quite a lot of editors, web browsers and email clients support 
"Ctrl+Shift+V" for "paste unformatted".


Ondrej

--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] css Re: Website/Mantis back online

2019-04-24 Thread Graeme Geldenhuys via lazarus
On 24/04/2019 10:54, Bo Berglund via lazarus wrote:
> When copying text from webpages, dev IDE's and emails to paste
> somewhere I always first paste in Notepad++ 

Some background info:

That's because the original content is considered "rich text". But any
program worth using should have an option to paste in different formats
(if the original clipboard content is considered "rich text"). So there
really should be an option to "paste unformatted". Email clients however
tend to automatically determine the format of the pasted text based on
the current email formatting (is it an HTML email or Plain text email
that you are writing).


Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp
-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Website/Mantis back online

2019-04-24 Thread Ondrej Pokorny via lazarus

On 24.04.2019 08:17, Michael Van Canneyt wrote:

On Wed, 24 Apr 2019, Ondrej Pokorny via lazarus wrote:

Hello Michael,

is the "Summary" in "Viewing Issues" table centered for a purpose? 
Could you make it aligned to the left?


https://bugs.freepascal.org/view_all_bug_page.php


Done.



Thank you!

Ondrej

--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] css Re: Website/Mantis back online

2019-04-24 Thread Bo Berglund via lazarus
On Tue, 23 Apr 2019 12:59:01 +0200 (CEST), Michael Van Canneyt via
lazarus  wrote:

>I do copy&paste from your mail, so somehow it ends up in your mails...   
>or so ?
>

When copying text from webpages, dev IDE's and emails to paste
somewhere I always first paste in Notepad++ then re-copy the pasted
text and copy into the target. (Your favorite text editor here)

Very often the copied original contains a bunch of unwanted fluff...


-- 
Bo Berglund
Developer in Sweden

-- 
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Website/Mantis back online

2019-04-24 Thread Werner Pamler via lazarus

Am 23.04.2019 um 22:31 schrieb Bart via lazarus:

On Tue, Apr 23, 2019 at 11:44 AM Werner Pamler via lazarus
 wrote:


BTW, are regular users (i.e. without developer status) able
to edit their own text after uploading? As I remember from my
non-developer days this was not possible.

Yes, they are.
I'm just reporter in fpc, but I can edit (and delete) my notes.
Seemingly not everybody: 
https://forum.lazarus.freepascal.org/index.php/topic,45168.msg318748

--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] LCLTranslator last patch, refactor

2019-04-24 Thread Alexey Tor. via lazarus
Maxim, last patch (supporting --lang=) has 4 reads of the same 
ParamStrUTF8(i). Pls use a var.


--
Regards,
Alexey

--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus