blob: b07d553d331dd5a3fafdf7971bf7a2a8f48a88f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
We put plans for renaming in here so we can think about them for a while.
Note that when we rename a class, it usually involves renaming some files too.
---
ntl* -> nautilus* (1)
NautilusViewFrame <--> NautilusView (2)
ntl-view-bonobo-subdoc -> ntl-view-bonobo-embeddable (see also 1, 2)
GtkScrollFrame -> NautilusScrollFrame
*_cb -> *_callback
*IndexPanel* -> *Sidebar*
*MetaView* -> *SidebarPanel*
NavigationRequestInfo -> NavigationRequest
NavigationInfo -> Location
SelectionInfo -> Selection
SelectionRequestInfo -> SelectionRequest
StatusRequestInfo -> Status (or StatusRequest)
|