Cœur

Results 94 issues of Cœur

Fix: #101 Simplified code change of the solution found by @Harm133 in #3922.

scope:mac
feature disparity
type:ui

With e3b871216f444f0e1278fb38b9c7703c50a9f3c6: ![Capture d’écran 2022-10-09 à 06 47 49](https://user-images.githubusercontent.com/839992/194730374-713854e6-f167-462a-8a88-5745f29f0461.png)

scope:mac

One of our CI step is occasionally failing on NetBSD on PlatformTest.defaultConfigDirXdgConfig https://trtc.mikedld.com/viewLog.html?tab=buildLog&logTab=tree&filter=debug&expand=all&buildId=257937&_focus=1892 ``` [19:48:39][Step 3/4] 1: [ RUN ] PlatformTest.defaultConfigDirXdgConfig [19:58:10][Step 3/4] 1/6 Test #1: libtransmission-test ..........................***Timeout 600.63 sec...

TeamCity build is occasionally timing out on Solaris on BlocklistTest.parsing. https://trtc.mikedld.com/viewLog.html?tab=buildLog&logTab=tree&filter=debug&expand=all&buildId=258105&_focus=3266 ``` [14:49:02][Step 3/4] 1: [ RUN ] BlocklistTest.parsing [14:59:01][Step 3/4] 1/6 Test #1: libtransmission-test ..........................***Timeout 600.02 sec ```

Fix minor regression from #3986, but that duplicate ID was causing side-effects each time we were editing project settings.

scope:mac
bug:regression

This fixes many warnings when building with Xcode on Apple Silicon. I'm not absolutely sure, but I suspect that the cause of those warnings is because: - we have a...

scope:mac

This fixes the localization warnings that were recommended by #3940. The documentation of NSMenu says that the title is being ignored for our usage, so no need to localize it....

scope:mac

This change will also have the benefit to reduce the number of strings to localize once @mikedld sync the translations again.