Cosimo Cecchi
bdb71b7954
overlay-child: make sure to intialize required fields
2011-02-19 23:44:19 -05:00
Kjartan Maraas
89b84688b3
Fix this after the window and spatial cleanups
2011-02-19 17:33:00 +01:00
Kjartan Maraas
e689684797
Updated Norwegian bokmål translation.
2011-02-19 17:32:11 +01:00
Cosimo Cecchi
ddd59a578e
window: accumulate saving the sidebar width in GSettings
...
We don't want to hammer DConf with writes.
2011-02-18 18:41:26 -05:00
Cosimo Cecchi
56b249cc80
floating-bar: ellipsize the description label
...
Until we have a better way to truncate it at the right point when
there's not enough space.
2011-02-18 18:28:55 -05:00
Cosimo Cecchi
695d067571
overlay: fixup allocation in the overlay
...
Give the children the right size they request, and make sure they don't
get more space allocated than the width of their parent.
2011-02-18 18:25:30 -05:00
Cosimo Cecchi
1fd64c8188
pathbar: cleanups
2011-02-18 15:52:55 -05:00
Cosimo Cecchi
7545af6c31
pathbar: clean up forward declarations and unused properties
...
No real code change here.
2011-02-18 15:52:55 -05:00
Cosimo Cecchi
369eaac579
pathbar: remove unused code
2011-02-18 15:52:55 -05:00
Daniel Korostil
36a47b4a7e
Uploaded Ukranian
2011-02-18 20:34:35 +02:00
Daniel Korostil
2fde89de52
Uploaded Ukranian
2011-02-18 20:32:36 +02:00
Cosimo Cecchi
6a11ecdde0
icon-canvas-item: make the icon frame transparent when not prelit
...
This fixes icons on the desktop appearing weird.
2011-02-18 11:36:45 -05:00
Cosimo Cecchi
1d3d4a1e95
all: remove 'Tighter Layout' option
...
It's just broken, and we already have icon view if we want something
tighter.
2011-02-18 11:19:23 -05:00
Cosimo Cecchi
822b99ee1d
list-view: make sure not to activate items while chaining up
...
The event activation is done entirely in our signal handler, and
row-activated should only be used for the typeahead search box.
2011-02-18 10:55:37 -05:00
Cosimo Cecchi
1988c7bc5f
views: fix alternate locaiton opening somewhat
...
It was broken after the last changes.
Also, add some comments to clarify how things work.
2011-02-18 10:55:37 -05:00
Cosimo Cecchi
491948284e
debug: add a debug flag for the icon view
2011-02-18 10:54:50 -05:00
Alexander Larsson
765d81d0b6
Change compact-view all-columns-have-same-width default to false
...
This particular option is what makes the lables-on-the side part
of compact view useful (and compact) over the normal icon view.
Having it off by default is just weird.
2011-02-18 10:20:33 +01:00
Alexander Larsson
2d904c778c
Remove debug spew from previous commit
2011-02-18 10:20:16 +01:00
Cosimo Cecchi
e5f4a1f0fe
window-manage-views: initialize a variable
2011-02-17 22:33:02 -05:00
Cosimo Cecchi
bdc7f2172f
window-manage-views: fix an oversight in previous commit
2011-02-17 22:29:42 -05:00
Cosimo Cecchi
a58eb87e29
window-manage-views: don't create two windows when opening in new win
...
We were creating two windows at startup if the 'Open in different
windows' option was toggled on.
2011-02-17 22:17:57 -05:00
Cosimo Cecchi
936a1749bb
window: fix some missing signal handlers/overrides
2011-02-17 17:27:11 -05:00
Cosimo Cecchi
cff594aeba
window: cleanup header
2011-02-17 17:27:11 -05:00
Cosimo Cecchi
f57a958039
location-dialog: remove NautilusLocationDialog
...
The only user was NautilusSpatialWindow
2011-02-17 17:27:06 -05:00
Cosimo Cecchi
b1589b8c22
all: fix the desktop window without spatial mode
...
Basically disable all the window chrome for the desktop window.
2011-02-17 17:12:00 -05:00
Cosimo Cecchi
4bf81e0d48
window: merge the navigation window XML into the shell XML
...
There's no such distinction anymore.
2011-02-17 16:37:40 -05:00
Cosimo Cecchi
df516e1f09
all: merge NautilusNavigationWindow into NautilusWindow
2011-02-17 16:37:40 -05:00
Cosimo Cecchi
4cf05a8c91
window: fix class casting madness
2011-02-17 16:37:39 -05:00
Cosimo Cecchi
9af483dbbe
all: merge NautilusNavigationWindowSlot into NautilusWindowSlot
2011-02-17 16:37:39 -05:00
Cosimo Cecchi
238bc14521
window-pane: remove useless class vfuncs
2011-02-17 16:37:39 -05:00
Cosimo Cecchi
67384aa0d2
all: merge NautilusNavigationWindowPane into NautilusWindowPane
2011-02-17 16:37:39 -05:00
Cosimo Cecchi
0e73140437
all: assume all windows are navigation windows
2011-02-17 16:37:39 -05:00
Cosimo Cecchi
b6b63e3579
all: remove NautilusSpatialWindow
2011-02-17 16:37:39 -05:00
Cosimo Cecchi
9d70e3e2a0
desktop-window: make NautilusDesktopWindow a navigation window
...
We still have to fix sidebar/toolbar visibility though.
2011-02-17 16:37:39 -05:00
Cosimo Cecchi
073e1f9454
all: remove spatial windows methods from NautilusApplication
2011-02-17 16:37:39 -05:00
Cosimo Cecchi
edc5310062
all: remove NautilusWindowOpenMode enumeration
...
The mode is now always decided by the GSettings preference.
2011-02-17 16:37:39 -05:00
Alexander Larsson
e94fe49ef8
Don't show a desktop target in copy/move to if desktop is not shown
2011-02-17 19:25:56 +01:00
Alexander Larsson
e74376ee27
Don't show desktop in sidebar if desktop is not visible or if home is desktop
...
By default there is no more desktop anymore, so its kinda weird to have it
highly visible in the ui, as there should be nothing there.
2011-02-17 19:15:40 +01:00
Alexander Larsson
4298e522e2
Disable the status bar by default in new windows
2011-02-17 19:03:39 +01:00
Cosimo Cecchi
055b16f45c
window-bookmarks: make sure we get an icon for bookmarks in the menu
2011-02-17 11:25:20 -05:00
Cosimo Cecchi
e978429c15
search-bar: make the search bar a regular GtkBox
2011-02-17 11:25:19 -05:00
Cosimo Cecchi
c4060407ef
all: set some junctions to better fit the mockup
2011-02-17 11:25:19 -05:00
Cosimo Cecchi
d9640b96ef
navigation-window: fix text setting/unsetting on Search button
2011-02-17 11:25:19 -05:00
Cosimo Cecchi
46b297a523
eel: remove unused method
2011-02-17 11:25:19 -05:00
Cosimo Cecchi
6acaf5d7ed
window-menus: remove sneaky code for middle-click toolbar actions
...
We support it directly where we already care now.
2011-02-17 11:25:19 -05:00
Cosimo Cecchi
6fa4065d55
navigation-window: don't create custom actions for the menu items
...
We can use normal actions for those, and use the custom actions in the
toolbar, as we already do.
2011-02-17 11:25:19 -05:00
Cosimo Cecchi
b644be6ed4
navigation-window: remvoe useless Search action from the nav group
2011-02-17 11:25:19 -05:00
Cosimo Cecchi
0e168f61a0
all: remove NautilusViewAsAction
...
The rationale being the same as for NautilusZoomAction
2011-02-17 11:25:19 -05:00
Cosimo Cecchi
38dea32b3d
all: remove NautilusZoomAction
...
Now that we don't use it on the toolbar anymore, it's useless to keep
around.
2011-02-17 11:25:19 -05:00
Cosimo Cecchi
d83173021f
window: just use nautilus_view_set_is_active()
...
Don't roundtrip through NautilusWindowSlot, as that's what it would do
anyway.
2011-02-17 11:25:19 -05:00