[Wireshark-bugs] [Bug 16429] File open dialog shows garbled time stamps

2020-03-08 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16429

Guy Harris  changed:

   What|Removed |Added

 Status|IN_PROGRESS |RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Guy Harris  ---
Should be fixed in the next 3.2.x release.

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 16429] File open dialog shows garbled time stamps

2020-03-08 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16429

--- Comment #6 from Gerrit Code Review  ---
Change 36338 had a related patch set uploaded by Guy Harris:
Fix formatting of the start time and elapsed time.

https://code.wireshark.org/review/36338

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 16429] File open dialog shows garbled time stamps

2020-03-08 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16429

--- Comment #7 from Gerrit Code Review  ---
Change 36338 merged by Guy Harris:
Fix formatting of the start time and elapsed time.

https://code.wireshark.org/review/36338

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 16429] File open dialog shows garbled time stamps

2020-03-08 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16429

--- Comment #5 from Gerrit Code Review  ---
Change 36337 merged by Guy Harris:
Fix formatting of the start time and elapsed time.

https://code.wireshark.org/review/36337

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 16429] File open dialog shows garbled time stamps

2020-03-08 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16429

--- Comment #4 from Guy Harris  ---
(In reply to Dario Lombardo from comment #2)
> Git bisect leads to
> 
> commit 0442f7a2c3c6830f7ee9a2154bcfdbd179eb9225
> Author: Orgad Shaneh 
> Date:   Fri Dec 20 07:57:04 2019 +0200
> 
> UI: Fix compilation with Qt 5.14
> 
> Change-Id: I8adae4609ff2857cb12bc803839ebb2c6afbd264
> Reviewed-on: https://code.wireshark.org/review/35517
> Petri-Dish: Roland Knall 
> Tested-by: Petri Dish Buildbot
> Reviewed-by: Gerald Combs 

Yes, that commit broke it, by assuming that C++'s method signature matching and
default argument handling is clever than it is in reality.  (Hint: it *doesn't*
say "OK, the method takes N arguments, but you're only passing M < N arguments,
so I'll look at the types of the formal and actual arguments and match them up,
so you can omit parameters in the *middle* of the formal argument list and I'll
default them.")  See my fix.

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 16429] File open dialog shows garbled time stamps

2020-03-08 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16429

--- Comment #3 from Gerrit Code Review  ---
Change 36337 had a related patch set uploaded by Guy Harris:
Fix formatting of the start time and elapsed time.

https://code.wireshark.org/review/36337

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 16429] File open dialog shows garbled time stamps

2020-03-08 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16429

--- Comment #2 from Dario Lombardo  ---
Git bisect leads to

commit 0442f7a2c3c6830f7ee9a2154bcfdbd179eb9225
Author: Orgad Shaneh 
Date:   Fri Dec 20 07:57:04 2019 +0200

UI: Fix compilation with Qt 5.14

Change-Id: I8adae4609ff2857cb12bc803839ebb2c6afbd264
Reviewed-on: https://code.wireshark.org/review/35517
Petri-Dish: Roland Knall 
Tested-by: Petri Dish Buildbot
Reviewed-by: Gerald Combs 

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 16429] File open dialog shows garbled time stamps

2020-03-08 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16429

Guy Harris  changed:

   What|Removed |Added

   Hardware|x86 |All
 Status|CONFIRMED   |IN_PROGRESS
 OS|macOS 10.15 |All

--- Comment #1 from Guy Harris  ---
Happened with a master branch build on Ubuntu 18.04 as well.

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

[Wireshark-bugs] [Bug 16429] File open dialog shows garbled time stamps

2020-03-08 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16429

Dario Lombardo  changed:

   What|Removed |Added

 CC||lom...@gmail.com
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.___
Sent via:Wireshark-bugs mailing list 
Archives:https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
 mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe