summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-01-29Sync translations with transifexStefano Karapetsas103-84027/+91978
2014-01-27Add option to show file sizes with IEC units instead of SI unitsStefano Karapetsas6-11/+45
Contains also a typo fix for the previous commit Closes #203 https://github.com/mate-desktop/caja/issues/203
2014-01-27Add "Open parent location" in menu if we are in search viewStefano Karapetsas1-0/+94
It is shown if only one file is selected, and if it isn't a directory
2014-01-14configure: Avoid to create gz tarballStefano Karapetsas1-1/+1
2014-01-14Bump version to 1.7.1caja-1.7.1Stefano Karapetsas1-1/+1
2014-01-14Use memmove with latest glib (>= 2.39)Stefano Karapetsas1-0/+5
g_memmove is removed in https://git.gnome.org/browse/glib/commit/?id=6e4a7fca431f53fdfd89afbe956212229cf52200
2014-01-13Remove unused folder and fileStefano Karapetsas1-1/+0
2014-01-06Merge pull request #230 from infirit/masterStefano Karapetsas1-1/+1
Add to ACLOCAL_AMFLAGS for user added flags
2014-01-05Add to ACLOCAL_AMFLAGS for user added flagsinfirit1-1/+1
2013-12-29Merge pull request #214 from infirit/masterStefano Karapetsas1-1/+1
Revert "Fix for x-caja-desktop windows at login"
2013-12-22Merge pull request #217 from infirit/yelpStefano Karapetsas8-9/+9
Update help uri to the correct location
2013-12-22Update help uri to the correct locationinfirit8-9/+9
2013-12-17Revert "Fix for x-caja-desktop windows at login"infirit1-1/+1
This reverts commit d116bf8ba8be698869fef81b30d576bcacf3234c. Revert because it does not solve the problem and it causes problems for users with other docks like plank. See issue #211.
2013-12-01Merge pull request #202 from City-busz/fix-max-child-sizeStefano Karapetsas1-0/+3
Fix assertion failture on max_child_size
2013-11-30Fix assertion failture on max_child_sizeBalló György1-0/+3
This fixes the crasher when opening properties.
2013-11-29Merge pull request #198 from eyelash/icon-sizeStefano Karapetsas2-45/+5
fix a GTK3 bug and simplify things
2013-11-13Fix g_thread_init deprecationStefano Karapetsas1-0/+2
2013-11-08Merge pull request #197 from eyelash/toolbar-heightStefano Karapetsas2-2/+0
toolbar improvements
2013-11-07remove the border of the zoom controlElias Aebi1-1/+0
2013-11-07remove the border of the view as combo boxElias Aebi1-1/+0
2013-11-06put the containers instead of the contents into the size group and remove ↵Elias Aebi2-16/+4
the now unnecessary frame container
2013-11-05Merge pull request #195 from eyelash/primary-toolbarStefano Karapetsas1-0/+3
add the primary-toolbar style class to the primary toolbar
2013-11-03remove a custom size allocation that broke stuff on GTK3Elias Aebi1-28/+0
2013-11-03use the same icon size for the location button (the button that lets you ↵Elias Aebi1-1/+1
toggle between button and text-based location bar) as for the close side pane button and the pathbar icons
2013-11-03add the primary-toolbar style class to the primary toolbar (only for the ↵Elias Aebi1-0/+3
GTK3 version)
2013-10-31Merge pull request #193 from infirit/masterStefano Karapetsas3-5/+2
Fix pkgconfig files and small cleanup of configure.ac
2013-10-31Remove forgotten GTK_API_VERSION and GTK_REQUIRED (now in case)infirit1-3/+0
2013-10-31Use GTK_API_VERSION in pkgconfig filesinfirit2-2/+2
2013-10-26Bump version to 1.7.0caja-1.7.0Stefano Karapetsas1-1/+1
2013-10-21Merge pull request #188 from infirit/masterStefano Karapetsas45-23152/+10
Add disable-icon-update for distcheck / various cleanups
2013-10-20Add update-icon-cache config option for makedistcheckinfirit3-3/+10
Otherwise the cache file is left behind and make distcheck fails.
2013-10-20Remove ltmain.sh, autofoo will bring it ininfirit1-9655/+0
2013-10-20Remove m4 and rely on autofoo to pull them ininfirit7-8893/+0
2013-10-20Remove pregenerated doc files, will be generated on every buildinfirit34-4601/+0
2013-10-19Rename INCLUDES to AM_CPPFLAGS in MakefileStefano Karapetsas1-1/+1
2013-10-19Merge pull request #182 from infirit/masterStefano Karapetsas8-74/+6
Use GTK_API_VERSION for GIR and correct typo
2013-10-18Correct typo as pointed out by raveit65 on ircinfirit1-1/+1
2013-10-18Use GTK_API_VERSION for GIRinfirit2-1/+2
2013-10-18Remove obsolete distro folderinfirit2-69/+0
2013-10-18Complete mate-file-manager -> caja renameinfirit3-3/+3
2013-10-17Package name is cajaStefano Karapetsas1-1/+1
2013-10-11Sync translations with transifexStefano Karapetsas13-5378/+5164
2013-10-06Properly free GHashTable in properties windowStefano Karapetsas3-1/+35
Closes #178 https://github.com/mate-desktop/mate-file-manager/issues/178 I had to recover two functions previously removed in eel-glib-extensions.
2013-09-26Add manpage for caja-autorun-softwareStefano Karapetsas2-0/+15
Closes #114 https://github.com/mate-desktop/mate-file-manager/issues/114
2013-09-22Merge branch 'master' of github.com:mate-desktop/mate-file-managerStefano Karapetsas2-3/+5
2013-09-22Add check if mimetype is null before apply thumbnail frameStefano Karapetsas1-6/+7
To avoid segfaults on file deletions
2013-09-20Merge pull request #112 from aubade/browserfixStefano Karapetsas1-1/+4
Make browser windows always open new folders in the same window, even when Spatial enabled
2013-09-19Possible fix for crash during file rename in external devicesStefano Karapetsas1-2/+1
Bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1005660 Solution from: https://git.gnome.org/browse/nautilus/commit/src/nautilus-icon-view.c?h=gnome-3-2&id=a67212a
2013-09-18Possible fix for crash during audio previewStefano Karapetsas1-0/+2
See https://bugzilla.redhat.com/show_bug.cgi?id=959444
2013-09-17Merge pull request #154 from romovs/masterStefano Karapetsas2-11/+11
fixed thumbnail frame not being displayed for some files