{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":434970099,"defaultBranch":"master","name":"desktop.cc","ownerLogin":"alpinebuster","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-12-04T17:48:23.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/38660211?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1698309766.0","currentOid":""},"activityList":{"items":[{"before":"f7a230a5b69f45a16192060278f35f5605e8f480","after":"cbbd9cfdfec415a3cc6c2218b39e9c3862dd9b54","ref":"refs/heads/master","pushedAt":"2024-09-22T05:14:50.000Z","pushType":"push","commitsCount":226,"pusher":{"login":"alpinebuster","name":"__z__","path":"/alpinebuster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38660211?s=80&v=4"},"commit":{"message":"BareMetal: Replace FilePath::toString\n\nReplace occurrences of FilePath::toString with more sensible alternatives.\n\nChange-Id: If628393e56e512e3a8a3e19a048e190809c69bf7\nReviewed-by: hjk ","shortMessageHtmlLink":"BareMetal: Replace FilePath::toString"}},{"before":"d79d4f252709011e1d28f7743efca182d50d5e75","after":"f7a230a5b69f45a16192060278f35f5605e8f480","ref":"refs/heads/master","pushedAt":"2024-09-06T07:48:38.000Z","pushType":"push","commitsCount":1306,"pusher":{"login":"alpinebuster","name":"__z__","path":"/alpinebuster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38660211?s=80&v=4"},"commit":{"message":"Android: Replace occurrences of FilePath::toString\n\nUse FilePath capabilities instead of QFile/QDir where applicable.\nMore informative error messages.\nAdd a helper function in androidconfigurations.cpp to reduce amount of repeated code.\n\nChange-Id: I02457461713caf8355601af34679fb6c2f4090a7\nReviewed-by: Alessandro Portale ","shortMessageHtmlLink":"Android: Replace occurrences of FilePath::toString"}},{"before":"e30dd3c5ee18462b9b6ec5632efa0b5528f4971f","after":"d79d4f252709011e1d28f7743efca182d50d5e75","ref":"refs/heads/master","pushedAt":"2024-06-29T07:22:01.000Z","pushType":"push","commitsCount":135,"pusher":{"login":"alpinebuster","name":"__z__","path":"/alpinebuster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38660211?s=80&v=4"},"commit":{"message":"ProjectExplorer: Optionally deploy dependent projects\n\n... rather than just building them.\n\nFixes: QTCREATORBUG-27406\nChange-Id: I5ddbb9ee4a05c6843bd78cf01746c57c6cacda3c\nReviewed-by: Christian Stenger ","shortMessageHtmlLink":"ProjectExplorer: Optionally deploy dependent projects"}},{"before":"56f0432c51931da87ab75b5c8a0417844d170add","after":"e30dd3c5ee18462b9b6ec5632efa0b5528f4971f","ref":"refs/heads/master","pushedAt":"2024-06-21T09:00:56.000Z","pushType":"push","commitsCount":1255,"pusher":{"login":"alpinebuster","name":"__z__","path":"/alpinebuster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38660211?s=80&v=4"},"commit":{"message":"Wizards: Show warning creating subproject outside parent\n\nProvide some feedback regarding creation of subprojects outside\nof their parent projects to give the user a last chance to\ncorrect the choices done so far.\n\nChange-Id: I4e02dfca7332ea53b61485673e07248e10e2113e\nReviewed-by: Marcus Tillmanns ","shortMessageHtmlLink":"Wizards: Show warning creating subproject outside parent"}},{"before":"340f1d7b427641f48fbc1e8807f5bb681ecd4386","after":"56f0432c51931da87ab75b5c8a0417844d170add","ref":"refs/heads/master","pushedAt":"2024-04-07T05:03:25.000Z","pushType":"push","commitsCount":37,"pusher":{"login":"alpinebuster","name":"__z__","path":"/alpinebuster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38660211?s=80&v=4"},"commit":{"message":"ProjectExplorer: Export summary page\n\nIn preparation for other plugins to be able to use it.\n\nChange-Id: I36542e11dff5b0cc655ecee2439df6ea7c14858d\nReviewed-by: Alessandro Portale ","shortMessageHtmlLink":"ProjectExplorer: Export summary page"}},{"before":"e57e0b0bfacea51275332feae60614a53a95591b","after":"340f1d7b427641f48fbc1e8807f5bb681ecd4386","ref":"refs/heads/master","pushedAt":"2024-04-01T17:16:11.000Z","pushType":"push","commitsCount":40,"pusher":{"login":"alpinebuster","name":"__z__","path":"/alpinebuster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38660211?s=80&v=4"},"commit":{"message":"Add a README section for xcb plugin problem\n\nLinux users may encounter a problem of missing\nxcb plugin while using Qt6 built from sources.\nMissing plugin prevents QtCreator from starting\nwith default settings. The new section provides\nsolution gathered from Qt forum\n\nChange-Id: I2917965c99fa6a05feac0d1506c7e60ff63796b1\nReviewed-by: hjk \nReviewed-by: Eike Ziller ","shortMessageHtmlLink":"Add a README section for xcb plugin problem"}},{"before":"a7bf5f17c5f4baa2b5c208b6747d5bb5053f6a4d","after":"e57e0b0bfacea51275332feae60614a53a95591b","ref":"refs/heads/master","pushedAt":"2024-03-22T10:05:56.000Z","pushType":"push","commitsCount":313,"pusher":{"login":"alpinebuster","name":"__z__","path":"/alpinebuster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38660211?s=80&v=4"},"commit":{"message":"Terminal: Fix terminal resizing on Windows using ConPty\n\nThe official ConPty API doesn't give the ability to forward \"--\nresizeQuirk\" to \"conhost.exe\".\n\nFixing this involved taking parts from the WinConPty\nimplementation (https://github.com/microsoft/terminal/tree/main/src/\nwinconpty) and porting them to work inside ptyqt.\n\nFixes: QTCREATORBUG-30007\nFixes: QTCREATORBUG-30558\nChange-Id: I45e81fa167c88a85b44958eade0d85f7680e8075\nReviewed-by: Cristian Adam \nReviewed-by: Marcus Tillmanns ","shortMessageHtmlLink":"Terminal: Fix terminal resizing on Windows using ConPty"}},{"before":"0d4b3b5196a870bbce7b6f7a013863f409f03b2c","after":"a7bf5f17c5f4baa2b5c208b6747d5bb5053f6a4d","ref":"refs/heads/master","pushedAt":"2024-03-14T03:35:26.000Z","pushType":"push","commitsCount":857,"pusher":{"login":"alpinebuster","name":"__z__","path":"/alpinebuster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38660211?s=80&v=4"},"commit":{"message":"CppEditor: Code cosmetics in cppeditoroutline.cpp\n\nMostly inlining and namepsaces.\n\nChange-Id: Ib5d22d40844d55ae029158d8cf3d694ecf2bc4c4\nReviewed-by: Christian Kandeler ","shortMessageHtmlLink":"CppEditor: Code cosmetics in cppeditoroutline.cpp"}},{"before":"0d5ec992ab9db0d046711d3d4c94f4cb8e0ddbac","after":"0d4b3b5196a870bbce7b6f7a013863f409f03b2c","ref":"refs/heads/master","pushedAt":"2024-01-28T08:45:37.000Z","pushType":"push","commitsCount":910,"pusher":{"login":"alpinebuster","name":"__z__","path":"/alpinebuster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38660211?s=80&v=4"},"commit":{"message":"Utils: Add a FilePath::isResourceFile function\n\nChange-Id: I281e91bc24f5c32a5d64c31e73b7fc2f31cbade2\nReviewed-by: Marcus Tillmanns ","shortMessageHtmlLink":"Utils: Add a FilePath::isResourceFile function"}},{"before":"52f45056f0109abe3c488b6e82b2f12ae9861818","after":"0d5ec992ab9db0d046711d3d4c94f4cb8e0ddbac","ref":"refs/heads/master","pushedAt":"2023-12-13T04:30:38.000Z","pushType":"push","commitsCount":995,"pusher":{"login":"alpinebuster","name":"__z__","path":"/alpinebuster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38660211?s=80&v=4"},"commit":{"message":"ExtensionManager: Remove left over testing code\n\nChange-Id: I23c0d9981017eec7f7bc812853647bb812a84440\nReviewed-by: Alessandro Portale \nReviewed-by: ","shortMessageHtmlLink":"ExtensionManager: Remove left over testing code"}},{"before":"dd636e3d10a8c106077cd040fda835a3ee11f72b","after":null,"ref":"refs/heads/feat/chat","pushedAt":"2023-10-26T08:42:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"alpinebuster","name":"__z__","path":"/alpinebuster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38660211?s=80&v=4"}},{"before":"5600f59fa915cbacdb3b9e8f4df8ae8212a0935a","after":null,"ref":"refs/heads/feat/mfds","pushedAt":"2023-10-26T08:42:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"alpinebuster","name":"__z__","path":"/alpinebuster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38660211?s=80&v=4"}},{"before":"4803c634233d76c9d8d6f1c77aeb24b5759e1c05","after":"52f45056f0109abe3c488b6e82b2f12ae9861818","ref":"refs/heads/master","pushedAt":"2023-10-26T08:25:33.000Z","pushType":"push","commitsCount":553,"pusher":{"login":"alpinebuster","name":"__z__","path":"/alpinebuster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38660211?s=80&v=4"},"commit":{"message":"Projects tree: Fix collapsing behavior of Left key\n\nWork around a Qt issue that the left key directly jumps to the parent if\nthe horizontal scroll bar is not left-most.\n\nTask-number: QTBUG-118515\nChange-Id: Icfc2a58863a3847a84bca05fc2de4b28e384106c\nReviewed-by: Alessandro Portale ","shortMessageHtmlLink":"Projects tree: Fix collapsing behavior of Left key"}},{"before":"27302694ab794d8437b6feac4095ad34fa43ed24","after":"4803c634233d76c9d8d6f1c77aeb24b5759e1c05","ref":"refs/heads/master","pushedAt":"2023-09-28T19:21:37.000Z","pushType":"push","commitsCount":2087,"pusher":{"login":"alpinebuster","name":"__z__","path":"/alpinebuster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38660211?s=80&v=4"},"commit":{"message":"CompilerExplorer: Add Icon\n\nAlso adds function to FileIconProvider to register a full icon instead\nof an overlay.\n\nChange-Id: I2d9415a3b57fa50ae313ad4e52fc929b418f9708\nReviewed-by: \nReviewed-by: Alessandro Portale ","shortMessageHtmlLink":"CompilerExplorer: Add Icon"}},{"before":"d740a355bb1954714234edd13194ce158540bcc0","after":"27302694ab794d8437b6feac4095ad34fa43ed24","ref":"refs/heads/master","pushedAt":"2023-06-26T01:50:28.279Z","pushType":"push","commitsCount":899,"pusher":{"login":"alpinebuster","name":"__z__","path":"/alpinebuster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38660211?s=80&v=4"},"commit":{"message":"BaseFileFind: Reuse FileContainer\n\nReuse it in BaseFileFind::files() and in\nInternalEngine::executeSearch().\n\nChange-Id: I2fed4e6af37e83d76deaa8d847564aa4950fc223\nReviewed-by: Qt CI Bot \nReviewed-by: Eike Ziller ","shortMessageHtmlLink":"BaseFileFind: Reuse FileContainer"}},{"before":"d740a355bb1954714234edd13194ce158540bcc0","after":"27302694ab794d8437b6feac4095ad34fa43ed24","ref":"refs/heads/master","pushedAt":"2023-06-26T01:50:28.000Z","pushType":"push","commitsCount":899,"pusher":{"login":"alpinebuster","name":"__z__","path":"/alpinebuster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38660211?s=80&v=4"},"commit":{"message":"BaseFileFind: Reuse FileContainer\n\nReuse it in BaseFileFind::files() and in\nInternalEngine::executeSearch().\n\nChange-Id: I2fed4e6af37e83d76deaa8d847564aa4950fc223\nReviewed-by: Qt CI Bot \nReviewed-by: Eike Ziller ","shortMessageHtmlLink":"BaseFileFind: Reuse FileContainer"}},{"before":"699b804181e3554a13e5b16f59122e90b672b96e","after":"d740a355bb1954714234edd13194ce158540bcc0","ref":"refs/heads/master","pushedAt":"2023-05-22T06:50:37.534Z","pushType":"push","commitsCount":209,"pusher":{"login":"alpinebuster","name":"__z__","path":"/alpinebuster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38660211?s=80&v=4"},"commit":{"message":"Utils: Rework CheckableMessageBox\n\nRemove function overloads, thes are hard to read, to use and to extend.\nI'd even argue this should be a plain default ctor and a few setters +\nexec(), pretty much like Process::start() nowadays.\n\nMove \"decider\" magic into a structure that can be filled ad-hoc outside\ncheckablemessagebox.cpp paving the ground for:\n\n...removing aspect dependency from CheckableMessageBox, Instead, add a\nconvenience function to BoolAspect. Arguably, the latter is not needed\nand could be done on the user side.\n\nUse pointers instead of mutable references for in-out parameter.\nMakes the \"specialness\" visible on the user side.\n\nPass ICore::settings() centrally as done elsewhere to reduce line noise\non the user side.\n\nChange-Id: Ibb366353d1ea35401723fd05ce05672617a0a8fd\nReviewed-by: Marcus Tillmanns ","shortMessageHtmlLink":"Utils: Rework CheckableMessageBox"}},{"before":"dd7020d690ba9150fb76daf274277276fdfe3555","after":"699b804181e3554a13e5b16f59122e90b672b96e","ref":"refs/heads/master","pushedAt":"2023-05-10T15:00:37.812Z","pushType":"push","commitsCount":423,"pusher":{"login":"alpinebuster","name":"__z__","path":"/alpinebuster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38660211?s=80&v=4"},"commit":{"message":"ProjectExplorer: Rename 'Device' into 'Run device' in Kit settings\n\nSimilar for 'Run device type'. Less ambiguity.\n\nChange-Id: Iab88009b92ae760f14140ac8bbdadea51d6dfad4\nReviewed-by: Christian Kandeler \nReviewed-by: Eike Ziller \nReviewed-by: Leena Miettinen ","shortMessageHtmlLink":"ProjectExplorer: Rename 'Device' into 'Run device' in Kit settings"}},{"before":"66094398fb1e05a4581784eaf3d367e96b73a013","after":"dd7020d690ba9150fb76daf274277276fdfe3555","ref":"refs/heads/master","pushedAt":"2023-04-19T07:13:45.923Z","pushType":"push","commitsCount":1044,"pusher":{"login":"alpinebuster","name":"__z__","path":"/alpinebuster","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38660211?s=80&v=4"},"commit":{"message":"ProjectExplorer: Postpone Kit widget creation\n\n... at least conceptually. This has not visible effect yet, as they\nwidget-creating code paths are triggered quickly.\n\nChange-Id: Ibef3a4221885fa76cf5c1c327dcb3c2e6bdcbd1b\nReviewed-by: Christian Kandeler ","shortMessageHtmlLink":"ProjectExplorer: Postpone Kit widget creation"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMlQwNToxNDo1MC4wMDAwMDBazwAAAAS9BMTx","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNC0xOVQwNzoxMzo0NS45MjM4NTNazwAAAAMbw-o1"}},"title":"Activity ยท alpinebuster/desktop.cc"}