{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":22571940,"defaultBranch":"master","name":"traceshark","ownerLogin":"cunctator","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-08-03T09:28:28.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4447863?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1673824389.662837","currentOid":""},"activityList":{"items":[{"before":"7f862131926676318d633c3886d39a8611f6f987","after":"ba82777f16bf99c4d7a0420ce78249c386214473","ref":"refs/heads/master","pushedAt":"2024-06-30T19:32:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"traceshark.pro: Add compiler optimization options for RK3588\n\nThis change adds commented out compiler options for RK3588 based boards,\nlike the Orange Pi 5 Plus. Also, change the comment about this being the\nRasperrby Pi section to ARM64 section, since it's now contain several\nboards that are not Raspberry Pi.\n\nWe add a second entry for RK3588 because clang appears to not support the\noption cortex-a76.cortex-a55, which gcc uses to let the user specify a\nbig.LITTLE, like the one in RK3588, so for clang we use cortex-a55; there\nappears to be little performance difference between optimizing for\ncortex-a76 vs cortex-a55. It is difficult to establish whether the\ndifference is statistically significant.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"traceshark.pro: Add compiler optimization options for RK3588"}},{"before":"efaa933d97d9671c267d326c36909e2458dd80ee","after":"7f862131926676318d633c3886d39a8611f6f987","ref":"refs/heads/master","pushedAt":"2024-04-06T12:41:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"tracshark.pro: Swap order of -mtune flags for AMD and Intel\n\nAMD comes first in the alphabet, so it should be before. Otherwise, it\nmay look like a preference for Intel.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"tracshark.pro: Swap order of -mtune flags for AMD and Intel"}},{"before":"da68b5a0543afaceda03ca2f435efecfd6e1c207","after":"efaa933d97d9671c267d326c36909e2458dd80ee","ref":"refs/heads/master","pushedAt":"2024-04-06T10:39:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"traceshark.pro: Cleanup the -march and -mtune options for generic x86-64\n\nThere were some duplicates for these generic x86-64 options. Remove\nduplictes and equip every generic x86-64 option with an -mtune option for\neither Intel or AMD.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"traceshark.pro: Cleanup the -march and -mtune options for generic x86-64"}},{"before":"b685cec55b0c630575397dfa41438aebea546eda","after":"da68b5a0543afaceda03ca2f435efecfd6e1c207","ref":"refs/heads/master","pushedAt":"2024-04-05T22:18:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"traceshark.pro: Add commented out -march options for generic x86-64\n\nThere are some generic values for x86-64 that can be used for the -march\noption. Note that there are no corresponding values that can be used for\n-mtune. But let's add them anyway.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"traceshark.pro: Add commented out -march options for generic x86-64"}},{"before":"88200cd09c287b3d0144ad54c5073775e727ae76","after":"b685cec55b0c630575397dfa41438aebea546eda","ref":"refs/heads/master","pushedAt":"2024-03-02T18:02:34.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"Cursor: Avoid overflow in cursor vercial position\n\nThe cursors position are at some places in QCustomPlot cast to and int,\nwhich cannot hold very large values. Thus reduce the extent of the cursor,\nso that an int can old the value of the poosition. This problem was found\nwith UBSan.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"Cursor: Avoid overflow in cursor vercial position"}},{"before":"3a6cc9a59367f57a14f1ab24bacc3997dda4bb89","after":"88200cd09c287b3d0144ad54c5073775e727ae76","ref":"refs/heads/master","pushedAt":"2024-02-11T23:50:55.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"ValueBox::setValue(): Fix undefined behavior\n\nThis mixing of bool and int in an expression is a mistake and a bug. It\nresults in UB. This bug was reported by UBSan.\n\nI believe that the v.value.bool_value obviously should be\nv.value.int_value.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"ValueBox::setValue(): Fix undefined behavior"}},{"before":"7500b4665a0b28d624623dc2f1e80b45921350b4","after":"3a6cc9a59367f57a14f1ab24bacc3997dda4bb89","ref":"refs/heads/master","pushedAt":"2024-02-11T21:13:23.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"CHANGELOG: Update with the latest developments jan-feb 2024\n\nAdd the latest developments about the new settings icon, ftrace flags\nfield.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"CHANGELOG: Update with the latest developments jan-feb 2024"}},{"before":"41e7b02455bff75530b04c4819fe114c95d06335","after":"7500b4665a0b28d624623dc2f1e80b45921350b4","ref":"refs/heads/master","pushedAt":"2024-02-05T00:41:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"README.md: Add more info about tmpfs and building perf\n\nI have always been using tmpfs in order to minimize file system overhead,\nso let's add that suggestion.\n\nI have recently figured out how to build perf with as many bells and\nwhistles for a 6.7.x kernel on Ubuntu 22.04, so add that info as well.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"README.md: Add more info about tmpfs and building perf"}},{"before":"643bd5cfb6222da00231317750d4b97900fac9fc","after":"41e7b02455bff75530b04c4819fe114c95d06335","ref":"refs/heads/master","pushedAt":"2024-02-03T21:14:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"README.md: Use the new settings icon in the documentation\n\nThe new settings icon should be used instead of the old graph enable icon.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"README.md: Use the new settings icon in the documentation"}},{"before":"20933604b6fbd743842afefa6877d0ea76a8bceb","after":"643bd5cfb6222da00231317750d4b97900fac9fc","ref":"refs/heads/master","pushedAt":"2024-02-03T21:07:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"Add a new icon for settings\n\nThe old settings icon was originlly meant only for selecting which graphs\nwould be enabled and then it evolved together with the features into a\nan icon for settings in a more general sense than just selecting the\ngraphs.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"Add a new icon for settings"}},{"before":"3cd388ea9ede311a00cb55b3e8dbd9d9d73c9b5d","after":"20933604b6fbd743842afefa6877d0ea76a8bceb","ref":"refs/heads/master","pushedAt":"2024-01-29T23:57:04.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"Update some copyright years to 2024\n\nThis also update the copyright years shown in the UI to 2014-2024. It is\nkind of 10 year anniversary soon, I think.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"Update some copyright years to 2024"}},{"before":"68182537ba95e0e5a730841789b93ebebc58e643","after":"3cd388ea9ede311a00cb55b3e8dbd9d9d73c9b5d","ref":"refs/heads/master","pushedAt":"2024-01-29T22:52:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"EventsModel: Display ftrace event flags if available\n\nThis will display ftrace events flags string if it is available. This is\nthe second part of the support for the ftrace flags. Previously we\nimplemented the parsing of the flags.\n\nThis will show a new flags column in the events view widget.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"EventsModel: Display ftrace event flags if available"}},{"before":"8882b14dfe9bf4f4ddc69f4159752b1bd180fc58","after":"68182537ba95e0e5a730841789b93ebebc58e643","ref":"refs/heads/master","pushedAt":"2024-01-29T03:06:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"TraceAnalyzer::processSwitchEvent(): Initialize stack variables\n\nWe better initialize as many stack variables as possible in this function.\nI believe that all the warnings from g++ 12 about uninitialized use are\nbogus. However, I see that if the function is quite fragile as is and it\nwould be quite easy to modify so that uninitialized use happens.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"TraceAnalyzer::processSwitchEvent(): Initialize stack variables"}},{"before":"831568a9f6a02c4d1eb831b8685f1e30f90fcf10","after":"8882b14dfe9bf4f4ddc69f4159752b1bd180fc58","ref":"refs/heads/master","pushedAt":"2024-01-22T22:06:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"FtraceGrammar: Add parsing the interrupt flag field\n\nNewer versions of trace-cmd will have a field for interrupt flags and\npreempt count. For this reason we need to parse it.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"FtraceGrammar: Add parsing the interrupt flag field"}},{"before":"f8039ed5eba44be1d10b6f162de3e30dd64894dc","after":"831568a9f6a02c4d1eb831b8685f1e30f90fcf10","ref":"refs/heads/master","pushedAt":"2024-01-21T22:30:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"MainWindow: Improve error message when state file cannot be saved\n\nAdd the filename to the message when the state file cannot be saved. This\nmay make it more understandable to the user, because the filename includes\nthe full path. The reason for not being able to write the state file may\nbe that the whole directory has been deleted by the user. In this case,\nthe user probably knows this and can understand better that the statefile\nis saved in the same directory as the trace file and can thus understand\nthe problem better.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"MainWindow: Improve error message when state file cannot be saved"}},{"before":"74364236f29c948c31f96bf7d571d7e61f57a9c7","after":"d9d4c22c3ba1f137eb0a41f6b42896d3b639421c","ref":"refs/heads/coverity-scanned","pushedAt":"2024-01-21T20:12:51.000Z","pushType":"push","commitsCount":30,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"Update copyright years for 2023\n\nIt's soon the end of 2023 but document the facc that these files were\nchanged during 2023:\nparser/ftrace/ftraceparams.h\nparser/traceevent.h\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"Update copyright years for 2023"}},{"before":"3715fcc624cb62c8d8d4e5d6df5be66304c127ef","after":"f8039ed5eba44be1d10b6f162de3e30dd64894dc","ref":"refs/heads/master","pushedAt":"2024-01-12T19:44:28.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"README.md: Update the build configuration section\n\nThe section dealing with configuring the build has been slightly out of\ndate, because the traceshark.pro file has been updated. The sections to\nbe uncommented should match those in the file.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"README.md: Update the build configuration section"}},{"before":"f9f3884006bbcc5afb178baf0cb450c63a5c55ce","after":"3715fcc624cb62c8d8d4e5d6df5be66304c127ef","ref":"refs/heads/master","pushedAt":"2024-01-11T23:52:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"README.md: Add comment about screen resolution on macOS\n\nMy experience is that on macOS, everything looks bad, unless the used\nscreen resolution matches the screen native resolution.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"README.md: Add comment about screen resolution on macOS"}},{"before":"6c629bb0cc227f4fd0e747256a70b07211cdbee6","after":"f9f3884006bbcc5afb178baf0cb450c63a5c55ce","ref":"refs/heads/master","pushedAt":"2024-01-11T23:19:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"README.md: Update obsolete advice for macOS\n\nThe last time I tried, I had no luck with macports but it's currently possible\nto use Homebrew instead, so let's update the advice to reflect this.\n\nHomebrew works for me currently with Ventura (13.6.3) running on M2 Max.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"README.md: Update obsolete advice for macOS"}},{"before":"0871a0a33a2b61263cf5a73ee7ad9d40e0f457ea","after":"6c629bb0cc227f4fd0e747256a70b07211cdbee6","ref":"refs/heads/master","pushedAt":"2024-01-11T22:08:28.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"misc/traceshark.h: Update the version to 1.0-rc\n\nWhen I start feeling more confident, I will change the version to 1.0 and\ntag it but I am not quite there yet.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"misc/traceshark.h: Update the version to 1.0-rc"}},{"before":"d9d4c22c3ba1f137eb0a41f6b42896d3b639421c","after":"0871a0a33a2b61263cf5a73ee7ad9d40e0f457ea","ref":"refs/heads/master","pushedAt":"2024-01-11T21:47:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"StateFile::loadColorSection(): Fix CID 1575567\n\nThis is yet another instance of Coverity complaining about not using\nstd::move(). I believe that this has no practical significance but let's\nget rid of the Coverity issue.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"StateFile::loadColorSection(): Fix CID 1575567"}},{"before":"d54d60d17dae30fee068f1c21fb837cceca87ab6","after":"d9d4c22c3ba1f137eb0a41f6b42896d3b639421c","ref":"refs/heads/master","pushedAt":"2023-12-30T22:02:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"Update copyright years for 2023\n\nIt's soon the end of 2023 but document the facc that these files were\nchanged during 2023:\nparser/ftrace/ftraceparams.h\nparser/traceevent.h\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"Update copyright years for 2023"}},{"before":"65e9c7d42bfcf34bebcf438e6724b38a97e3a9e7","after":"d54d60d17dae30fee068f1c21fb837cceca87ab6","ref":"refs/heads/master","pushedAt":"2023-12-30T21:38:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"parser: Update the task state parsing to better support modern kernels\n\nThe following have changed:\n- The semantics of the state letters X and Z have been swapped, i.e.\n EXIT_DEAD and EXIT_ZOMBIE.\n- In addition the TASK_DEAD was previously 'x' and now it is 'I'.\n- The letters 'K' (TASK_WAKEKILL), 'N' (TASK_NOLOAD) and 'W' (TASK_WAKING)\n will no longer be emitted, hence we add the suffix _OLD. They are still\n of interest because older kernel will still be used for a very long time.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"parser: Update the task state parsing to better support modern kernels"}},{"before":"1d035593db2b7e88dec8a73c19890d29bec8e37c","after":"65e9c7d42bfcf34bebcf438e6724b38a97e3a9e7","ref":"refs/heads/master","pushedAt":"2023-12-13T22:26:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"Fix set up on Ubuntu 22.04 and Debian 11","shortMessageHtmlLink":"Fix set up on Ubuntu 22.04 and Debian 11"}},{"before":"b2cbe4691c8fa62f526bd13c4dc9e9b105de5791","after":"1d035593db2b7e88dec8a73c19890d29bec8e37c","ref":"refs/heads/master","pushedAt":"2023-12-03T15:12:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"README.md: Use the latest revision of the shark-penguin logo\n\nThe previous attempt at removing the red white artifacts resulted in\ncorresponding blue white artifacts. Let's hope that three times is a charm.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"README.md: Use the latest revision of the shark-penguin logo"}},{"before":"e2fb64abab0ee52894d53ca86aabf78fa2709cd9","after":"b2cbe4691c8fa62f526bd13c4dc9e9b105de5791","ref":"refs/heads/master","pushedAt":"2023-12-02T23:31:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"README.md: Use new revision of the logo\n\nThis is the new version without red dots but with blue dots instead.\nHowever, I find the blue dots to be less incongruous.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"README.md: Use new revision of the logo"}},{"before":"6003c0d9c2acbcfdb7fb86f2544f02e4c21e9f68","after":"e2fb64abab0ee52894d53ca86aabf78fa2709cd9","ref":"refs/heads/master","pushedAt":"2023-12-02T23:21:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"Improve transparency processing of the new artwork\n\nThere is an annoying halo of red dots in the shadow underneath the shark\nand the penguin. This came when I created a transparent version from the\nshark-penguin-original.png. Let's try and improve.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"Improve transparency processing of the new artwork"}},{"before":"caac05d0366a346c5b678a6ea04ecebee7ba6872","after":"6003c0d9c2acbcfdb7fb86f2544f02e4c21e9f68","ref":"refs/heads/master","pushedAt":"2023-12-02T22:50:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"Remove remnant of old icon\n\nThe images/shark.xcf represents the original image file that I drew all\nthose years ago. Let's remove it now because it's png counterpart is\nno longer in use.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"Remove remnant of old icon"}},{"before":"af433ddf184a0d8fe1d6bf5fbae004d58906f0c7","after":"caac05d0366a346c5b678a6ea04ecebee7ba6872","ref":"refs/heads/master","pushedAt":"2023-12-02T22:43:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"README.md: Use the new logo\n\nLet's take the new logo into use.\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"README.md: Use the new logo"}},{"before":"a66239e32c862198ece047e4ab8ca7f208a7669e","after":"af433ddf184a0d8fe1d6bf5fbae004d58906f0c7","ref":"refs/heads/master","pushedAt":"2023-12-02T22:35:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"cunctator","name":"Viktor Rosendahl","path":"/cunctator","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4447863?s=80&v=4"},"commit":{"message":"traceshark.pro: Add installation of icons and desktopfile to the install target\n\nI think it would make sense to install also the icons and the desktop file\nwhen the user does something like \"sudo make install\".\n\nSigned-off-by: Viktor Rosendahl ","shortMessageHtmlLink":"traceshark.pro: Add installation of icons and desktopfile to the inst…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEcyMjAAA","startCursor":null,"endCursor":null}},"title":"Activity · cunctator/traceshark"}