Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | canvas-view: simplify for multiscreen GTK changes | Cosimo Cecchi | 2013-04-08 | 2 | -104/+3 |
| | | | | | Since now GdkDisplay objects in GTK have one single GdkScreen, this code can now be simplified under that assumption. | ||||
* | application: simplify for multiscreen GTK changes | Cosimo Cecchi | 2013-04-08 | 1 | -39/+33 |
| | | | | | Since now GdkDisplay objects in GTK have one single GdkScreen, this code can now be simplified to avoid iteration on screens. | ||||
* | view: remove NautilusViewFactory | Cosimo Cecchi | 2013-04-08 | 16 | -295/+60 |
| | | | | | | We stopped having pluggable views a long time ago; remove the factory code completely in favor of a simple nautilus_view_new() that looks at the specified view ID among the list of views we support. | ||||
* | empty-view: remove obsolete API | Cosimo Cecchi | 2013-04-08 | 1 | -7/+0 |
| | |||||
* | slot: simplify code | Cosimo Cecchi | 2013-04-08 | 1 | -3/+1 |
| | | | | Reuse a helper we already have for this condition. | ||||
* | view-factory: remove supports_uri() | Cosimo Cecchi | 2013-04-08 | 7 | -150/+4 |
| | | | | | There's really no use for this in the current Nautilus, and we're getting rid of nautilus-view-factory. | ||||
* | app-menu: add accelerators for app menu actions | Cosimo Cecchi | 2013-04-08 | 1 | -0/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=697252 | ||||
* | Small fix in Serbian translation | Милош Поповић | 2013-04-08 | 2 | -514/+512 |
| | |||||
* | Updated Danish translation | Ask H. Larsen | 2013-04-06 | 1 | -312/+315 |
| | |||||
* | file: do not reverse collated order for files with same search rank | Cosimo Cecchi | 2013-04-04 | 1 | -0/+3 |
| | | | | | | | | | When two search results rank equally, we fall back to the collated order. Since search is usually ranked reversed (highest at the top), we need to ensure we don't accidentally reverse the collated order as well. https://bugzilla.gnome.org/show_bug.cgi?id=688772 | ||||
* | query: rank prefix matches lower than exact matches | Cosimo Cecchi | 2013-04-04 | 1 | -2/+5 |
| | | | | | Count how many letters are left after the string occurrence, and subtract that from the match score. | ||||
* | search-hit: add a missing break | Cosimo Cecchi | 2013-04-04 | 1 | -0/+1 |
| | |||||
* | sendto: We only send mails now | Bastien Nocera | 2013-04-04 | 1 | -4/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680983 | ||||
* | Added missing ellipses in app menu. | Adam Dingle | 2013-04-04 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=697108 | ||||
* | search-engine-simple: don't follow symlinks when descending | Cosimo Cecchi | 2013-04-04 | 1 | -1/+2 |
| | | | | | | | | It's inconsistent with "find" and it can yield to unexpectedly large result sets. Do not follow symlinks when recursing the search down the hierarchy. https://bugzilla.gnome.org/show_bug.cgi?id=697181 | ||||
* | query-editor: avoid focus change hack when focusing the search entry | Cosimo Cecchi | 2013-04-04 | 1 | -65/+3 |
| | | | | | | | | | Code was very fragile and didn't work when the window wasn't initially realized, such as when launching a search from the Shell provider. We can get the same effect by moving the cursor at the end of the entry after the focus has been set. https://bugzilla.gnome.org/show_bug.cgi?id=697224 | ||||
* | view: allow copying, and not cutting, from Recent Files | Cosimo Cecchi | 2013-04-03 | 1 | -4/+5 |
| | | | | | | | | | Previously, we enabled the Cut action for the Recent location, and kept Copy and Copy To disabled. This should be the other way around, as copying a file from there is a valid option, whereas cutting/moving it doesn't make sense, being a virtual location. https://bugzilla.gnome.org/show_bug.cgi?id=690138 | ||||
* | Updated Slovak translation | Dušan Kazik | 2013-04-03 | 1 | -329/+304 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2013-04-03 | 1 | -273/+277 |
| | |||||
* | build: require gsettings-desktop-schemas 3.8.0 | Cosimo Cecchi | 2013-03-31 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=696962 | ||||
* | Updated Slovenian translation | Andrej Žnidaršič | 2013-03-30 | 1 | -608/+347 |
| | |||||
* | One fix to the Finnish translation | Ville-Pekka Vainio | 2013-03-29 | 1 | -5/+5 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2013-03-28 | 1 | -316/+320 |
| | |||||
* | Updated Odia Language along with FUEL implementation | ManojKumar Giri | 2013-03-28 | 1 | -405/+299 |
| | |||||
* | Finnish translation update by Jiri Grönroos | Ville-Pekka Vainio | 2013-03-26 | 1 | -5/+6 |
| | |||||
* | Fixed syntax in translation of Keywords string | Daniel Mustieles | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | Updated Telugu Translation | Praveen Illa | 2013-03-26 | 1 | -280/+156 |
| | |||||
* | Update uk translation | Daniel Korostil | 2013-03-26 | 1 | -845/+924 |
| | |||||
* | Updated Indonesian translation | Dirgita | 2013-03-26 | 1 | -816/+866 |
| | |||||
* | Updated Lithuanian translation | Mantas Kriaučiūnas | 2013-03-25 | 1 | -286/+285 |
| | |||||
* | Updated Odia Language along with FUEL implementation | ManojKumar Giri | 2013-03-25 | 1 | -85/+69 |
| | |||||
* | view: use g_app_info_get_name() for application names in Open With menus | Cosimo Cecchi | 2013-03-25 | 2 | -4/+4 |
| | | | | | | | This is consistent with the Shell and what is used in the properties/Open With dialog. https://bugzilla.gnome.org/show_bug.cgi?id=696374 | ||||
* | query-editor: Fix initial key press processing with async IMs | Rui Matos | 2013-03-25 | 1 | -31/+7 |
| | | | | | | | | | | | | When using an async input method we can't rely on the entry's text or preedit text being updated as a direct result of processing a key event. Instead, we can look at the event keyval and check if it's going to yield a printable character to decide if we are interested in the event. https://bugzilla.gnome.org/show_bug.cgi?id=696260 | ||||
* | query-editor: Make IMs process the fake event we generate at first | Rui Matos | 2013-03-25 | 1 | -0/+16 |
| | | | | | | Input methods will typically only process events after getting focus. https://bugzilla.gnome.org/show_bug.cgi?id=696260 | ||||
* | query-editor: Don't set the entry's text if not strictly needed | Rui Matos | 2013-03-25 | 1 | -1/+7 |
| | | | | | | | | | | | | If the current text in the entry is equal to the new query's text we shouldn't needlessly set the text on the entry since that affects the cursor position. gtk_entry_set_text() already does a similar check internally but that isn't enough here because NautilusQuery doesn't keep the full string but instead a stripped version of it. https://bugzilla.gnome.org/show_bug.cgi?id=696430 | ||||
* | eel-editable-label: Fix string length on retrieve-surrounding handler | Rui Matos | 2013-03-25 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=696532 | ||||
* | sidebar: increase default sidebar width | Cosimo Cecchi | 2013-03-25 | 1 | -1/+1 |
| | | | | | | | So that at least in english locale, entries can fill the width without ellipsizing. https://bugzilla.gnome.org/show_bug.cgi?id=696213 | ||||
* | Updated Telugu translations | Krishnababu Krothapalli | 2013-03-25 | 1 | -1180/+1658 |
| | |||||
* | release: prepare for 3.8.03.8.0 | Cosimo Cecchi | 2013-03-25 | 2 | -1/+5 |
| | |||||
* | Completed nautilus for Malayalam | Ani Peter | 2013-03-25 | 1 | -369/+563 |
| | |||||
* | l10n: Update Japanese translation | Jiro Matsuzawa | 2013-03-25 | 1 | -502/+507 |
| | |||||
* | Updated kn translations | Shankar Prasad | 2013-03-25 | 1 | -989/+1136 |
| | |||||
* | [l10n] updated Italian translation | Luca Ferretti | 2013-03-25 | 1 | -2/+2 |
| | |||||
* | [l10n] updated Italian translation | Luca Ferretti | 2013-03-25 | 1 | -5/+4 |
| | |||||
* | Fix translations of keywords in .desktop files | Piotr Drąg | 2013-03-24 | 4 | -4/+4 |
| | |||||
* | Add Finnish date/time format translations and source links in comments. | Timo Jyrinki | 2013-03-24 | 1 | -13/+15 |
| | |||||
* | Finnish translation update by Jiri Grönroos | Timo Jyrinki | 2013-03-24 | 1 | -69/+58 |
| | |||||
* | Update French translation | Alexandre Franke | 2013-03-24 | 1 | -2/+2 |
| | |||||
* | Updated slovak translation | Dušan Kazik | 2013-03-24 | 1 | -1175/+1145 |
| | |||||
* | mime-actions: filter applications not supposed to be visible | Cosimo Cecchi | 2013-03-22 | 1 | -0/+24 |
| | | | | | | | Ensure NoDisplay=True applications don't end up in our Open With context menus. https://bugzilla.gnome.org/show_bug.cgi?id=696372 |