Commit Graph

9493 Commits (master)

Author SHA1 Message Date
Frank Lanitz 64b5eadf12
Merge pull request #2477 from dmitryunruh/master
Corrected a Russian translation of the word Appearance in Preferences
2020-04-26 10:06:21 +02:00
Dmitry e9594f5eeb Corrected a Russian translation of the word Appearance in Preferences 2020-04-18 11:35:38 +10:00
Dominic Hopf bcafa1c04f
#2459: Add Geany to Category TextEditor (#2460) 2020-04-09 09:18:17 +10:00
Frank Lanitz 18794d3715
Merge pull request #2467 from pmraps/master
Fix a typo in pt translation
2020-04-08 17:06:20 +02:00
pmralbuquerque 7448f2adbf --all
pt Translations Update - Typo
2020-04-07 17:15:54 +01:00
Frank Lanitz f1de94bb88 Update of Swedish translation 2020-01-26 20:21:58 +01:00
Colomban Wendling e390377884 Remove explicit static accessible name from the main window
Users expect accessible name of the window to match the window title,
so remove the custom explicit name of "Geany" which was added at the
very beginnings of Geany, presumably without real a11y reasons.

Without this, GTK forwards the window title to the a11y name for us,
leading to the expected result and matching most other apps.

Fixes #2421.
2020-01-15 23:46:32 +01:00
Frank Lanitz 5cc69b3d67
Merge pull request #2371 from ntrel/fif-strings
Find in files: Update file pattern label and tooltip
2019-11-26 10:15:06 +01:00
Frank Lanitz fe7015cf06 Small update of German translation 2019-11-24 15:49:42 +01:00
Admiraldesvl 9904b33170 a minor translation update. (#2367) 2019-11-24 15:22:48 +01:00
Pino Toscano 32607105d6 Include <unistd.h> for pathconf() (#2402)
The get_path_max() function uses pathconf() in case PATH_MAX is not
defined, and for that <unistd.h> is needed.
2019-11-23 10:31:43 +10:00
Matthew Brush 8abe5342c5
Merge pull request #2212 from TwlyY29/bibtex-parser
Added a bibtex parser that extracts identifiers of entries in bib-fil…
2019-10-29 17:12:02 -07:00
Ingmārs Dīriņš 6e769d1289 Small update of Latvian translation (#2383) 2019-10-26 15:55:00 +02:00
Nick Treleaven ba074dedf8 Use project file patterns tooltip from #2356 in Find in Files dialog 2019-10-18 13:01:17 +01:00
Nick Treleaven 278de05d81 Re-use "File patterns" string in Find in Files dialog vs "Files"
(New string already used in Project properties).
2019-10-18 13:01:16 +01:00
Nick Treleaven 75def8a24e Fix gcc warning: "/*" within comment 2019-10-11 13:15:19 +01:00
Nick Treleaven 1067841a7b build_menu_update: Only enable next/prev error items when errors found 2019-10-08 14:22:20 +01:00
Nick Treleaven 99180dbc6b build.c: Only set next/prev error menu items sensitive on first error 2019-10-08 14:22:20 +01:00
LarsGit223 431c68aa99 doc: added documentation for the Color Chooser 2019-10-07 18:00:31 +01:00
Enrico Tröger 0da0fd4073
Merge pull request #2114 from eht16/save_config_on_doclist_change
Save main and project configuration whenever documents are opened/closed
2019-10-06 17:10:27 +00:00
Nick Treleaven 66823da6ac g_printerr handler: Don't add newline 2019-10-05 11:55:55 +01:00
Nick Treleaven ad4cca6077 g_print handler: Don't add newline 2019-10-05 11:55:55 +01:00
Nick Treleaven 2c80d94f71 Wrap joined paragraphs 2019-10-05 11:35:38 +01:00
Nick Treleaven 2eedf488c1 review tweaks 2019-10-05 11:35:38 +01:00
Nick Treleaven 28defee433 Break long lines 2019-10-05 11:35:38 +01:00
Nick Treleaven 38320911b1 Clarify editing build commands from preferences 2019-10-05 11:35:38 +01:00
Nick Treleaven 4ed084a438 Tweak build docs 2019-10-05 11:35:38 +01:00
Nick Treleaven 27f611c86d Rename superseded "Build menu commands" command to "Set Build Commands" 2019-10-05 11:35:38 +01:00
Nick Treleaven f2cbc85db1 docs: Clarify that "filetype & independent commands" mean build commands
Also use bullet list for configurable build keybindings.
2019-10-05 11:35:38 +01:00
Enrico Tröger ffae809a6c Add setting, defaulting to TRUE, to disable automatic configuration save 2019-10-03 10:01:10 +02:00
Enrico Tröger 26996aa1aa Save main and project configuration whenever documents are opened/closed
The main idea is to save the session file list more often to prevent
accidental lost but saving the rest of the configuration might help
as well.
To prevent too many save attempts, an idle function is used and it's
only added once until it was executed.
2019-10-03 10:01:10 +02:00
Enrico Tröger 82590af4cc Add missing HAVE_SOCKET guard on in main_lib() 2019-09-30 16:41:06 +02:00
Nick Treleaven f40569d1c3 Opening recent projects: Don't ask whether to close current project
Unlikely to be done accidentally.
2019-09-29 17:26:43 +01:00
Nick Treleaven bcbae3d49a Make New Project dialog cancellable without closing existing session
Move logic to handle_current_session(), run_new_dialog().
2019-09-29 17:26:43 +01:00
Nick Treleaven ad5a684c32 Make Open Project dialog cancellable without closing existing session 2019-09-29 17:26:43 +01:00
Frank Lanitz 22c2b86fbe Small update of German translation 2019-09-29 13:38:50 +02:00
Colomban Wendling 4acdebf46e Small update of making-a-release
Simplify it a little recommending using the script early, and add new
website URLs.
2019-09-28 15:56:03 +02:00
Colomban Wendling c9bdd73d82 Post release version bump
Say hello to Geany 1.37 "Wolbam"!
2019-09-28 15:52:12 +02:00
Colomban Wendling 825acb21ea Set release date 2019-09-28 14:36:12 +02:00
Colomban Wendling 51d307c178 Update NEWS for upcoming 1.36 release 2019-09-28 14:35:55 +02:00
Enrico Tröger 83c9042ab7 Add "Nim" to the Programming file types group
Previously Nim was grouped on the top-level menu
because the group was missing.
2019-09-28 13:52:43 +02:00
Frank Lanitz 16e3aa29e2 Small update of German translation 2019-09-28 08:25:45 +02:00
Colomban Wendling 99eacb4416 Fix static build
When using the uncommon `--enable-static` flag, we need to explicitly
use the C++ linker as we do for libgeany.
2019-09-27 13:23:55 +02:00
Frank Lanitz 24caa7f6b1
Add updated zh_CN to NEWS 2019-09-27 09:30:54 +02:00
柳东原 · Dongyuan Liu 7d540edbcc Update zh_CN.po (#2324)
* Update zh_CN.po

* Update Project-Id-Version of zh_CN
2019-09-27 09:30:23 +02:00
Enrico Tröger b055f59dfd
Merge pull request #2315 from djbaldey/django-syntax
Django highlighting in templates.
2019-09-26 20:43:48 +00:00
Frank Lanitz 30a2ff697d
Add updated sk and lv translation to NEWS 2019-09-26 08:54:31 +02:00
Andrej Herceg 4fc18ea179 Update of Slovak translation (#2318) 2019-09-26 08:53:46 +02:00
Ingmārs Dīriņš 81f0072972 Update of Latvian translation (#2319) 2019-09-26 08:53:22 +02:00
Frank Lanitz 328e39a6a4 Update of Spanish translation 2019-09-23 21:48:03 +02:00