- 19 Jun, 2009 1 commit
-
-
Federico Mena Quintero authored
Signed-off-by:
Federico Mena Quintero <federico@novell.com>
-
- 18 Jun, 2009 2 commits
-
-
Allison Karlitskaya authored
- drop deprecated use of g_mapped_file_free() - bump glib version requirement
-
Federico Mena Quintero authored
We can't set the sort column when we load the GtkFileChooser's settings, as the file models may not have been created yet. Wait until the models are actually present; then we can set the sort column. Signed-off-by:
Federico Mena Quintero <federico@novell.com>
-
- 17 Jun, 2009 1 commit
-
-
Benjamin Otte authored
Fallout from running make CFLAGS="-Werror"; mostly missing casts and constness issues.
-
- 16 Jun, 2009 13 commits
-
-
Daniel Nylander authored
-
Vincent Untz authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
Also fix up its docs.
-
- 15 Jun, 2009 11 commits
-
-
Matthias Clasen authored
Use g_*gettext functions in gdk-pixbuf instead direct gettext calls to benefit from the maybe-dont-translate functionality in GLib. Also, replace a hand-rolled version by g_dpgettext2 in gtkbuilderparser.c. Fixes bug 585791.
-
Matthias Clasen authored
The documentation for the function says that the app_exec string should be freed, but we return a pointer to the internal string without duplicating it. Since the app_exec string is valid as long as the GtkRecentInfo is valid the documentation should be fixed and the out argument should be constified. Fixes #584832.
-
Matthias Clasen authored
Make 15 and 17 available in the list. See bug 585371
-
Matthias Clasen authored
These have been superseded by gtk_cell_layout_get_cells. Fixes bug 562335.
-
Daniel Elstner authored
* gtk/gtkstatusicon.c (gtk_status_icon_set_property): Add missing break statements to unterminated case blocks inside switch.
-
Matthias Clasen authored
(gtk_cell_renderer_pixbuf_set_property): add back evil code that makes sure that the current image is only unset if the new image was created from the same property or the new property is not NULL.
-
Federico Mena Quintero authored
GtkFileChooserDefault actually implements a binding signal for Backspace, to make it go to the parent directory. However, GtkTreeView was eating our Backspace, and thus the file chooser was not getting a chance to execute its binding signal. GtkTreeView implements a Backspace binding itself, which it uses to move to the parent node of the current cursor node. However, the binding handler would return TRUE even if there was no parent to the current node. Now the binding handler only returns TRUE if it actually changed the cursor. Additionally, gtk_tree_view_key_press() sees if no bindings handled a key press; in that case, it re-sends the key press to the treeview's search entry. However, sending a Backspace to an empty entry makes the entry beep. Thus, we add a flag that gets set from GtkTreeView's Backspace binding handler, to tell gtk_tree_view_key_press() when it should *not* re-emit the key press on the search entry. Sort of, "yeah, I didn't handle this key press, but I don't want you to send it to the search entry, either!". Signed-off-by:
Federico Mena Quintero <federico@novell.com>
-
Matthias Clasen authored
-
Davyd Madeley authored
-
Davyd Madeley authored
Edit: Update for coding style
-
Davyd Madeley authored
-
- 13 Jun, 2009 1 commit
-
-
Jorge Gonzalez authored
-
- 12 Jun, 2009 9 commits
-
-
Benjamin Gramlich authored
Signed-off-by:
Federico Mena Quintero <federico@novell.com>
-
Benjamin Gramlich authored
Signed-off-by:
Federico Mena Quintero <federico@novell.com>
-
Federico Mena Quintero authored
Signed-off-by:
Federico Mena Quintero <federico@novell.com>
-
Federico Mena Quintero authored
We can use this to test bugs that happen when setting a filename before the file chooser is shown, as in bgo#161670 Signed-off-by:
Federico Mena Quintero <federico@novell.com>
-
Federico Mena Quintero authored
Signed-off-by:
Federico Mena Quintero <federico@novell.com>
-
Milan Bouchet-Valat authored
The previous patch for this bug was about the initial *file* not existing, but this also handles the initial *folder* not existing (such as /usr/nonexistent/nonexistent.txt). Signed-off-by:
Federico Mena Quintero <federico@novell.com>
-
Milan Bouchet-Valat authored
Signed-off-by:
Federico Mena Quintero <federico@novell.com>
-
Matthias Clasen authored
There was a missing newline in one of the g_printerr messages in updateiconcache.c. String change.
-
Milan Bouchet-Valat authored
Backup files are hidden along with dotfiles, just like Nautilus. Signed-off-by:
Federico Mena Quintero <federico@novell.com>
-
- 11 Jun, 2009 2 commits
-
-
Milan Bouchet-Valat authored
We now use a GtkSizeGroup to control the vertical size of the various widgets that get put in the path bar's area: the location bar, the search entry, the recently-used title label. This keeps the shortcuts pane and the file list from jumping up and down when one switches between operation modes (browse/search/recently-used). Signed-off-by:
Federico Mena Quintero <federico@novell.com>
-
Jorge Gonzalez authored
-