summaryrefslogtreecommitdiff
path: root/po/POTFILES.in
Commit message (Collapse)AuthorAgeFilesLines
* Update POTFILES.inAnders Jonsson2023-01-231-1/+1
|
* po: minor fixes/improvements in the po/ general filesSébastien Wilmet2022-07-161-2/+2
| | | | | | gedit/resources/gtk/menus.ui was listed in both POTFILES.in and *.skip files. In case of doubt, it's better to translate it, so remove it from *.skip.
* Revert "Merge branch 'master' into wip/next"Sébastien Wilmet2022-07-151-9/+1
| | | | | | | | | | | | This reverts commit 661db63099b60b3bec154924c1b8289e6f94f65f, reversing changes made to a8cb2b57f91f90f1659b6ade923687c250fd4b4e. It is to basically come back to: commit a8cb2b57f91f90f1659b6ade923687c250fd4b4e the previous version of gedit based on the Tepl library. The goal is to continue the gedit development (on master), but based on the Tepl library.
* deteplification: the mega commitZander Brown2021-04-131-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit is a reverse patch of a rebased version of gedit with commits related to tepl/amtk removed Sébastien Wilmet has stopped development of these libraries, relevant commits: https://gitlab.gnome.org/GNOME/amtk/-/commit/34a1171298808e5d9bd50540ee194b8be35bce9d https://gitlab.gnome.org/GNOME/tepl/-/commit/457b5c37ebcb2ebb23cae10cd47f1342db45a98e As a result usage is being dropped in favour simplifing gedit dependencies, because there are not enough developers, and too many bugs. Do you prefer a rock-solid text editor? Or a text editor with some shiny and non-essential dependencies that complicate the build, at the expense of more bugs? Tracked at: https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/564 Commits Dropped: cfeb7cb6c build: add Tepl dependency, second try 872fb4809 Utils: use str truncate functions from Tepl 9a121d523 Utils: deprecate str_end_truncate() e0e602799 No longer use gedit_utils_str_end_truncate() 657ce9f7a Utils: deprecate str_middle_truncate() 6eefa74c2 No longer use gedit_utils_str_middle_truncate() 169c1594e main: call tepl_init() and tepl_finalize() ec31f0c22 snap: Fixed build failures by added tepl part 76cf5562d Document: remove metadata implementation 75cdb6a77 Document: second pass to remove metadata implementation d6b158ca6 App: remove the GeditMetadataManager 6eccd6672 Remove GeditMetadataManager 03929157e build: remove enable-gvfs-metadata option 1dad3bce2 build: remove libxml dependency 8c0825424 metadata: adapt key names for TeplFileMetadata c2904aa80 Document: metadata: create an internal TeplFile 9c8ede1e2 App: setup Tepl metadata manager 91bc04efc App: remove leftover comment b39dd0201 Document: use TeplFileMetadata to re-implement set/get_metadata() 494677bfc Utils: use tepl_utils_replace_home_dir_with_tilde() aaaa28a87 docs: gtk-doc fixxref: fix the path for gtk and add path for tepl 8710e89d8 Remove GeditViewCentering 5e0909c19 ViewFrame: disable overlay scrolling for the GtkScrolledWindow 7c7296b0e Remove overview map: remove from preferences dialog 26899e0ba Remove overview map 27f54a9ae replace-open-button: remove OpenDocumentSelector 504ced5a9 replace-open-button: Window: remove open document popover 3a8c5bbc2 replace-open-button: remove open button UI abab6529f replace-open-button: re-create a simple Open button 1ee984a41 replace-open-button: re-create simple Open Recent menu button (UI) f1a58a70b replace-open-button: set Open Recent menu with Amtk 020e0b340 replace-open-button: re-handle the fullscreen mode 4dfd2104e Window: remove dead code (#defines) 0caf371b1 Window: make the code a little clearer wrt fullscreen mode 584aeb202 Window: rename fullscreen_controls -> fullscreen_revealer 75705bf1d Window: some code cleanup wrt fullscreen mode cf0d62617 Window: simplify setting the state of the fullscreen revealer 8706e5624 Window: fullscreen mode: remove idle function 6361b281c Window: fullscreen mode: remove no longer needed code 8d3e6faf2 Window: fullscreen mode: fix headerbar shown/hidden "stuttering" a437e5245 Window: fullscreen mode: add comment about the "stuttering" fix d064c5f88 Window: remove useless #include 15833e5c7 build: list of deps: simplify 007caff57 build: list of deps: simplify version requirements 72dc3a477 build: avoid the use of a variable 4a49c8562 flatpak: update Amtk to 5.0.2 9ab7b0f0a utils: remove GBOOLEAN_TO_POINTER() and GPOINTER_TO_BOOLEAN() 55c5f1423 Utils: deprecate gedit_warning() cbdd3a85d PreferencesDialog: use tepl_utils_show_warning_dialog() 7a442c766 Utils: deprecate decode_uri(), use the tepl one bf3d57003 Use tepl_utils_decode_uri() 2e45bb03f io-error-info-bar: remove useless #include's 092411115 io-error-info-bar: use TeplInfoBar for the file_already_open_warning 8ccb4566f io-error-info-bar: file_already_open_warning moved to Tepl 8bfe0559a io-error-info-bar: use TeplInfoBar for no_backup_saving_error ca582d2c7 io-error-info-bar: fix fixme in no_backup_saving_error fa1758081 io-error-info-bar: no_backup_saving_error: show also error->message 321eccdd7 io-error-info-bar: no_back_saving_error moved to Tepl 7bb880114 io-error-info-bar: tepl function renamed to have a shorter name d1a14a063 io-error-info-bar: externally_modified: use TeplInfoBar bf60cc1af io-error-info-bar: invalid_character: TeplInfoBar + other improvements 44cff9798 io-error-info-bar: externally_modified: remove unneeded code 873ed25f1 io-error-info-bar: externally_modified: further simplify the code a8a4724fc io-error-info-bar: externally_modified: moved to Tepl ec8d8c717 io-error-info-bar: invalid_character: moved to Tepl 2aae17c31 flatpak: switch Tepl to Meson 9caaddeda Window: fix RTL bug for Open buttons in the headerbar 82d8c507d View: subclass TeplView e23569c59 View: deprecate lots of functions, use the TeplView ones 291eb9c8e commands-edit: use TeplView functions 00f8c5e63 Use tepl_view_scroll_to_cursor() 5fdeaee22 Document: deprecate goto_line() and goto_line_offset() d87bf25ba commands-file: use tepl_view_goto_line*() fd5500d90 Tab: use tepl_view_goto_line_offset() 3c8a1dcb8 ViewFrame: use tepl_view_goto_line*() 079f9699e pkg-config file: add Tepl as public dep cf6281d04 docs: document that gedit is in the process of using more Tepl features 9ac62a6fd build: require Tepl 5 3f84484d8 App: port to new Tepl metadata API 9b9fa6c77 Document: port to new Tepl metadata API 491280c04 docs: roadmap: link to new Tepl roadmap 49db2a666 PreferencesDialog: use TeplStyleSchemeChooserWidget to fix several bugs 94c3b70cb PreferencesDialog: improvements to color scheme management 53cfa1715 PreferencesDialog: fix some bugs when (un)installing color schemes da5b9af9f snap: the tepl build is meson only now 012a07cb7 snap: use the correct option to specify parameters 325aa857c Factory: class skeleton 7b8579770 Factory: implement ::create_metadata_manager_file vfunc d5a43cece Factory: create it in main() and set it as the TeplAbstractFactory 392545195 App: use tepl_application_handle_metadata() 8b2fa9092 Keep default buttons orientation for TeplInfoBars efe48bbe8 flatpak: remove uchardet, Tepl no longer depends on it 5e588d978 PreferencesDialog: improve code to install extra style scheme eada68d97 PreferencesDialog: use GtkFileChooserNative, not GeditFileChooserDialog 55fc5973c FileChooserDialog: remove hide() (now dead code) 4f5a5681b FileChooserDialog: remove add_pattern_filter() (now dead code) 105ca1ded File choosers: remove GeditFileChooserFlags ff1e9c27c Update Romanian translation b4a52f479 Merge branch 'master' of gitlab.gnome.org:GNOME/gedit 21d94f23b Remove all the deprecated API 4b5838b1e docs: update path to Amtk docs for the gtk-doc fixxref_args a4cf3ac57 Use tepl_pango_font_description_to_css() 205bfc855 Window: port to TeplLanguageChooserWidget ffedbc882 commands-view: port to TeplLanguageChooserDialog 1dc325294 Remove GeditHighlightModeSelector and GeditHighlightModeDialog e487680b2 Use Tepl 6 (currently 5.99) ee465ef0c Tab: port to TeplProgressInfoBar bc992e11e Remove GeditProgressInfoBar, replaced by TeplProgressInfoBar fa9d6aeaa docs: document the GeditProgressInfoBar removal bb4ba5543 docs: document that all deprecated APIs have been removed 325351805 GeditDocument: subclass TeplBuffer 8b01acace GeditDocument: remove the ::cursor-moved signal b938c50f8 Use the TeplBuffer::tepl-cursor-moved signal 6b6a6e595 GeditDocument: bind GtkSourceFile and TeplFile :location properties f73828fe1 GeditDocument: remove unused instance variable 01d8a1577 flatpak: build amtk from git master, not from an archive 6e78a57c9 GeditDocument: use tepl_file_get_short_name() 49749c38a GeditDocument: remove untitled_number handling 844f6185a Tab: use TeplFile:short-name property notification 49c0c814a GeditDocument: remove the :shortname property a4670d7ce help: "Untitled Document" -> "Untitled File" 4d4d5d48c Use tepl_buffer_is_untouched() b0f67d391 GeditDocument: remove is_untouched() 85b007052 GeditDocument: use the TeplFile location in is_untitled() 4df850fb6 View: use TeplSignalGroup ef0d0ca9b View: minor code changes 284e6c05c View: make set_font() private 6b1e782d9 View: code refactorings for set_font() ce790b510 View: use tepl_utils_override_font() 79b3e3011 GeditSettings: remove no longer needed code da4b3e61a GeditSettings: minor code change: removed unused function param 13033affa GeditSettings: rework fonts changes handling, add ::fonts-changed signal 878ceb988 GeditSettings: minor code change, improve get_system_font() 1e89921a3 GeditSettings: add get_selected_font() 9ef4cf7ed View: simplify the code to update the font 3a3de93bd debug: remove DEBUG_METADATA (dead code) 43925dac7 recent: use the TeplFile 2f7c4a691 recent: move some functions to gedit-recent-osx 87b1f50d4 recent-osx: add TODO comment Brought to you by GitLens, which honesntly has been very useful unpicking all this and sticking it back together again
* Make OpenLinks pluggin localizableJordi Mas2021-03-291-0/+2
|
* Remove GeditProgressInfoBar, replaced by TeplProgressInfoBarSébastien Wilmet2020-11-111-1/+0
|
* Remove GeditHighlightModeSelector and GeditHighlightModeDialogSébastien Wilmet2020-11-061-4/+0
| | | | | | No longer used, and it was internal classes. They have been replaced by TeplLanguageChooser's.
* File choosers: class skeleton of GeditFileChooserOpenDialogSébastien Wilmet2020-06-131-0/+1
|
* File choosers: add GeditFileChooserOpenNative class skeletonSébastien Wilmet2020-06-131-0/+1
|
* File choosers: remove gedit-file-chooser-open-adapter.cSébastien Wilmet2020-06-131-1/+0
|
* FileChooserDialogOSX: remove it, use the Gtk one on macOSSébastien Wilmet2020-06-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ideally gedit should use GtkFileChooserNative in all situations. GtkFileChooserNative has an implementation for macOS, probably similar to what Jesse implemented for gedit with GeditFileChooserDialogOSX. Unfortunately GtkFileChooserNative for macOS currently lacks support for the new 'choice' API (gtk_file_chooser_add_choice() etc), see: https://gitlab.gnome.org/GNOME/gtk/-/issues/1983 And when using GtkFileChooserNative, gedit needs to use the 'choice' API. In any case, we want to migrate gedit to GtkFileChooserNative (gradually). Even if we don't enable GtkFileChooserNative everywhere, the fact that it will be enabled on some platforms means that we will have the code ready for GtkFileChooserNative. One thing that I've started to do is to split the Open case from the Save As case, to not mix the two in the same source file (with common code in gedit-file-chooser.c), to hopefully have clearer code. Which means: getting rid of the GeditFileChooserDialog interface (which mixes the two cases). It *would* be possible to keep GeditFileChooserDialogOSX and GeditFileChooserDialog, just removing GeditFileChooserDialogGtk, and implement the GeditFileChooserOpen/Save interfaces by using GeditFileChooserDialog. But I would not be able to test it, I don't have a mac machine. Long story short, on macOS it's GtkFileChooserDialog that will be used, like it was the case for gedit pre-2014.
* FileChooser: factor out setup_filters()Sébastien Wilmet2020-06-081-0/+1
| | | | | | | | | | _gedit_file_chooser_setup_filters() will also be used by the new GeditFileChooserOpen, but since GeditFileChooserOpen uses a GtkFileChooserNative, the custom filter will need to be modified to become a filter based on mimetypes or glob patterns. I think it's possible to no longer use a custom filter, without regression.
* FileChooserOpenAdapter: copy from GeditFileChooserOpenSébastien Wilmet2020-06-061-0/+1
|
* FileChooserOpen: start to create classSébastien Wilmet2020-06-061-0/+1
| | | | | | | | | - The goal is to use a GtkFileChooserNative, and no longer use GeditFileChooserDialogOSX. - Have a FileChooser specifically for opening files. For the 'Save As' another class will be created. It doesn't prevent from having common code between the two. By splitting Open and Save in separate classes, the code will hopefully be easier to understand.
* Factory: class skeletonSébastien Wilmet2020-05-031-0/+1
|
* Remove checkupdate pluginSébastien Wilmet2020-04-301-3/+0
| | | | | | | | | | | | | It was built only on Windows, and there are now better ways on Windows to update software: with the Microsoft Store, or the MSYS2 package manager. Also, the less code the better, less things to maintain and to keep in a working state. The code is still available in the git history anyway, if really needed it could be resurrected, moved to the gedit-plugins repo or another repo.
* Update POTFILES.in and POTFILES.skipSébastien Wilmet2019-12-051-6/+6
|
* Update POTFILES.inSébastien Wilmet2019-12-041-1/+1
|
* replace-open-button: remove OpenDocumentSelectorSébastien Wilmet2019-11-271-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will be replaced by the previous UI: two buttons, "Open" to open the dialog, and an arrow to open the recent menu. It's a pragmatic decision to simplify the gedit code, because there are not enough developers, and too many bugs. Do you prefer a rock-solid text editor? Or a text editor with some shiny and non-essential features that complexifies the code, at the expense of more bugs? The gedit core should have a much smaller code size, with all the essential features implemented in libraries. The OpenDocumentSelector showed only 5 items, while the normal menu can show more (10 by default). The search inside the popover duplicated the search in the file chooser dialog. To open a file, one search entry is enough, it avoids a possible confusion. The OpenDocumentSelector showed all recent text files, not just those previously opened in gedit. Again, this duplicates the feature present in the file chooser dialog. The new simple menu will show only files previously opened in gedit, which is IMHO more logical. There is also the fact that the OpenDocumentSelector used GtkTreeView. It is planned at some point in the future that GtkTreeView will be removed from GTK. Porting to GtkListBox would be a lot of work. The full file paths will also be visible with the new simple menu, in the statusbar. GeditOpenDocumentSelector was never adopted by other GNOME apps. gedit was the only app with such an open file popover. It takes almost 3000 lines of code to do so. While the simple menu takes less than 100's (in gedit). So the OpenDocumentSelector complicated a lot the code of gedit.
* Update POTFILES.inPiotr Drąg2019-04-251-2/+2
|
* Implements the possibility to set the default for the highlight misspelled ↵Jordi Mas2019-04-071-0/+2
| | | | for new documents
* build: Migrate to gettextMartin Blanchard2018-10-061-31/+30
| | | | | | | | | Recent gettext version can extract and merge back strings from and to various file formats, no need for intltool anymore. https://wiki.gnome.org/Initiatives/GnomeGoals/GettextMigration https://gitlab.gnome.org/GNOME/gedit/issues/70
* POTFILES.in: translate new quick-highlight pluginJeremy Bicha2018-08-051-0/+1
|
* Release 3.19.33.19.3Paolo Borelli2016-01-191-1/+0
|
* Updated POTFILES.inPiotr Drąg2016-01-151-1/+1
|
* Add shortcuts windowPaolo Borelli2015-12-081-0/+1
|
* Port the spell plugin to gspellSébastien Wilmet2015-11-191-11/+0
| | | | | | The gspell code comes from gedit, so the port is quite straightforward. https://wiki.gnome.org/Projects/gspell
* spell: factor out a SpellNavigatorSébastien Wilmet2015-08-061-0/+4
| | | | | | | | | | | | | | | | | The idea is to make more code reusable. gedit-spell-plugin is specific to gedit. GeditSpellNavigator is an interface. GeditSpellNavigatorGtv implements the interface for a GtkTextView. A later commit will remove the SpellCheckerDialog signals, and use directly a SpellNavigator. That way, to support other types of buffers (e.g. for WebKitGTK+), one just need to implement a new SpellNavigator. Implementing a new spell checker widget is also easy, for example instead of a dialog window, one can implement a new widget that could be packed below an headerbar. The UI and the logic are separated.
* Do not merge xml translation in gschema filesPaolo Borelli2015-04-041-5/+5
|
* Updated POTFILES.inPiotr Drąg2014-10-201-0/+1
|
* Implement native OS open/save dialogsJesse van den Kieboom2014-09-021-1/+3
|
* Update POTFILESJesse van den Kieboom2014-08-261-1/+2
|
* Updated POTFILES.inPiotr Drąg2014-07-301-0/+1
|
* Updated POTFILES.inPiotr Drąg2014-07-291-0/+1
|
* Use automatic gtk menusPaolo Borelli2014-07-281-1/+1
|
* Updated POTFILES.inPiotr Drąg2014-07-281-19/+19
|
* Updated POTFILES.inPiotr Drąg2014-07-261-1/+1
|
* Updated POTFILES.in and POTFILES.skipPiotr Drąg2014-07-201-1/+1
|
* open-document selector: replace headerbar file controlsSebastien Lafargue2014-07-191-0/+2
| | | | | | | | | | | | The open/recent menu controls in headerbar let his place to a 'Open' button with a popover dialog containing a search entry accepting wildcards, a recent file list and a 'Other Documents' button for loading other files.. GeditOpenDocumentSelector's widget use the recentchooser interface but without icons and tooltips. As before, you can change the max-recents setting. ( gsettings set org.gnome.gedit.preferences.ui max-recents 'value' )
* Update POTFILES.inSébastien Wilmet2014-07-091-1/+0
|
* Remove document-loader and document-saverSébastien Wilmet2014-07-091-1/+0
| | | | | | | And their contained classes: document-input-stream and document-output-stream. All this code is now in GtkSourceView.
* plugins: move zeitgeist to gedit-plugins projectIgor Gnatenko2014-06-201-1/+0
| | | | | Reference: https://bugzilla.gnome.org/show_bug.cgi?id=731799 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* Updated POTFILES.inPiotr Drąg2014-02-181-0/+1
|
* Move also the notebook popup menu model in gedit-menuPaolo Borelli2014-02-161-1/+2
| | | | | It is better if there is just one instance per app of each menu model so that if needed we can expose this to plugins
* Updated POTFILES.inPiotr Drąg2014-02-091-0/+1
|
* Updated POTFILES.inPiotr Drąg2014-02-051-0/+3
|
* Updated POTFILES.inPiotr Drąg2014-01-221-1/+0
|
* Updated POTFILES.inPiotr Drąg2014-01-181-0/+1
|
* Add the new file to POTFILES.inPaolo Borelli2014-01-121-0/+1
|
* Updated POTFILES.inPiotr Drąg2014-01-071-3/+1
|