summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Generate documentation for internal functions (Issue #617)Yongha Hwang2022-02-256-1/+353
|
* xfce_append_quoted -> xfce_g_string_append_quotedMShrimp42022-02-231-0/+0
| | | | Related:libxfce4util!24
* Use glib function instead of exo_strdup_strftime()Yongha Hwang2022-02-181-0/+0
| | | | | | | Related: exo#82 Instead of never-maintained exo_strdup_strftime(), use glib native function g_date_time_format() which has more formatting options.
* Add option to verify file checksums on copy (Issue #511)Yongha Hwang2021-08-121-0/+0
| | | | | | Adds an option to compare source file and copy by using a checksum to compare them. MR !144
* Check if target directory is a subdirectory of moved foldermshrimp@sogang.ac.kr2021-07-301-0/+0
| | | | | | | | | | | | Related: Issue #111 MR !139 It is logically impossible to move a folder into its subdirectory. This patch adds a check before trying to move files. Added: thunar_g_file_is_descendant () : New function thunar_application_move_into () : Added destination check
* Use *.partial~ as an intermediate file for copymshrimp@sogang.ac.kr2021-07-181-0/+0
| | | | | | | | | | | | MR !130 To resume copy after an interrupted attempt, a user would retry the same process again. To save time, one would skip all duplicate files. But unfortunately, it is almost guaranteed to have a single fragmented file that has a same name as an original file. This causes an incomplete copy, and normally the only way to solve this is to give up this method and remove all the files that are copied. This MR provides a way to do this properly by copying individual files into an intermediate file that is named *.partial~. Only after the file is properly transfered, its name is changed to its original name. By this method, fragmented file is guaranteed to have a separate name, so a user can resume copy without a problem. Changes: * thunar_g_file_copy() * ThunarUsePartialMode * transform_enum_value_to_index()
* Add possibility to 'trust' launchers (Issue #156)Yongha Hwang2021-07-051-0/+0
| | | | | | | | | | | | Only using the executable flag to 'trust' launchers is insecure, because the flag e.g. can be pre-set in archives. 'Trusting' a launcher now will generate a checksum of the launcher and store it via gvfs-metadata. MR !121 Fixes #156 Related Merge requests: https://gitlab.xfce.org/xfce/exo/-/merge_requests/44 https://gitlab.xfce.org/xfce/libxfce4util/-/merge_requests/16
* Update manpage (Issue #121)Alexander Schwinn2021-05-111-2/+2
| | | Files passed via CLI are not executed any more
* Revamp the documentation to modernize and uniformize accross componentsRomain Bouvier2021-02-152-81/+36
|
* Fix XSLT processor warningsGaël Bonithon2021-01-231-0/+2
|
* Add submenus for custom actions (Issue #184)Alexander Schwinn2020-12-241-0/+1
|
* Use https where possibleAndre Miranda2019-07-131-6/+6
|
* man page incorrectly suggests '-v' instead of '-V'Joel Matthews2019-05-091-1/+1
| | | (Bug #15374)
* Use all lowercase URL for Thunar's websiteAndre Miranda2018-04-051-1/+1
| | | | Also remove the trailing slash
* Fix typosAndre Miranda2018-04-051-1/+1
|
* replaced links to "http://thunar.xfce.org/" withAlexander Schwinn2018-03-041-1/+1
| | | "https://docs.xfce.org/xfce/thunar/Start/"
* Introduce ThunarxMenuAndre Miranda2017-11-193-0/+25
| | | | Also refactoring some menu related code into thunar-menu-util.c
* Strip trailing whitespaceAndre Miranda2017-11-041-1/+1
|
* Update docsAndre Miranda2017-11-022-3/+26
|
* Rename thunarx methods *_actions to *_menu_itemsAndre Miranda2017-11-021-5/+5
|
* Eschew GtkAction from Thunarx APIAndre Miranda2017-11-022-1/+2
| | | | | | Instead use the new ThunarxMenuItem class and keep all the deprecated stuff internally, away from the extensions API.
* Better documentation for thunarxRomain B2017-09-1712-1490/+4
| | | | | | - Get ride of sgml template, use xml - Update thunar website - Next commit will migrate all documentation inside c-source for better gtk-doc processing
* Fix docs generationAndre Miranda2017-09-072-2/+3
|
* Remove subversion $Id$ tagsHarald Judt2015-05-225-10/+0
| | | | Remove them or replace them with vim modelines where appropriate.
* Turn off building gtk-docs API referenceHarald Judt2015-05-151-4/+1
| | | | | | Building it fails starting with gtk-doc-1.22, and there have been lots of validity errors with previous versions for some time. Until someone comes and fixes it, stop building it.
* make distcheck fix (reference docs linking error)Andrzej2015-01-041-1/+2
|
* Drop README.thunarrc.Nick Schermer2013-05-062-255/+1
|
* Autotools updates.Nick Schermer2013-01-061-1/+1
|
* Fix function name typo in API docs (bug #5459).Priyank Gosalia2012-09-262-2/+2
|
* Remove the manual.Nick Schermer2012-02-1689-43709/+0
| | | | Manual has been moved to http://docs.xfce.org/xfce/thunar/start
* l10n: Updated Spanish (Castilian) (es) translation to 89%Andres Sanchez2012-01-031-324/+1748
| | | | | | New status: 262 messages complete with 21 fuzzies and 10 untranslated. Transmitted-via: Transifex (translations.xfce.org).
* l10n: Updated Chinese (China) (zh_CN) translation to 100%Chipong Luo2011-12-291-3/+3
| | | | | | New status: 293 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
* l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 22%André Luiz Dias de Miranda2011-12-171-7/+7
| | | | | | New status: 65 messages complete with 0 fuzzies and 228 untranslated. Transmitted-via: Transifex (translations.xfce.org).
* l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 19%André Luiz Dias de Miranda2011-12-171-9/+7
| | | | | | New status: 58 messages complete with 0 fuzzies and 235 untranslated. Transmitted-via: Transifex (translations.xfce.org).
* l10n: Updated Chinese (China) (zh_CN) translation to 100%Chipong Luo2011-12-091-3/+5
| | | | | | New status: 293 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
* l10n: Updated Chinese (China) (zh_CN) translation to 100%Chipong Luo2011-12-071-7/+8
| | | | | | New status: 293 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
* l10n: Updated Chinese (China) (zh_CN) translation to 100%Chipong Luo2011-12-021-1/+1
| | | | | | New status: 293 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
* l10n: Updated Chinese (China) (zh_CN) translation to 100%Chipong Luo2011-12-021-1/+1
| | | | | | New status: 293 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
* l10n: Updated Chinese (China) (zh_CN) translation to 100%Chipong Luo2011-12-021-12/+15
| | | | | | New status: 293 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
* l10n: Updated Chinese (China) (zh_CN) translation to 100%Chipong Luo2011-12-021-273/+332
| | | | | | New status: 293 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
* l10n: Updated Chinese (China) (zh_CN) translation to 100%Chipong Luo2011-11-291-42/+51
| | | | | | New status: 293 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
* l10n: Updated Chinese (China) (zh_CN) translation to 100%Chipong Luo2011-11-291-197/+228
| | | | | | New status: 293 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
* l10n: Updated Polish (pl) translation to 100%Piotr Sokół2011-11-231-8/+8
| | | | | | New status: 293 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
* l10n: Updated Polish (pl) translation to 100%Kamil Polczak2011-11-231-315/+324
| | | | | | New status: 293 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
* Fix German manual translation.Nick Schermer2011-11-131-1/+1
|
* l10n: Updated Chinese (China) (zh_CN) translation to 100%Chipong Luo2011-10-271-639/+1806
| | | | | | New status: 293 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
* l10n: Updated Ukrainian (uk) translation to 10%Dmitry Nikitin2011-10-261-2/+2
| | | | | | New status: 31 messages complete with 0 fuzzies and 262 untranslated. Transmitted-via: Transifex (translations.xfce.org).
* l10n: Updated Ukrainian (uk) translation to 10%Yarema aka Knedlyk2011-10-171-495/+1199
| | | | | | New status: 30 messages complete with 0 fuzzies and 263 untranslated. Transmitted-via: Transifex (translations.xfce.org).
* l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 17%Tomas Schertel2011-10-051-4/+4
| | | | | | New status: 50 messages complete with 2 fuzzies and 241 untranslated. Transmitted-via: Transifex (translations.xfce.org).
* l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 15%Tomas Schertel2011-10-051-494/+1202
| | | | | | New status: 46 messages complete with 2 fuzzies and 245 untranslated. Transmitted-via: Transifex (translations.xfce.org).