summaryrefslogtreecommitdiff
path: root/src/nautilus-progress-persistence-handler.h
AgeCommit message (Collapse)Author
2026-08-30progress-persistence-handler: Use last-window-closed signalPeter Eisenmann
2024-01-29general: make all headers end with one newlinePeter Eisenmann
Some IDEs automatically add them, leading to undesired changes in MRs. Add them to avoid any such issues in the future.
2018-03-19general: Remove include guards in favor of pragma onceAlexandru Fazakas
The traditional include guards are not as easy to handle and require extra thought into the names. Pragma once is an easier, more contributor friendly approach. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/294 general: Remove include guards in favor of pragma once The traditional include guards are not as easy to handle and require extra thought into the names. Pragma once is an easier, more contributor friendly approach. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/294
2017-03-29progress-persistence-handler: port away from manual declsDiana Grecu
This patch reduces the number of macros used to define the type, by means of the macro G_DECLARE*, and improves the readability of code. https://bugzilla.gnome.org/show_bug.cgi?id=780680
2016-04-04general: remove vim modelinesCarlos Soriano
Vim and emacs modelines are used to specify some of the code style in the code. However, this is misleading and poorly supported since nautilus had a mix of code style for some time. Also, the mode lines doesn't specify the whole code style, so we will need to use a different tool as well to specify the whole code style. For that, we can just use a different tool for everything. So remove the mode lines, and in a short future we will reestyle the nautilus code to have a single code style, and use a tool like editorconfig to specify the whole code style.
2015-07-17operations: implement new designCarlos Soriano
Now operations reside in the toolbar, in form of a button with a popover. In this way we avoid to have a nautilus window hanging around for it. When no nautilus window is open, the persistence handlers of nautilus are enough. This use a notification if the server supports it or a systray icon in case it doesn't.