summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2022-01-02build: fix -Wmissing-prototypes warningrbuj1-1/+1
2020-06-05use git submodule of libeggWu Xiaotian1-2/+2
2020-05-06Remove fr-stock.c and fr-stock.hrbuj1-2/+0
2020-03-10Add ARC archive supportrbuj1-0/+2
2020-01-04fr-command-rpm: Use rpm2cpio binary shipped with rpm packagerbuj1-4/+1
closes #350
2019-12-01define LOCALEDIR for bindtextdomain()Wu Xiaotian1-0/+1
2019-10-01Remove internal mkdtemp and define feature test macrorbuj1-7/+0
mkdtemp(): /* Since glibc 2.19: */ _DEFAULT_SOURCE || /* Glibc 2.19 and earlier: */ _BSD_SOURCE || /* Since glibc 2.10: */ _POSIX_C_SOURCE >= 200809L _POSIX_C_SOURCE 200809L is enabled by _XOPEN_SOURCE >= 700. Ref: http://man7.org/linux/man-pages/man7/feature_test_macros.7.html
2019-09-30Use mate-compiler-flags.m4 provided by mate-commonrbuj1-1/+5
USAGE: ./autogen.sh --enable-compile-warnings=no/minimum/yes/maximum/error@ If --enable-compile-warnings is not provided, the default is --enable-compile-warnings=yes
2019-08-30gtk-utils: Remove unused wrapper for gtk_builder_new_from_filerbuj1-3/+0
Unused since https://github.com/mate-desktop/engrampa/commit/0d3a5b087f4bb6c118abe34a14ea27b86583f812
2019-02-19Read authors (updated) from engrampa.about gresourcerbuj1-0/+1
2017-02-10build: remove option that disables deprecated stuffmonsta1-1/+0
it's also named incorrectly - it doesn't enable anything but makes the build break on the first deprecated item
2016-06-24use GResource to store ui filesZenWalker1-3/+14
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=47619b987b77bdc258af9a554ba022c1f8834774
2015-07-21fix wrong header guard in generated src/fr-enum-types.hmonsta1-1/+1
adapted from https://git.gnome.org/browse/file-roller/commit/?id=bcc2b505e564161428fa1115d7f7858244a5fed3
2014-11-22Added a D-BUS service to create and extract archives.infirit1-8/+25
Initial commits from FR: f998fd8e33a08d686a1071db87d21f4a83963d99 4078d1a9e5ddae3357302791432fc61d82ff37e4 58c55b06f30014326f27bdf94c406ceee0897731 Improvements and fixes from FR: D-Bus service: added GetSupportedTypes method ace4f31c586641fcf7ad1de165cd7f27b5a371c1 1399b9a84b0d4f4a5015066b0d7cec7e048d59dc From: Paolo Bacchilega <[email protected]>
2014-11-22use a boxed type to pass the error to the 'done' signalinfirit1-0/+2
Based on FR commit: 4b645f57c856928c508dd74c31e1bfb2132368e1 From: Paolo Bacchilega <[email protected]>
2014-11-20add support for magic based identification of filesinfirit1-1/+5
Based on FR commits: 7b23961d200e3545af3815a8eb40d6d31757024f f08945a652ae1365ad6bbc5e3dcc8709031b5faf b6104a74e66ceca98884a6f974485a96a83526a2 From: Saleem Abdulrasool <[email protected]>
2014-11-19Fixed loading of multi-volume rar archives with 7zipinfirit1-0/+2
Based on FR commit: e4a225d986cb6df8c6586515cba0e13aee888544 From: Paolo Bacchilega <[email protected]>
2013-08-01Merge pull request #21 from infirit/unarchiverStefano Karapetsas1-2/+10
Add unarchiver support
2013-07-30automake fixes: INCLUDES -> AM_CPPFLAGSinfirit1-1/+1
2013-06-30Add unachiver supportinfirit1-2/+10
Based on the following commits from file-roller, https://git.gnome.org/browse/file-roller/commit/?id=2575177ac037d2a8d8f3056b10685928d80d6275 https://git.gnome.org/browse/file-roller/commit/?id=f26caa6d5b76d406976ea78630fbaae4c8126a2e
2012-11-05Port to gsettingsraveit1-2/+0
2011-11-09renaming fileroller to engrampaPerberos1-7/+7
2011-11-09initialPerberos1-0/+193