{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":14126200,"defaultBranch":"master","name":"CapitalBe","ownerLogin":"HaikuArchives","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-11-04T22:58:36.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5076564?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1383605946.0","currentOid":""},"activityList":{"items":[{"before":"3d06cdb9aa3cf051dafb787ae448ff70b3fa5ca3","after":"a9554117d0368c2ef2ea1ac15c02ebaf068425c5","ref":"refs/heads/master","pushedAt":"2024-06-03T17:34:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Apply clang-format changes","shortMessageHtmlLink":"Apply clang-format changes"}},{"before":"83bd13427a129cf5b5509e6fedcccd55ff7581eb","after":"3d06cdb9aa3cf051dafb787ae448ff70b3fa5ca3","ref":"refs/heads/master","pushedAt":"2024-06-03T17:33:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"humdingerb","name":"humdinger","path":"/humdingerb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6107158?s=80&v=4"},"commit":{"message":"Show alternate colours in Transaction view\n\n* Lighten/darken every other transaction item for better orientation.\n Reuses GetMutedTint() with a new type CB_ALT_ROW.\n\n* Fix a slightly off drawing of the selected stroked frame.\n Always draw the bottom line, also for selected items.\n Before, horizontal lines were a pixel short at the right.\n Fixed after removing the \"r.right--\"...","shortMessageHtmlLink":"Show alternate colours in Transaction view"}},{"before":"7ec095f9f037cd678faa1a4ed585d0f5baa79c88","after":"83bd13427a129cf5b5509e6fedcccd55ff7581eb","ref":"refs/heads/master","pushedAt":"2024-06-02T18:18:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Apply clang-format changes","shortMessageHtmlLink":"Apply clang-format changes"}},{"before":"0ce7083be7bc8d510cd53f988b29d0eaae2568b7","after":"7ec095f9f037cd678faa1a4ed585d0f5baa79c88","ref":"refs/heads/master","pushedAt":"2024-06-02T18:17:31.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"humdingerb","name":"humdinger","path":"/humdingerb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6107158?s=80&v=4"},"commit":{"message":"Use a global variable for negative amount colour\n\nAvoids having to look up the colour from the gPreferences every\ntime a negative list item gets drawn.\n\n* Also removed Layout.h and its no longer needed global constants.\n\n* Renamed the BColorControl to \"fColorPicker\" instead of \"fNegativeColor\".\n Less confusion...","shortMessageHtmlLink":"Use a global variable for negative amount colour"}},{"before":"03db804a0cff6133cfeb6564b2589f35caee21dd","after":"0ce7083be7bc8d510cd53f988b29d0eaae2568b7","ref":"refs/heads/master","pushedAt":"2024-05-30T17:34:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Apply clang-format changes","shortMessageHtmlLink":"Apply clang-format changes"}},{"before":"349b6d89627e0708fa1462e71ccd8439bd3b1e53","after":"03db804a0cff6133cfeb6564b2589f35caee21dd","ref":"refs/heads/master","pushedAt":"2024-05-30T17:33:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"humdingerb","name":"humdinger","path":"/humdingerb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6107158?s=80&v=4"},"commit":{"message":"Fix the coloring for different system themes\n\n* Use B_LIST_SELECTED_ITEM_TEXT_COLOR when drawing text of a\n selected item.\n\n* When calling GetMutedTint() to draw items of a closed account,\n it's not OK to check always against B_PANEL_BACKGROUND_COLOR\n to determine if to lighten or darken. We need to compare to the\n background colour the text will be drawn on or - vice-versa - the\n text colour that will be drawn on the background colour.\n\n Therefore, we call GetMutedTint() with the colour we want it have\n compared to.\n\n* Added TODO to use Haiku's IsDark() once Haiku Beta 5 is out.\n\n* Replace SetHighUIColor() with SetHighColor(), because the former\n can only deal with the system color_which constants, not rgb_color.\n\n* Fixed \"No memo\" not being drawn tinted in closed accounts.","shortMessageHtmlLink":"Fix the coloring for different system themes"}},{"before":"d7c1d9126db009d3af296f3741bd8d9439951bee","after":"349b6d89627e0708fa1462e71ccd8439bd3b1e53","ref":"refs/heads/master","pushedAt":"2024-05-28T12:47:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Apply clang-format changes","shortMessageHtmlLink":"Apply clang-format changes"}},{"before":"90fdefcaa194ec1abd80ce298c4001a23fc34575","after":"d7c1d9126db009d3af296f3741bd8d9439951bee","ref":"refs/heads/master","pushedAt":"2024-05-28T12:47:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"humdingerb","name":"humdinger","path":"/humdingerb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6107158?s=80&v=4"},"commit":{"message":"Put common strings into B_TRANSLATE_CONTEXT \"CommonTerms\"\n\nSome terms come up again and again and create duplicate work for the\ntranslations. Using B_TRANSLATE_CONTEXT \"CommonTerms\" for those\nmakes sure it's only translated once.\n\nUpdated en.catkeys","shortMessageHtmlLink":"Put common strings into B_TRANSLATE_CONTEXT \"CommonTerms\""}},{"before":"a500ca85fc425393571c89d95e65f79944b17baa","after":"90fdefcaa194ec1abd80ce298c4001a23fc34575","ref":"refs/heads/master","pushedAt":"2024-05-28T05:27:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"humdingerb","name":"humdinger","path":"/humdingerb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6107158?s=80&v=4"},"commit":{"message":"Fix clang formatting instructions","shortMessageHtmlLink":"Fix clang formatting instructions"}},{"before":"6d0a488d028a511a1c1318f5162278320211df33","after":"a500ca85fc425393571c89d95e65f79944b17baa","ref":"refs/heads/master","pushedAt":"2024-05-27T17:47:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Apply clang-format changes","shortMessageHtmlLink":"Apply clang-format changes"}},{"before":"355cd6f4b0a22aee2f8b4e1c51dff049cf9561fa","after":"6d0a488d028a511a1c1318f5162278320211df33","ref":"refs/heads/master","pushedAt":"2024-05-27T17:47:20.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"humdingerb","name":"humdinger","path":"/humdingerb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6107158?s=80&v=4"},"commit":{"message":"Remove date format references","shortMessageHtmlLink":"Remove date format references"}},{"before":"8caa45a9c404330821c98a29be68df7d47ea9626","after":"355cd6f4b0a22aee2f8b4e1c51dff049cf9561fa","ref":"refs/heads/master","pushedAt":"2024-05-26T17:30:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Apply clang-format changes","shortMessageHtmlLink":"Apply clang-format changes"}},{"before":"0766c4d946995a093991df5684165914807fc5b3","after":"8caa45a9c404330821c98a29be68df7d47ea9626","ref":"refs/heads/master","pushedAt":"2024-05-26T17:30:12.000Z","pushType":"pr_merge","commitsCount":11,"pusher":{"login":"humdingerb","name":"humdinger","path":"/humdingerb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6107158?s=80&v=4"},"commit":{"message":"Account and Settings: Layout tweaks\n\n* Account settings\n + Show the \"Currency format\" as BBox label. Saves the extra\n StringView.\n + Layout tweaks\n + Fix crash when renaming an account.\n + For new accounts, change the window title to \"New accounts\"\n instead of using the same \"Account settings\".\n\n* CapitalBe settings\n + Rename from \"Options\" to \"Settings\", just like the menu item.\n + Center \"Default account settings\" and increase font size a bit.\n + Show \"Currency/Date format\" as BBox labels. Saves the extra\n StringViews.\n + Use another date than 01.01.1970, because that doesn't show\n the difference between MDY and DMY setting...\n\n* Use B_USE_BIG_SPACING instead of \"font.Size() * 1.3\" everywhere\n that was used to space BBox labels.","shortMessageHtmlLink":"Account and Settings: Layout tweaks"}},{"before":"44706ba39b8de9fc7df1d76f46e8ed3c50bbb0dd","after":"0766c4d946995a093991df5684165914807fc5b3","ref":"refs/heads/master","pushedAt":"2024-05-26T06:33:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Apply clang-format changes","shortMessageHtmlLink":"Apply clang-format changes"}},{"before":"8b8fc91ee0327b02dc851a374ca4c38e987bdb01","after":"44706ba39b8de9fc7df1d76f46e8ed3c50bbb0dd","ref":"refs/heads/master","pushedAt":"2024-05-26T06:32:59.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"humdingerb","name":"humdinger","path":"/humdingerb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6107158?s=80&v=4"},"commit":{"message":"Fix crash when reconciling accounts","shortMessageHtmlLink":"Fix crash when reconciling accounts"}},{"before":"90845f53c8c83ef6e067c30b9815129d2c95f440","after":"8b8fc91ee0327b02dc851a374ca4c38e987bdb01","ref":"refs/heads/master","pushedAt":"2024-05-24T12:06:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Apply clang-format changes","shortMessageHtmlLink":"Apply clang-format changes"}},{"before":"a311503aceb9818908a33c0dd8699671b74e829d","after":"90845f53c8c83ef6e067c30b9815129d2c95f440","ref":"refs/heads/master","pushedAt":"2024-05-24T12:05:46.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"humdingerb","name":"humdinger","path":"/humdingerb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6107158?s=80&v=4"},"commit":{"message":"Layout tweaks to Split transaction\n\n* Use a checkbox instead of a button for \"Show/Hide split\".\n\n* Add a horizontal separator as a visual to the \"Split\" part.\n\n* Keep all text fields a fixed size, only grow the Payee and Memo\n fields when the window is resized.\n\n* Add labels above the text fields in the \"Split\" view, too.\n\n* Remove the \"frame\" variable when creating the TransactionEditWindow.\n As we use layout management, there's no need to supply a window size.\n This has the nice consequence that wen opened with the \"Split\" hidden,\n the window isn't taller than needed.\n Unfortunately, the window doesn't auto-shrink when hiding the \"Split\"\n again...\n Also: For some reason the window is only horizontally resizable when\n the \"Split\" is shown. Why?\n\n* Removed unneeded member variables for labels and the help button.\n\n* Removed no longer needed Zeta work-around.\n\n* Use \"clang-format off/on\" around layout code blocks to avoid clang\n 'fixing' the style. Thanks for the heads-up, @korli!","shortMessageHtmlLink":"Layout tweaks to Split transaction"}},{"before":"6a476ea98ce8257063656c687f52de9367338bc8","after":"a311503aceb9818908a33c0dd8699671b74e829d","ref":"refs/heads/master","pushedAt":"2024-05-18T07:13:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Apply clang-format changes","shortMessageHtmlLink":"Apply clang-format changes"}},{"before":"5d799f2ec3b4b3f38826247b3751efa10d6fafe7","after":"6a476ea98ce8257063656c687f52de9367338bc8","ref":"refs/heads/master","pushedAt":"2024-05-18T07:12:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"humdingerb","name":"humdinger","path":"/humdingerb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6107158?s=80&v=4"},"commit":{"message":"Set some more B_TRANSLATE_CONTEXT to avoid duplicated translation work\n\n* Updated en.catkeys","shortMessageHtmlLink":"Set some more B_TRANSLATE_CONTEXT to avoid duplicated translation work"}},{"before":"1eeaf9d308a8986c4deb3ec9f8a62b5730811cb1","after":"5d799f2ec3b4b3f38826247b3751efa10d6fafe7","ref":"refs/heads/master","pushedAt":"2024-05-18T04:19:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Apply clang-format changes","shortMessageHtmlLink":"Apply clang-format changes"}},{"before":"6228c0effa2a797bb10489358575128d17430d67","after":"1eeaf9d308a8986c4deb3ec9f8a62b5730811cb1","ref":"refs/heads/master","pushedAt":"2024-05-18T04:18:43.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"humdingerb","name":"humdinger","path":"/humdingerb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6107158?s=80&v=4"},"commit":{"message":"Rename help files\n\nAs it doesn't really matter that much, and Polyglot insists on adding\na .txt suffix.","shortMessageHtmlLink":"Rename help files"}},{"before":"36a9d991f495a229546b414a5f6c18d7d0855fd3","after":"6228c0effa2a797bb10489358575128d17430d67","ref":"refs/heads/master","pushedAt":"2024-05-18T03:57:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Apply clang-format changes","shortMessageHtmlLink":"Apply clang-format changes"}},{"before":"b83212f675b33eb6804e5c44b2c3b6df339c8d8f","after":"36a9d991f495a229546b414a5f6c18d7d0855fd3","ref":"refs/heads/master","pushedAt":"2024-05-18T03:57:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"humdingerb","name":"humdinger","path":"/humdingerb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6107158?s=80&v=4"},"commit":{"message":"Improve language strings","shortMessageHtmlLink":"Improve language strings"}},{"before":"4b4e2e21226ad0cbc676090cf3ce42a32a84190c","after":"b83212f675b33eb6804e5c44b2c3b6df339c8d8f","ref":"refs/heads/master","pushedAt":"2024-05-17T15:14:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Apply clang-format changes","shortMessageHtmlLink":"Apply clang-format changes"}},{"before":"98ce80e98aebc0a67915021a84dba84e4f9dcebe","after":"4b4e2e21226ad0cbc676090cf3ce42a32a84190c","ref":"refs/heads/master","pushedAt":"2024-05-17T15:13:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"humdingerb","name":"humdinger","path":"/humdingerb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6107158?s=80&v=4"},"commit":{"message":"Fine tuning some GUI strings\n\n* Sentence casing.\n\n* When creating/editing an Account or Category, it's not needed to\n label the text control e.g. \"New category name:\", because the window\n title already says we're editing a category.\n This saves space, too.\n\n* Put variables like %%FILENAME%% etc. in single quotes. Reads better\n when there are spaces in those names.\n\n* Replaced one left \"e-mail support\" to \"go report a bug\".\n\n* Update en.catkeys","shortMessageHtmlLink":"Fine tuning some GUI strings"}},{"before":"5b2c58ebbd21f86544c0e5876e90fbcf6cbb3892","after":"98ce80e98aebc0a67915021a84dba84e4f9dcebe","ref":"refs/heads/master","pushedAt":"2024-05-16T16:33:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Apply clang-format changes","shortMessageHtmlLink":"Apply clang-format changes"}},{"before":"d9e8406ff650dd2a1d0a5ec0de1e427cb15d4e36","after":"5b2c58ebbd21f86544c0e5876e90fbcf6cbb3892","ref":"refs/heads/master","pushedAt":"2024-05-16T16:33:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"humdingerb","name":"humdinger","path":"/humdingerb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6107158?s=80&v=4"},"commit":{"message":"Disable editing on closed accounts","shortMessageHtmlLink":"Disable editing on closed accounts"}},{"before":"dd93a72c6546e9297e802d743b888b6055003402","after":"d9e8406ff650dd2a1d0a5ec0de1e427cb15d4e36","ref":"refs/heads/master","pushedAt":"2024-05-15T19:11:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Apply clang-format changes","shortMessageHtmlLink":"Apply clang-format changes"}},{"before":"f4a69ba14ae220acf268ed90c7cbc54d02790313","after":"dd93a72c6546e9297e802d743b888b6055003402","ref":"refs/heads/master","pushedAt":"2024-05-15T19:10:25.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"humdingerb","name":"humdinger","path":"/humdingerb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6107158?s=80&v=4"},"commit":{"message":"Fix crash when running scheduled transactions\n\nApply changes from code review","shortMessageHtmlLink":"Fix crash when running scheduled transactions"}},{"before":"3b313b475258d13bda2acd46e288f2fdb1d5bd5c","after":"f4a69ba14ae220acf268ed90c7cbc54d02790313","ref":"refs/heads/master","pushedAt":"2024-05-13T12:08:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"korli","name":"Jérôme Duval","path":"/korli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8371556?s=80&v=4"},"commit":{"message":"clang-format: adjust constructor initializer style","shortMessageHtmlLink":"clang-format: adjust constructor initializer style"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWzckdwA","startCursor":null,"endCursor":null}},"title":"Activity · HaikuArchives/CapitalBe"}