summaryrefslogtreecommitdiff
path: root/src/nautilus-window-slot-dnd.c
Commit message (Collapse)AuthorAgeFilesLines
* view: split DnD code into its own moduleCosimo Cecchi2011-01-111-4/+6
| | | | And use new method names in other classes
* window-slot: rename get_current_location -> get_current_uriCosimo Cecchi2011-01-111-2/+2
|
* Rework architecture of NautilusWindow/NautilusWindowSlotInfoCosimo Cecchi2011-01-111-10/+10
| | | | | | | | | | | | | | | | | | | | | | In the past, nautilus was designed keeping in mind the concept that it might not just be a file browser, but a sort of platform to embed various kind of views in it. - libnautilus-private: general lowlevel items, such as the icon container, NautilusFile, I/O and so on - src: general widgets and UI items - src/file-manager: file manager views, agnostic of what's in src/, for the sake of being pluggable enough This is really not applicable anymore, as nautilus won't go in any direction other than being a file manager; at the same time, this complicates code and architecture quite a lot. In this commit, as a first step towards a more clean codebase, we remove the NautilusWindowInfo and NautilusWindowSlotInfo interfaces, using NautilusWindow and NautilusWindowSlot directly. Note that there should be no actual code changes, only moving of pieces around.
* dnd: move DnD slot proxying code to src/Cosimo Cecchi2011-01-111-0/+369