summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dbus: don't generate the docbook file3.1.1Cosimo Cecchi2011-05-091-1/+0
|
* release: prepare for 3.1.1Cosimo Cecchi2011-05-092-1/+22
|
* previewer: avoid creating the dbus proxy more than onceCosimo Cecchi2011-05-091-9/+14
|
* previewer: don't warn out if the bus name is not owned by anybodyCosimo Cecchi2011-05-091-2/+2
|
* previewer: don't return a new ref to the singletonCosimo Cecchi2011-05-093-6/+4
| | | | | It's easier to use this way, and we don't have to create a new DBus proxy every time.
* Add close_if_already_visible argument to nautilus_previewer_call_show_fileAlexander Larsson2011-05-093-5/+7
| | | | As per the changes in sushi
* previewer: drop the x/y coordinates argumentsCosimo Cecchi2011-05-093-20/+6
|
* previewer: lazily create the DBus proxyCosimo Cecchi2011-05-092-73/+93
|
* debug: add a debug flag for the previewerCosimo Cecchi2011-05-092-2/+4
|
* list-view: hook up the previewer in list viewCosimo Cecchi2011-05-091-1/+13
| | | | | No support for icon locations yet, but it's not implemented in the previewer either.
* all: hook up the previewer with NautilusIconViewCosimo Cecchi2011-05-095-1/+95
|
* previewer: add a NautilusPreviewer DBus wrapper classCosimo Cecchi2011-05-093-0/+257
|
* Update all .gitignore filesAlexander Larsson2011-05-045-1/+15
|
* Convert the nautilus dbus support to use gdbus-codegenAlexander Larsson2011-05-044-150/+136
| | | | This required latest glib code to work.
* Add size_request to IconContainer to work around unncecessary relayoutingAlexander Larsson2011-05-041-0/+64
| | | | | | | | | | | | | | The GtkScrolledWindow uses the widget prefered size as a guess as to whether scrollbars are needed or not in the automatic scrollbars case. If we don't report anything for them we typically get it wrong and cause two size allocate calls on the child each time, with different sizes. This (the two sizes speicifically) will cause unnecessary relayouts of the window. So, we just report the current size of the layed out icons as the prefered size. This is somewhat wrong as its depending on previous size_allocation calls rather than the "ideal" size of the widget, but since the ideal size is ignored anyway and just used for this it works well.
* Remove old special-cased "select source folder"Alexander Larsson2011-05-041-8/+3
| | | | | We now do this generically, so no need to special case it in the "go up" case.
* Always select the folder you "came from" when navigating upwardsAlexander Larsson2011-05-041-12/+40
| | | | | | | We used to special case this for the up button, but that now only exists as a keyboard shortcut. This more generic approach gets the same feature also for pathbar navigation and back/forward history navigation.
* Really open in new window on the pathbar contect menu itemAlexander Larsson2011-05-041-2/+1
| | | | | | Turns out that we didn't pass the NEW_WINDOW flag in the handler for the LocationOpenAlternate action. This is used when right-clicking on the location label or the pathbar.
* icon-view: Only resort during relayout if necessaryAlexander Larsson2011-05-032-1/+12
| | | | | | | | | | We don't need to resort unless e.g. a file changed or was added. Additionally, for weird reason this makes the keyboard focus handling work when deleting a file (file after deleted gets focus). This was broken due to a relayout happening due to a size_allocate due to a style set due to a focus change when going to/from the "are you sure" dialog.
* application: don't look at DESKTOP_AUTOSTART_ID anymoreCosimo Cecchi2011-05-021-15/+0
| | | | | | | | | | | | Now that we don't support being a session component anymore, it doesn't make sense to special case the session autostart. This also breaks opening new windows when nautilus is added to ~/.config/autostart, which is now the supported way of having desktop icons automatically, as we end up reading the env variable every time when parsing the command line (as the original process will always have that set) and refuse to show a window. https://bugzilla.gnome.org/show_bug.cgi?id=649063
* Added UG translationAbduxukur Abdurixit2011-05-021-7175/+7175
|
* Uploaded UkranianDaniel Korostil2011-05-021-749/+735
|
* places-sidebar: disconnect from bookmark list changed signal on disposeCosimo Cecchi2011-05-011-3/+12
| | | | | This should hopefully fix this crash https://bugzilla.redhat.com/show_bug.cgi?id=699184
* mime-actions: don't free the activation parameters earlyCosimo Cecchi2011-05-011-13/+12
| | | | | | | This fixes a segfault when clicking on the "Select Application" button when opening a file with no default applications, like in https://bugzilla.redhat.com/show_bug.cgi?id=699850
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2011-05-012-370/+382
|
* Updated Swedish translationDaniel Nylander2011-05-011-86/+137
|
* Updated Slovenian translationMatej Urbančič2011-04-281-801/+774
|
* progress-ui-handler: don't add progress infos to the window twiceCosimo Cecchi2011-04-281-1/+1
| | | | | | | We were adding them twice in case there was already one operation running. https://bugzilla.gnome.org/show_bug.cgi?id=648857
* places-sidebar: make sure to return if we click inside empty spaceCosimo Cecchi2011-04-281-2/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=648872
* Updated Slovenian translationAndrej Žnidaršič2011-04-271-4/+5
|
* places-sidebar: use per-side border widths for the sidebar framesCosimo Cecchi2011-04-272-1/+13
| | | | This adds a border to the sidebar.
* toolbar: set the icon size to SMALL_TOOLBARCosimo Cecchi2011-04-251-0/+1
| | | | So that the Search button icon is drawn with a smaller size.
* Updated Danish translationAsk H. Larsen2011-04-251-262/+262
|
* places-sidebar: fix opening of selected items by pressing EnterStefano Teso2011-04-251-17/+21
| | | | | | | | Don't use get_cursor() to open the current item in the sidebar, and use the tree selection instead, as we modify the selection manually when evaluating up/down keypresses. https://bugzilla.gnome.org/show_bug.cgi?id=648555
* icon-container: don't chain up style-updated for the desktop containerCosimo Cecchi2011-04-251-5/+7
| | | | | | | Chaining up resets the background to the default color, which is not what we want for the desktop container. https://bugzilla.gnome.org/show_bug.cgi?id=648137
* Added UG translationAbduxukur Abdurixit2011-04-241-335/+548
|
* Updated Japanese translationJiro Matsuzawa2011-04-251-144/+144
|
* Updated Persian translationArash Mousavi2011-04-231-1298/+1976
|
* Updated British English translationBruce Cowan2011-04-201-642/+631
|
* fix a mistake of Chinese(Simplified) translationYunQiang Su2011-04-171-1/+1
|
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2011-04-141-3/+3
|
* places-sidebar: make sure the eject icon is rendered 16x16Cosimo Cecchi2011-04-121-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=647570
* Updated Spanish translationDaniel Mustieles2011-04-111-292/+296
|
* Updated Norwegian Nynorsk translationÅsmund Skjæveland2011-04-111-327/+291
|
* Updated Norwegian Nynorsk translationÅsmund Skjæveland2011-04-111-10/+9
|
* Updated Bulgarian translationAlexander Shopov2011-04-101-733/+684
|
* window: treat regular files as selection when opening a locationCosimo Cecchi2011-04-081-0/+22
| | | | | | | This allows to call `nautilus uri:///path/to/file` from the command line to open uri:///path/to with file pre-selected. https://bugzilla.gnome.org/show_bug.cgi?id=632427
* Updated Hebrew translation.Yaron Shahrabani2011-04-081-773/+753
|
* icon-container: clear the drag state before popping up context menuCosimo Cecchi2011-04-071-0/+5
| | | | | | | Otherwise, a fake drag state will leak into the next motion-notify event when the menu has been dismissed, causing a segfault. https://bugzilla.gnome.org/show_bug.cgi?id=550253
* search-bar: set redraw_on_allocate(), like GtkInfoBar doesCosimo Cecchi2011-04-071-0/+2
| | | | | | | This fixes artifacts while resizing. A similar patch was committed to GtkInfoBar in https://bugzilla.gnome.org/show_bug.cgi?id=587716. https://bugzilla.gnome.org/show_bug.cgi?id=647013