summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-01-04Fix spelling-error-in-manpage ↵ericcurtin1-1/+1
usr/share/man/man1/caja-file-management-properties.1.gz excutable -> executable
2016-01-02drop MateConf migration scriptMonsta2-87/+0
2016-01-02remove unused #definesMonsta1-4/+0
2015-12-25pathbar: remove unneeded assertsmonsta1-2/+5
2015-12-24eel: remove unused functionMonsta2-43/+0
2015-12-23Release 1.12.2monsta2-1/+8
2015-12-22set smclient mode to "no restart" when running as root or on other desktopsmonsta1-0/+3
2015-12-22oops... fix build breakage introduced in last commitmonsta1-0/+1
2015-12-22smclient: drop win32/osx support, adjust indentmonsta3-120/+96
2015-12-22drop source files that aren't used for yearsmonsta4-332/+0
2015-12-21Typo fix in code and g_param_spec: homogenous -> homogeneous.Mike Gabriel2-4/+4
2015-12-19use g_strcmp0 instead of unsafe strcmpMonsta1-1/+1
2015-12-05GTK3 properties-window: bold and right-aligned are always FALSEWolfgang Ulbrich1-4/+12
So we can remove them taken from: https://git.gnome.org/browse/nautilus/commit/?id=12bcaf9
2015-12-05GTK3 properties-window: set max-width for value labelsraveit651-0/+1
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-16&id=ac83942
2015-12-05GTK3: fm-properties-window, port GtkTable to GtkGridraveit651-39/+880
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=0026899 https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=8b99f1f https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=b4877e5 https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-16&id=0a5838
2015-12-05GTK3: desktop-item-properties, port GtkTable to GtkGridraveit651-1/+54
inspired from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=29dea2e
2015-12-05GTK3: fm-directory-view, port GtkTable to GtkGridraveit651-0/+69
inspired from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=c6903f4
2015-12-05GTK3: connect-server-dialog, port GtkTable to GtkGridraveit651-33/+136
taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-4&id=7f3e5ce
2015-12-04properties -> custom icon dialog: add /usr/share/icons to Placesmonsta1-0/+1
fixes https://github.com/mate-desktop/caja/issues/283
2015-12-04Bump version to 1.12.1Monsta2-1/+5
2015-11-20Updated translationsClement Lefebvre31-20785/+35455
2015-11-20Fixed caja flooding .xsession-errors with ↵Clement Lefebvre1-1/+4
"caja_menu_provider_get_background_items: assertion 'CAJA_IS_MENU_PROVIDER (provider)' failed"
2015-11-20Don't translate default font value in gsettings schemaClement Lefebvre1-1/+1
2015-11-15fix g_object_unref callMonsta1-1/+5
it wasn't properly unref'ed and caused a runtime warning
2015-11-02release 1.12.0v1.12.0Wolfgang Ulbrich1-1/+1
2015-11-01Sync translations with transifexmate-i18n93-128821/+129397
2015-10-30update NEWS for 1.12monsta1-1/+2
2015-10-19GTK3: do not use deprecated gtk_misc_set_alignmentraveit6519-1/+166
2015-10-19GTK3: Replace gtk_{v,h}box new with gtk_box_newraveit6529-0/+134
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0
2015-10-14Gtk3 places-sidebar: fixes accidental device ejectraveit651-0/+5
2015-10-07Add NEWS for 1.11.0 (and include 1.10.4 ones from 1.10 branch)caja-1.11.0monsta1-0/+8
2015-10-07fixed wrong link to gnome website in the commentsmonsta1-1/+1
2015-10-06pre-bump version to 1.11.0raveit652-1/+3
2015-09-28Fix for #383 - tree view open in new windowbl0ckeduser1-1/+14
2015-09-26Merge pull request #463 from raveit65/masterMartin Wimpress1-0/+6
GTK3: reduce size of autorun-dialog
2015-09-26GTK3: reduce size of autorun-dialograveit651-0/+6
2015-09-17undostack: don't try restoring files w/o "trash::orig-path" attributemonsta1-0/+5
fixes https://github.com/mate-desktop/caja/issues/361
2015-09-17use standard defines for "trash::" attributesmonsta2-4/+6
2015-09-10When opening the first window, don't restore the position of the last closed ↵Clement Lefebvre1-23/+1
window. It's confusing to users (the last closed window is irrelevant within one session with multiple windows open) and it can lead to really bad issues which users consider bugs (why is my first window behaving differently than other windows? why is my first window appearing in the corner of my screen? why when I open caja for the first time my window doesn't appear on the monitor my mouse presently is? etc..)
2015-09-06Rework gsettings schema buildinginfirit7-513/+509
* Bump intltool required version for gsettings support * Extract strings with intltool directly
2015-09-06define max/min version of GLibinfirit2-2/+8
2015-09-04Switch to org.gnome.SessionManagerClement Lefebvre3-47/+23
2015-08-25connect-server: add support for connecting to AFP-servers/volumesinfirit1-4/+8
Since now gvfs support it. Patch by: Carl-Anton Ingmarsson <[email protected]> nautilus comnmit: 5f018ca8b978a9e488560aeeb8db5febb7259d13 nautilus bug: https://bugzilla.gnome.org/show_bug.cgi?id=674497
2015-08-25removed suspicious win32 referenceMonsta1-1/+0
2015-08-24list view: jump to parent with left key on collapsed rowsMonsta1-1/+9
fixes https://github.com/mate-desktop/caja/issues/452 from https://github.com/GNOME/nautilus/commit/9eee9ff6ca3e93d5d363725282d8ba393a1e6d01
2015-07-21Bump version to 1.10.3caja-1.10.3monsta2-1/+4
2015-07-20file properties dialog: bring back two missing tabsMonsta1-0/+14
Notes and Image Properties tabs went missing after https://github.com/mate-desktop/caja/commit/451eef9b275ce006b270a3569d96e531e24dd15a fixes https://github.com/mate-desktop/caja/issues/433
2015-07-20removed useless call to g_list_freeMonsta1-1/+1
- first, we must not free the list of extensions at this point - second, the call did nothing as the argument is NULL after exiting the for loop
2015-07-20small indent fixesMonsta2-4/+2
2015-07-16Bump version to 1.10.2caja-1.10.2monsta2-1/+11