| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-08-28 | test/files-view: Rework slot and view initialization | Khalid Abu Shawarib | |
| Turns out the slot and view were disjointed since the slot has its own inner view which is empty by default and going to ignore the view we created if the function nautilus_window_slot_open_location_full() gets called. Added a new function that makes sure that they are connected correctly. This fixes the open-item-location action test. | |||
| 2026-08-28 | test/files-view: Add a test for opening a location in search action | Khalid Abu Shawarib | |
| 2026-08-28 | test/properties: Add tests | Khalid Abu Shawarib | |
| 2026-08-28 | test/utilities: Add the abilitiy to thumbnail when creating an image | Khalid Abu Shawarib | |
| 2026-08-28 | test/files-view: Add extraction action test | Khalid Abu Shawarib | |
| 2026-08-28 | test/image: Add same and different size to fallback test | Khalid Abu Shawarib | |
| 2026-08-28 | test/image: Add code for testing source double setting and cache hitting | Khalid Abu Shawarib | |
| 2026-08-28 | test/image: Add large image test | Khalid Abu Shawarib | |
| 2026-07-27 | test/files-view: Skip test on flatpak | Khalid Abu Shawarib | |
| To fix the CI | |||
| 2026-07-26 | test/search-engine-localsearch: Use timeout callback that runs only once | Khalid Abu Shawarib | |
| 2026-07-26 | general: Remove unused assignments | Khalid Abu Shawarib | |
| 2026-07-26 | general: Remove unused variables | Khalid Abu Shawarib | |
| 2026-06-27 | test/thumbnails: Speed up most thumbnails tests | Khalid Abu Shawarib | |
| by using old modification time, so that it doesn't wait around for recency cooldown. Still excludes tests where we purposefully want to handle very recent changes. Shaves about 8 seconds of waiting | |||
| 2026-06-27 | test/search-engine-localsearch: Fix compilation | Khalid Abu Shawarib | |
| 2026-06-27 | test/search-engine-localsearch: Compile test but skip it | Khalid Abu Shawarib | |
| This makes it possible keep catching compilation errors. | |||
| 2026-06-27 | test/thumbnails: Move to display | Khalid Abu Shawarib | |
| Since it uses display scale for determining thumbnail size Fixes: #4174 | |||
| 2026-06-21 | test/files-view: Add selection source tests | Khalid Abu Shawarib | |
| 2026-06-21 | files-view: Rework selection source to be an enum | Khalid Abu Shawarib | |
| Right now it is just a simple boolean that indicates whether the selection was made automatically or manually. | |||
| 2026-06-03 | test/bookmarks: Split external and internal bookmark files changes signal test | Khalid Abu Shawarib | |
| It wasn't always stopping for the save callback to re-enable the bookmark file monitor, so we just split it into another test. Fixes: #4244 | |||
| 2026-05-26 | test/bookmark: Add tests for bookmark list changed signal | Khalid Abu Shawarib | |
| 2026-05-26 | test-utilities: Ignore already deleted files when clearing temporary test ↵ | Khalid Abu Shawarib | |
| directories | |||
| 2026-05-24 | test/file-operations-rename: Verify that you cannot undo failures and no-op | Khalid Abu Shawarib | |
| 2026-05-13 | test/icon-info: Add a new test for icon-info | Khalid Abu Shawarib | |
| 2026-04-25 | test/file-operations-create: Test creation from template with name conflict ↵ | Khalid Abu Shawarib | |
| resolution | |||
| 2026-04-23 | test: Add leak suppressions to test environment variables | Khalid Abu Shawarib | |
| 2026-04-23 | test/thumbnails: Add a test for old modification time | Khalid Abu Shawarib | |
| 2026-04-23 | test/thumbnails: Add test for null modified time | Khalid Abu Shawarib | |
| 2026-04-15 | file: Make some attributes imply others | Peter Eisenmann | |
| Technically this would have the downside of no longer being able to cancel loading of the combined attributes without also cancelling their implied attributes, but this is currently already the case when mapping attributes to Request and is not used anywhere. This is in preparation to replace directory-async's Request with NautilusFileAttributes. | |||
| 2026-04-15 | directory: Make file list a file attribute | Peter Eisenmann | |
| 2026-04-15 | general: Make attribute enum name generic | Peter Eisenmann | |
| 2026-04-11 | Flatten test directories | Peter Eisenmann | |
| 2026-04-09 | test/image: Add tests for NautilusImage | Khalid Abu Shawarib | |
| 2026-04-09 | test/utilities: Add a full varient of image creation function | Khalid Abu Shawarib | |
| And move it to test utils | |||
| 2026-04-09 | test/utilities: Remove unused declaration | Khalid Abu Shawarib | |
| 2026-03-24 | test/archive: Drop unused hierarchy | Peter Eisenmann | |
| 2026-03-10 | test/thumbnails: Disable sandboxing | Khalid Abu Shawarib | |
| 2026-03-10 | test/thumbnails: Assert thumbnail has not failed | Khalid Abu Shawarib | |
| 2026-03-10 | test/thumbnails: Skip tests when there are no PNG thumbnailers | Khalid Abu Shawarib | |
| 2026-03-10 | test/thumbnail: Add a test for rethumbnailing after a failed thumbnail | Khalid Abu Shawarib | |
| 2026-03-10 | tests/thumbnails: Fix spelling error | Khalid Abu Shawarib | |
| 2026-03-10 | tests/thumbnails: Add test for cancelling | Khalid Abu Shawarib | |
| 2026-03-10 | tests/thumbnails: Remove an argument from the image creation function | Khalid Abu Shawarib | |
| 2026-03-10 | tests/thumbnails: Add a test for overwritten thumbnail during thumbnailing | Khalid Abu Shawarib | |
| 2026-03-10 | tests/thumbnails: Factor query code into a function | Khalid Abu Shawarib | |
| 2026-03-10 | tests/thumbnail: Use glycin for writing images | Khalid Abu Shawarib | |
| 2026-03-08 | test/file-operations-archive: Allow cancelled op output to exist | Khalid Abu Shawarib | |
| Since operation cancellation is inherently racy. Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/4115 | |||
| 2026-03-01 | file-ops: Drop redundant empty function with test | Peter Eisenmann | |
| The test was including the whole operation .c file which made it the file that took the compiler the longest to parse. | |||
| 2026-03-01 | test/file-util: Add directory empty test | Peter Eisenmann | |
| 2026-03-01 | test: Rename file-util test | Peter Eisenmann | |
| 2026-03-01 | test/file-util: Bundle filename prefix tests | Peter Eisenmann | |
