- 30 Jul, 2012 1 commit
-
-
Matthias Clasen authored
These are just wrappers for the functions, and we want to deprecate them. Stopping to use them internally is a good first step.
-
- 15 Jul, 2012 4 commits
-
-
Matthias Clasen authored
Now that filters may affect sensitivity of rows, we need to clear the sensitivity column from the cache when the filter changes. This fixes the problem where selecting a different filter does not update the sensitivity of folders until you change directories.
-
Federico Mena Quintero authored
Signed-off-by:
Federico Mena Quintero <federico@gnome.org>
-
Federico Mena Quintero authored
It bothers me that we call gtk_file_filter_filter(), then negate the result, and the return *that* from node_should_be_filtered(). So, rename 'filtered' throughout GtkFileSystemModel to 'filtered_out' to mean things that didn't pass the filter. Signed-off-by:
Federico Mena Quintero <federico@gnome.org>
-
-
- 03 Mar, 2012 1 commit
-
-
Benjamin Otte authored
In particular gtksettings.h and gtkstylecontext.h needed to be included in lots of places now. Also, I order the includes alphabetically in a bunch of headers.
-
- 27 Feb, 2012 1 commit
-
-
Javier Jardon authored
-
- 12 Jan, 2012 1 commit
-
-
Benjamin Otte authored
We want to allow people to unselect the item.
-
- 05 Jan, 2012 1 commit
-
-
Javier Jardon authored
-
- 18 Dec, 2011 1 commit
-
-
Matthias Clasen authored
This uses the new workarea API to avoid placing popups underneath panels, docks, etc.
-
- 16 Dec, 2011 4 commits
-
-
Benjamin Otte authored
gtk_entry_set_text() is fine.
-
Benjamin Otte authored
The new version does not need to muck with the entry, it just extracts the required information. It returns a reference to the folder though, as we extract the information now instead of returning something stored.
-
Benjamin Otte authored
It's not needed anymore.
-
Benjamin Otte authored
This allows simplifications in the code.
-
- 29 Nov, 2011 3 commits
-
-
Federico Mena Quintero authored
This is a leftover from the big rework to remove the expanded/collapsed mode in Save mode. Signed-off-by:
Federico Mena Quintero <federico@gnome.org>
-
Federico Mena Quintero authored
It used to be that _gtk_path_bar_set_file() would return an error if it wasn't able to switch to the specified file, but that hasn't been the case for a long while now, since the file chooser became async. Signed-off-by:
Federico Mena Quintero <federico@gnome.org>
-
Benjamin Otte authored
Double unref was introduced in eb02dacb https://bugzilla.gnome.org/show_bug.cgi?id=646461 https://bugzilla.gnome.org/show_bug.cgi?id=664137
-
- 02 Nov, 2011 1 commit
-
-
Alexander Larsson authored
This looked really bad in non-gnome settings where default is to show text too.
-
- 27 Sep, 2011 2 commits
-
-
Michael Natterer authored
Add gdk_event_triggers_context_menu(), using the new modifier abstraction API. Remove _gtk_button_event_triggers_context_menu() and port all callers.
-
Michael Natterer authored
and use the new public modifier abstraction API.
-
- 26 Sep, 2011 2 commits
-
-
Michael Natterer authored
Add _gtk_button_event_triggers_context_menu() and use it instead of checking for event->button == 3, so context menus are invoked correctly on the Mac.
-
Michael Natterer authored
(cherry picked from commit b057a311e76a90a120ca0e9597bedeb9fc89b0b2)
-
- 13 Sep, 2011 1 commit
-
-
Federico Mena Quintero authored
We don't ever start up in Search mode, so we don't need an extra check for that mode, yet. Signed-off-by:
Federico Mena Quintero <federico@gnome.org>
-
- 10 Sep, 2011 1 commit
-
-
Benjamin Otte authored
-
- 05 Sep, 2011 2 commits
-
-
Federico Mena Quintero authored
This will take you to the file's folder and select the file in question. The menu item is only available in Recently-used and Search modes, so that you can go from files in them to the 'normal' browsing mode. Signed-off-by:
Federico Mena Quintero <federico@gnome.org>
-
Federico Mena Quintero authored
Signed-off-by:
Federico Mena Quintero <federico@gnome.org>
-
- 29 Aug, 2011 1 commit
-
-
Matthias Clasen authored
This widget is created on-demand, so we can not unconditionally set its sensitivity in some other place.
-
- 28 Aug, 2011 1 commit
-
-
Matthias Clasen authored
-
- 26 Aug, 2011 3 commits
-
-
Federico Mena Quintero authored
Otherwise it's not very useful... :) Signed-off-by:
Federico Mena Quintero <federico@gnome.org>
-
Federico Mena Quintero authored
There's no real asynchronicity going on, anyway, so let's do both within a single iteration of the idle handler. Signed-off-by:
Federico Mena Quintero <federico@gnome.org>
-
Federico Mena Quintero authored
The mtime from GtkRecentManager may not the same as the file's actual mtime, so the final result could appear unsorted to the user. Instead, we will let the view do the sorting. Signed-off-by:
Federico Mena Quintero <federico@gnome.org>
-
- 23 Aug, 2011 1 commit
-
-
Arx Cruz authored
-
- 27 Jul, 2011 8 commits
-
-
Federico Mena Quintero authored
Signed-off-by:
Federico Mena Quintero <federico@gnome.org>
-
Federico Mena Quintero authored
Signed-off-by:
Federico Mena Quintero <federico@gnome.org>
-
Federico Mena Quintero authored
Years ago, when the location entry only appeared in a popup window, it used to appear populated with the current folder's path. We had some logic to do this, but since now the location entry appears in the main dialog, we can do away with that old code. Signed-off-by:
Federico Mena Quintero <federico@gnome.org>
-
Federico Mena Quintero authored
We had duplicated code to create the entry in two cases, for Open and for Save modes. Signed-off-by:
Federico Mena Quintero <federico@gnome.org>
-
Federico Mena Quintero authored
Signed-off-by:
Federico Mena Quintero <federico@gnome.org>
-
Federico Mena Quintero authored
Signed-off-by:
Federico Mena Quintero <federico@gnome.org>
-
Federico Mena Quintero authored
This way we can re-create the contents of that box easily without disrupting the rest of the file chooser. Signed-off-by:
Federico Mena Quintero <federico@gnome.org>
-
Federico Mena Quintero authored
Signed-off-by:
Federico Mena Quintero <federico@gnome.org>
-