summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release: prepare for 3.13.913.13.91Cosimo Cecchi2014-09-022-1/+7
|
* style: remove notebook shadow hackCosimo Cecchi2014-09-022-45/+0
| | | | This is not needed anymore with the most recent theme.
* style: remove override for notebook button paddingCosimo Cecchi2014-09-021-4/+0
| | | | This is taken care of inside GTK proper now.
* canvas-container: reset selection list when clearing containerCosimo Cecchi2014-09-011-1/+3
|
* canvas-container: cache icon positions for accessiblesCosimo Cecchi2014-09-012-6/+19
| | | | | Instead of calling g_list_index() every time, cache positions when resorting.
* canvas-container: don't iterate over all the files twice in a rowCosimo Cecchi2014-09-011-34/+28
| | | | Merge the two loops in one.
* file: use a collation key for comparing directory namesCosimo Cecchi2014-09-012-16/+12
| | | | | Or we'll have to redo utf8 validation/normalization every time we add a file into the directory, when we sort files that way.
* file: add an utility to set the file directoryCosimo Cecchi2014-09-013-6/+14
| | | | We're going to add some other code in here.
* file: keep scaled thumbnail in cacheCosimo Cecchi2014-09-013-15/+34
| | | | Or we'll constantly re-scale it every time a client asks for the icon.
* canvas-container: pre-compute selectionCosimo Cecchi2014-09-012-11/+36
| | | | | There's no need to always iterate over the list of icons in order to get the selection - just keep a separate sorted list.
* file: remove an incorrect commentCosimo Cecchi2014-09-011-1/+0
|
* file: remove unused codeCosimo Cecchi2014-09-012-9/+1
| | | | | We're repurposing the same function name for something different in the next commit.
* file-management-properties: remove unused functionCosimo Cecchi2014-09-011-11/+0
|
* canvas-container: remove commented out codeCosimo Cecchi2014-09-011-68/+0
|
* canvas-container: remove duplicated codeCosimo Cecchi2014-09-011-11/+1
|
* Fix the sort-directories-first setting handlingMatthias Clasen2014-09-011-3/+11
| | | | | | | Sadly, we can't bind two settings to the same object property, so use a manual handler for the :notify::active signal instead. https://bugzilla.gnome.org/show_bug.cgi?id=730867
* l10n: Update Japanese translationJiro Matsuzawa2014-09-011-1220/+1171
|
* canvas-container: remove unused use_drop_shadows propertyCosimo Cecchi2014-08-304-21/+0
|
* view: coding style fixCosimo Cecchi2014-08-301-2/+1
|
* view: optimize real_update_menus() a bitCosimo Cecchi2014-08-301-25/+11
| | | | | Fetching the selection is expensive, and this is alreay a hot code path; don't fetch it more than once.
* icon-info: remove code for unused .icon file functionalityCosimo Cecchi2014-08-3014-832/+1
| | | | | | GTK+ deprecated the functionality from GtkIconInfo, and will now always return empty data. We can then just remove all the code related to that feature.
* Update Dutch translation Master 3.14hanniedu2014-08-301-1269/+1250
|
* Style fixesLapo Calamandrei2014-08-283-93/+21
|
* floating-bar: apply CSS padding and borderCosimo Cecchi2014-08-281-0/+95
|
* floating-bar: don't manually draw a backgroundCosimo Cecchi2014-08-281-25/+0
| | | | GtkBox does this for us nowadays.
* Fix style for tab close buttonsalex diavatis2014-08-271-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=733684
* Restore borders of tabs in cssAntónio Fernandes2014-08-271-6/+0
| | | | | | | | Commit 3fd7e847d531fbbfc4ebba24864bdd0f8b81c750 introduced css which makes the tabs border-width zero. This makes tabs look different from other application and doesn't seem to be needed. https://bugzilla.gnome.org/show_bug.cgi?id=733700
* window: remove unused private fieldCosimo Cecchi2014-08-261-1/+0
|
* actions: remove unused GtkActionsCosimo Cecchi2014-08-262-137/+0
| | | | | | | | | | We can now remove all the GtkActions that were only used as a proxy towards the GAction, since we don't expose them anywhere in the UI. NAUTILUS_ACTION_EDIT_BOOKMARKS is still used for media keys, so keep it for now. https://bugzilla.gnome.org/show_bug.cgi?id=735488
* window-menus: don't special case no-app-menu anymoreCosimo Cecchi2014-08-263-54/+0
| | | | | We're relying on GTK+ showing the app menu in the header bar these days, so we don't need this special case anymore.
* shell-ui: remove duplicate actions in gear menu for app menuCosimo Cecchi2014-08-261-17/+0
| | | | These days, GTK+ just shows an app menu on the headerbar.
* release: forgot to update NEWSCosimo Cecchi2014-08-261-0/+3
|
* release: prepare for 3.13.903.13.90Cosimo Cecchi2014-08-212-1/+6
|
* Fix typo in src/Makefile.amVolker Sobek2014-08-211-1/+1
| | | | | | | This caused the stamp-nautilus-enum-types.h rule to unconditionally update nautilus-enum-types.h. https://bugzilla.gnome.org/show_bug.cgi?id=735133
* NautilusPropertyDialog: Fix user list for owner changeAlexander Larsson2014-08-211-25/+17
| | | | | | | | | | | | | This code was constantly failing to find the current files user as the form of the "owner" attribute didn't match the internal list. Also, as a consequence of this the user list didn't match the old one so we keep re-creating it all the time. We fix this by being much more explicit in what we store in the model columns: 0 - the display name 1 - the return value from nautilus_get_user_names() 2 - the actual username (not real name)
* nautilus_file_get_owner_name: Don't ever return "me"Alexander Larsson2014-08-211-1/+2
| | | | | | This function is used by the property window code to compare the actual username to one from a function, so don't use "me" unless we're purely for display purposes.
* NautilusPropertyDialog: Fix problems with fast group/owner changesAlexander Larsson2014-08-211-167/+145
| | | | | | | | | | | | | | If the owner or group of a file was changed twice very quicky then the second change would cancel the first. However, the code assumed that after the nautilus_file_cancel() call the result of the first change would not be called. That is not true anymore, and when it did get called it tried to stop the timed wait, which gave a warning, and in general touched stuff that the new operation should only touch. We fix this by making A group/owner change its own struct which we delay freeing until the operation has actually finished, although we track if it has been cancelled so we can avoid multiple calls to eel_timed_wait_stop().
* style: remove obsolete custom stylesCosimo Cecchi2014-08-201-19/+0
|
* style: import back floating-bar style for AdwaitaCosimo Cecchi2014-08-201-0/+69
| | | | This style is not defined by GTK.
* Finnish translation updateLasse Liehu2014-08-171-1417/+323
|
* Updated Assamese translationngoswami2014-08-131-554/+542
|
* Updated Russian translationStas Solovey2014-08-041-383/+308
|
* data: Rename the AppData file after the desktop ID changeRichard Hughes2014-08-013-3/+3
| | | | The filename has to match the ID name for various optimisations.
* doap: add <programming-language>Piotr Drąg2014-07-311-0/+1
|
* doap category coreOlav Vitters2014-07-301-1/+1
|
* floating-bar: use margin-start/end instead of deprecated left/rightCosimo Cecchi2014-07-291-3/+3
|
* build: fix some GCC warningsCosimo Cecchi2014-07-293-13/+1
|
* more testingOlav Vitters2014-07-281-1/+1
|
* more testingOlav Vitters2014-07-281-1/+1
|
* more testingOlav Vitters2014-07-281-1/+1
|