Compare commits

...

182 Commits

Author SHA1 Message Date
NorwayFun e9d30f6cd3 po: add Georgian 2022-10-27 11:42:30 -07:00
NorwayFun 2a22f4d400 add Georgian 2022-10-27 11:39:38 -07:00
Christopher Michael 483b08ce65 edi_main: Fix "use after free" compiler warning 2022-10-19 09:11:07 -04:00
Vincent Torri 8ba3da9bca meson: fix build with meson 0.61.0
Summary: input requires a file, not a dir. Anyway, @INPUT@is not used

Test Plan: compilation

Reviewers: raster, netstar

Subscribers: juippis

Differential Revision: https://phab.enlightenment.org/D12324
2022-02-23 15:14:37 +00:00
maxerba 3556ff0a7b New french and italian translations 2022-01-03 13:52:55 +01:00
Carsten Haitzler c4070229ff edi - build with proper symbol export stuff 2021-12-14 16:04:46 +00:00
Alastair Poole 108e96685a shell: add provider file. 2021-09-06 09:46:45 +01:00
Alastair Poole 554b22c929 edi: hook in shell highlighting.
Added initial shell highlighting to the widget. Add here to tweak
as needed. What a keyword is, is debatable.
2021-09-06 09:41:20 +01:00
Carsten Haitzler 06bf332331 disable focus hilight ... as we want itin auto - show when using tab etc 2021-04-09 10:06:29 +01:00
Carsten Haitzler 019451e8b6 edi about - remove or fix broken buttons like donate, website etc.
donmations - zero ever happened, so stop sounding beggy. about website
doesnt exist - point to e's about edit page, and well bugs are not
going to get looke dat on github.
2021-04-05 16:41:02 +01:00
Carsten Haitzler 065d6c0d5d polish up searhc and replace 2021-04-05 16:38:01 +01:00
Carsten Haitzler e5e6408592 polish up new project dialog - fix layout bugs 2021-04-05 16:32:51 +01:00
Carsten Haitzler 15a38bcddc polish up settings panel 2021-04-05 16:04:39 +01:00
Carsten Haitzler 56105f1181 make the disabling of theme icons better - just return false 2021-04-05 15:17:11 +01:00
Carsten Haitzler 61a9a7ff0a icons - use standard icons so they comd from theme or whatever 2021-04-05 13:35:45 +01:00
Alastair Poole c32fa1edd4 scm_ui: Don't exit, Use CWD. 2020-08-13 23:02:09 +01:00
Alastair Poole 3f382eccfb edi_scm: Tidying. 2020-08-13 22:52:43 +01:00
Alastair Poole a24b6e00ad edi_main: fix ecore_exe_run call. 2020-08-13 18:15:28 +01:00
Alastair Poole 9ff3615165 edi: Add Log to the SCM Tool.
Nice to remember what's been happening in the working tree.
2020-08-13 17:33:35 +01:00
Alastair Poole 65b1330a47 build: Fix warnings.
As compilers get smarter, the devs get...TBC
2020-08-11 17:26:22 +01:00
Alastair Poole 702eb3dacd welcome: fix pb sizing.
Fix broken sizing due to inadequate developer brain cells.

...See committer for f00l.
2020-08-10 14:23:01 +01:00
Alastair Poole e402ed997e mainview: fix bug when key-comb switching tabs.
We need to ensure we focus the editor itself as well as the tab
here. This fixues an issue with cursor show/hide with focus and
unfocus.
2020-08-10 13:11:45 +01:00
Alastair Poole 63f03c5ef5 listen: Move into own file. "Document" API.
Move these helpers into their own file/namespace. There might be
times we want to do additional communication. Also it keeps
edi_main.c less cluttered.
2020-08-10 10:23:22 +01:00
Alastair Poole 9d077bc19c editor: When in Editor Mode Open in Same Window.
This means when an exiting editor sessions is open (in non-project
mode), Edi will open additional files within the same Edi
session. Editor mode, is as a "ordinary" text editor.

If there is a problem, a timeout will occur and Edi will open as
normal. There shouldn't be a problem :/
2020-08-09 16:57:49 +01:00
Alastair Poole 9ddb932c09 editor: image. Display properly. Can Edit. 2020-08-01 13:23:42 +01:00
Alastair Poole 9aea02bf06 editor: hide tasks option in editor mode. 2020-05-28 10:13:46 +01:00
Alastair Poole 9d0d0cbbb9 mainview: Fix Toolbar Scaling. 2020-05-28 10:11:05 +01:00
Alastair Poole 905a25369a edi: back into development. 2020-05-22 19:43:50 +01:00
Alastair Poole 4cf0d7cbaa 0.8.0: RELEASE 2020-04-29 14:40:58 +01:00
Alastair Poole 876101cf95 panel: Fix mainview_goto_end()
Andy already added some of these APIs :)
2020-04-29 10:29:50 +01:00
Alastair Poole ecfbe9c608 panel: Fix 2020-04-29 01:09:26 +01:00
Alastair Poole a5aa6c2ee5 editor: control + insert. 2020-04-28 21:48:35 +01:00
Alastair Poole 3848c35c72 editor: shift+del 2020-04-28 21:28:47 +01:00
Alastair Poole 3c4d9529b9 editor: Add support for moving to file start/end.
Add API to mainview/mainview panel. Also add key combination
for ctrl+home and ctrl+end.
2020-04-28 20:41:41 +01:00
Alastair Poole 5a3e9864fa tab: Focus Tab On Drag.
This is prettier
2020-04-12 19:06:40 +01:00
Alastair Poole db2bdaf309 tabs: When we drag a tab, drag a tab.
Let's drag a tab visually when we drag the tab.
2020-04-12 18:57:08 +01:00
Alastair Poole 39b87b68f1 edi_exe: delete server object correct path.
The server wasn't deleted at the correct location. By fixing this
we ensure all object references are removed and destructor code
called which cleans up (including removing the socket etc).
Linux was much more lenient, though the BSD-specific lock code
brought this to light. Now this works properly.
2020-04-12 18:21:36 +01:00
Alastair Poole 29552d71c9 edi: Focus. Return to normal for release. 2020-04-02 18:26:16 +01:00
Alastair Poole 94c34fb185 config: default settings for release. 2020-04-02 14:53:07 +01:00
Alastair Poole 8135060177 menu: Add link to EFL documentation. 2020-04-02 14:47:48 +01:00
Alastair Poole 56d65bfee6 examples/templates: Update descriptions.
API is mostly out of BETA. Reflect this in examples.
2020-04-02 14:37:57 +01:00
Alastair Poole b3b6933c9a language: Tidy up loose ends (C #) 2020-04-01 23:36:24 +01:00
Alastair Poole 16d1d20480 meson: specify 0.50 due to features.
Require 0.50.
2020-04-01 21:51:04 +01:00
Alastair Poole dbfb4ba30d skeleton: Tidy up C EFL Skeleton 2020-04-01 21:50:30 +01:00
Alastair Poole 65878bab36 welcome: apply to correct obj 2020-04-01 21:30:17 +01:00
Alastair Poole 3de27c4297 UPDATE NEWS. 2020-04-01 15:17:14 +01:00
Alastair Poole 7c8c58016c desktop: Fix 2020-04-01 15:13:23 +01:00
Alastair Poole 5cc4e13247 desktop: Fix missing 2020-04-01 15:07:52 +01:00
Alastair Poole 210f43a736 efl_project: Move from autotools to meson. 2020-04-01 15:02:03 +01:00
Alastair Poole 9f834e35bb Welcome: Don't Pop Naviframe.
This fixes the annoying "feature" where pressing "Escape" in the
EDI wizard will remove all content from the window.
2020-04-01 13:49:27 +01:00
Alastair Poole 036773e57f README: Update 2020-04-01 10:31:28 +01:00
Alastair Poole 80fed3d586 Release: Prepare for 0.8.0 2020-04-01 10:12:20 +01:00
Alastair Poole e24efedb52 theme: Solarized Fix w/libclang syntax.
Colour issues with syntax highlighting using libclang for
syntax highlighting and code aware ness. This fixes the
token :)
2020-03-21 23:59:52 +00:00
Alastair Poole 551c885fec tasks: Search only when specified.
This can be quite intensive with a LARGE software project
such as EFL. Let's only search when instructed.
2020-03-21 23:55:37 +00:00
Alastair Poole 3ff2ebdbf9 settings: Use Global as Title.
This item is used as a title. Let's not allow focus
2020-03-21 23:46:31 +00:00
Alastair Poole 9e76b4523d screens: welcome text and image (revert).
Andy's right about this one. The image isn't any better.
2020-03-21 12:21:07 +00:00
Alastair Poole 8bb0f7ba18 scm: Correct SCM file panel behaviour.
Track untracked files. SCM menu options were listing wrong in
the file panel menu, this corrects this
2020-03-15 21:41:03 +00:00
Alastair Poole 7ae7ee13aa mainview: refactor tab swap. 2020-03-14 23:00:49 +00:00
Alastair Poole b36d44edf6 mainview: rename struct members. 2020-03-14 22:23:26 +00:00
Alastair Poole 58d9e3dc37 save: wrong thread for this api 2020-03-14 20:07:38 +00:00
Alastair Poole 0782c959df mainview: hide tab tooltip on drag. 2020-03-14 19:33:07 +00:00
Alastair Poole ae186d22e5 mainview: Changes.
Add edi_mainview_select_path API.
Improve tab dragging behaviour.
Improve behaviour on stash or undo changes.
Tidying.
2020-03-14 19:17:18 +00:00
Alastair Poole 301b8c009f mainview: Introduce Edi_Mainview_Item Tab.
We really need more than an Elm_Object_Item to associate with
our visible tabs. This refactor adds this.

This work should've been committed together but we're in develop
so I say that's okay...not ideal.
2020-03-14 18:37:50 +00:00
Alastair Poole 51b5ccb76e tabs: Make this move faster.
This is much faster.
2020-03-14 17:36:45 +00:00
Alastair Poole 29afbac89d mainview: allow panel tab dragging.
For now this only works with one panel. Further testing and
changes may be required. This one might not work out.
Let's see.
2020-03-14 15:24:35 +00:00
Alastair Poole 98af64fd4a scm: Add clone depth.
It's useful to either clone a full git history or one commit in
depth. One for cloning an existing (welcome screen) and one
shallow clone for our examples repo which is massive now!
This probably could become useful later on. It resolves the issue
of our examples being huge now.
2020-03-13 21:51:06 +00:00
Alastair Poole 9b29a396d9 editor: Fix build break.
Not very good. Fix this.
2020-03-13 21:49:30 +00:00
Alastair Poole fc975f7196 editor: small change.
This should all be kept together.
2020-03-13 21:38:24 +00:00
Alastair Poole 90af33f893 editor: Use a separate thread to save.
Move elm_code_file_save into a thread. Else we can block the UI.
2020-03-13 20:34:11 +00:00
Alastair Poole 2e4a141c98 filepanel: Use edi_theme_icon_path_get.
Let's try to ensure our file panel will always display icons
even if the installed system has no icon themes installed.
I think this is the whole point of edi_theme_icon_path.. that
we are able to provide a UI that looks "okay" without messing
about with themes. People can do that themselves if they like
but an empty app GUI might put people off...let's not do it.
Again lovely icons from Faenza's author Mattieu James.
2020-03-09 21:28:24 +00:00
Alastair Poole 6311340663 editor: Typo. 2020-03-08 00:16:52 +00:00
Alastair Poole c9500ca7e5 editor: Changes in Editor Mode. 2020-03-08 00:12:26 +00:00
Alastair Poole 1ae1048960 settings: Line numbers (enable/disable).
Add an option for this as we support it.
2020-03-07 19:05:33 +00:00
Alastair Poole 7602963bd2 config: Place all UI changes into one function.
When our config changes we can update UI elements. Move all
config changed events that affect our UI into one function.
2020-03-07 10:45:22 +00:00
Alastair Poole d81ec35efe welcome: clear templates on welcome.
If we go back we should clear our examples to avoid an ever-
growing list.
2020-03-06 22:04:51 +00:00
Alastair Poole 879ed821fe main: logic fix for icon changes. 2020-03-06 15:56:26 +00:00
Alastair Poole 26f422bfd5 Examples: Introduce C# Examples.
We introduce C# examples to EDI.

Also the icon data/extra/examples/images/mono-runtime.png, which
is based on Faenza is released under the GPLv3 license (included).
The author, who goes by madmaxms or Marcus has no e-mail contact
information. His works can be found on Github at:
    https://github.com/madmaxms.

Thanks very much for such a lovely icon for our Mono/C# templates.
2020-03-06 15:36:47 +00:00
Alastair Poole 77be4c4516 DEBUG: Add Mono Debugging Support. 2020-03-06 12:23:47 +00:00
Alastair Poole b8a43052b9 CSharp: Support syntax-highligting. 2020-03-06 10:49:27 +00:00
Alastair Poole caff04d9b5 theme: Refresh filepanel on icon theme change. 2020-03-06 09:29:46 +00:00
Alastair Poole 3405a2bea6 settings: more impovement 2020-03-06 02:37:27 +00:00
Alastair Poole ceefbb6e7b toolbar: Add "clean" build option. 2020-03-06 01:50:57 +00:00
Alastair Poole fdf22ab85c mainview: check end bounds also. 2020-03-06 01:40:52 +00:00
Alastair Poole 29ed0013a1 settings: Internal Icons.
Make this part of edi_theme. Add edi_theme_interal_icons_...
Also fix settings UI response to user interactions.
2020-03-05 22:05:20 +00:00
Alastair Poole f54559cb4b Settings: Tidying up more 2020-03-05 21:28:40 +00:00
Alastair Poole 1269cc361f config: Add show/hide line width marker.
This isn't for everyone. Let's allow people to use it or not use
it. Also tidy settings up a little bit.
2020-03-05 20:08:14 +00:00
Alastair Poole 60de7053b8 editor: Improve non development mode.
Add some homage to rage...
2020-03-05 18:10:46 +00:00
Alastair Poole 1ab1c67112 debug: Improve this functionality.
Our widget is missing some features. For now we'll use an entry
to make debugging reliable and thus EDI lovelier.

We'll come back to the widget post next EFL release.
2020-03-05 17:29:57 +00:00
Alastair Poole e07bbbe8ec welcome: Help the user. 2020-03-03 12:14:47 +00:00
Alastair Poole e05da2ef41 welcome: Examples.
The examples.git repo is getting RATHER large. However it is
demonstrating here that the UI can lock if we don't use a
separate thread here. Also we need some indication something
is happening, so let's use a progressbar.

This needs some more work but for now it's better behaviour.
2020-03-02 22:44:43 +00:00
Alastair Poole a1a245b4d6 config: Change default font size. 2020-02-24 19:33:51 +00:00
Alastair Poole 886c699d3d filepane: Only expand if project. 2020-02-24 19:33:16 +00:00
Alastair Poole 218ae1d591 search: Tasks only if project. 2020-02-24 19:32:27 +00:00
Alastair Poole 6434095fcf searchpanel: Refactor search code. 2020-02-09 21:55:22 +00:00
Alastair Poole 31f27c16d3 config: Better default values. 2020-02-09 18:12:02 +00:00
Alastair Poole 78e0601856 searchpanel: Set minimum search string size.
Having a single-byte search is not a good idea.
2020-02-09 18:08:23 +00:00
Alastair Poole 44b957d2e4 searchpanel: remove pointless line append at end. 2020-02-09 15:33:24 +00:00
Alastair Poole 775a142dff debugpanel: Improve this somewhat.
Improve the debugging process and rearrange the debug panel.

In relation to icons without text:

If this was an iPhone or Android application I can understand
representing every action with a button/icon only. If you are
developing software it's much easier to know what you are doing
with a little bit of text.
2020-02-09 15:26:27 +00:00
Alastair Poole d49691999f searchpanel: Skip leading newlines. 2020-02-09 12:44:33 +00:00
Alastair Poole cfb6b12f0f searchpanel: Tidy
Fixed unused variable and formatting.
2020-02-02 21:09:34 +00:00
Alastair Poole 78e5242f62 search: Use a search entry.
Using a popup for project search isn't very intuitive. Let's
allow user input and/or a button click to determine when to
start and stop the search.
2020-02-02 20:54:06 +00:00
Alastair Poole ef7f2495e1 Settings: Set check properly. 2020-02-02 20:05:18 +00:00
Alastair Poole c618883960 settings: SHow toolbar text setting.
In the vain of every other EFL application and Enlightenment,
let's start adding an insane amount of settings [sic]. In
sincerity, people like or don't like it, let's make it an
option.
2020-02-02 19:42:43 +00:00
Alastair Poole 03e8564cb4 search: Cancel thread when closing.
We need to ensure we cancel the search thread especially on exit
to avoid a SEGV due to some horrible side-effects of EFL
shutting down as we search.
2020-02-02 19:21:48 +00:00
Alastair Poole 8bceeec424 Editor: When an editor forget past tabs. 2020-02-02 19:15:24 +00:00
Alastair Poole 76ee7b8f5a search: improve stability.
Some boundary issues and fixing search during a shutdown.
2020-02-02 13:20:36 +00:00
Alastair Poole d862ba0247 toolbar: Show icon text.
Buttons without text? Maybe I'm too old but it's nice to read
what the button you're using actually does. Toolbar scrolls.
2020-01-25 13:25:36 +00:00
Alastair Poole 7a80d13488 fileselector: Do not expand.
This behaviour is simpler and more understandable.
2020-01-25 12:23:25 +00:00
Alastair Poole 4917715006 welcome: Fix issue when create fails.
Small fixes.
2020-01-24 20:57:32 +00:00
Alastair Poole 7e5e4e28a7 panel: Change lower panel alignment.
Align left.
2020-01-22 18:39:33 +00:00
Alastair Poole 7ea7eab0f7 debug: FreeBSD debugging improve.
This is more efficient. However, we need group read access to
/dev/mem. If a packager wants to do this that is fine, I'm not
too concerned about it, so fallback  by default.
2020-01-19 01:48:47 +00:00
Alastair Poole c68fba28cf mainview: Let mouse scroll move tabs.
This allows us to scroll through the list of open tabs with
the mouse.
2020-01-19 00:35:11 +00:00
Alastair Poole 013314d4a0 edit: When running as an editor use HOME.
This makes editing more reliable outwith a programming project.
2020-01-12 18:25:38 +00:00
Alastair Poole 12e17ee86e fonts: Use a more efficient method.
This existing test is far too slow (though more accurate). On
FreeBSD and OpenBSD we have strcasestr. Am happier to use this
for the sake of "usability". Keep the code around for reference.
2020-01-12 18:16:56 +00:00
Alastair Poole 44f862e224 Search: Slight changes.
Remove ELF check and "trust" edi_mime_type_get(). Also print
to console when done.
2020-01-08 20:34:47 +00:00
Alastair Poole 033328ab5e main: Remove unused function.
We don't use edi_open_file anymore. TODO is DONE also
2020-01-08 18:37:39 +00:00
Alastair Poole f2ef1377f9 edi_mime: Only map what is needed. 2020-01-08 18:19:02 +00:00
Alastair Poole fa11a56611 EDI: Be more defensie when opening files/projects. 2020-01-08 18:18:23 +00:00
Alastair Poole 156d658fda project: Hide project settings if not project. 2020-01-08 17:49:55 +00:00
Alastair Poole 73175732f4 editor: Disable items build related.
When editing, disable menu and toolbar items relative to
building software.
2020-01-07 22:16:48 +00:00
Alastair Poole 74ce34f773 Toolbar: Change position on-the-fly.
Move, hide and show the toolbar as and when config settings
change.
2020-01-04 22:56:24 +00:00
Alastair Poole 9daae59a0f gitignore: Ignore VIM .swp files!!! 2020-01-03 14:43:48 +00:00
Alastair Poole 54b8cfd4ce debug: Use appropriate array size.
As per documentation.
2020-01-03 14:18:09 +00:00
Alastair Poole 4a64a6abaf debug: Break when found 2020-01-03 13:52:06 +00:00
Alastair Poole 44a0ebad3f edi: Fix debugging on OpenBSD. 2020-01-03 13:40:57 +00:00
Alastair Poole c40b46455a debug: Improve the functionality greatly.
This is a much improved debugging implementation (Linux).
2020-01-02 02:18:53 +00:00
Alastair Poole 80647989b0 icons: Add Faenza edit-delete.
Better for edi_welcome
2019-12-31 00:02:52 +00:00
Alastair Poole 1bc99ed14e fileselector: Dont set expandable 2019-12-30 23:43:33 +00:00
Alastair Poole d9d94f4cd9 toolbar: Use focus on mouse-in and animate.
This makes the toolbar somewhat more visually responsive.
2019-12-30 23:11:49 +00:00
Alastair Poole c4088de182 background: Use our edi_about image for bg.
There was/is text. Will see feedback and react to that.
2019-12-29 19:07:46 +00:00
Alastair Poole 872984d88f Toolbar: Use smaller icons. 2019-12-29 19:07:08 +00:00
Alastair Poole f01715a8d9 filepanel: fix menu when scm disabled 2019-12-29 01:09:54 +00:00
Alastair Poole e53f6aa2f1 Mime: Fix for 0 size files. 2019-12-29 00:53:24 +00:00
Alastair Poole 4474f3a354 desktop: Add text/plain as default mime type.
As per gedit and kate, use Edi for text/plain
2019-12-28 23:19:54 +00:00
Alastair Poole 57f9ae1c93 welcome: Fix for clones project templates. 2019-12-28 23:11:13 +00:00
Alastair Poole aa0f625f50 main: Add usage as an editor.
If we run EDI with a file as its first command-line argument
this will open as an editor with full capabilities.
2019-12-28 22:12:34 +00:00
Alastair Poole 87a526a340 main: minor tidying. 2019-12-28 21:27:29 +00:00
Alastair Poole 264a94ba1c Toolbar: Bring back to single window.
We can now offer horizontal/vertical toolbar within the main UI.
For now this requires a restart.
2019-12-28 17:30:26 +00:00
Alastair Poole e0ed366414 icons: More icons.
Hopefully this will encourage someone to create uniqu
e icons
for this project. For now using Faenza which are nice
2019-12-26 19:04:08 +00:00
Alastair Poole faaee7c0f9 icons: Add more generic default icons 2019-12-26 18:53:38 +00:00
Alastair Poole 3b7dd91577 tb: More changes 2019-12-26 18:00:55 +00:00
Alastair Poole 82bcd14ffc Menu: Minor changes 2019-12-26 15:50:52 +00:00
Alastair Poole 2b25a89d90 Menu: Change behaviour 2019-12-26 15:36:29 +00:00
Alastair Poole aea907e0d7 ICONS: Use internal icons.
This can be enabled/disabled within Edi Settings
2019-12-26 14:24:42 +00:00
Alastair Poole e7373855d9 Fix transparancy 2019-12-24 01:41:52 +00:00
Alastair Poole 4095c75438 toolbar: use static state storage. 2019-12-24 00:51:06 +00:00
Alastair Poole 03a21e0401 toolbar: Some minor changes 2019-12-22 19:34:59 +00:00
Alastair Poole 9be05f6670 meson: Fix build 2019-12-22 17:52:51 +00:00
Alastair Poole f0037553ab Toolbar: Controversy. Horizontal or vertical.
Let's see what people think. More to do.
We're giving the toolbar its own window.
2019-12-22 14:42:06 +00:00
Alastair Poole a033aa1de9 Revert "toolbar: experiment"
This reverts commit ecd065e358.
2019-12-21 02:37:54 +00:00
Alastair Poole ecd065e358 toolbar: experiment 2019-12-21 02:12:24 +00:00
Alastair Poole 55084ea2ec edi_welcome: Formatting. 2019-12-20 22:26:12 +00:00
Alastair Poole 9217df2da2 Accidentally included file (remove) 2019-12-20 22:22:58 +00:00
Alastair Poole c403f76825 welcome: Much better exec and then exit.
This was causing all sorts of complications. Just fork/exec
edi and then exit from welcome.
2019-12-20 22:20:54 +00:00
Alastair Poole d45bb357ef Edi_Mime: Use our own variation to detect mime.
Replace efreet_mime_type_get with our own internal
edi_mime_type_get. Due to inacurracies do our own test for
binary file.
2019-12-20 18:00:57 +00:00
Alastair Poole be5868e8d4 Settings: Fix debugger combobox sizing. 2019-12-16 22:25:31 +00:00
Alastair Poole 1d7662d02c Welcome: Fix icon size and create project UI.
Template icons are now properly sized, also the widget now
displays its content properly.
2019-12-16 21:37:39 +00:00
Alastair Poole 28af3d56ae process: Check for NULL return value. 2019-12-16 21:13:14 +00:00
Alastair Poole 0204fdbc65 Meson: Simplify 2019-12-15 22:06:14 +00:00
Alastair Poole 0573f46256 OpenBSD: -lkvm and use PID_MAX 2019-12-15 21:51:10 +00:00
Alastair Poole af5d2a6bed filepanel: Use consistent icon size. 2019-12-15 17:22:06 +00:00
Alastair Poole ee376c04a9 filepanel: Add Undo (checkout) to SCM Menu.
Add an option to checkout file to last commit to
the menu.
2019-12-15 17:09:12 +00:00
Alastair Poole 905d232d31 editor: Add Shift+Insert Handling 2019-12-15 16:12:41 +00:00
Alastair Poole 5682b021ca Toolbar: Make icons homogeneous. 2019-12-15 13:33:45 +00:00
Alastair Poole 9055c4d40c Panel: Increase icon size. 2019-12-15 12:47:30 +00:00
Alastair Poole a6b3462487 toolbar: Return to toolbar at top.
The hope is to make things straightforward for users.
Traditional icon and text is more clearly understandable.
2019-12-15 12:39:46 +00:00
Alastair Poole 89077e4659 statusbar: remove hack workaround.
This used to affect widget sizing. Remove this hack.
2019-12-06 19:08:34 +00:00
Andy Williams a752979dc3 Return to next development version 2019-05-03 16:38:29 +01:00
Andy Williams 700d3d9cd6 Merge tag 'v0.7.1' into develop
Release version 0.7.1
2019-05-03 16:37:46 +01:00
Andy Williams 3dd9068f43 Merge branch 'release/v0.7.1' 2019-05-03 16:37:35 +01:00
Andy Williams 6ef647615d Prep for 0.7.1 release 2019-05-03 16:37:30 +01:00
Andy Williams 91f8c64241 Update docs for latest EFL api usage 2019-05-02 22:36:07 +01:00
Rob Hensley fc89c02618 Quick missing word fix. 2019-05-02 17:20:13 +02:00
Alastair Poole 847e48810a BUILD: Fix changes in API for EFL 1.22 2019-03-24 15:08:38 +00:00
Alastair Poole 2fb3860c72 edi_settings: allow settings window tab open choice.
This slight change to the API allows the user (when prompted) to
open the settings panel, access to the specific settings tab of
interest. Therefore a prompt for missing user information,
will open the settings panel at the project section of settings.
2018-12-17 14:15:41 +00:00
Alastair Poole 06d866411d edi_process: Introduce new process API.
Introduced process querying API for all the platforms
we currently support. With this we are able to get
realiable data about system processes.

We use this API to track running process instances
launched from Edi.

Also, this allows for a much cleaner implementation
of the edi_debug code when tracking the debug process.

Essentially using the new API to track both running
instances and debugged instances.

Moreover, simplifying this by using a timer in
edi_main to keep track of these occurences.

We can now reliably track use of the 'Run' command
in the toolbar and menu. Adding a 'Terminate' to
compliment. The UI now responds properly to running
or non-running Edi launched process instances.
2018-11-25 17:05:16 +00:00
Alastair Poole 1ce49c9e8a edi_theme: use appropriate API.
The theming API has changed. Adapt for
EFL 1.22.
2018-11-21 14:47:57 +00:00
Andy Williams f10442ccaf Merge tag '0.7.0' into develop
0.7 Release
2018-09-13 22:22:27 +01:00
Andy Williams 897f552d18 Merge branch 'release/0.7.0' 2018-09-13 22:22:08 +01:00
Andy Williams 51f46305ba Merge branch 'release/v0.7.0' 2018-09-13 22:17:12 +01:00
Andy Williams 5700111cac And moving on to next develop 2018-09-13 18:27:17 +01:00
Andy Williams 1b6cf6f4fc Merge branch 'release/edi-0.7' 2018-05-15 15:44:10 +01:00
158 changed files with 11187 additions and 2785 deletions

2
.gitignore vendored
View File

@ -11,6 +11,8 @@
.dirstamp
.edi
*.swp
/build
/src/bin/edi
/src/bin/edi_build

17
COPYING
View File

@ -1,4 +1,4 @@
EDI contains two different licenses, this is due to it being the
EDI contains three different licenses, this is due to it being the
development space for various components that expect to be
moved to the Enlightenment Foundation Libraries in the future.
@ -6,12 +6,17 @@ With the exception of "edi" which constitutes all remaining work
in this code base the licenses apply to projects within their
own top level directory. The project licenses are as follows:
data/extra/templates/ No license - public domain
data/extra/templates/ No license - public domain
Icons by <matthieu.james@gmail.com> from "Faenza" icon theme (GPLv2):
data/extra/templates/images/c.png
data/extra/templates/images/python.png
Icons by <matthieu.james@gmail.com> from "Faenza" icon theme:
COPYING.GPLv2:
data/extra/templates/images/c.png
data/extra/templates/images/python.png
data/icons/*.png
Icons by Marcus (madmaxms) from "Obsidian" icon theme.
COPYING.GPLv3:
data/extra/examples/images/mono-runtime.png
edi: COPYING.GPLv2
edi: COPYING.GPLv2

674
COPYING.GPLv3 Normal file
View File

@ -0,0 +1,674 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
{one line to give the program's name and a brief idea of what it does.}
Copyright (C) {year} {name of author}
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
{project} Copyright (C) {year} {fullname}
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.

4128
ChangeLog

File diff suppressed because it is too large Load Diff

View File

@ -14,6 +14,12 @@ Normal compilation in /usr/local:
ninja -C build
sudo ninja -C build install
Normal compilation without libclang:
meson build -Dlibclang=false
ninja -C build
sudo ninja -C build install
For meson build generic options:
meson --help
@ -37,7 +43,7 @@ The above will only work after at least the following is done:
** QUICK AND DIRTY HELP **
--------------------------
How clean out the build and config and start fresh:
How to clean out the build and config and start fresh:
rm -rf build

31
NEWS
View File

@ -1,3 +1,34 @@
=======
Edi 0.8
=======
Features:
* C# syntax-highlighting and project support.
* UI rearrangement.
* Internal icons.
* Toolbar configurable.
* Tab movement (dragging).
* Tab bar mouse scrolling.
* Support for EDI as standalone text editor.
* Improved mime type handling.
* Complete widget configuration in settings.
* API additions and improvements.
* Move all examples to meson.
Bug fixes:
* Debugging reliability.
* SCM filepanel improvements.
* Fix wizard reliablity.
* Search stabililty improvements.
* Fixes and improvements for FreeBSD and OpenBSD.
* Transparancy fixes.
* Many stability fixes.
* Improvements to the EFL code widget.
* Improve file save behaviour.
* Fix welcome content black hole (Escape).
=======
Edi 0.7
=======

View File

@ -11,7 +11,7 @@ and in creating apps based on the EFL suite.
meson
ninja
EFL latest release (>= 1.20.7)
EFL latest release (>= 1.24.0)
libclang-dev (or llvm-clang-devel)
## Installation

14
TODO
View File

@ -1,14 +1,18 @@
This project is in heavy development, we are currenty working towards the
"Code aware editor" phase, the following work is still to be done:
This project is under heavy and active development. We are working on
both a "Code-aware editor" as well as the IDE functionality at the same
time.
Editor
* Code folding
* Automatic code indenting / formatting
* notepad, emacs and vim and editing modes (key bindings)
* LLVM parsing
* Integrated console
* Cross reference for c, c++ and some scripting language
* Support for EditorConfig - http://editorconfig.org/
The next phase is "Basic IDE" and it, along with other future phases
are documented online at https://phab.enlightenment.org/w/projects/edi/
IDE
* Integrated console
Widget (elm_code_widget)
* Improve the efficiency of the widget. Need to use much fewer
textgrids where possible.

View File

@ -10,3 +10,4 @@ Icon=@PACKAGE_NAME@
TryExec=@PACKAGE_NAME@
Exec=@PACKAGE_NAME@
Categories=Development;Utility;
MimeType=text/plain;

View File

@ -4,10 +4,10 @@ collections {
max: 128 128;
data {
item: "title" "C EFL Beta Hello World";
item: "title" "C EFL Hello World";
item: "path" "tutorial/c/hello-gui/";
item: "description"
"Hello World using the EFL Beta APIs";
"Hello World using the EFL unified APIs";
}
parts {
@ -26,10 +26,10 @@ collections {
max: 128 128;
data {
item: "title" "C EFL Beta Game of Life";
item: "title" "C EFL Game of Life";
item: "path" "apps/c/life/";
item: "description"
"Game of Life using the EFL Beta APIs";
"Game of Life using the EFL unified APIs.";
}
parts {
@ -48,10 +48,10 @@ collections {
max: 128 128;
data {
item: "title" "C EFL Beta Basic Text Editor";
item: "title" "C EFL Basic Text Editor";
item: "path" "apps/c/texteditor/";
item: "description"
"A basic text editor app using the EFL Beta APIs";
"A basic text editor app using the EFL unified APIs.";
}
parts {
@ -64,4 +64,70 @@ collections {
}
}
}
group {
name: "life_csharp";
max: 128 128;
data {
item: "title" "C# EFL Game of Life";
item: "path" "apps/csharp/life/";
item: "description"
"Game of Life using the EFL C# APIs.";
}
parts {
part { name: "icon";
description { state: "default" 0.0;
max: 128 128;
images.image: "mono-runtime.png" COMP;
image.normal: "mono-runtime.png";
}
}
}
}
group {
name: "calculator_csharp";
max: 128 128;
data {
item: "title" "C# EFL Calculator";
item: "path" "apps/csharp/calculator/";
item: "description"
"Calculator using the EFL C# APIs.";
}
parts {
part { name: "icon";
description { state: "default" 0.0;
max: 128 128;
images.image: "mono-runtime.png" COMP;
image.normal: "mono-runtime.png";
}
}
}
}
group {
name: "texteditor_csharp";
max: 128 128;
data {
item: "title" "C# Text Editor";
item: "path" "apps/csharp/texteditor/";
item: "description"
"A basic text editor using the EFL C# APIs.";
}
parts {
part { name: "icon";
description { state: "default" 0.0;
max: 128 128;
images.image: "mono-runtime.png" COMP;
image.normal: "mono-runtime.png";
}
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -6,10 +6,9 @@ skeleton_names = ['eflproject', 'eflproject_python']
foreach skeleton_name : skeleton_names
custom_target('skeleton ' + skeleton_name,
command : [tar, 'zcf', '@OUTPUT@', '-C',
command : [tar, 'zcf', '@OUTPUT@', '-C',
join_paths(meson.source_root(), 'data', 'extra', 'templates', 'skeletons'),
skeleton_name],
input : join_paths('skeletons', skeleton_name),
output : skeleton_name + '.tar.gz',
install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'edi', 'templates'),
install : true,

View File

@ -2,12 +2,27 @@ Copyright (c) ${Edi_Year} ${Edi_User}
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@ -1,370 +1,60 @@
Installation Instructions
*************************
** COMPILING and INSTALLING **
------------------------------
Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
Inc.
Meson is the build system used for this project. For more information please
see:
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without warranty of any kind.
http://mesonbuild.com
Basic Installation
==================
----
Briefly, the shell commands `./configure; make; make install' should
configure, build, and install this package. The following
more-detailed instructions are generic; see the `README' file for
instructions specific to this package. Some packages provide this
`INSTALL' file but do not implement all of the features documented
below. The lack of an optional feature in a given package is not
necessarily a bug. More recommendations for GNU packages can be found
in *note Makefile Conventions: (standards)Makefile Conventions.
Normal compilation in /usr/local:
The `configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation. It uses
those values to create a `Makefile' in each directory of the package.
It may also create one or more `.h' files containing system-dependent
definitions. Finally, it creates a shell script `config.status' that
you can run in the future to recreate the current configuration, and a
file `config.log' containing compiler output (useful mainly for
debugging `configure').
meson . build
ninja -C build
sudo ninja -C build install
It can also use an optional file (typically called `config.cache'
and enabled with `--cache-file=config.cache' or simply `-C') that saves
the results of its tests to speed up reconfiguring. Caching is
disabled by default to prevent problems with accidental use of stale
cache files.
For meson build generic options:
If you need to do unusual things to compile the package, please try
to figure out how `configure' could check whether to do them, and mail
diffs or instructions to the address given in the `README' so they can
be considered for the next release. If you are using the cache, and at
some point `config.cache' contains results you don't want to keep, you
may remove or edit it.
meson --help
The file `configure.ac' (or `configure.in') is used to create
`configure' by a program called `autoconf'. You need `configure.ac' if
you want to change it or regenerate `configure' using a newer version
of `autoconf'.
For a list of project specific options supported:
The simplest way to compile this package is:
cat meson_options.txt
1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system.
To set 1 or more project specific options:
Running `configure' might take a while. While running, it prints
some messages telling which features it is checking for.
meson --prefix=/path/to -Doption=value [-Dother=value2] [...] . build
2. Type `make' to compile the package.
To display current configuration:
3. Optionally, type `make check' to run any self-tests that come with
the package, generally using the just-built uninstalled binaries.
mesonconf build
4. Type `make install' to install the programs and any data files and
documentation. When installing into a prefix owned by root, it is
recommended that the package be configured and built as a regular
user, and only the `make install' phase executed with root
privileges.
The above will only work after at least the following is done:
5. Optionally, type `make installcheck' to repeat any self-tests, but
this time using the binaries in their final installed location.
This target does not install anything. Running this target as a
regular user, particularly if the prior `make install' required
root privileges, verifies that the installation completed
correctly.
meson . build
6. You can remove the program binaries and object files from the
source code directory by typing `make clean'. To also remove the
files that `configure' created (so you can compile the package for
a different kind of computer), type `make distclean'. There is
also a `make maintainer-clean' target, but that is intended mainly
for the package's developers. If you use it, you may have to get
all sorts of other programs in order to regenerate files that came
with the distribution.
** QUICK AND DIRTY HELP **
--------------------------
7. Often, you can also type `make uninstall' to remove the installed
files again. In practice, not all packages have tested that
uninstallation works correctly, even though it is required by the
GNU Coding Standards.
How to clean out the build and config and start fresh:
8. Some packages, particularly those that use Automake, provide `make
distcheck', which can by used by developers to test that all other
targets like `make install' and `make uninstall' work correctly.
This target is generally not run by end users.
rm -rf build
Compilers and Options
=====================
How to make a dist tarball and check its build:
(must do it from git tree clone and commit all changes to git first)
Some systems require unusual options for compilation or linking that
the `configure' script does not know about. Run `./configure --help'
for details on some of the pertinent environment variables.
ninja -C build dist
You can give `configure' initial values for configuration parameters
by setting variables in the command line or in the environment. Here
is an example:
How to change prefix:
./configure CC=c99 CFLAGS=-g LIBS=-lposix
meson --prefix=/path/to/prefix . build
*Note Defining Variables::, for more details.
How to install in a specific destination directory for packaging:
Compiling For Multiple Architectures
====================================
DESTDIR=/path/to/destdir ninja -C build install
You can compile the package for more than one kind of computer at the
same time, by placing the object files for each architecture in their
own directory. To do this, you can use GNU `make'. `cd' to the
directory where you want the object files and executables to go and run
the `configure' script. `configure' automatically checks for the
source code in the directory that `configure' is in and in `..'. This
is known as a "VPATH" build.
How to build with verbose output (full commands run):
With a non-GNU `make', it is safer to compile the package for one
architecture at a time in the source code directory. After you have
installed the package for one architecture, use `make distclean' before
reconfiguring for another architecture.
ninja -C build -v
On MacOS X 10.5 and later systems, you can create libraries and
executables that work on multiple system types--known as "fat" or
"universal" binaries--by specifying multiple `-arch' options to the
compiler but only a single `-arch' option to the preprocessor. Like
this:
./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
CPP="gcc -E" CXXCPP="g++ -E"
This is not guaranteed to produce working output in all cases, you
may have to build one architecture at a time and combine the results
using the `lipo' tool if you have problems.
Installation Names
==================
By default, `make install' installs the package's commands under
`/usr/local/bin', include files under `/usr/local/include', etc. You
can specify an installation prefix other than `/usr/local' by giving
`configure' the option `--prefix=PREFIX', where PREFIX must be an
absolute file name.
You can specify separate installation prefixes for
architecture-specific files and architecture-independent files. If you
pass the option `--exec-prefix=PREFIX' to `configure', the package uses
PREFIX as the prefix for installing programs and libraries.
Documentation and other data files still use the regular prefix.
In addition, if you use an unusual directory layout you can give
options like `--bindir=DIR' to specify different values for particular
kinds of files. Run `configure --help' for a list of the directories
you can set and what kinds of files go in them. In general, the
default for these options is expressed in terms of `${prefix}', so that
specifying just `--prefix' will affect all of the other directory
specifications that were not explicitly provided.
The most portable way to affect installation locations is to pass the
correct locations to `configure'; however, many packages provide one or
both of the following shortcuts of passing variable assignments to the
`make install' command line to change installation locations without
having to reconfigure or recompile.
The first method involves providing an override variable for each
affected directory. For example, `make install
prefix=/alternate/directory' will choose an alternate location for all
directory configuration variables that were expressed in terms of
`${prefix}'. Any directories that were specified during `configure',
but not in terms of `${prefix}', must each be overridden at install
time for the entire installation to be relocated. The approach of
makefile variable overrides for each directory variable is required by
the GNU Coding Standards, and ideally causes no recompilation.
However, some platforms have known limitations with the semantics of
shared libraries that end up requiring recompilation when using this
method, particularly noticeable in packages that use GNU Libtool.
The second method involves providing the `DESTDIR' variable. For
example, `make install DESTDIR=/alternate/directory' will prepend
`/alternate/directory' before all installation names. The approach of
`DESTDIR' overrides is not required by the GNU Coding Standards, and
does not work on platforms that have drive letters. On the other hand,
it does better at avoiding recompilation issues, and works well even
when some directory options were not specified in terms of `${prefix}'
at `configure' time.
Optional Features
=================
If the package supports it, you can cause programs to be installed
with an extra prefix or suffix on their names by giving `configure' the
option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
Some packages pay attention to `--enable-FEATURE' options to
`configure', where FEATURE indicates an optional part of the package.
They may also pay attention to `--with-PACKAGE' options, where PACKAGE
is something like `gnu-as' or `x' (for the X Window System). The
`README' should mention any `--enable-' and `--with-' options that the
package recognizes.
For packages that use the X Window System, `configure' can usually
find the X include and library files automatically, but if it doesn't,
you can use the `configure' options `--x-includes=DIR' and
`--x-libraries=DIR' to specify their locations.
Some packages offer the ability to configure how verbose the
execution of `make' will be. For these packages, running `./configure
--enable-silent-rules' sets the default to minimal output, which can be
overridden with `make V=1'; while running `./configure
--disable-silent-rules' sets the default to verbose, which can be
overridden with `make V=0'.
Particular systems
==================
On HP-UX, the default C compiler is not ANSI C compatible. If GNU
CC is not installed, it is recommended to use the following options in
order to use an ANSI C compiler:
./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
and if that doesn't work, install pre-built binaries of GCC for HP-UX.
HP-UX `make' updates targets which have the same time stamps as
their prerequisites, which makes it generally unusable when shipped
generated files such as `configure' are involved. Use GNU `make'
instead.
On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
parse its `<wchar.h>' header file. The option `-nodtk' can be used as
a workaround. If GNU CC is not installed, it is therefore recommended
to try
./configure CC="cc"
and if that doesn't work, try
./configure CC="cc -nodtk"
On Solaris, don't put `/usr/ucb' early in your `PATH'. This
directory contains several dysfunctional programs; working variants of
these programs are available in `/usr/bin'. So, if you need `/usr/ucb'
in your `PATH', put it _after_ `/usr/bin'.
On Haiku, software installed for all users goes in `/boot/common',
not `/usr/local'. It is recommended to use the following options:
./configure --prefix=/boot/common
Specifying the System Type
==========================
There may be some features `configure' cannot figure out
automatically, but needs to determine by the type of machine the package
will run on. Usually, assuming the package is built to be run on the
_same_ architectures, `configure' can figure that out, but if it prints
a message saying it cannot guess the machine type, give it the
`--build=TYPE' option. TYPE can either be a short name for the system
type, such as `sun4', or a canonical name which has the form:
CPU-COMPANY-SYSTEM
where SYSTEM can have one of these forms:
OS
KERNEL-OS
See the file `config.sub' for the possible values of each field. If
`config.sub' isn't included in this package, then this package doesn't
need to know the machine type.
If you are _building_ compiler tools for cross-compiling, you should
use the option `--target=TYPE' to select the type of system they will
produce code for.
If you want to _use_ a cross compiler, that generates code for a
platform different from the build platform, you should specify the
"host" platform (i.e., that on which the generated programs will
eventually be run) with `--host=TYPE'.
Sharing Defaults
================
If you want to set default values for `configure' scripts to share,
you can create a site shell script called `config.site' that gives
default values for variables like `CC', `cache_file', and `prefix'.
`configure' looks for `PREFIX/share/config.site' if it exists, then
`PREFIX/etc/config.site' if it exists. Or, you can set the
`CONFIG_SITE' environment variable to the location of the site script.
A warning: not all `configure' scripts look for a site script.
Defining Variables
==================
Variables not defined in a site shell script can be set in the
environment passed to `configure'. However, some packages may run
configure again during the build, and the customized values of these
variables may be lost. In order to avoid this problem, you should set
them in the `configure' command line, using `VAR=value'. For example:
./configure CC=/usr/local2/bin/gcc
causes the specified `gcc' to be used as the C compiler (unless it is
overridden in the site shell script).
Unfortunately, this technique does not work for `CONFIG_SHELL' due to
an Autoconf limitation. Until the limitation is lifted, you can use
this workaround:
CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
`configure' Invocation
======================
`configure' recognizes the following options to control how it
operates.
`--help'
`-h'
Print a summary of all of the options to `configure', and exit.
`--help=short'
`--help=recursive'
Print a summary of the options unique to this package's
`configure', and exit. The `short' variant lists options used
only in the top level, while the `recursive' variant lists options
also present in any nested packages.
`--version'
`-V'
Print the version of Autoconf used to generate the `configure'
script, and exit.
`--cache-file=FILE'
Enable the cache: use and save the results of the tests in FILE,
traditionally `config.cache'. FILE defaults to `/dev/null' to
disable caching.
`--config-cache'
`-C'
Alias for `--cache-file=config.cache'.
`--quiet'
`--silent'
`-q'
Do not print messages saying which checks are being made. To
suppress all normal output, redirect it to `/dev/null' (any error
messages will still be shown).
`--srcdir=DIR'
Look for the package's source code in directory DIR. Usually
`configure' can determine that directory automatically.
`--prefix=DIR'
Use DIR as the installation prefix. *note Installation Names::
for more details, including other options available for fine-tuning
the installation locations.
`--no-create'
`-n'
Run the configure checks, but stop before creating any output
files.
`configure' also accepts some other, not widely useful, options. Run
`configure --help' for more details.

View File

@ -1,91 +0,0 @@
MAINTAINERCLEANFILES = \
ABOUT-NLS \
Makefile.in \
aclocal.m4 \
compile \
config.guess \
config.h.in \
config.rpath \
config.sub \
configure \
depcomp \
install-sh \
ltmain.sh \
missing \
m4/libtool.m4 \
m4/ltoptions.m4 \
m4/ltsugar.m4 \
m4/ltversion.m4 \
m4/lt~obsolete.m4 \
po/boldquot.sed \
po/en@boldquot.header \
po/en@quot.header \
po/insert-header.sin \
po/Makefile.in.in \
po/Makevars.template \
po/quot.sed \
po/remove-potcdate.sin \
po/Rules-quot \
$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \
$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2
SUBDIRS = data doc po src
ACLOCAL_AMFLAGS = -I m4
filesdir = $(docdir)
files_DATA = \
AUTHORS \
COPYING \
ChangeLog \
INSTALL \
NEWS \
README \
TODO
EXTRA_DIST = \
autogen.sh \
config.rpath \
configure \
m4/efl_attribute.m4 \
m4/efl_binary.m4 \
m4/efl_compiler_flag.m4 \
m4/efl_path_max.m4
if EFL_HAVE_LCOV
lcov-reset:
@rm -rf $(top_builddir)/coverage
@find $(top_builddir) -name "*.gcda" -delete
@lcov --zerocounters --directory $(top_builddir)
lcov-report:
@mkdir $(top_builddir)/coverage
lcov --capture --compat-libtool --output-file $(top_builddir)/coverage/coverage.info --directory $(top_builddir)/src/lib --base-directory $(top_srcdir)/src/lib
lcov --remove $(top_builddir)/coverage/coverage.info '*.h' --output-file $(top_builddir)/coverage/coverage.cleaned.info
lcov --remove $(top_builddir)/coverage/coverage.cleaned.info '*/tests/*' --output-file $(top_builddir)/coverage/coverage.cleaned2.info
genhtml --branch-coverage -t "$(PACKAGE_STRING)" -o $(top_builddir)/coverage/html $(top_builddir)/coverage/coverage.cleaned2.info
@echo "Coverage Report at $(top_builddir)/coverage/html"
endif
if EFL_HAVE_TESTS
TESTS = src/tests/${edi_name}_tests
lcov-check:
if EFL_HAVE_LCOV
@$(MAKE) $(AM_MAKEFLAGS) lcov-reset
endif
@$(MAKE) $(AM_MAKEFLAGS) check
if EFL_HAVE_LCOV
@$(MAKE) $(AM_MAKEFLAGS) lcov-report
endif
endif
# cleaning
clean-local:
rm -rf benchmark coverage

View File

@ -1,9 +0,0 @@
EDJE_CC = @edje_cc@
EDJE_CC_FLAGS_VERBOSE = $(EDJE_CC_FLAGS_VERBOSE_@AM_V@)
EDJE_CC_FLAGS_VERBOSE_ = $(EDJE_CC_FLAGS_VERBOSE_@AM_DEFAULT_V@)
EDJE_CC_FLAGS_VERBOSE_1 = -v
EDJE_CC_FLAGS = $(EDJE_CC_FLAGS_VERBOSE) -fastdecomp -id $(srcdir) -fd $(srcdir)
AM_V_EDJ = $(am__v_EDJ_@AM_V@)
am__v_EDJ_ = $(am__v_EDJ_@AM_DEFAULT_V@)
am__v_EDJ_0 = @echo " EDJ " $@;

View File

@ -1,15 +0,0 @@
#!/bin/sh
rm -rf autom4te.cache
rm -f aclocal.m4 ltmain.sh
echo "Running autopoint..." ; autopoint -f || :
echo "Running aclocal..." ; aclocal -I m4 $ACLOCAL_FLAGS || exit 1
echo "Running autoconf..." ; autoconf || exit 1
echo "Running autoheader..." ; autoheader || exit 1
echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1
echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1
if [ -z "$NOCONFIGURE" ]; then
./configure "$@"
fi

View File

@ -1,95 +0,0 @@
EFL_VERSION([0], [0], [1], [dev])
AC_INIT([${edi_name}], [efl_version], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_HEADERS([config.h])
AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([1.10 dist-bzip2 -Wall color-tests])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_PROG_AR
# this will speed up libtool checks
LT_PREREQ([2.2])
LT_INIT([win32-dll pic-only])
EFL_INIT
AC_PROG_CC
AM_PROG_CC_C_O
EFL_ATTRIBUTE_UNUSED
ELM_QUICKLAUNCH
EFL_COMPILER_FLAG([-Wall])
EFL_COMPILER_FLAG([-W])
# Checks for header files.
EFL_CHECK_PATH_MAX
# Check for EFL
PKG_CHECK_MODULES([EFL],
[
eina >= 1.8.0
evas >= 1.8.0
ecore >= 1.8.0
edje >= 1.8.0
elementary >= 1.8.0
])
# Check for tests and coverage
AC_ARG_WITH([tests],
[AC_HELP_STRING([--with-tests=none|tests|coverage],
[choose testing method: tests, coverage or none.
@<:@default=auto@:>@])],
[build_tests=${withval}],
[build_tests=auto])
EFL_TESTS([${build_tests}])
# doxygen program for documentation building
EFL_CHECK_DOXYGEN([build_doc="yes"], [build_doc="no"])
# Check edje_cc
EFL_WITH_BIN([edje], [edje-cc], [edje_cc])
# Checks for library functions.
AC_CHECK_FUNCS([setlocale])
AM_GNU_GETTEXT_VERSION([0.17])
AM_GNU_GETTEXT([external])
AC_CONFIG_FILES([
Makefile
data/Makefile
data/desktop/Makefile
data/desktop/${edi_name}.desktop
data/themes/Makefile
data/themes/default/Makefile
doc/Makefile
po/Makefile.in
src/Makefile
src/bin/Makefile
src/lib/Makefile
src/tests/Makefile
doc/${edi_name}.1
])
AC_OUTPUT
echo
echo
echo "------------------------------------------------------------------------"
echo "$PACKAGE_NAME $PACKAGE_VERSION"
echo "------------------------------------------------------------------------"
echo
echo "Compilation..............: make (or gmake)"
echo " CFLAGS.................: $CFLAGS"
echo " edje_cc................: ${edje_cc}"
echo
echo "Building documentation...: ${build_doc}"
echo "Building tests...........: ${have_tests}"
echo "Generate coverage .......: ${have_lcov}"
echo
echo "Installation.............: make install (as root if needed, with 'su' or 'sudo')"
echo " prefix.................: $prefix"
echo

View File

@ -1,3 +0,0 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = themes desktop

View File

@ -1,12 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
Version=@VERSION@
Type=Application
Name=@PACKAGE_NAME@
Name[fr]=@PACKAGE_NAME@
Name=${Edi_Name}
Name[fr]=${Edi_Name}
GenericName=${Edi_Name}
Comment=Efl Application ${Edi_Name}
Icon=@PACKAGE_NAME@
TryExec=@PACKAGE_NAME@
Exec=@PACKAGE_NAME@
Icon=${Edi_Name}
TryExec=${Edi_Name}
Exec=${Edi_Name}
Categories=Development;Utility;

View File

@ -1,9 +0,0 @@
MAINTAINERCLEANFILES = Makefile.in
desktopdir = $(datadir)/applications
desktop_DATA = ${edi_name}.desktop
icondir = $(datadir)/icons/hicolor/256x256/apps
icon_DATA = ${edi_name}.png
EXTRA_DIST = $(desktop_DATA) $(icon_DATA)

View File

@ -0,0 +1,5 @@
install_data('${edi_name}.desktop',
install_dir: join_paths(dir_data, 'applications'))
install_data('${edi_name}.png',
install_dir: join_paths(dir_data, 'icons'))

View File

@ -0,0 +1,2 @@
subdir('desktop')
subdir('themes')

View File

@ -1,4 +0,0 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = default

View File

@ -1,22 +0,0 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = \
default.edc \
images/enlightenment.png \
sounds/bell.wav
include ../../../Makefile_Edje_Helper.am
filesdir = $(datadir)/$(PACKAGE)/themes
files_DATA = default.edj
default.edj: Makefile $(EXTRA_DIST)
$(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) \
-id ${top_srcdir}/data/themes/default/images \
-sd ${top_srcdir}/data/themes/default/sounds \
$(top_srcdir)/data/themes/default/default.edc \
$(top_builddir)/data/themes/default/default.edj
clean-local:
rm -f *.edj

View File

@ -0,0 +1,15 @@
edje_cc = find_program('edje_cc')
cmd = [ edje_cc,
'-id', join_paths(meson.source_root(), 'data', 'themes', 'default', 'images'),
'-sd', join_paths(meson.source_root(), 'data', 'themes', 'default', 'sounds'),
'@INPUT@', '@OUTPUT@'
]
custom_target('default.edj',
input : 'default.edc',
output : 'default.edj',
command: cmd,
install_dir: join_paths(get_option('prefix'), get_option('datadir'), '${edi_name}', 'themes'),
install: true
)

View File

@ -0,0 +1 @@
subdir('default')

View File

@ -1,50 +0,0 @@
.TH ${EDI_NAME} 1 "01 01 ${Edi_Year} FIXME" "@PACKAGE_NAME@ @PACKAGE_VERSION@"
.SH NAME
${edi_name} \- a demo application
.SH SYNOPSIS
.B ${edi_name}
[-L] [-C] [-V] [-h]
.SH DESCRIPTION
${Edi_Name} is a demo application to show how to integrate EFL and autotools into a
cross platform build. You should be able to generate an executable easily for all
target supported by EFL with this ${edi_name}.
With no option, the program starts and display an Hello World.
.SH OPTIONS
.TP
.B -L, --license
Show license.
.TP
.B -C, --copyright
Show copyright.
.TP
.B -V, --version
Show program version.
.TP
.B -h, --help
Print list of options with short description.
.SH BUGS
Reports are welcome. Send them at @PACKAGE_BUGREPORT@.
.SH HOMEPAGE
http://enlightenment.org
.SH AUTHORS
${Edi_User} <${Edi_Email}> and various contributors.

View File

@ -1,38 +0,0 @@
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = ${edi_name}.1.in
man_MANS = ${edi_name}.1
.PHONY: doc
PACKAGE_DOCNAME = $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc
if EFL_BUILD_DOC
doc-clean:
rm -rf html/ latex/ man/ xml/ $(top_builddir)/$(PACKAGE_DOCNAME).tar*
doc: all
$(efl_doxygen)
cp $(srcdir)/img/* html/
cp $(srcdir)/img/*.eps latex/
rm -rf $(PACKAGE_DOCNAME).tar*
mkdir -p $(PACKAGE_DOCNAME)/doc
cp -R html/ latex/ man/ $(PACKAGE_DOCNAME)/doc
tar cf $(PACKAGE_DOCNAME).tar $(PACKAGE_DOCNAME)/
bzip2 -9 $(PACKAGE_DOCNAME).tar
rm -rf $(PACKAGE_DOCNAME)/
mv $(PACKAGE_DOCNAME).tar.bz2 $(top_builddir)
@echo "Documentation Package: doc/$(PACKAGE_DOCNAME).tar.bz2"
@echo "Documentation HTML: doc/html"
clean-local: doc-clean
else
doc:
@echo "Documentation not built. Run ./configure --help"
endif

View File

@ -1,123 +0,0 @@
dnl file to manage modules in efl
dnl EFL_VERSION(major, minor, micro, release)
dnl This setup EFL version information and should be called BEFORE AC_INIT().
dnl
dnl release parameter is 'dev' to use from SVN or libtool -release field.
dnl It may be empty if not dev (svn/live build) and no -release is to be used.
dnl
dnl Examples:
dnl EFL_VERSION(1, 7, 99, dev)
dnl EFL_VERSION(1, 7, 99, ver-1234)
dnl This will define couple of m4 symbols:
dnl v_maj = given major number (first parameter)
dnl v_min = given minor number (second parameter)
dnl v_mic = given micro number (third parameter)
dnl v_rev = if release, it's 0, otherwise it's dev_version.
dnl v_rel = if release, it's -release followed by fourth parameter,
dnl otherwise it's empty. (mostly for libtool)
dnl efl_version = if release, it's major.minor.micro, otherwise it's
dnl major.minor.micro.dev_version
dnl dev_version = development version (svn revision).
dnl def_build_profile = dev or release based on 'dev' release parameter.
AC_DEFUN([EFL_VERSION],
[dnl
m4_define([v_maj], [$1])dnl
m4_define([v_min], [$2])dnl
m4_define([v_mic], [$3])dnl
m4_define([dev_version], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || echo 0) | tr -d '\n']))dnl
m4_define([v_rev], m4_if($4, dev, [dev_version], [0]))dnl
m4_define([v_rel], [])dnl
m4_define([def_build_profile], m4_if($4, dev, [dev], [release]))dnl
m4_define([efl_version], m4_if($4, dev, [v_maj.v_min.v_mic.v_rev], [v_maj.v_min.v_mic]))dnl
m4_define([efl_version], [v_maj.v_min.v_mic])dnl
])
dnl EFL_COLOR
dnl will check if terminal supports color and if color is wanted by user.
dnl
dnl Used Variables:
dnl WANT_COLOR: if no, forces no color output.
dnl TERM: used to check if color should be enabled.
dnl
dnl Defined Variables:
dnl COLOR_YES: to be used in positive/yes conditions
dnl COLOR_NO: to be used in negative/no conditions
dnl COLOR_OTHER: to be used to highlight some other condition
dnl COLOR_RESET: to reset color
dnl want_color: yes or no
AC_DEFUN([EFL_COLOR],
[dnl
case "$TERM" in
xterm|xterm-color|xterm-256color|Eterm|aterm|kterm|rxvt*|screen|gnome|interix)
want_color="${WANT_COLOR:-yes}"
;;
*)
want_color="no"
;;
esac
if test "${want_color}" = "yes"; then
if test `echo -e x` = x; then
echoopt=-e
else
echoopt=
fi
COLOR_YES=`echo $echoopt "\033@<:@1;32m"`
COLOR_NO=`echo $echoopt "\033@<:@1;31m"`
COLOR_OTHER=`echo $echoopt "\033@<:@1;36m"`
COLOR_RESET=`echo $echoopt "\033@<:@0m"`
else
COLOR_YES=""
COLOR_NO=""
COLOR_OTHER=""
COLOR_RESET=""
fi
])
dnl EFL_INIT()
dnl Will AC_DEFINE() the following:
dnl VMAJ = v_maj
dnl VMIN = v_min
dnl VMIC = v_mic
dnl VREV = v_rev
dnl Will AC_SUBST() the following:
dnl VMAJ = v_maj
dnl VMIN = v_min
dnl VMIC = v_mic
dnl EFL_LTLIBRARY_FLAGS="-no-undefined -version-info ..."
dnl EFL_LTMODULE_FLAGS="-no-undefined -avoid-version"
dnl Will define the following m4:
dnl lt_cur = libtool 'current' field of libtool's -version-info
dnl lt_rev = libtool 'revision' field of libtool's -version-info
dnl lt_age = libtool 'age' field of libtool's -version-info
AC_DEFUN([EFL_INIT],
[dnl
AC_REQUIRE([EFL_COLOR])dnl
AC_DEFINE_UNQUOTED([VMAJ], [v_maj], [Major version])dnl
AC_DEFINE_UNQUOTED([VMIN], [v_min], [Minor version])dnl
AC_DEFINE_UNQUOTED([VMIC], [v_mic], [Micro version])dnl
AC_DEFINE_UNQUOTED([VREV], [v_rev], [Revison])dnl
VMAJ=v_maj
VMIN=v_min
VMIC=v_mic
AC_SUBST([VMAJ])dnl
AC_SUBST([VMIN])dnl
AC_SUBST([VMIC])dnl
dnl
dnl TODO: warning - lt_cur:
dnl the previous code assumed v_maj + v_min, but this will be a problem when
dnl we bump v_maj and reset v_min. 1 + 7 == 7 + 1, so if v_maj is bumped
dnl we multiply it by 100.
m4_define([lt_cur], m4_if(m4_cmp(v_maj, 1), 0, m4_eval(v_maj + v_min), m4_eval(v_maj * 100 + v_min)))dnl
m4_define([lt_rev], v_mic)dnl
m4_define([lt_age], v_min)dnl
dnl
EFL_LTLIBRARY_FLAGS="-no-undefined -version-info lt_cur:lt_rev:lt_age v_rel"
AC_SUBST(EFL_LTLIBRARY_FLAGS)dnl
EFL_LTMODULE_FLAGS="-no-undefined -avoid-version"
AC_SUBST([EFL_LTMODULE_FLAGS])dnl
AC_MSG_NOTICE([Initialized AC_PACKAGE_NAME (AC_PACKAGE_VERSION) development=dev_version v_rel])
])

View File

@ -1,56 +0,0 @@
dnl Copyright (C) 2011 Vincent Torri <vtorri at univ-evry dot fr>
dnl That code is public domain and can be freely used or copied.
dnl Macros for checking if the compiler supports some __attribute__ uses
dnl Usage: EFL_ATTRIBUTE_UNUSED
dnl call AC_DEFINE for __UNUSED__ if __attribute__((unused)) is available
AC_DEFUN([EFL_ATTRIBUTE_UNUSED],
[
AC_MSG_CHECKING([for __attribute__ ((unused))])
AC_COMPILE_IFELSE(
[AC_LANG_PROGRAM(
[[
void foo(int x __attribute__ ((unused))) {}
]],
[[
]])],
[have_attribute_unused="yes"],
[have_attribute_unused="no"])
AC_MSG_RESULT([${have_attribute_unused}])
if test "x${have_attribute_unused}" = "xyes" ; then
AC_DEFINE([__UNUSED__], [__attribute__ ((unused))], [Macro declaring a function argument to be unused.])
else
AC_DEFINE([__UNUSED__], [], [__attribute__ ((unused)) is not supported.])
fi
])
dnl Usage: EFL_ATTRIBUTE_VECTOR
dnl call AC_DEFINE for HAVE_GCC_ATTRIBUTE_VECTOR if __attribute__((vector)) is available
AC_DEFUN([EFL_ATTRIBUTE_VECTOR],
[
AC_MSG_CHECKING([for __attribute__ ((vector))])
AC_COMPILE_IFELSE(
[AC_LANG_PROGRAM(
[[
typedef int v4si __attribute__ ((vector_size (16)));
]],
[[
if (sizeof(v4si) == 16)
return 0;
else
return -1;
]])],
[have_attribute_vector="yes"],
[have_attribute_vector="no"])
AC_MSG_RESULT([${have_attribute_vector}])
if test "x${have_attribute_vector}" = "xyes" ; then
AC_DEFINE([HAVE_GCC_ATTRIBUTE_VECTOR], [1], [Define to 1 if your compiler supports __attribute__ ((vector)).])
fi
])
dnl End of efl_attribute.m4

View File

@ -1,79 +0,0 @@
dnl Copyright (C) 2010 Vincent Torri <vtorri at univ-evry dot fr>
dnl That code is public domain and can be freely used or copied.
dnl Macro that check if a binary is built or not
dnl Usage: EFL_ENABLE_BIN(binary)
dnl Call AC_SUBST(BINARY_PRG) (BINARY is the uppercase of binary, - being transformed into _)
dnl Define have_binary (- is transformed into _)
dnl Define conditional BUILD_BINARY (BINARY is the uppercase of binary, - being transformed into _)
AC_DEFUN([EFL_ENABLE_BIN],
[
m4_pushdef([UP], m4_translit([[$1]], [-a-z], [_A-Z]))dnl
m4_pushdef([DOWN], m4_translit([[$1]], [-A-Z], [_a-z]))dnl
have_[]m4_defn([DOWN])="yes"
dnl configure option
AC_ARG_ENABLE([$1],
[AC_HELP_STRING([--disable-$1], [disable building of ]DOWN)],
[
if test "x${enableval}" = "xyes" ; then
have_[]m4_defn([DOWN])="yes"
else
have_[]m4_defn([DOWN])="no"
fi
])
AC_MSG_CHECKING([whether to build ]DOWN[ binary])
AC_MSG_RESULT([$have_[]m4_defn([DOWN])])
if test "x$have_[]m4_defn([DOWN])" = "xyes"; then
UP[]_PRG=DOWN[${EXEEXT}]
fi
AC_SUBST(UP[]_PRG)
AM_CONDITIONAL(BUILD_[]UP, test "x$have_[]m4_defn([DOWN])" = "xyes")
AS_IF([test "x$have_[]m4_defn([DOWN])" = "xyes"], [$2], [$3])
])
dnl Macro that check if a binary is built or not
dnl Usage: EFL_WITH_BIN(package, binary, default_value)
dnl Call AC_SUBST(_binary) (_binary is the lowercase of binary, - being transformed into _ by default, or the value set by the user)
AC_DEFUN([EFL_WITH_BIN],
[
m4_pushdef([DOWN], m4_translit([[$2]], [-A-Z], [_a-z]))dnl
m4_pushdef([UP], m4_translit([[$2]], [-a-z], [_A-Z]))dnl
dnl configure option
AC_ARG_WITH([$2],
[AC_HELP_STRING([--with-$2=PATH], [specify a specific path to ]DOWN[ @<:@default=$3@:>@])],
[
_efl_with_binary=${withval}
_efl_binary_define="yes"
],
[
_efl_with_binary=$(pkg-config --variable=prefix $1)/bin/$3
_efl_binary_define="no"
])
DOWN=${_efl_with_binary}
AC_MSG_NOTICE(DOWN[ set to ${_efl_with_binary}])
with_binary_[]m4_defn([DOWN])=${_efl_with_binary}
AM_CONDITIONAL(HAVE_[]UP, [test "x${_efl_binary_define}" = "xyes"])
AC_SUBST(DOWN)
])

View File

@ -1,57 +0,0 @@
dnl Copyright (C) 2010 Vincent Torri <vtorri at univ-evry dot fr>
dnl and Albin Tonnerre <albin dot tonnerre at gmail dot com>
dnl That code is public domain and can be freely used or copied.
dnl Macro that checks if a compiler flag is supported by the compiler.
dnl Usage: EFL_COMPILER_FLAG(flag)
dnl flag is added to CFLAGS if supported.
AC_DEFUN([EFL_COMPILER_FLAG],
[
CFLAGS_save="${CFLAGS}"
CFLAGS="${CFLAGS} $1"
AC_LANG_PUSH([C])
AC_MSG_CHECKING([whether the compiler supports $1])
AC_COMPILE_IFELSE(
[AC_LANG_PROGRAM([[]])],
[have_flag="yes"],
[have_flag="no"])
AC_MSG_RESULT([${have_flag}])
if test "x${have_flag}" = "xno" ; then
CFLAGS="${CFLAGS_save}"
fi
AC_LANG_POP([C])
])
dnl Macro that checks if a linker flag is supported by the compiler.
dnl Usage: EFL_LINKER_FLAG(flag)
dnl flag is added to LDFLAGS if supported (will be passed to ld anyway).
AC_DEFUN([EFL_LINKER_FLAG],
[
LDFLAGS_save="${LDFLAGS}"
LDFLAGS="${LDFLAGS} $1"
AC_LANG_PUSH([C])
AC_MSG_CHECKING([whether the compiler supports $1])
AC_LINK_IFELSE(
[AC_LANG_PROGRAM([[]])],
[have_flag="yes"],
[have_flag="no"])
AC_MSG_RESULT([${have_flag}])
if test "x${have_flag}" = "xno" ; then
LDFLAGS="${LDFLAGS_save}"
fi
AC_LANG_POP([C])
])

View File

@ -1,98 +0,0 @@
dnl Copyright (C) 2008 Vincent Torri <vtorri at univ-evry dot fr>
dnl That code is public domain and can be freely used or copied.
dnl Macro that check if doxygen is available or not.
dnl EFL_CHECK_DOXYGEN([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
dnl Test for the doxygen program
dnl Defines efl_doxygen
dnl Defines the automake conditionnal EFL_BUILD_DOC
dnl
AC_DEFUN([EFL_CHECK_DOXYGEN],
[
dnl
dnl Disable the build of the documentation
dnl
AC_ARG_ENABLE([doc],
[AC_HELP_STRING(
[--disable-doc],
[Disable documentation build @<:@default=enabled@:>@])],
[
if test "x${enableval}" = "xyes" ; then
efl_enable_doc="yes"
else
efl_enable_doc="no"
fi
],
[efl_enable_doc="yes"]
)
if test "x${efl_enable_doc}" = "xyes" ; then
dnl
dnl Specify the full file name, with path
dnl
efl_doxygen="doxygen"
AC_ARG_WITH([doxygen],
[AC_HELP_STRING(
[--with-doxygen=FILE],
[doxygen program to use @<:@default=doxygen@:>@])],
dnl
dnl Check the given doxygen program.
dnl
[efl_doxygen=${withval}
AC_CHECK_PROG([efl_have_doxygen],
[${efl_doxygen}],
[yes],
[no])
if test "x${efl_have_doxygen}" = "xno" ; then
echo "WARNING:"
echo "The doxygen program you specified:"
echo "$efl_doxygen"
echo "was not found. Please check the path and make sure "
echo "the program exists and is executable."
AC_MSG_WARN([Warning: no doxygen detected. Documentation will not be built])
fi
],
[AC_CHECK_PROG([efl_have_doxygen],
[${efl_doxygen}],
[yes],
[no])
if test "x${efl_have_doxygen}" = "xno" ; then
echo "WARNING:"
echo "The doxygen program was not found in your execute"
echo "You may have doxygen installed somewhere not covered by your path."
echo ""
echo "If this is the case make sure you have the packages installed, AND"
echo "that the doxygen program is in your execute path (see your"
echo "shell manual page on setting the \$PATH environment variable), OR"
echo "alternatively, specify the program to use with --with-doxygen."
AC_MSG_WARN([Warning: no doxygen detected. Documentation will not be built])
fi
]
)
fi
dnl
dnl Substitution
dnl
AC_SUBST([efl_doxygen])
if ! test "x${efl_have_doxygen}" = "xyes" ; then
efl_enable_doc="no"
fi
AM_CONDITIONAL(EFL_BUILD_DOC, test "x${efl_enable_doc}" = "xyes")
if test "x${efl_enable_doc}" = "xyes" ; then
ifelse([$1], , :, [$1])
else
ifelse([$2], , :, [$2])
fi
])
dnl End of doxygen.m4

View File

@ -1,36 +0,0 @@
dnl Check for PATH_MAX in limits.h, and define a default value if not found
dnl This is a workaround for systems not providing PATH_MAX, like GNU/Hurd
dnl EFL_CHECK_PATH_MAX([DEFAULT_VALUE_IF_NOT_FOUND])
dnl
dnl If PATH_MAX is not defined in <limits.h>, defines it
dnl to DEFAULT_VALUE_IF_NOT_FOUND if it exists, or fallback
dnl to using 4096
AC_DEFUN([EFL_CHECK_PATH_MAX],
[
default_max=m4_default([$1], "4096")
AC_LANG_PUSH([C])
AC_MSG_CHECKING([for PATH_MAX in limits.h])
AC_COMPILE_IFELSE(
[AC_LANG_PROGRAM(
[[
#include <limits.h>
]],
[[
int i = PATH_MAX;
]])],
[AC_MSG_RESULT([yes])],
[
AC_DEFINE_UNQUOTED([PATH_MAX],
[${default_max}],
[default value since PATH_MAX is not defined])
AC_MSG_RESULT([no: using ${default_max}])
])
AC_LANG_POP([C])
])
dnl end of efl_path_max.m4

View File

@ -1,65 +0,0 @@
dnl Copyright (C) 2013 Cedric BAIL <cedric.bail at free dot fr>
dnl That code is public domain and can be freely used or copied.
dnl Macro for checking availability of tests and coverage infra structure
dnl Usage: EFL_TESTS(profile)
dnl Valid profile are auto, tests, coverage, no
dnl Call PKG_CHECK_MODULES, AC_CHECK_PROG, define CHECK_CFLAGS/CHECK_LIBS and modify CFLAGS/LIBS
dnl It define EFL_HAVE_TESTS/EFL_HAVE_LCOV for use in Makefile.am
dnl It set have_test and have_coverage to yes/no depending if found
AC_DEFUN([EFL_TESTS],
[
build_tests=$1
case "${build_tests}" in
auto)
check_tests="auto"
check_coverage="auto"
;;
tests)
check_tests="yes"
check_coverage="auto"
;;
coverage)
check_tests="yes"
check_coverage="yes"
;;
no)
check_tests="no"
check_coverage="no"
;;
*)
AC_MSG_ERROR([Unknow tests profile])
esac
have_tests="no"
if test "x${check_tests}" = "xyes" -o "x${check_tests}" = "xauto"; then
PKG_CHECK_MODULES([CHECK], [check >= 0.9.5], [have_tests="yes"], [have_tests="no"])
if test "${check_tests}" = "xyes" -a "x${have_tests}" = "xno"; then
AC_MSG_ERROR([Impossible to find check package to build tests])
fi
fi
if test "x${have_tests}" = "xyes"; then
if test "x${check_coverage}" = "xyes" -o "x${check_coverage}" = "xauto"; then
AC_CHECK_PROG([have_lcov], [lcov], [yes], [no])
if test "x${have_lcov}" = "xyes" ; then
CFLAGS="${CFLAGS} -fprofile-arcs -ftest-coverage"
LIBS="${LIBS} -lgcov"
fi
if test "x${have_lcov}" = "xno" -a "x${check_coverage}" = "xyes"; then
AC_MSG_ERROR([Impossible to find lcov package to build with coverage support])
fi
else
have_coverage="no"
fi
else
have_coverage="no"
fi
AM_CONDITIONAL([EFL_HAVE_TESTS], [test "x${have_tests}" = "xyes"])
AM_CONDITIONAL([EFL_HAVE_LCOV], [test "x${have_lcov}" = "xyes"])
])

View File

@ -0,0 +1,36 @@
##### Project
project('${edi_name}', 'c',
version : '0.0.1',
meson_version : '>= 0.40.0')
efl_version = '>= 1.22.0'
cfg = configuration_data()
host_os = host_machine.system()
deps_os = declare_dependency(link_args : [] )
if host_os == 'freebsd'
deps_os = declare_dependency(link_args : ['-I/usr/local/include', '-lintl'])
endif
deps = dependency('elementary', version: efl_version)
##### dir locations
dir_prefix = get_option('prefix')
dir_bin = join_paths(dir_prefix, get_option('bindir'))
dir_lib = join_paths(dir_prefix, get_option('libdir'))
dir_data = join_paths(dir_prefix, get_option('datadir'))
dir_locale = join_paths(dir_prefix, get_option('localedir'))
subdir('data')
subdir('po')
subdir('src')
##### config.h
cfg.set('HAVE_CONFIG_H', 1)
cfg.set_quoted('PACKAGE', '${edi_name}')
cfg.set_quoted('PACKAGE_VERSION', meson.project_version())
cfg.set_quoted('PACKAGE_DATA_DIR', join_paths(dir_data, '${edi_name}'))
configure_file(output: 'config.h', configuration: cfg)

View File

@ -0,0 +1,6 @@
i18n = import('i18n')
i18n.gettext('${edi_name}')
cfg.set('ENABLE_NLS', 1)
cfg.set_quoted('LOCALEDIR', join_paths(get_option('prefix'), get_option('localedir')))

View File

@ -1,4 +0,0 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = lib bin tests

View File

@ -1,10 +1,4 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
/* NOTE: Respecting header order is important for portability.
* Always put system first, then EFL, then your public header,
* and finally your private one. */
#if ENABLE_NLS
# include <libintl.h>
@ -13,8 +7,6 @@
#include <Ecore_Getopt.h>
#include <Elementary.h>
#include "${Edi_Name}.h"
#include "${edi_name}_private.h"
#define COPYRIGHT "Copyright © ${Edi_Year} ${Edi_User} <${Edi_Email}> and various contributors (see AUTHORS)."
@ -46,6 +38,7 @@ ${edi_name}_win_setup(void)
elm_win_resize_object_add(win, label);
evas_object_resize(win, 300 * elm_config_scale_get(),
200 * elm_config_scale_get());
elm_win_center(win, EINA_TRUE, EINA_TRUE);
evas_object_show(win);
@ -91,8 +84,6 @@ elm_main(int argc EINA_UNUSED, char **argv EINA_UNUSED)
textdomain(PACKAGE);
#endif
${edi_name}_init();
args = ecore_getopt_parse(&optdesc, values, argc, argv);
if (args < 0)
{
@ -109,12 +100,9 @@ elm_main(int argc EINA_UNUSED, char **argv EINA_UNUSED)
if (!(win = ${edi_name}_win_setup()))
goto end;
${edi_name}_library_call();
elm_run();
end:
${edi_name}_shutdown();
elm_shutdown();
return 0;

View File

@ -1,19 +0,0 @@
MAINTAINERCLEANFILES = Makefile.in
bin_PROGRAMS = ${edi_name}
AM_CPPFLAGS = -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
-I$(top_builddir)/src/bin/ \
-I$(top_srcdir)/src/bin/ \
-I$(top_builddir)/src/lib/ \
-I$(top_srcdir)/src/lib/ \
@EFL_CFLAGS@
${edi_name}_SOURCES = ${edi_name}_main.c
${edi_name}_LDADD = @EFL_LIBS@ $(top_builddir)/src/lib/lib${edi_name}.la
localedir = $(datadir)/locale
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
EXTRA_DIST = ${edi_name}_private.h

View File

@ -0,0 +1,11 @@
inc = include_directories('.', '../..')
executable('${edi_name}', [
'${edi_name}_main.c',
'${edi_name}_private.h',
'gettext.h'
],
include_directories: inc,
dependencies: [ deps, deps_os ],
gui_app : true,
install : true)

View File

@ -1,111 +0,0 @@
#ifndef ${EDI_NAME}_H_
# define ${EDI_NAME}_H_
#include <Elementary.h>
#ifdef EAPI
# undef EAPI
#endif
#ifdef _WIN32
# ifdef EFL_${EDI_NAME}_BUILD
# ifdef DLL_EXPORT
# define EAPI __declspec(dllexport)
# else
# define EAPI
# endif /* ! DLL_EXPORT */
# else
# define EAPI __declspec(dllimport)
# endif /* ! EFL_${EDI_NAME}_BUILD */
#else
# ifdef __GNUC__
# if __GNUC__ >= 4
# define EAPI __attribute__ ((visibility("default")))
# else
# define EAPI
# endif
# else
# define EAPI
# endif
#endif /* ! _WIN32 */
#ifdef __cplusplus
extern "C" {
#endif
/**
* @file
* @brief These routines are used for ${Edi_Name} library interaction.
*/
/**
* @brief Init / shutdown functions.
* @defgroup Init Init / Shutdown
*
* @{
*
* Functions of obligatory usage, handling proper initialization
* and shutdown routines.
*
* Before the usage of any other function, ${Edi_Name} should be properly
* initialized with @ref ${edi_name}_init() and the last call to ${Edi_Name}'s
* functions should be @ref ${edi_name}_shutdown(), so everything will
* be correctly freed.
*
* ${Edi_Name} logs everything with Eina Log, using the "${edi_name}" log domain.
*
*/
/**
* Initialize ${Edi_Name}.
*
* Initializes ${Edi_Name}, its dependencies and modules. Should be the first
* function of ${Edi_Name} to be called.
*
* @return The init counter value.
*
* @see ${edi_name}_shutdown().
*
* @ingroup Init
*/
EAPI int ${edi_name}_init(void);
/**
* Shutdown ${Edi_Name}
*
* Shutdown ${Edi_Name}. If init count reaches 0, all the internal structures will
* be freed. Any ${Edi_Name} library call after this point will leads to an error.
*
* @return ${Edi_Name}'s init counter value.
*
* @see ${edi_name}_init().
*
* @ingroup Init
*/
EAPI int ${edi_name}_shutdown(void);
/**
* @}
*/
/**
* @brief Main group API that wont do anything
* @defgroup Main Main
*
* @{
*
* @brief A function that doesn't do any good nor any bad
*
* @ingroup Main
*/
EAPI void ${edi_name}_library_call(void);
/**
* @}
*/
#ifdef __cplusplus
}
#endif
#endif /* ${EDI_NAME}_H_ */

View File

@ -1,64 +0,0 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "${Edi_Name}.h"
#include "${edi_name}_private.h"
static int _${edi_name}_init = 0;
int _${edi_name}_lib_log_dom = -1;
EAPI int
${edi_name}_init(void)
{
_${edi_name}_init++;
if (_${edi_name}_init > 1) return _${edi_name}_init;
eina_init();
_${edi_name}_lib_log_dom = eina_log_domain_register("${edi_name}", EINA_COLOR_CYAN);
if (_${edi_name}_lib_log_dom < 0)
{
EINA_LOG_ERR("${Edi_Name} can not create its log domain.");
goto shutdown_eina;
}
// Put here your initialization logic of your library
eina_log_timing(_${edi_name}_lib_log_dom, EINA_LOG_STATE_STOP, EINA_LOG_STATE_INIT);
return _${edi_name}_init;
shutdown_eina:
eina_shutdown();
_${edi_name}_init--;
return _${edi_name}_init;
}
EAPI int
${edi_name}_shutdown(void)
{
_${edi_name}_init--;
if (_${edi_name}_init != 0) return _${edi_name}_init;
eina_log_timing(_${edi_name}_lib_log_dom,
EINA_LOG_STATE_START,
EINA_LOG_STATE_SHUTDOWN);
// Put here your shutdown logic
eina_log_domain_unregister(_${edi_name}_lib_log_dom);
_${edi_name}_lib_log_dom = -1;
eina_shutdown();
return _${edi_name}_init;
}
EAPI void
${edi_name}_library_call(void)
{
INF("Not really doing anything useful.");
}

View File

@ -1,27 +0,0 @@
#ifndef ${EDI_NAME}_PRIVATE_H
# define ${EDI_NAME}_PRIVATE_H
extern int _${edi_name}_lib_log_dom;
#ifdef ERR
# undef ERR
#endif
#define ERR(...) EINA_LOG_DOM_ERR(_${edi_name}_lib_log_dom, __VA_ARGS__)
#ifdef INF
# undef INF
#endif
#define INF(...) EINA_LOG_DOM_INFO(_${edi_name}_lib_log_dom, __VA_ARGS__)
#ifdef WRN
# undef WRN
#endif
#define WRN(...) EINA_LOG_DOM_WARN(_${edi_name}_lib_log_dom, __VA_ARGS__)
#ifdef CRIT
# undef CRIT
#endif
#define CRIT(...) EINA_LOG_DOM_CRIT(_${edi_name}_lib_log_dom, __VA_ARGS__)
#ifdef DBG
# undef DBG
#endif
#define DBG(...) EINA_LOG_DOM_DBG(_${edi_name}_lib_log_dom, __VA_ARGS__)
#endif

View File

@ -1,20 +0,0 @@
MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = \
-I$(top_srcdir)/src/lib \
-I$(top_builddir)/src/lib \
-DPACKAGE_LIB_DIR=\"$(libdir)\" \
-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
@EFL_CFLAGS@ \
-DEFL_${EDI_NAME}_BUILD
lib_LTLIBRARIES = lib${edi_name}.la
includes_HEADERS = ${Edi_Name}.h
includesdir = $(includedir)/${edi_name}-@VMAJ@
lib${edi_name}_la_SOURCES = \
${efl_name}_private.h \
${edi_name}.c
lib${edi_name}_la_LIBADD = @EFL_LIBS@ -lm
lib${edi_name}_la_LDFLAGS = -no-undefined @EFL_LTLIBRARY_FLAGS@

View File

@ -0,0 +1 @@
subdir('bin')

View File

@ -1,20 +0,0 @@
MAINTAINERCLEANFILES = Makefile.in
CLEANFILES = check-results.xml
if EFL_HAVE_TESTS
check_PROGRAMS = ${edi_name}_tests
${edi_name}_tests_SOURCES = test_${edi_name}.c
${edi_name}_tests_CPPFLAGS = -I$(top_builddir)/src/lib/ \
-I$(top_srcdir)/src/lib \
-DPACKAGE_TESTS_DIR=\"$(top_srcdir)/src/tests/\" \
-DPACKAGE_BUILD_DIR=\"`pwd`/$(top_builddir)/src/tests/\" \
@EFL_CFLAGS@ \
@CHECK_CFLAGS@
${edi_name}_tests_LDADD = @CHECK_LIBS@ $(top_builddir)/src/lib/lib${edi_name}.la
${edi_name}_tests_DEPENDENCIES = $(top_builddir)/src/lib/lib${edi_name}.la
endif
EXTRA_DIST = test_${edi_name}.c

View File

@ -1,124 +0,0 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <Ecore_Getopt.h>
#include <check.h>
#include "${Edi_Name}.h"
#define COPYRIGHT "Copyright © ${Edi_Year} ${Edi_User} <${Edi_Email}> and various contributors (see AUTHORS)."
static void ${edi_name}_test_basic(TCase *tc);
static const struct {
const char *name;
void (*build)(TCase *tc);
} tests[] = {
{ "basic", ${edi_name}_test_basic }
};
START_TEST(${edi_name}_initialization)
{
fail_if(${edi_name}_init() != 1);
${edi_name}_library_call();
fail_if(${edi_name}_shutdown() != 0);
}
END_TEST
static void
${edi_name}_test_basic(TCase *tc)
{
tcase_add_test(tc, ${edi_name}_initialization);
}
static const Ecore_Getopt optdesc = {
"${edi_name}",
"%prog [options]",
PACKAGE_VERSION,
COPYRIGHT,
"BSD with advertisement clause",
"An EFL ${edi_name} program",
0,
{
ECORE_GETOPT_STORE_TRUE('l', "list", "list available tests"),
ECORE_GETOPT_STORE_STR('t', "test", "test to run"),
ECORE_GETOPT_LICENSE('L', "license"),
ECORE_GETOPT_COPYRIGHT('C', "copyright"),
ECORE_GETOPT_VERSION('V', "version"),
ECORE_GETOPT_HELP('h', "help"),
ECORE_GETOPT_SENTINEL
}
};
int
main(int argc EINA_UNUSED, char **argv EINA_UNUSED)
{
Suite *s;
SRunner *sr;
TCase *tc = NULL;
char *test = NULL;
unsigned int i;
int failed_count = -1;
int args;
Eina_Bool quit_option = EINA_FALSE;
Eina_Bool list_option = EINA_FALSE;
Ecore_Getopt_Value values[] = {
ECORE_GETOPT_VALUE_BOOL(list_option),
ECORE_GETOPT_VALUE_STR(test),
ECORE_GETOPT_VALUE_BOOL(quit_option),
ECORE_GETOPT_VALUE_BOOL(quit_option),
ECORE_GETOPT_VALUE_BOOL(quit_option),
ECORE_GETOPT_VALUE_BOOL(quit_option),
ECORE_GETOPT_VALUE_NONE
};
eina_init();
args = ecore_getopt_parse(&optdesc, values, argc, argv);
if (args < 0)
{
EINA_LOG_CRIT("Could not parse arguments.");
goto end;
}
else if (quit_option)
{
goto end;
}
else if (list_option)
{
fprintf(stdout, "Available tests :\n");
for (i = 0; i < sizeof (tests) / sizeof (tests[0]); i++)
fprintf(stdout, "\t%s\n", tests[i].name);
goto end;
}
s = suite_create("${Edi_Name}");
for (i = 0; i < sizeof (tests) / sizeof (tests[0]); i++)
{
if (test && strcmp(tests[i].name, test))
continue ;
tc = tcase_create(tests[i].name);
tcase_set_timeout(tc, 0);
tests[i].build(tc);
suite_add_tcase(s, tc);
}
sr = srunner_create(s);
srunner_set_xml(sr, PACKAGE_BUILD_DIR "/check-results.xml");
srunner_run_all(sr, CK_ENV);
failed_count = srunner_ntests_failed(sr);
srunner_free(sr);
end:
eina_shutdown();
return (failed_count == 0) ? 0 : 255;
}

View File

@ -7,7 +7,7 @@ collections {
item: "title" "C EFL Project";
item: "path" "eflproject";
item: "description"
"Begin your C programming EFL project. All content is freely modifiable and distributable and licensed in the public-domain.<br><br>Happy hacking!";
"Begin your C programming EFL project. All content is freely modifiable and distributable and licensed in the public-domain.";
}
parts {

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

BIN
data/icons/dialog-error.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

BIN
data/icons/document-new.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
data/icons/edit-clear.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
data/icons/edit-copy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
data/icons/edit-cut.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
data/icons/edit-delete.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
data/icons/edit-find.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
data/icons/edit-paste.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
data/icons/edit-redo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
data/icons/edit-undo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
data/icons/empty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
data/icons/folder-new.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
data/icons/folder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
data/icons/go-down.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 662 B

BIN
data/icons/go-home.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
data/icons/go-jump.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
data/icons/go-up.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 625 B

BIN
data/icons/help-about.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

BIN
data/icons/mail-send.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

BIN
data/icons/media-record.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

19
data/icons/meson.build Normal file
View File

@ -0,0 +1,19 @@
install_data(['document-new.png', 'window-close.png', 'window-close.png',
'document-save.png', 'edit-undo.png', 'edit-redo.png',
'edit-cut.png', 'edit-copy.png', 'edit-paste.png',
'edit-find-replace.png', 'go-jump.png', 'system-run.png',
'media-record.png', 'media-playback-start.png', 'media-playback-stop.png',
'utilities-terminal.png', 'help-about.png', 'preferences-desktop.png',
'go-up.png', 'go-down.png', 'folder.png', 'folder-new.png',
'application-exit.png', 'edit-find.png', 'window-new.png',
'object-flip-horizontal.png', 'object-flip-vertical.png',
'edit-clear.png','applications-electronics.png', 'mail-send.png',
'dialog-error.png', 'go-home.png', 'network-server.png',
'edit-delete.png', 'text-x-generic.png', 'text-x-csrc.png',
'image-x-generic.png', 'empty.png',
'document-save-as.png', 'dialog-question.png', 'dialog-error.png',
'dialog-information.png',
],
install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'edi', 'icons')
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

BIN
data/icons/system-run.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
data/icons/text-x-csrc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
data/icons/window-close.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
data/icons/window-new.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1,5 +1,6 @@
subdir('desktop')
subdir('images')
subdir('icons')
subdir('extra/templates')
subdir('extra/examples')
subdir('themes')

View File

@ -45,8 +45,8 @@ color_classes {
color_class { name: "elm/code/token/number"; color: 42 161 152 255; }
color_class { name: "elm/code/token/brace"; color: 101 123 131 255; }
color_class { name: "elm/code/token/type"; color: 181 137 0 255; }
color_class { name: "elm/code/token/class"; color: 255 255 255 255; }
color_class { name: "elm/code/token/function"; color: 255 255 255 255; }
color_class { name: "elm/code/token/class"; color: 88 110 117 255; }
color_class { name: "elm/code/token/function"; color: 88 110 117 255; }
color_class { name: "elm/code/token/param"; color: 133 153 0 255; }
color_class { name: "elm/code/token/keyword"; color: 133 153 0 255; }
color_class { name: "elm/code/token/preprocessor"; color: 203 75 22 255; }

View File

@ -1,14 +1,15 @@
project(
'edi', 'c',
version : '0.7.0',
version : '0.8.99',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version : '>= 0.39.0')
meson_version : '>= 0.50.0')
add_global_arguments('-DHAVE_CONFIG_H=1', '-DHAVE_CONFIG=1', language: 'c')
config_h = configuration_data()
config_h.set_quoted('PACKAGE' , meson.project_name())
config_h.set_quoted('PACKAGE_VERSION' , meson.project_version())
config_h.set_quoted('PACKAGE_COPYRIGHT', 'Copyright (c) 2014-2019. EDI Authors (see AUTHORS).')
config_h.set_quoted('PACKAGE_URL' , 'https://www.enlightenment.org')
config_h.set_quoted('PACKAGE_TARNAME' , meson.project_name())
config_h.set_quoted('PACKAGE_BUGREPORT', 'enlightenment-devel@lists.sourceforge.net')
@ -22,13 +23,18 @@ config_h.set_quoted('PACKAGE_DOC_DIR', join_paths(get_option('prefix'), get_opti
config_h.set_quoted('EFL_BETA_API_SUPPORT' , '1')
elm = dependency('elementary', version : '>=1.21.1')
elm = dependency('elementary', version : '>=1.24.0')
top_inc = include_directories('.')
host_os = host_machine.system()
deps_os = declare_dependency(link_args : [] )
if host_os == 'openbsd' or host_os == 'freebsd' or host_os == 'dragonfly'
deps_os = declare_dependency(link_args : [ '-lkvm' ])
endif
cc = meson.get_compiler('c')
config_h.set_quoted('EFL_CFLAGS', run_command(find_program('pkg-config'), '--libs', '--cflags', 'elementary').stdout().strip())
intl = cc.find_library('intl', required : false)
@ -43,7 +49,7 @@ endif
opt_clang_header_dir = get_option('libclang-headerdir')
opt_clang_link_dir = get_option('libclang-libdir')
if build_machine.system() == 'darwin'
if host_os == 'darwin'
if opt_clang_header_dir == ''
opt_clang_header_dir = '/usr/local/opt/llvm/include'
endif
@ -52,6 +58,7 @@ if build_machine.system() == 'darwin'
endif
endif
if get_option('libclang') == true
#check for the header

View File

@ -1,6 +1,6 @@
# Maintainer: Enlightenment Developers <enlightenment-devel@enlightenment.org>
pkgname='edi-git'
pkgver=0.7.0.0001
pkgver=0.7.1.0001
pkgrel=1
pkgdesc="Efl based IDE - GIT development snapshot"
arch=('i686' 'x86_64' 'arm')

View File

@ -0,0 +1,3 @@
fr
it
ka

892
po/fr.po Normal file
View File

@ -0,0 +1,892 @@
# French translation for Edi.
# This file is distributed under the same license as the edi package.
# similar <similar@orange.fr>, 2022.
#
msgid ""
msgstr ""
"Project-Id-Version: edi\n"
"Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2017-12-23 21:59+0000\n"
"PO-Revision-Date: 2022-01-02 17:05+0100\n"
"Last-Translator: Philippe Jean Guillaumie <similar@orange.fr>\n"
"Language-Team: French\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 3.0.1\n"
#: src/bin/mainview/edi_mainview.c:574
#: src/bin/mainview/edi_mainview_panel.c:584 src/bin/screens/edi_screens.c:121
#: src/bin/screens/edi_screens.c:162 src/bin/screens/edi_welcome.c:79
#: src/bin/screens/edi_file_screens.c:29 src/bin/edi_scm_ui.c:105
msgid "OK"
msgstr "OK"
#: src/bin/mainview/edi_mainview.c:601
msgid "Please enter a valid search term."
msgstr "Entrez un terme de recherche valide."
#: src/bin/mainview/edi_mainview.c:635
msgid "Search for (whole project)"
msgstr "Rechercher (projet entier)"
#: src/bin/mainview/edi_mainview.c:641
msgid "Please enter a term to search for within<br> the whole project.<br>"
msgstr "Entrez un terme pour la recherche dans<br>l'ensemble du projet.<br>"
#: src/bin/mainview/edi_mainview.c:663 src/bin/mainview/edi_mainview.c:772
#: src/bin/mainview/edi_mainview_panel.c:850
#: src/bin/editor/edi_editor_search.c:531
#: src/bin/screens/edi_file_screens.c:232
#: src/bin/screens/edi_file_screens.c:293
#: src/bin/screens/edi_file_screens.c:354 src/bin/edi_scm_ui.c:874
msgid "Cancel"
msgstr "Annuler"
#: src/bin/mainview/edi_mainview.c:669 src/bin/mainview/edi_mainview.c:740
#: src/bin/editor/edi_editor_search.c:515 src/bin/edi_main.c:432
msgid "Search"
msgstr "Rechercher"
#: src/bin/mainview/edi_mainview.c:689
msgid "Please enter a valid search string."
msgstr "Entrez une chaîne de recherche valide."
#: src/bin/mainview/edi_mainview.c:696
msgid "Please enter a valid replace string."
msgstr "Entrez une chaîne de remplacement valide."
#: src/bin/mainview/edi_mainview.c:702
msgid "Strings cannot match."
msgstr "Pas de correspondance possible."
#: src/bin/mainview/edi_mainview.c:724
msgid "Search &amp; Replace"
msgstr "Chercher &amp; Remplacer"
#: src/bin/mainview/edi_mainview.c:729
msgid "Replace all occurences of text within <br>the whole project.<br>"
msgstr ""
"Remplacer toutes les occurrences du texte pour <br>l'ensemble du projet.<br>"
#: src/bin/mainview/edi_mainview.c:753 src/bin/mainview/edi_mainview.c:779
#: src/bin/editor/edi_editor_search.c:523
msgid "Replace"
msgstr "Remplacer"
#: src/bin/mainview/edi_mainview_panel.c:552
msgid "Unrecognized file type"
msgstr "Type de fichier non reconnu"
#: src/bin/mainview/edi_mainview_panel.c:569
msgid ""
"To force open, select this file in the file browser, <br>and use \"open as\" "
"menu options."
msgstr ""
"Pour forcer l'ouverture, sélectionnez ce fichier dans le gestionnaire de "
"fichiers, <br>et utilisez l'option « ouvrir en tant que » du menu."
#: src/bin/mainview/edi_mainview_panel.c:824
msgid "Enter line number"
msgstr "Entrer le numéro de ligne"
#: src/bin/mainview/edi_mainview_panel.c:856
msgid "Go"
msgstr "Aller"
#: src/bin/editor/edi_editor_documentation.c:63
msgid "Parameters"
msgstr "Paramètres"
#: src/bin/editor/edi_editor_documentation.c:66
msgid "Returns"
msgstr "Retours"
#: src/bin/editor/edi_editor_documentation.c:69
msgid "See also"
msgstr "Voir aussi"
#: src/bin/editor/edi_editor_documentation.c:140
msgid "No help available for this term"
msgstr "Aucune aide disponible pour ce terme"
#: src/bin/editor/edi_editor_documentation.c:162 src/bin/edi_main.c:1189
#: src/bin/edi_main.c:1272
msgid "Close"
msgstr "Fermer"
#: src/bin/editor/edi_editor.c:76
msgid "Confirmation"
msgstr "Confirmation"
#: src/bin/editor/edi_editor.c:95
msgid ""
"File contents have changed. Would you like to reload <br> the contents of "
"this file?"
msgstr ""
"Le contenu du fichier a changé. Voulez-vous recharger<br> le contenu de ce "
"fichier ?"
#: src/bin/editor/edi_editor.c:110
msgid "Reload"
msgstr "Recharger"
#: src/bin/editor/edi_editor.c:115
msgid "No, continue editing"
msgstr "Non, continuer l'édition"
#: src/bin/editor/edi_editor.c:870
#, c-format
msgid "Line:%d, Column:%d"
msgstr "Ligne :%d, Colonne :%d"
#: src/bin/editor/edi_editor_search.c:463
msgid "Search term"
msgstr "Rechercher un terme"
#: src/bin/editor/edi_editor_search.c:478
msgid "Replace term"
msgstr "Remplacer un terme"
#: src/bin/editor/edi_editor_search.c:505
msgid "Reached end of file, starting from beginning"
msgstr "Fin de fichier atteinte, reprise au début"
#: src/bin/editor/edi_editor_search.c:509
msgid "Wrap search?"
msgstr "Recherche en boucle ?"
#: src/bin/screens/edi_screens.c:40
msgid "Confirmation required"
msgstr "Confirmation requise"
#: src/bin/screens/edi_screens.c:72
msgid "Yes"
msgstr "Oui"
#: src/bin/screens/edi_screens.c:78
msgid "No"
msgstr "Non"
#: src/bin/screens/edi_screens.c:150
#, c-format
msgid "No %s binary found, please install %s."
msgstr "Fichier binaire %s introuvable, veuillez installer %s."
#: src/bin/screens/edi_screens.c:153
msgid "Unable to launch SCM binary"
msgstr "Lancement du logiciel de gestion de versions impossible"
#: src/bin/screens/edi_welcome.c:87
msgid "Delete"
msgstr "Supprimer"
#: src/bin/screens/edi_welcome.c:102
msgid "That project directory no longer exists"
msgstr "Ce répertoire de projet n'existe plus"
#: src/bin/screens/edi_welcome.c:142
msgid "Choose a Project Folder"
msgstr "Choisir un dossier de projet"
#: src/bin/screens/edi_welcome.c:179
msgid "Select folder"
msgstr "Choisir un dossier"
#: src/bin/screens/edi_welcome.c:365 src/bin/screens/edi_welcome.c:619
msgid "Parent Path"
msgstr "Chemin du parent"
#: src/bin/screens/edi_welcome.c:366 src/bin/screens/edi_welcome.c:620
msgid "Project Name"
msgstr "Nom du projet"
#: src/bin/screens/edi_welcome.c:367
msgid "Project URL"
msgstr "URL du projet"
#: src/bin/screens/edi_welcome.c:369 src/bin/screens/edi_welcome.c:371
msgid "Creator Name"
msgstr "Nom du créateur"
#: src/bin/screens/edi_welcome.c:372
msgid "Creator Email"
msgstr "Courriel du créateur"
#: src/bin/screens/edi_welcome.c:375 src/bin/screens/edi_file_screens.c:299
#: src/bin/screens/edi_file_screens.c:360
msgid "Create"
msgstr "Création"
#: src/bin/screens/edi_welcome.c:382 src/bin/screens/edi_welcome.c:800
msgid "Create New Project"
msgstr "Créer un nouveau projet"
#: src/bin/screens/edi_welcome.c:521
msgid "Choose"
msgstr "Choisir"
#: src/bin/screens/edi_welcome.c:530
msgid "Select Project Type"
msgstr "Sélectionner le type de projet"
#: src/bin/screens/edi_welcome.c:546
msgid "Unable to clone project, please check URL or try again later"
msgstr "Impossible de cloner le projet, vérifiez l'URL ou réessayez plus tard"
#: src/bin/screens/edi_welcome.c:618
msgid "Source Control URL"
msgstr "URL du dépôt"
#: src/bin/screens/edi_welcome.c:629
msgid "Checkout"
msgstr "Checkout"
#: src/bin/screens/edi_welcome.c:641 src/bin/screens/edi_welcome.c:804
msgid "Checkout Existing Project"
msgstr "Checkout d'un projet existant"
#: src/bin/screens/edi_welcome.c:745
msgid "Welcome to Edi"
msgstr "Bienvenue dans Edi"
#: src/bin/screens/edi_welcome.c:771
msgid "Recent Projects"
msgstr "Projets récents"
#: src/bin/screens/edi_welcome.c:780
msgid "Open Existing Project"
msgstr "Ouvrir un projet existant"
#: src/bin/screens/edi_welcome.c:809
msgid "Choose Project"
msgstr "Choisir un projet"
#: src/bin/screens/edi_file_screens.c:63
msgid "Please enter a file name."
msgstr "Entrez un nom de fichier."
#: src/bin/screens/edi_file_screens.c:80
msgid "Unable to write file."
msgstr "Écriture du fichier impossible."
#: src/bin/screens/edi_file_screens.c:105
msgid "Please enter a directory name."
msgstr "Entrez un nom de répertoire."
#: src/bin/screens/edi_file_screens.c:140
msgid "Please enter a valid name."
msgstr "Entrez un nom valide."
#: src/bin/screens/edi_file_screens.c:151
msgid "Directory with that name already exists."
msgstr "Il existe déjà un répertoire de ce nom."
#: src/bin/screens/edi_file_screens.c:153
msgid "File with that name already exists."
msgstr "Il existe déjà un fichier de ce nom."
#: src/bin/screens/edi_file_screens.c:187
msgid "Rename directory"
msgstr "Renommer le dossier"
#: src/bin/screens/edi_file_screens.c:190
msgid "Rename file"
msgstr "Renommer le fichier"
#: src/bin/screens/edi_file_screens.c:196
msgid "Please enter a new name for this directory."
msgstr "Entrez un nouveau nom pour ce répertoire."
#: src/bin/screens/edi_file_screens.c:198
msgid "Please enter a new name for this file."
msgstr "Entrez un nouveau nom pour ce fichier."
#: src/bin/screens/edi_file_screens.c:239
msgid "Rename"
msgstr "Renommer"
#: src/bin/screens/edi_file_screens.c:256
msgid "Enter new file name"
msgstr "Entrez un nouveau nom de fichier"
#: src/bin/screens/edi_file_screens.c:266
msgid "Please enter a name for this new file."
msgstr "Entrez un nom pour ce nouveau fichier."
#: src/bin/screens/edi_file_screens.c:318
msgid "Enter new directory name"
msgstr "Entrez un nouveau nom de répertoire"
#: src/bin/screens/edi_file_screens.c:327
msgid "Please enter a name for this new directory."
msgstr "Entrez un nom pour ce nouveau répertoire."
#: src/bin/screens/edi_settings.c:125 src/bin/screens/edi_settings.c:234
msgid "Font"
msgstr "Police"
#: src/bin/screens/edi_settings.c:223 src/bin/screens/edi_settings.c:854
msgid "Display"
msgstr "Affichage"
#: src/bin/screens/edi_settings.c:253
msgid "Color theme"
msgstr "Jeu de couleurs"
#: src/bin/screens/edi_settings.c:291
msgid "Translucent"
msgstr "Transparence"
#: src/bin/screens/edi_settings.c:307
msgid "Alpha"
msgstr "Opacité"
#: src/bin/screens/edi_settings.c:329
msgid "Hide Toolbar"
msgstr "Cacher la barre d'outils"
#: src/bin/screens/edi_settings.c:346
msgid "Editor"
msgstr "Éditeur"
#: src/bin/screens/edi_settings.c:357
msgid "Display whitespace"
msgstr "Afficher les espaces blancs"
#: src/bin/screens/edi_settings.c:372
msgid "Line width marker"
msgstr "Marqueur de largeur de ligne"
#: src/bin/screens/edi_settings.c:391
msgid "Tabstop"
msgstr "Tabulation"
#: src/bin/screens/edi_settings.c:497
msgid "Builds"
msgstr "Constructions"
#: src/bin/screens/edi_settings.c:508
msgid "Runtime binary"
msgstr "Binaire d'exécution"
#: src/bin/screens/edi_settings.c:520
msgid "Select"
msgstr "Sélectionner"
#: src/bin/screens/edi_settings.c:541
msgid "Runtime arguments"
msgstr "Arguments d'exécution"
#: src/bin/screens/edi_settings.c:560
msgid "Default debugger"
msgstr "Débogueur par défaut"
#: src/bin/screens/edi_settings.c:656
msgid "Project Settings"
msgstr "Paramètres du projet"
#: src/bin/screens/edi_settings.c:668
msgid "Author Name"
msgstr "Nom de l'auteur"
#: src/bin/screens/edi_settings.c:686
msgid "Author E-mail"
msgstr "Courriel de l'auteur"
#: src/bin/screens/edi_settings.c:708 src/bin/edi_filepanel.c:481
msgid "Source Control"
msgstr "Contrôle des sources"
#: src/bin/screens/edi_settings.c:724
msgid "Remote URL"
msgstr "URL distante"
#: src/bin/screens/edi_settings.c:772 src/bin/screens/edi_settings.c:862
msgid "Behaviour"
msgstr "Comportement"
#: src/bin/screens/edi_settings.c:776
msgid "Auto save files"
msgstr "Enregistrement automatique"
#: src/bin/screens/edi_settings.c:787
msgid "Trim trailing whitespace"
msgstr "Supprimer les espaces blancs"
#: src/bin/screens/edi_settings.c:807
msgid "Edi Settings"
msgstr "Paramètres d'Edi"
#: src/bin/screens/edi_settings.c:853 src/bin/edi_main.c:1227
msgid "Project"
msgstr "Projet"
#: src/bin/screens/edi_settings.c:861
msgid "Global"
msgstr "Général"
#: src/bin/screens/edi_about.c:34
#, c-format
msgid "About Edi %s"
msgstr "À propos d'Edi %s"
#: src/bin/screens/edi_about.c:86
msgid ""
"<br>EDI is an IDE designed to get people into coding for Unix.<br>It's based "
"on the <b>EFL</b> and written completely natively<br>to provide a "
"<i>responsive</i> and <i>beautiful</i> UI.<br>"
msgstr ""
"<br>EDI est un IDE conçu pour encourager les gens à coder pour Unix.<br>Il "
"est basé sur les <b>EFL</b> et écrit entièrement en natif<br>afin de fournir "
"une interface <i>agréable</i> et <i>réactive</i>.<br>"
#: src/bin/screens/edi_about.c:95
msgid "<hilight>EDI's lovely authors</hilight>"
msgstr "<hilight>Les charmants auteurs d'EDI</hilight>"
#: src/bin/screens/edi_about.c:128 src/bin/edi_main.c:1237
msgid "Visit Website"
msgstr "Accéder au site"
#: src/bin/screens/edi_about.c:140
msgid "Report Issue"
msgstr "Rapport de bogue"
#: src/bin/screens/edi_about.c:152
msgid "Help Translate"
msgstr "Aider à traduire"
#: src/bin/screens/edi_about.c:164
msgid "Donate Now"
msgstr "Faire un don"
#: src/bin/language/edi_language_provider_c.c:156
msgid "C header"
msgstr "En-tête C"
#: src/bin/language/edi_language_provider_c.c:158
msgid "C source"
msgstr "Source C"
#: src/bin/language/edi_language_provider_python.c:32
msgid "Python source"
msgstr "Source Python"
#: src/bin/language/edi_language_provider_rust.c:32
msgid "Rust source"
msgstr "Source Rust"
#: src/bin/edi_filepanel.c:366 src/bin/edi_filepanel.c:423
#: src/bin/edi_filepanel.c:544
#, c-format
msgid "Are you sure you want to delete <hilight>%s</hilight> ?"
msgstr "Voulez-vous vraiment supprimer <hilight>%s</hilight> ?"
#: src/bin/edi_filepanel.c:463
msgid "Open"
msgstr "Ouvrir"
#: src/bin/edi_filepanel.c:464
msgid "Open in New Window"
msgstr "Ouvrir dans une nouvelle fenêtre"
#: src/bin/edi_filepanel.c:466
msgid "Open in New Panel"
msgstr "Ouvrir dans un nouvel onglet"
#: src/bin/edi_filepanel.c:468
msgid "Open as"
msgstr "Ouvrir en tant que"
#: src/bin/edi_filepanel.c:473
msgid "Open External"
msgstr "Ouvrir en externe"
#: src/bin/edi_filepanel.c:483 src/bin/edi_scm_ui.c:612
msgid "Stage Changes"
msgstr "Indexer modif. (Stage)"
#: src/bin/edi_filepanel.c:487 src/bin/edi_scm_ui.c:616
msgid "Unstage Changes"
msgstr "Désindexer modif. (Unstage)"
#: src/bin/edi_filepanel.c:492 src/bin/edi_filepanel.c:497
msgid "Rename File"
msgstr "Renommer le fichier"
#: src/bin/edi_filepanel.c:493 src/bin/edi_filepanel.c:498
msgid "Delete File"
msgstr "Supprimer le fichier"
#: src/bin/edi_filepanel.c:591
msgid "Create File here"
msgstr "Créer un fichier ici"
#: src/bin/edi_filepanel.c:592
msgid "Create Directory here"
msgstr "Créer un répertoire ici"
#: src/bin/edi_filepanel.c:594
msgid "Open Terminal here"
msgstr "Ouvrir un terminal ici"
#: src/bin/edi_filepanel.c:598
msgid "Rename Directory"
msgstr "Renommer le répertoire"
#: src/bin/edi_filepanel.c:600
msgid "Remove Directory"
msgstr "Supprimer le répertoire"
#: src/bin/edi_filepanel.c:729 src/bin/edi_scm_ui.c:292
msgid "Staged changes"
msgstr "Modif. indexées"
#: src/bin/edi_filepanel.c:740 src/bin/edi_scm_ui.c:303
msgid "Unstaged changes"
msgstr "Modif. non indexées"
#: src/bin/edi_filepanel.c:742 src/bin/edi_scm_ui.c:305
msgid "Untracked changes"
msgstr "Modif. non suivies"
#: src/bin/edi_filepanel.c:1143 src/bin/edi_main.c:1205
msgid "Find file"
msgstr "Rechercher un fichier"
#: src/bin/edi_build_main.c:63
#, c-format
msgid "Project created at path %s\n"
msgstr "Projet crée avec le chemin %s\n"
#: src/bin/edi_build_main.c:66
#, c-format
msgid "Unable to create project at path %s\n"
msgstr "Impossible de créer un projet avec le chemin %s\n"
#: src/bin/edi_build_main.c:77
#, c-format
msgid "Building \"%s\" target [%s] using [%s].\n"
msgstr "Construction de la cible « %s » [%s] en utilisant [%s].\n"
#: src/bin/edi_build_main.c:83
#, c-format
msgid "Target [%s] not supported for builder [%s].\n"
msgstr "Cible [%s] non prise en charge par le constructeur [%s].\n"
#: src/bin/edi_build_main.c:167
#, c-format
msgid "create requires 6 additional parameters:\n"
msgstr "les 6 paramètres suivants sont requis :\n"
#: src/bin/edi_build_main.c:181
#, c-format
msgid "Cowardly refusing to build unknown project type.\n"
msgstr "Difficile de construire un type de projet inconnu.\n"
#: src/bin/edi_build_main.c:197
#, c-format
msgid "Unrecognized build type - try build, clean, create or test.\n"
msgstr ""
"Type de build non reconnu : essayez construction, nettoyage, création ou "
"test.\n"
#: src/bin/edi_main.c:70
msgid "File path required"
msgstr "Chemin vers le fichier requis"
#: src/bin/edi_main.c:71
msgid "Please choose a file from the list."
msgstr "Choisissez un fichier dans la liste."
#: src/bin/edi_main.c:420
msgid "Logs"
msgstr "Journaux"
#: src/bin/edi_main.c:424
msgid "Console"
msgstr "Console"
#: src/bin/edi_main.c:428
msgid "Tests"
msgstr "Tests"
#: src/bin/edi_main.c:436
msgid "Tasks"
msgstr "Tâches"
#: src/bin/edi_main.c:440 src/bin/edi_main.c:1299
msgid "Debug"
msgstr "Déboguer"
#: src/bin/edi_main.c:564
msgid "Unable to launch"
msgstr "Lancement impossible"
#: src/bin/edi_main.c:565
msgid "No launch binary found, please configure in Settings."
msgstr ""
"Binaire d'exécution introuvable, veuillez le renseigner dans les Paramètres."
#: src/bin/edi_main.c:575
msgid "Unable to launch debugger"
msgstr "Lancement du débogueur impossible"
#: src/bin/edi_main.c:576
msgid "No debug binary found, please check system configuration and Settings."
msgstr ""
"Fichier binaire du débogueur introuvable, vérifiez la configuration du "
"système et les Paramètres."
#: src/bin/edi_main.c:587
msgid "Missing user information"
msgstr "Informations utilisateur manquantes"
#: src/bin/edi_main.c:588
msgid "No user information found, please configure in Settings."
msgstr ""
"Aucune information sur l'utilisateur n'a été trouvée, veuillez les "
"configurer dans les Paramètres."
#: src/bin/edi_main.c:695
msgid "Cowardly refusing to build unknown project type."
msgstr "Difficile de construire un type de projet inconnu..."
#: src/bin/edi_main.c:734
#, c-format
msgid "%s of project <b>%s</b> in %s failed with status code %d.\n"
msgstr "%s du projet <b>%s</b> dans %s a échoué avec le code de sortie %d.\n"
#: src/bin/edi_main.c:736
#, c-format
msgid "%s of project <b>%s</b> in %s was successful.\n"
msgstr "%s du projet <b>%s</b> dans %s a réussi.\n"
#: src/bin/edi_main.c:738
#, c-format
msgid "%s %s"
msgstr "%s %s"
#: src/bin/edi_main.c:738
msgid "Failed"
msgstr "Échec"
#: src/bin/edi_main.c:738
msgid "Passed"
msgstr "Réussite"
#: src/bin/edi_main.c:759 src/bin/edi_main.c:1218 src/bin/edi_main.c:1219
#: src/bin/edi_main.c:1296
msgid "Build"
msgstr "Construction"
#: src/bin/edi_main.c:773 src/bin/edi_main.c:1222
msgid "Clean"
msgstr "Nettoyage"
#: src/bin/edi_main.c:787 src/bin/edi_main.c:1220 src/bin/edi_main.c:1297
msgid "Test"
msgstr "Test"
#: src/bin/edi_main.c:1120
msgid "Are you sure you wish to stash these changes?"
msgstr "Voulez-vous vraiment remiser (stash) vos modifications ?"
#: src/bin/edi_main.c:1183
msgid "File"
msgstr "Fichier"
#: src/bin/edi_main.c:1184
msgid "New Project"
msgstr "Nouveau projet"
#: src/bin/edi_main.c:1186
msgid "New"
msgstr "Nouveau"
#: src/bin/edi_main.c:1187
msgid "New Directory"
msgstr "Nouveau répertoire"
#: src/bin/edi_main.c:1188 src/bin/edi_main.c:1271
msgid "Save"
msgstr "Enregistrer"
#: src/bin/edi_main.c:1190
msgid "Close all"
msgstr "Tout fermer"
#: src/bin/edi_main.c:1192 src/bin/edi_main.c:1304
msgid "Settings"
msgstr "Paramètres"
#: src/bin/edi_main.c:1194
msgid "Quit"
msgstr "Quitter"
#: src/bin/edi_main.c:1196
msgid "Edit"
msgstr "Éditer"
#: src/bin/edi_main.c:1197 src/bin/edi_main.c:1277
msgid "Undo"
msgstr "Annuler"
#: src/bin/edi_main.c:1198 src/bin/edi_main.c:1278
msgid "Redo"
msgstr "Rétablir"
#: src/bin/edi_main.c:1200 src/bin/edi_main.c:1283
msgid "Cut"
msgstr "Couper"
#: src/bin/edi_main.c:1201 src/bin/edi_main.c:1284
msgid "Copy"
msgstr "Copier"
#: src/bin/edi_main.c:1202 src/bin/edi_main.c:1285
msgid "Paste"
msgstr "Coller"
#: src/bin/edi_main.c:1204
msgid "Find & Replace"
msgstr "Rechercher & Remplacer"
#: src/bin/edi_main.c:1206 src/bin/edi_main.c:1291
msgid "Goto Line"
msgstr "Se rendre à une ligne"
#: src/bin/edi_main.c:1208
msgid "Find in project"
msgstr "Rechercher dans le projet"
#: src/bin/edi_main.c:1209
msgid "Replace in project"
msgstr "Remplacer dans le projet"
#: src/bin/edi_main.c:1211
msgid "View"
msgstr "Vue"
#: src/bin/edi_main.c:1212
msgid "New Window"
msgstr "Nouvelle fenêtre"
#: src/bin/edi_main.c:1213
msgid "New Panel"
msgstr "Nouvel onglet"
#: src/bin/edi_main.c:1214
msgid "Split View"
msgstr "Scinder la vue"
#: src/bin/edi_main.c:1216
msgid "Open Tasks"
msgstr "Ouvrir Tâches"
#: src/bin/edi_main.c:1221 src/bin/edi_main.c:1298
msgid "Run"
msgstr "Exécuter"
#: src/bin/edi_main.c:1224
msgid "Debugger"
msgstr "Débogueur"
#: src/bin/edi_main.c:1225
msgid "Memcheck"
msgstr "Memcheck"
#: src/bin/edi_main.c:1228
msgid "Init"
msgstr "Init"
#: src/bin/edi_main.c:1229 src/bin/edi_scm_ui.c:884
msgid "Commit"
msgstr "Commit"
#: src/bin/edi_main.c:1230
msgid "Stash"
msgstr "Stash"
#: src/bin/edi_main.c:1231
msgid "Status"
msgstr "Status"
#: src/bin/edi_main.c:1232
msgid "Push"
msgstr "Push"
#: src/bin/edi_main.c:1233
msgid "Pull"
msgstr "Pull"
#: src/bin/edi_main.c:1236
msgid "Help"
msgstr "Aide"
#: src/bin/edi_main.c:1239 src/bin/edi_main.c:1305
msgid "About"
msgstr "À propos"
#: src/bin/edi_main.c:1270
msgid "New File"
msgstr "Nouveau fichier"
#: src/bin/edi_main.c:1290
msgid "Find"
msgstr "Rechercher"
#: src/bin/edi_main.c:1493
#, c-format
msgid "Project path must be a directory\n"
msgstr "Le chemin du projet doit être un répertoire\n"
#: src/bin/edi_main.c:1709
#, c-format
msgid "Could not open file of unsupported mime type (%s)\n"
msgstr ""
"Impossible d'ouvrir un fichier avec un type MIME non pris en charge (%s)\n"
#: src/bin/edi_scm_ui.c:152
msgid "Please enter a valid commit message."
msgstr "Veuillez entrer un message de commit valide."
#: src/bin/edi_scm_ui.c:690
msgid "User information"
msgstr "Informations utilisateur"
#: src/bin/edi_scm_ui.c:729
msgid "Unable to obtain user information."
msgstr "Impossible d'obtenir les informations de l'utilisateur."
#: src/bin/edi_scm_ui.c:735
msgid "Author"
msgstr "Auteur"
#: src/bin/edi_scm_ui.c:747
msgid "Show unstaged changes"
msgstr "Afficher modif. non indexées"
#: src/bin/edi_scm_ui.c:786
msgid "File changes"
msgstr "Modifications des fichiers"
#: src/bin/edi_scm_ui.c:810
msgid "Commit message"
msgstr "Message de commit"
#: src/bin/edi_scm_ui.c:815
msgid "Enter commit summary<br><br>And change details<br>"
msgstr "Entrez un résumé du commit<br><br>Et le détail des modifications<br>"
#: src/bin/edi_scm_ui.c:834
msgid "Source changes"
msgstr "Modifications de la source"
#: src/bin/edi_consolepanel.c:186
#, c-format
msgid "Total pass %d (%d%%), fail %d)"
msgstr "Pourcentage de réussite %d (%d%%), échec %d)"

875
po/it.po Normal file
View File

@ -0,0 +1,875 @@
# Italian translation for Edi package.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the edi package.
# Massimo Maiurana <maiurana@gmail.com>, 2022.
#
msgid ""
msgstr ""
"Project-Id-Version: edi\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-23 21:59+0000\n"
"PO-Revision-Date: 2022-01-03 13:51+0100\n"
"Last-Translator: Massimo Maiurana <maiurana@gmail.com>\n"
"Language-Team: Italian\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/bin/mainview/edi_mainview.c:574
#: src/bin/mainview/edi_mainview_panel.c:584 src/bin/screens/edi_screens.c:121
#: src/bin/screens/edi_screens.c:162 src/bin/screens/edi_welcome.c:79
#: src/bin/screens/edi_file_screens.c:29 src/bin/edi_scm_ui.c:105
msgid "OK"
msgstr "OK"
#: src/bin/mainview/edi_mainview.c:601
msgid "Please enter a valid search term."
msgstr "Inserire un termine di ricerca valido."
#: src/bin/mainview/edi_mainview.c:635
msgid "Search for (whole project)"
msgstr "Cerca (nell'intero progetto)"
#: src/bin/mainview/edi_mainview.c:641
msgid "Please enter a term to search for within<br> the whole project.<br>"
msgstr "Inserire un termine da ricercare<br> nell'intero progetto.<br>"
#: src/bin/mainview/edi_mainview.c:663 src/bin/mainview/edi_mainview.c:772
#: src/bin/mainview/edi_mainview_panel.c:850
#: src/bin/editor/edi_editor_search.c:531
#: src/bin/screens/edi_file_screens.c:232
#: src/bin/screens/edi_file_screens.c:293
#: src/bin/screens/edi_file_screens.c:354 src/bin/edi_scm_ui.c:874
msgid "Cancel"
msgstr "Annulla"
#: src/bin/mainview/edi_mainview.c:669 src/bin/mainview/edi_mainview.c:740
#: src/bin/editor/edi_editor_search.c:515 src/bin/edi_main.c:432
msgid "Search"
msgstr "Cerca"
#: src/bin/mainview/edi_mainview.c:689
msgid "Please enter a valid search string."
msgstr "Inserire una stringa di ricerca valida."
#: src/bin/mainview/edi_mainview.c:696
msgid "Please enter a valid replace string."
msgstr "Inserire una stringa di sostituzione valida."
#: src/bin/mainview/edi_mainview.c:702
msgid "Strings cannot match."
msgstr "Le stringe non possono essere identiche."
#: src/bin/mainview/edi_mainview.c:724
msgid "Search &amp; Replace"
msgstr "Cerca e sostituisci"
#: src/bin/mainview/edi_mainview.c:729
msgid "Replace all occurences of text within <br>the whole project.<br>"
msgstr "Sostituisci tutte le occorrenze del testo<br> nell'intero progetto.<br>"
#: src/bin/mainview/edi_mainview.c:753 src/bin/mainview/edi_mainview.c:779
#: src/bin/editor/edi_editor_search.c:523
msgid "Replace"
msgstr "Sostituisci"
#: src/bin/mainview/edi_mainview_panel.c:552
msgid "Unrecognized file type"
msgstr "Tipo di file non riconosciuto"
#: src/bin/mainview/edi_mainview_panel.c:569
msgid ""
"To force open, select this file in the file browser, <br>and use \"open as\" "
"menu options."
msgstr "Per forzare l'apertura selezionare questo file nel<br> browser e usare la voce di menù \"apri come\"."
#: src/bin/mainview/edi_mainview_panel.c:824
msgid "Enter line number"
msgstr "Inserire il numero di riga"
#: src/bin/mainview/edi_mainview_panel.c:856
msgid "Go"
msgstr "Vai"
#: src/bin/editor/edi_editor_documentation.c:63
msgid "Parameters"
msgstr "Parametri"
#: src/bin/editor/edi_editor_documentation.c:66
msgid "Returns"
msgstr "Ritorni"
#: src/bin/editor/edi_editor_documentation.c:69
msgid "See also"
msgstr "Vedi anche"
#: src/bin/editor/edi_editor_documentation.c:140
msgid "No help available for this term"
msgstr "Nessun aiuto disponibile per questo termine"
#: src/bin/editor/edi_editor_documentation.c:162 src/bin/edi_main.c:1189
#: src/bin/edi_main.c:1272
msgid "Close"
msgstr "Chiudi"
#: src/bin/editor/edi_editor.c:76
msgid "Confirmation"
msgstr "Conferma"
#: src/bin/editor/edi_editor.c:95
msgid ""
"File contents have changed. Would you like to reload <br> the contents of "
"this file?"
msgstr "Il contenuto del file è cambiato, si vuole ricaricarlo?"
#: src/bin/editor/edi_editor.c:110
msgid "Reload"
msgstr "Ricarica"
#: src/bin/editor/edi_editor.c:115
msgid "No, continue editing"
msgstr "No, continuo a modificarlo"
#: src/bin/editor/edi_editor.c:870
#, c-format
msgid "Line:%d, Column:%d"
msgstr "Riga:%d, Colonna:%d"
#: src/bin/editor/edi_editor_search.c:463
msgid "Search term"
msgstr "Termine da cercare"
#: src/bin/editor/edi_editor_search.c:478
msgid "Replace term"
msgstr "Termine da sostituire"
#: src/bin/editor/edi_editor_search.c:505
msgid "Reached end of file, starting from beginning"
msgstr "Fine del file raggiunta, ritorno all'inizio"
#: src/bin/editor/edi_editor_search.c:509
msgid "Wrap search?"
msgstr "Ricominciare ricerca?"
#: src/bin/screens/edi_screens.c:40
msgid "Confirmation required"
msgstr "Conferma richiesta"
#: src/bin/screens/edi_screens.c:72
msgid "Yes"
msgstr "Sì"
#: src/bin/screens/edi_screens.c:78
msgid "No"
msgstr "No"
#: src/bin/screens/edi_screens.c:150
#, c-format
msgid "No %s binary found, please install %s."
msgstr "Non è stato trovato nessun file binario %s, si prega di installare %s."
#: src/bin/screens/edi_screens.c:153
msgid "Unable to launch SCM binary"
msgstr "Impossibile lanciare il binario SCM"
#: src/bin/screens/edi_welcome.c:87
msgid "Delete"
msgstr "Cancella"
#: src/bin/screens/edi_welcome.c:102
msgid "That project directory no longer exists"
msgstr "La directory del progetto non esiste più"
#: src/bin/screens/edi_welcome.c:142
msgid "Choose a Project Folder"
msgstr "Scegliere una cartella di progetto"
#: src/bin/screens/edi_welcome.c:179
msgid "Select folder"
msgstr "Selezionare cartella"
#: src/bin/screens/edi_welcome.c:365 src/bin/screens/edi_welcome.c:619
msgid "Parent Path"
msgstr "Percorso genitore"
#: src/bin/screens/edi_welcome.c:366 src/bin/screens/edi_welcome.c:620
msgid "Project Name"
msgstr "Nome del progetto"
#: src/bin/screens/edi_welcome.c:367
msgid "Project URL"
msgstr "URL del progetto"
#: src/bin/screens/edi_welcome.c:369 src/bin/screens/edi_welcome.c:371
msgid "Creator Name"
msgstr "Nome del creatore"
#: src/bin/screens/edi_welcome.c:372
msgid "Creator Email"
msgstr "Email del creatore"
#: src/bin/screens/edi_welcome.c:375 src/bin/screens/edi_file_screens.c:299
#: src/bin/screens/edi_file_screens.c:360
msgid "Create"
msgstr "Crea"
#: src/bin/screens/edi_welcome.c:382 src/bin/screens/edi_welcome.c:800
msgid "Create New Project"
msgstr "Crea nuovo progetto"
#: src/bin/screens/edi_welcome.c:521
msgid "Choose"
msgstr "Scegli"
#: src/bin/screens/edi_welcome.c:530
msgid "Select Project Type"
msgstr "Selezionare il tipo di progetto"
#: src/bin/screens/edi_welcome.c:546
msgid "Unable to clone project, please check URL or try again later"
msgstr "Impossibile clonare progetto, controllare l'URL o riprovare più tardi"
#: src/bin/screens/edi_welcome.c:618
msgid "Source Control URL"
msgstr "URL di controllo del sorgente"
#: src/bin/screens/edi_welcome.c:629
msgid "Checkout"
msgstr "Controlla"
#: src/bin/screens/edi_welcome.c:641 src/bin/screens/edi_welcome.c:804
msgid "Checkout Existing Project"
msgstr "Controlla progetti esistenti"
#: src/bin/screens/edi_welcome.c:745
msgid "Welcome to Edi"
msgstr "Benvenuti in Edi"
#: src/bin/screens/edi_welcome.c:771
msgid "Recent Projects"
msgstr "Progetti recenti"
#: src/bin/screens/edi_welcome.c:780
msgid "Open Existing Project"
msgstr "Apri progetto esistente"
#: src/bin/screens/edi_welcome.c:809
msgid "Choose Project"
msgstr "Scegli progetto"
#: src/bin/screens/edi_file_screens.c:63
msgid "Please enter a file name."
msgstr "Inserire il nome del file"
#: src/bin/screens/edi_file_screens.c:80
msgid "Unable to write file."
msgstr "Impossibile scrivere file"
#: src/bin/screens/edi_file_screens.c:105
msgid "Please enter a directory name."
msgstr "Inserire il nome della directory"
#: src/bin/screens/edi_file_screens.c:140
msgid "Please enter a valid name."
msgstr "Si prega di inserire un nome valido."
#: src/bin/screens/edi_file_screens.c:151
msgid "Directory with that name already exists."
msgstr "Esiste già una directory con lo stesso nome."
#: src/bin/screens/edi_file_screens.c:153
msgid "File with that name already exists."
msgstr "Esiste già un file con lo stesso nome."
#: src/bin/screens/edi_file_screens.c:187
msgid "Rename directory"
msgstr "Rinomina directory"
#: src/bin/screens/edi_file_screens.c:190
msgid "Rename file"
msgstr "Rinomina file"
#: src/bin/screens/edi_file_screens.c:196
msgid "Please enter a new name for this directory."
msgstr "Inserire un nuovo nome per questa directory."
#: src/bin/screens/edi_file_screens.c:198
msgid "Please enter a new name for this file."
msgstr "Inserire un nuovo nome per questo file."
#: src/bin/screens/edi_file_screens.c:239
msgid "Rename"
msgstr "Rinomina"
#: src/bin/screens/edi_file_screens.c:256
msgid "Enter new file name"
msgstr "Inserire nome del nuovo file"
#: src/bin/screens/edi_file_screens.c:266
msgid "Please enter a name for this new file."
msgstr "Inserire un nome per questo nuovo file."
#: src/bin/screens/edi_file_screens.c:318
msgid "Enter new directory name"
msgstr "Inserire nome della nuova directory"
#: src/bin/screens/edi_file_screens.c:327
msgid "Please enter a name for this new directory."
msgstr "Inserire un nome per questa nuova directory."
#: src/bin/screens/edi_settings.c:125 src/bin/screens/edi_settings.c:234
msgid "Font"
msgstr "Font"
#: src/bin/screens/edi_settings.c:223 src/bin/screens/edi_settings.c:854
msgid "Display"
msgstr "Display"
#: src/bin/screens/edi_settings.c:253
msgid "Color theme"
msgstr "Tema colore"
#: src/bin/screens/edi_settings.c:291
msgid "Translucent"
msgstr "Trasparente"
#: src/bin/screens/edi_settings.c:307
msgid "Alpha"
msgstr "Alpha"
#: src/bin/screens/edi_settings.c:329
msgid "Hide Toolbar"
msgstr "Nascondi barra strumenti"
#: src/bin/screens/edi_settings.c:346
msgid "Editor"
msgstr "Editor"
#: src/bin/screens/edi_settings.c:357
msgid "Display whitespace"
msgstr "Mostra spazi vuoti"
#: src/bin/screens/edi_settings.c:372
msgid "Line width marker"
msgstr "Marcatore larghezza riga"
#: src/bin/screens/edi_settings.c:391
msgid "Tabstop"
msgstr "Tabulazione"
#: src/bin/screens/edi_settings.c:497
msgid "Builds"
msgstr "Compila"
#: src/bin/screens/edi_settings.c:508
msgid "Runtime binary"
msgstr "Binario runtime"
#: src/bin/screens/edi_settings.c:520
msgid "Select"
msgstr "Seleziona"
#: src/bin/screens/edi_settings.c:541
msgid "Runtime arguments"
msgstr "Argomenti runtime"
#: src/bin/screens/edi_settings.c:560
msgid "Default debugger"
msgstr "Debugger predefinito"
#: src/bin/screens/edi_settings.c:656
msgid "Project Settings"
msgstr "Impostazioni progetto"
#: src/bin/screens/edi_settings.c:668
msgid "Author Name"
msgstr "Nome autore"
#: src/bin/screens/edi_settings.c:686
msgid "Author E-mail"
msgstr "Email autore"
#: src/bin/screens/edi_settings.c:708 src/bin/edi_filepanel.c:481
msgid "Source Control"
msgstr "Controllo sorgente"
#: src/bin/screens/edi_settings.c:724
msgid "Remote URL"
msgstr "URL remota"
#: src/bin/screens/edi_settings.c:772 src/bin/screens/edi_settings.c:862
msgid "Behaviour"
msgstr "Comportamento"
#: src/bin/screens/edi_settings.c:776
msgid "Auto save files"
msgstr "Salvataggio automatico file"
#: src/bin/screens/edi_settings.c:787
msgid "Trim trailing whitespace"
msgstr "Elimina spazi vuoti in coda"
#: src/bin/screens/edi_settings.c:807
msgid "Edi Settings"
msgstr "Impostazioni di Edi"
#: src/bin/screens/edi_settings.c:853 src/bin/edi_main.c:1227
msgid "Project"
msgstr "Progetto"
#: src/bin/screens/edi_settings.c:861
msgid "Global"
msgstr "Globale"
#: src/bin/screens/edi_about.c:34
#, c-format
msgid "About Edi %s"
msgstr "A proposito di Edi %s"
#: src/bin/screens/edi_about.c:86
msgid ""
"<br>EDI is an IDE designed to get people into coding for Unix.<br>It's based "
"on the <b>EFL</b> and written completely natively<br>to provide a "
"<i>responsive</i> and <i>beautiful</i> UI.<br>"
msgstr "<br>EDI è un IDE progettato per introdurre alla programmazione su Unix.<br>È basato sulle <b>EFL</b> e scritto del tutto nativamente<br>per fornire una interfaccia <i>responsiva</i> e <i>bella</i>.<br>"
#: src/bin/screens/edi_about.c:95
msgid "<hilight>EDI's lovely authors</hilight>"
msgstr "<hilight>Gli amabili autori di EDI</hilight>"
#: src/bin/screens/edi_about.c:128 src/bin/edi_main.c:1237
msgid "Visit Website"
msgstr "Visita sito web"
#: src/bin/screens/edi_about.c:140
msgid "Report Issue"
msgstr "Riporta problemi"
#: src/bin/screens/edi_about.c:152
msgid "Help Translate"
msgstr "Aiuta nella traduzione"
#: src/bin/screens/edi_about.c:164
msgid "Donate Now"
msgstr "Dona adesso"
#: src/bin/language/edi_language_provider_c.c:156
msgid "C header"
msgstr "Intestazione C"
#: src/bin/language/edi_language_provider_c.c:158
msgid "C source"
msgstr "Sorgente C"
#: src/bin/language/edi_language_provider_python.c:32
msgid "Python source"
msgstr "Sorgente Python"
#: src/bin/language/edi_language_provider_rust.c:32
msgid "Rust source"
msgstr "Sorgente Rust"
#: src/bin/edi_filepanel.c:366 src/bin/edi_filepanel.c:423
#: src/bin/edi_filepanel.c:544
#, c-format
msgid "Are you sure you want to delete <hilight>%s</hilight> ?"
msgstr "Sicuro di viler cancellare <hilight>%s</hilight>?"
#: src/bin/edi_filepanel.c:463
msgid "Open"
msgstr "Apri"
#: src/bin/edi_filepanel.c:464
msgid "Open in New Window"
msgstr "Apri in una nuova finestra"
#: src/bin/edi_filepanel.c:466
msgid "Open in New Panel"
msgstr "Apri in un nuovo pannello"
#: src/bin/edi_filepanel.c:468
msgid "Open as"
msgstr "Apri come"
#: src/bin/edi_filepanel.c:473
msgid "Open External"
msgstr "Apri esterno"
#: src/bin/edi_filepanel.c:483 src/bin/edi_scm_ui.c:612
msgid "Stage Changes"
msgstr "Esegui stage dei cambiamenti"
#: src/bin/edi_filepanel.c:487 src/bin/edi_scm_ui.c:616
msgid "Unstage Changes"
msgstr "Rimuovi stage dei cambiamenti"
#: src/bin/edi_filepanel.c:492 src/bin/edi_filepanel.c:497
msgid "Rename File"
msgstr "Rinomina file"
#: src/bin/edi_filepanel.c:493 src/bin/edi_filepanel.c:498
msgid "Delete File"
msgstr "Elimina file"
#: src/bin/edi_filepanel.c:591
msgid "Create File here"
msgstr "Crea file qui"
#: src/bin/edi_filepanel.c:592
msgid "Create Directory here"
msgstr "Crea directory qui"
#: src/bin/edi_filepanel.c:594
msgid "Open Terminal here"
msgstr "Apri terminale qui"
#: src/bin/edi_filepanel.c:598
msgid "Rename Directory"
msgstr "Rinomina directory"
#: src/bin/edi_filepanel.c:600
msgid "Remove Directory"
msgstr "Elimina directory"
#: src/bin/edi_filepanel.c:729 src/bin/edi_scm_ui.c:292
msgid "Staged changes"
msgstr "Cambiamenti in stage"
#: src/bin/edi_filepanel.c:740 src/bin/edi_scm_ui.c:303
msgid "Unstaged changes"
msgstr "Cambiamenti non in stage"
#: src/bin/edi_filepanel.c:742 src/bin/edi_scm_ui.c:305
msgid "Untracked changes"
msgstr "Cambiamenti non tracciati"
#: src/bin/edi_filepanel.c:1143 src/bin/edi_main.c:1205
msgid "Find file"
msgstr "Trova file"
#: src/bin/edi_build_main.c:63
#, c-format
msgid "Project created at path %s\n"
msgstr "Progetto creato nel percorso %s\n"
#: src/bin/edi_build_main.c:66
#, c-format
msgid "Unable to create project at path %s\n"
msgstr "Impossibile creare progetto nel percorso %s\n"
#: src/bin/edi_build_main.c:77
#, c-format
msgid "Building \"%s\" target [%s] using [%s].\n"
msgstr "Compilazione obbiettivo \"%s\" [%s] usando [%s].\n"
#: src/bin/edi_build_main.c:83
#, c-format
msgid "Target [%s] not supported for builder [%s].\n"
msgstr "Obbiettivo [%s] non supportato dal compilatore [%s].\n"
#: src/bin/edi_build_main.c:167
#, c-format
msgid "create requires 6 additional parameters:\n"
msgstr "crea richiede 6 parametri aggiuntivi:\n"
#: src/bin/edi_build_main.c:181
#, c-format
msgid "Cowardly refusing to build unknown project type.\n"
msgstr "Codardamento mi rifiuto di compilare un progetto di tipo sconosciuto.\n"
#: src/bin/edi_build_main.c:197
#, c-format
msgid "Unrecognized build type - try build, clean, create or test.\n"
msgstr "Tipo di compilazione sconosciuta - provare compila, pulisci, crea o test.\n"
#: src/bin/edi_main.c:70
msgid "File path required"
msgstr "Richiesto percorso del file"
#: src/bin/edi_main.c:71
msgid "Please choose a file from the list."
msgstr "Scegliere un file dall'elenco."
#: src/bin/edi_main.c:420
msgid "Logs"
msgstr "Log"
#: src/bin/edi_main.c:424
msgid "Console"
msgstr "Console"
#: src/bin/edi_main.c:428
msgid "Tests"
msgstr "Test"
#: src/bin/edi_main.c:436
msgid "Tasks"
msgstr "Task"
#: src/bin/edi_main.c:440 src/bin/edi_main.c:1299
msgid "Debug"
msgstr "Debug"
#: src/bin/edi_main.c:564
msgid "Unable to launch"
msgstr "Impossibile lanciare"
#: src/bin/edi_main.c:565
msgid "No launch binary found, please configure in Settings."
msgstr "Binario di lancio non trovato, si prega di configurarlo nelle impostazioni."
#: src/bin/edi_main.c:575
msgid "Unable to launch debugger"
msgstr "Impossibile lanciare il debugger"
#: src/bin/edi_main.c:576
msgid "No debug binary found, please check system configuration and Settings."
msgstr "Binario di debugging non trovato, controllare configurazione e impostazioni di sistema."
#: src/bin/edi_main.c:587
msgid "Missing user information"
msgstr "Informazioni utente mancanti"
#: src/bin/edi_main.c:588
msgid "No user information found, please configure in Settings."
msgstr "Nessuna informazione dell'utente trovata, si prega di configurarle nelle impostazioni."
#: src/bin/edi_main.c:695
msgid "Cowardly refusing to build unknown project type."
msgstr "Codardamente mi rifiuto di compilare un progetto di tipo sconosciuto."
#: src/bin/edi_main.c:734
#, c-format
msgid "%s of project <b>%s</b> in %s failed with status code %d.\n"
msgstr "%s del progetto <b>%s</b> in %s fallita con codice di stato %d.\n"
#: src/bin/edi_main.c:736
#, c-format
msgid "%s of project <b>%s</b> in %s was successful.\n"
msgstr "%s del progetto <b>%s</b> in %s riuscita.\n"
#: src/bin/edi_main.c:738
#, c-format
msgid "%s %s"
msgstr "%s %s"
#: src/bin/edi_main.c:738
msgid "Failed"
msgstr "Fallito"
#: src/bin/edi_main.c:738
msgid "Passed"
msgstr "Riuscito"
#: src/bin/edi_main.c:759 src/bin/edi_main.c:1218 src/bin/edi_main.c:1219
#: src/bin/edi_main.c:1296
msgid "Build"
msgstr "Compila"
#: src/bin/edi_main.c:773 src/bin/edi_main.c:1222
msgid "Clean"
msgstr "Pulisci"
#: src/bin/edi_main.c:787 src/bin/edi_main.c:1220 src/bin/edi_main.c:1297
msgid "Test"
msgstr "Test"
#: src/bin/edi_main.c:1120
msgid "Are you sure you wish to stash these changes?"
msgstr "Sicuri di voler accantonare questi cambiamenti?"
#: src/bin/edi_main.c:1183
msgid "File"
msgstr "File"
#: src/bin/edi_main.c:1184
msgid "New Project"
msgstr "Nuovo progetto"
#: src/bin/edi_main.c:1186
msgid "New"
msgstr "Nuovo"
#: src/bin/edi_main.c:1187
msgid "New Directory"
msgstr "Nuova directory"
#: src/bin/edi_main.c:1188 src/bin/edi_main.c:1271
msgid "Save"
msgstr "Salva"
#: src/bin/edi_main.c:1190
msgid "Close all"
msgstr "Chiudi tutto"
#: src/bin/edi_main.c:1192 src/bin/edi_main.c:1304
msgid "Settings"
msgstr "Impostazioni"
#: src/bin/edi_main.c:1194
msgid "Quit"
msgstr "Esci"
#: src/bin/edi_main.c:1196
msgid "Edit"
msgstr "Modifica"
#: src/bin/edi_main.c:1197 src/bin/edi_main.c:1277
msgid "Undo"
msgstr "Annulla"
#: src/bin/edi_main.c:1198 src/bin/edi_main.c:1278
msgid "Redo"
msgstr "Ripeti"
#: src/bin/edi_main.c:1200 src/bin/edi_main.c:1283
msgid "Cut"
msgstr "Copia"
#: src/bin/edi_main.c:1201 src/bin/edi_main.c:1284
msgid "Copy"
msgstr "Taglia"
#: src/bin/edi_main.c:1202 src/bin/edi_main.c:1285
msgid "Paste"
msgstr "Incolla"
#: src/bin/edi_main.c:1204
msgid "Find & Replace"
msgstr "Trova e sostituisci"
#: src/bin/edi_main.c:1206 src/bin/edi_main.c:1291
msgid "Goto Line"
msgstr "Vai alla riga"
#: src/bin/edi_main.c:1208
msgid "Find in project"
msgstr "Trova nel progetto"
#: src/bin/edi_main.c:1209
msgid "Replace in project"
msgstr "Sostituisci nel progetto"
#: src/bin/edi_main.c:1211
msgid "View"
msgstr "Visualizza"
#: src/bin/edi_main.c:1212
msgid "New Window"
msgstr "Nuova finestra"
#: src/bin/edi_main.c:1213
msgid "New Panel"
msgstr "Nuovo pannello"
#: src/bin/edi_main.c:1214
msgid "Split View"
msgstr "Visualizzazione divisa"
#: src/bin/edi_main.c:1216
msgid "Open Tasks"
msgstr "Task aperti"
#: src/bin/edi_main.c:1221 src/bin/edi_main.c:1298
msgid "Run"
msgstr "Esegui"
#: src/bin/edi_main.c:1224
msgid "Debugger"
msgstr "Debugger"
#: src/bin/edi_main.c:1225
msgid "Memcheck"
msgstr "Controllo memoria"
#: src/bin/edi_main.c:1228
msgid "Init"
msgstr "Inizializza"
#: src/bin/edi_main.c:1229 src/bin/edi_scm_ui.c:884
msgid "Commit"
msgstr "Prepara aggiornamenti"
#: src/bin/edi_main.c:1230
msgid "Stash"
msgstr "Accantona"
#: src/bin/edi_main.c:1231
msgid "Status"
msgstr "Stato"
#: src/bin/edi_main.c:1232
msgid "Push"
msgstr "Carica aggornamenti"
#: src/bin/edi_main.c:1233
msgid "Pull"
msgstr "Scarica aggiornamenti"
#: src/bin/edi_main.c:1236
msgid "Help"
msgstr "Aiuto"
#: src/bin/edi_main.c:1239 src/bin/edi_main.c:1305
msgid "About"
msgstr "A proposito"
#: src/bin/edi_main.c:1270
msgid "New File"
msgstr "Nuovo file"
#: src/bin/edi_main.c:1290
msgid "Find"
msgstr "Trova"
#: src/bin/edi_main.c:1493
#, c-format
msgid "Project path must be a directory\n"
msgstr "Il percorso del progetto dev'essere una directory\n"
#: src/bin/edi_main.c:1709
#, c-format
msgid "Could not open file of unsupported mime type (%s)\n"
msgstr "Impossibile aprire file di tipo mime non supportato (%s)\n"
#: src/bin/edi_scm_ui.c:152
msgid "Please enter a valid commit message."
msgstr "Inserire un messaggio descrittivo valido"
#: src/bin/edi_scm_ui.c:690
msgid "User information"
msgstr "Informazioni utente"
#: src/bin/edi_scm_ui.c:729
msgid "Unable to obtain user information."
msgstr "Impossibile ottenere informazioni utente"
#: src/bin/edi_scm_ui.c:735
msgid "Author"
msgstr "Autore"
#: src/bin/edi_scm_ui.c:747
msgid "Show unstaged changes"
msgstr "Mostra cambiamenti non in stage"
#: src/bin/edi_scm_ui.c:786
msgid "File changes"
msgstr "Cambiamenti file"
#: src/bin/edi_scm_ui.c:810
msgid "Commit message"
msgstr "Descrizione aggiornamento"
#: src/bin/edi_scm_ui.c:815
msgid "Enter commit summary<br><br>And change details<br>"
msgstr "Inserire sommario e<br><br>dettagli aggiornamento<br>"
#: src/bin/edi_scm_ui.c:834
msgid "Source changes"
msgstr "Cambiamenti del sorgente"
#: src/bin/edi_consolepanel.c:186
#, c-format
msgid "Total pass %d (%d%%), fail %d)"
msgstr "Totale riusciti %d (%d%%), falliti %d)"

966
po/ka.po Normal file
View File

@ -0,0 +1,966 @@
# Georgian translation for edi
# Copyright (C) 2022, edi authors
# This file is distributed under the same license as the edi package.
# Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2022.
#
msgid ""
msgstr ""
"Project-Id-Version: edi\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 10:24+0200\n"
"PO-Revision-Date: 2022-10-27 20:42+0200\n"
"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>\n"
"Language-Team: Georgian <(nothing)>\n"
"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.2\n"
#: src/bin/mainview/edi_mainview.c:464
#: src/bin/mainview/edi_mainview_panel.c:776 src/bin/screens/edi_screens.c:127
#: src/bin/screens/edi_screens.c:187 src/bin/screens/edi_screens.c:242
#: src/bin/screens/edi_welcome.c:85 src/bin/screens/edi_file_screens.c:29
#: src/bin/edi_scm_ui.c:103
msgid "OK"
msgstr "დიახ"
#: src/bin/mainview/edi_mainview.c:507
msgid "Strings cannot match."
msgstr "სტრიქონები ვერ ემთხვევა."
#: src/bin/mainview/edi_mainview.c:529
msgid "Search &amp; Replace"
msgstr "ძებნა და ჩანაცვლება"
#: src/bin/mainview/edi_mainview.c:534
msgid "Replace all occurences of text within <br>the whole project.<br>"
msgstr "ამ ტექსტის მთლიან პროექტში<br>ყველა გამოჩენის ჩანაცვლება.<br>"
#: src/bin/mainview/edi_mainview.c:545 src/bin/editor/edi_editor_search.c:514
#: src/bin/edi_main.c:497 src/bin/edi_searchpanel.c:600
#: src/bin/edi_searchpanel.c:649 src/bin/edi_searchpanel.c:677
msgid "Search"
msgstr "ძებნა"
#: src/bin/mainview/edi_mainview.c:558 src/bin/mainview/edi_mainview.c:584
#: src/bin/editor/edi_editor_search.c:522
msgid "Replace"
msgstr "შეცვლა"
#: src/bin/mainview/edi_mainview.c:577
#: src/bin/mainview/edi_mainview_panel.c:1098
#: src/bin/editor/edi_editor_search.c:530
#: src/bin/screens/edi_file_screens.c:232
#: src/bin/screens/edi_file_screens.c:293
#: src/bin/screens/edi_file_screens.c:354 src/bin/edi_searchpanel.c:633
#: src/bin/edi_scm_ui.c:877
msgid "Cancel"
msgstr "შეწყვეტა"
#: src/bin/mainview/edi_mainview_panel.c:744
msgid "Unrecognized file type"
msgstr "ფაილის უცნობი ტიპი"
#: src/bin/mainview/edi_mainview_panel.c:761
msgid ""
"To force open, select this file in the file browser, <br>and use \"open as\" "
"menu options."
msgstr ""
"ძალით გასახსნელად, მონიშნეთ ფაილი ბრაუზერში <br> და გამოიყენეთ მენიუს პუნქტი "
"\"გახსნა პროგრამით\"."
#: src/bin/mainview/edi_mainview_panel.c:1072
msgid "Enter line number"
msgstr "შეიყვანეთ ხაზის ნომერი"
#: src/bin/mainview/edi_mainview_panel.c:1104
msgid "Go"
msgstr "გადასვლა"
#: src/bin/editor/edi_editor_documentation.c:63
msgid "Parameters"
msgstr "პარამეტრები"
#: src/bin/editor/edi_editor_documentation.c:66
msgid "Returns"
msgstr "აბრუნებს"
#: src/bin/editor/edi_editor_documentation.c:69
msgid "See also"
msgstr "ასევე იხილეთ"
#: src/bin/editor/edi_editor_documentation.c:140
msgid "No help available for this term"
msgstr "ამ ელემენტისთვის დახმარება მიუწვდომელია"
#: src/bin/editor/edi_editor_documentation.c:162 src/bin/edi_main.c:1318
#: src/bin/edi_main.c:1516 src/bin/edi_scm_ui.c:670
msgid "Close"
msgstr "დაკეტვა"
#: src/bin/editor/edi_editor.c:77
msgid "Permission Denied"
msgstr "წვდომა აკრძალულია"
#: src/bin/editor/edi_editor.c:96
msgid ""
"Unable to save file. Would you like to reload <br> the contents of this file?"
msgstr ""
"ფაილის ჩაწერის შეცდომა. გნებავთ <br>ამ ფაილის შემცველობის თავიდან ჩატვირთვა?"
#: src/bin/editor/edi_editor.c:111 src/bin/editor/edi_editor.c:169
msgid "Reload"
msgstr "თავიდან ჩატვირთვა"
#: src/bin/editor/edi_editor.c:116 src/bin/editor/edi_editor.c:174
msgid "No, continue editing"
msgstr "არა, გავაგრძელოთ ჩასწორება"
#: src/bin/editor/edi_editor.c:135
msgid "Confirmation"
msgstr "დასტური"
#: src/bin/editor/edi_editor.c:154
msgid ""
"File contents have changed. Would you like to reload <br> the contents of "
"this file?"
msgstr ""
"ფაილის შემცველობა შეიცვალა. გნებავთ <br>ამ ფაილის შემცველობის თავიდან "
"ჩატვირთვა?"
#: src/bin/editor/edi_editor_search.c:463
msgid "Search term"
msgstr "ძებნის პირობა"
#: src/bin/editor/edi_editor_search.c:478
msgid "Replace term"
msgstr "ჩანაცვლების პირობა"
#: src/bin/editor/edi_editor_search.c:504
msgid "Reached end of file, starting from beginning"
msgstr "მიღწეულია ფაილის ბოლო. თავიდან დაწყება"
#: src/bin/editor/edi_editor_search.c:508
msgid "Wrap Search"
msgstr "ძებნის გადატანა"
#: src/bin/screens/edi_screens.c:46
msgid "Confirmation required"
msgstr "საჭიროა თანხმობა"
#: src/bin/screens/edi_screens.c:78
msgid "Yes"
msgstr "კი"
#: src/bin/screens/edi_screens.c:84
msgid "No"
msgstr "არა"
#: src/bin/screens/edi_screens.c:192 src/bin/edi_main.c:1321
#: src/bin/edi_main.c:1554
msgid "Settings"
msgstr "&მორგება"
#: src/bin/screens/edi_screens.c:230
#, c-format
msgid "No %s binary found, please install %s."
msgstr "%s-ის გამშვები ფაილი ვერ ვიპოვე. დააყენეთ %s."
#: src/bin/screens/edi_screens.c:233
msgid "Unable to launch SCM binary"
msgstr "SCM-ის გამშვები ფაილის შესრულების შეცდომა"
#: src/bin/screens/edi_welcome.c:93
msgid "Delete"
msgstr "წაშლა"
#: src/bin/screens/edi_welcome.c:108
msgid "That project directory no longer exists"
msgstr "პროექტის საქაღალდე აღარ არსებობს"
#: src/bin/screens/edi_welcome.c:151
msgid "Choose a Project Folder"
msgstr "აირჩიეთ პროექტის საქაღალდე"
#: src/bin/screens/edi_welcome.c:187
msgid "Select folder"
msgstr "საქაღალდეს არჩევა"
#: src/bin/screens/edi_welcome.c:421
#, c-format
msgid "%s already exists"
msgstr "%s უკვე არსებობს"
#: src/bin/screens/edi_welcome.c:494 src/bin/screens/edi_welcome.c:787
msgid "Parent Path"
msgstr "მშობელი ბილიკი"
#: src/bin/screens/edi_welcome.c:495 src/bin/screens/edi_welcome.c:788
msgid "Project Name"
msgstr "პროექტის სახელი"
#: src/bin/screens/edi_welcome.c:499
msgid "Project URL"
msgstr "პროექტი URL"
#: src/bin/screens/edi_welcome.c:501 src/bin/screens/edi_welcome.c:503
msgid "Creator Name"
msgstr "ავტორის სახელი"
#: src/bin/screens/edi_welcome.c:504
msgid "Creator Email"
msgstr "ავტორის ელფოსტა"
#: src/bin/screens/edi_welcome.c:517 src/bin/screens/edi_file_screens.c:299
#: src/bin/screens/edi_file_screens.c:360
msgid "Create"
msgstr "შექმნა"
#: src/bin/screens/edi_welcome.c:524 src/bin/screens/edi_welcome.c:974
msgid "Create New Project"
msgstr "ახალი პროექტის შექმნა"
#: src/bin/screens/edi_welcome.c:666
msgid "Templates"
msgstr "შაბლონები"
#: src/bin/screens/edi_welcome.c:678
msgid "Examples"
msgstr "მაგალითები"
#: src/bin/screens/edi_welcome.c:688
msgid "Choose"
msgstr "აირჩიეთ"
#: src/bin/screens/edi_welcome.c:698
msgid "Select Project Type"
msgstr "აირჩიეთ პროექტის ტიპი"
#: src/bin/screens/edi_welcome.c:714
msgid "Unable to clone project, please check URL or try again later"
msgstr "პროექტის კლონირების შეცდომა. გადაამოწმეთ URL და თავიდან სცადეთ"
#: src/bin/screens/edi_welcome.c:786
msgid "Source Control URL"
msgstr "კოდის კონტროლის URL"
#: src/bin/screens/edi_welcome.c:797
msgid "Checkout"
msgstr "წამოღება"
#: src/bin/screens/edi_welcome.c:809 src/bin/screens/edi_welcome.c:978
msgid "Checkout Existing Project"
msgstr "არსებული პროექტის გადმოტანა"
#: src/bin/screens/edi_welcome.c:919
msgid "Welcome to Edi"
msgstr "კეთილი იყოს თქვენი მობრძანება Edi-ში"
#: src/bin/screens/edi_welcome.c:945
msgid "Recent Projects"
msgstr "ახლახანს გახსნილი პროექტები"
#: src/bin/screens/edi_welcome.c:954
msgid "Open Existing Project"
msgstr "არსებული პროექტის გახსნა"
#: src/bin/screens/edi_welcome.c:983
msgid "Choose Project"
msgstr "აირჩიეთ პროექტი"
#: src/bin/screens/edi_file_screens.c:63
msgid "Please enter a file name."
msgstr "შეიყვანეთ ფაილის სახელი."
#: src/bin/screens/edi_file_screens.c:80
msgid "Unable to write file."
msgstr "ფაილში ჩაწერის შეცდომა."
#: src/bin/screens/edi_file_screens.c:105
msgid "Please enter a directory name."
msgstr "შეიყვანეთ საქაღალდის სწორი სახელი."
#: src/bin/screens/edi_file_screens.c:140
msgid "Please enter a valid name."
msgstr "გთხოვთ შეიყვანოთ სწორი სახელი."
#: src/bin/screens/edi_file_screens.c:151
msgid "Directory with that name already exists."
msgstr "საქაღალდე ამ სახელით უკვე არსებობს."
#: src/bin/screens/edi_file_screens.c:153
msgid "File with that name already exists."
msgstr "ფაილი ამ სახელით უკვე არსებობს."
#: src/bin/screens/edi_file_screens.c:187
msgid "Rename directory"
msgstr "საქაღალდისთვის სახელის გადარქმევა"
#: src/bin/screens/edi_file_screens.c:190
msgid "Rename file"
msgstr "ფაილის გადარქმევა"
#: src/bin/screens/edi_file_screens.c:196
msgid "Please enter a new name for this directory."
msgstr "შეიყვანეთ ამ საქაღალდის ახალი სახელი."
#: src/bin/screens/edi_file_screens.c:198
msgid "Please enter a new name for this file."
msgstr "შეიყვანეთ ამ ფაილის ახალი სახელი."
#: src/bin/screens/edi_file_screens.c:239
msgid "Rename"
msgstr "%1 სურათის სახელის გადარქმევა"
#: src/bin/screens/edi_file_screens.c:256
msgid "Enter new file name"
msgstr "შეიყვანეთ ახალი ფაილის სახელი"
#: src/bin/screens/edi_file_screens.c:266
msgid "Please enter a name for this new file."
msgstr "შეიყვანეთ ახალი ფაილის სახელი."
#: src/bin/screens/edi_file_screens.c:318
msgid "Enter new directory name"
msgstr "შეიყვანეთ ახალი საქაღალდის სახელი"
#: src/bin/screens/edi_file_screens.c:327
msgid "Please enter a name for this new directory."
msgstr "შეიყვანეთ ახალი საქაღალდის სახელი."
#: src/bin/screens/edi_settings.c:170 src/bin/screens/edi_settings.c:300
msgid "Font"
msgstr "შრიფტი"
#: src/bin/screens/edi_settings.c:287 src/bin/screens/edi_settings.c:1025
msgid "Display"
msgstr "ეკრანი"
#: src/bin/screens/edi_settings.c:319
msgid "Color theme"
msgstr "ფერის თემა"
#: src/bin/screens/edi_settings.c:352
msgid "Translucent"
msgstr "გამჭვირვალე"
#: src/bin/screens/edi_settings.c:368
msgid "Alpha"
msgstr "ალფა"
#: src/bin/screens/edi_settings.c:389
msgid "Toolbar"
msgstr "ხელსაწყოთა ზოლი"
#: src/bin/screens/edi_settings.c:401
msgid "Hide Toolbar"
msgstr "ხელსაწყოთა ზოლის დამალვა"
#: src/bin/screens/edi_settings.c:411
msgid "Horizontal Toolbar"
msgstr "ჰორიზონტალური ხელსაწყოების ზოლი"
#: src/bin/screens/edi_settings.c:422
msgid "Show Toolbar Text"
msgstr "ხელსაწყოთა ზოლის ტექსტის ჩვენება"
#: src/bin/screens/edi_settings.c:432
msgid "Internal Icons"
msgstr "შიდა ხატულები"
#: src/bin/screens/edi_settings.c:442
msgid "Editor"
msgstr "რედაქტორი"
#: src/bin/screens/edi_settings.c:454
msgid "Display line numbers"
msgstr "ხაზების ნომრების ჩვენება"
#: src/bin/screens/edi_settings.c:464
msgid "Line width marker"
msgstr "ხაზი სანიშნით"
#: src/bin/screens/edi_settings.c:484
msgid "Tabstop"
msgstr ""
#: src/bin/screens/edi_settings.c:504
msgid "Display whitespace"
msgstr "ცარიელი ადგილების ჩვეება"
#: src/bin/screens/edi_settings.c:514
msgid "Display line width marker"
msgstr "ხაზის სისქის მარკერის ჩვენება"
#: src/bin/screens/edi_settings.c:607 src/bin/screens/edi_settings.c:1027
msgid "Builds"
msgstr "აგებები"
#: src/bin/screens/edi_settings.c:618
msgid "Runtime binary"
msgstr "გამშვები ფაილი"
#: src/bin/screens/edi_settings.c:632
msgid "Select"
msgstr "აირჩიეთ"
#: src/bin/screens/edi_settings.c:652
msgid "Runtime arguments"
msgstr "გამშვების არგუმენტები"
#: src/bin/screens/edi_settings.c:671
msgid "Default debugger"
msgstr "ნაგულისხმები გამმართველი"
#: src/bin/screens/edi_settings.c:792
msgid "Project Settings"
msgstr "პროექტის პარამეტრები"
#: src/bin/screens/edi_settings.c:804
msgid "Author Name"
msgstr "ავტორის სახელი"
#: src/bin/screens/edi_settings.c:822
msgid "Author E-mail"
msgstr "ავტორის ელფოსტა"
#: src/bin/screens/edi_settings.c:843 src/bin/edi_filepanel.c:502
msgid "Source Control"
msgstr "კოდის კონტროლი"
#: src/bin/screens/edi_settings.c:859
msgid "Remote URL"
msgstr "დაშორებული URL"
#: src/bin/screens/edi_settings.c:920 src/bin/screens/edi_settings.c:1035
msgid "Behaviour"
msgstr "ქცევა"
#: src/bin/screens/edi_settings.c:924
msgid "Auto save files"
msgstr "ფაილების ავტომატური შენახვა"
#: src/bin/screens/edi_settings.c:935
msgid "Trim trailing whitespace"
msgstr "ბოლო ცარიელი ადგილის მოჭრა"
#: src/bin/screens/edi_settings.c:944
msgid "Show hidden files"
msgstr "დამალული ფაილების ჩვენება"
#: src/bin/screens/edi_settings.c:977
msgid "Edi Settings"
msgstr "Edi -ის მორგება"
#: src/bin/screens/edi_settings.c:1024 src/bin/edi_main.c:1364
msgid "Project"
msgstr "პროექტი"
#: src/bin/screens/edi_settings.c:1031
msgid "Global"
msgstr "გლობალური"
#: src/bin/screens/edi_about.c:34
#, c-format
msgid "About Edi %s"
msgstr "Edi %s-ის შესახებ"
#: src/bin/screens/edi_about.c:85
msgid ""
"<br>EDI is an IDE designed to get people into coding for Unix.<br>It's based "
"on the <b>EFL</b> and written completely natively<br>to provide a "
"<i>responsive</i> and <i>beautiful</i> UI.<br>"
msgstr ""
#: src/bin/screens/edi_about.c:94
msgid "<hilight>EDI's lovely authors</hilight>"
msgstr "<hilight>EDI-ის უსაყვარლესი ავტორები</hilight>"
#: src/bin/screens/edi_about.c:127 src/bin/edi_main.c:1379
msgid "Visit Website"
msgstr "საიტზე გადასვლა"
#: src/bin/screens/edi_about.c:139
msgid "Report Issues"
msgstr "პრობლემების შეტყობინება"
#: src/bin/edi_debugpanel.c:339 src/bin/edi_main.c:505 src/bin/edi_main.c:1548
msgid "Debug"
msgstr "პროგრამის შეცდომის პოვნა"
#: src/bin/edi_debugpanel.c:388
msgid "Start"
msgstr "გაშვება"
#: src/bin/edi_debugpanel.c:397 src/bin/edi_main.c:1323
msgid "Quit"
msgstr "&გასვლა"
#: src/bin/language/edi_language_provider_c.c:156
msgid "C header"
msgstr "C-ის თავსართი"
#: src/bin/language/edi_language_provider_c.c:158
msgid "C source"
msgstr "C-ის საწყისი კოდი"
#: src/bin/language/edi_language_provider_python.c:32
msgid "Python source"
msgstr "Python-ის კოდი"
#: src/bin/language/edi_language_provider_rust.c:32
msgid "Rust source"
msgstr "Rust-ის კოდი"
#: src/bin/edi_filepanel.c:373 src/bin/edi_filepanel.c:444
#: src/bin/edi_filepanel.c:594
#, c-format
msgid "Are you sure you want to delete <hilight>%s</hilight> ?"
msgstr "დარწმუნებული ბრძანდებით, რომ გნებავთ, წაშალოთ <hilight>%s</hilight> ?"
#: src/bin/edi_filepanel.c:482
msgid "Open"
msgstr "გახსნა"
#: src/bin/edi_filepanel.c:483
msgid "Open in New Window"
msgstr "ახალ ფანჯარაში გახსნა"
#: src/bin/edi_filepanel.c:485
msgid "Open in New Panel"
msgstr "ახალ პანელში გახსნა"
#: src/bin/edi_filepanel.c:489
msgid "Open as"
msgstr "გახსნა, როგორც"
#: src/bin/edi_filepanel.c:495
msgid "Open External"
msgstr "გარე პროგრამაში გახსნა"
#: src/bin/edi_filepanel.c:504
msgid "Undo Changes"
msgstr "ცვლილებების გაუქმება"
#: src/bin/edi_filepanel.c:510 src/bin/edi_scm_ui.c:544
msgid "Stage Changes"
msgstr "ცვლილებების რიგში ჩასმა"
#: src/bin/edi_filepanel.c:514 src/bin/edi_scm_ui.c:548
msgid "Unstage Changes"
msgstr "ცვლილებების რიგიდან მოცილება"
#: src/bin/edi_filepanel.c:519 src/bin/edi_filepanel.c:524
msgid "Rename File"
msgstr "ფაილის გადარქმევა"
#: src/bin/edi_filepanel.c:520 src/bin/edi_filepanel.c:525
msgid "Delete File"
msgstr "ფაილის წაშლა"
#: src/bin/edi_filepanel.c:639
msgid "Create File here"
msgstr "ფაილის აქ შექმნა"
#: src/bin/edi_filepanel.c:640
msgid "Create Directory here"
msgstr "საქაღალდის აქ შექმნა"
#: src/bin/edi_filepanel.c:642
msgid "Open Terminal here"
msgstr "ტერმინალის გახსნა აქ"
#: src/bin/edi_filepanel.c:646
msgid "Rename Directory"
msgstr "საქაღალდისთვის სახელის გადარქმევა"
#: src/bin/edi_filepanel.c:648
msgid "Remove Directory"
msgstr "საქაღალდის წაშლა"
#: src/bin/edi_filepanel.c:653
msgid "Open with Rage"
msgstr "Rage-ით გახსნა"
#: src/bin/edi_filepanel.c:779 src/bin/edi_scm_ui.c:291
msgid "Staged changes"
msgstr "რიგში მყოფი ცვლილებები"
#: src/bin/edi_filepanel.c:790 src/bin/edi_scm_ui.c:302
msgid "Unstaged changes"
msgstr "რიგიდან მოცილებული ცვლილებები"
#: src/bin/edi_filepanel.c:792 src/bin/edi_scm_ui.c:304
msgid "Untracked changes"
msgstr "მიუთვალყურებელი ცვლილებები"
#: src/bin/edi_filepanel.c:1229 src/bin/edi_main.c:1334
msgid "Find file"
msgstr "ფაილის ძებნა"
#: src/bin/edi_build_main.c:63
#, c-format
msgid "Project created at path %s\n"
msgstr "პროექტი შეიქმნა ბილიკზე %s\n"
#: src/bin/edi_build_main.c:66
#, c-format
msgid "Unable to create project at path %s\n"
msgstr "ბილიკზე %s პროექტის შექმნა შეუძლებელია\n"
#: src/bin/edi_build_main.c:77
#, c-format
msgid "Building \"%s\" target [%s] using [%s].\n"
msgstr "მიმდინარეობს აგება \"%s\" სამიზნე [%s] გამოიყენება [%s].\n"
#: src/bin/edi_build_main.c:83
#, c-format
msgid "Target [%s] not supported for builder [%s].\n"
msgstr "სამიზნე [%s] ამგების [%s] მიერ მხარდაჭერილი არაა.\n"
#: src/bin/edi_build_main.c:175
#, c-format
msgid "create requires 6 additional parameters:\n"
msgstr "შექმნას 6 დამატებითი პარამეტრი ესაჭიროება:\n"
#: src/bin/edi_build_main.c:190
#, c-format
msgid "example requires 3 additional parameters:\n"
msgstr "მაგალითს 3 დამატებითი პარამეტრი ესაჭიროება:\n"
#: src/bin/edi_build_main.c:203
#, c-format
msgid "Cowardly refusing to build unknown project type.\n"
msgstr "უცნობი ტიპის პროექტის აგების ცივი უარი.\n"
#: src/bin/edi_build_main.c:219
#, c-format
msgid "Unrecognized build type - try build, clean, create or test.\n"
msgstr ""
"აგების უცნობი ტიპი - სცადეთ build (აგება), clean (გასუფთავება), create "
"(შექმნა) ან test (ტესტირება).\n"
#: src/bin/edi_main.c:122
msgid "File path required"
msgstr "ფაილის ბილიკი აუცილებელია"
#: src/bin/edi_main.c:123
msgid "Please choose a file from the list."
msgstr "აირჩიეთ ფაილი სიიდან."
#: src/bin/edi_main.c:485 src/bin/edi_logpanel.c:89
msgid "Logs"
msgstr "ჟურნალი"
#: src/bin/edi_main.c:489 src/bin/edi_consolepanel.c:377
msgid "Console"
msgstr "კონსოლი"
#: src/bin/edi_main.c:493 src/bin/edi_consolepanel.c:412
msgid "Tests"
msgstr "ტესტი"
#: src/bin/edi_main.c:501 src/bin/edi_searchpanel.c:777
msgid "Tasks"
msgstr "ამოცანები"
#: src/bin/edi_main.c:640
msgid "Unable to launch"
msgstr "გაშვება შეუძლებელია"
#: src/bin/edi_main.c:641
msgid "No launch binary found, please configure in Settings."
msgstr "გამშვები ფაილები ვერ ვიპოვე. პარამეტრებში მათი მითითება აუცილებელია."
#: src/bin/edi_main.c:651
msgid "Unable to launch debugger"
msgstr "გამმართველის გაშვება შეუძლებელია"
#: src/bin/edi_main.c:652
msgid "No debug binary found, please check system configuration and Settings."
msgstr ""
"გამმართველის გამშვები ფაილები ვერ ვიპოვე. შეამოწმეთ სისტემის კონფიგურაცია და "
"პარამეტრები."
#: src/bin/edi_main.c:663
msgid "Missing user information"
msgstr "მომხმარებლის ინფორმაციის გარეშე"
#: src/bin/edi_main.c:664
msgid "No user information found, please configure in Settings."
msgstr ""
"მომხმარებლის ინფორმაცია ვერ ვიპოვე. პარამეტრებში მათი მითითება აუცილებელია."
#: src/bin/edi_main.c:777
msgid "Cowardly refusing to build unknown project type."
msgstr "უცნობი ტიპის პროექტის აგების ცივი უარი."
#: src/bin/edi_main.c:828
#, c-format
msgid "%s of project <b>%s</b> in %s failed with status code %d.\n"
msgstr "%s პროექტიდან <b>%s</b> %s-ში ავარიულად დასრულდა, კოდით: %d.\n"
#: src/bin/edi_main.c:830
#, c-format
msgid "%s of project <b>%s</b> in %s was successful.\n"
msgstr "%s პროექტიდან <b>%s</b> %s-დან წარმატებულია.\n"
#: src/bin/edi_main.c:832
#, c-format
msgid "%s %s"
msgstr "%s %s"
#: src/bin/edi_main.c:832
msgid "Failed"
msgstr "ჩაიშალა"
#: src/bin/edi_main.c:832
msgid "Passed"
msgstr "გაიარა"
#: src/bin/edi_main.c:853 src/bin/edi_main.c:1353 src/bin/edi_main.c:1354
#: src/bin/edi_main.c:1542
msgid "Build"
msgstr "აგება"
#: src/bin/edi_main.c:867 src/bin/edi_main.c:1356 src/bin/edi_main.c:1544
msgid "Clean"
msgstr "გასუფთავება"
#: src/bin/edi_main.c:881 src/bin/edi_main.c:1355 src/bin/edi_main.c:1543
msgid "Test"
msgstr "შემოწმება"
#: src/bin/edi_main.c:1231
msgid "Are you sure you wish to stash these changes?"
msgstr ""
#: src/bin/edi_main.c:1312
msgid "File"
msgstr "ფაილი"
#: src/bin/edi_main.c:1313
msgid "New Project"
msgstr "ახალი პროექტი"
#: src/bin/edi_main.c:1315
msgid "New"
msgstr "ახალი"
#: src/bin/edi_main.c:1316
msgid "New Directory"
msgstr "ახალი საქაღალდე"
#: src/bin/edi_main.c:1317 src/bin/edi_main.c:1515
msgid "Save"
msgstr "შენახვა"
#: src/bin/edi_main.c:1319
msgid "Close all"
msgstr "ყველას დახურვა"
#: src/bin/edi_main.c:1325
msgid "Edit"
msgstr "ჩასწორება"
#: src/bin/edi_main.c:1326 src/bin/edi_main.c:1521
msgid "Undo"
msgstr "დაბრუნება"
#: src/bin/edi_main.c:1327 src/bin/edi_main.c:1522
msgid "Redo"
msgstr "ბრძანების აღდგენა"
#: src/bin/edi_main.c:1329 src/bin/edi_main.c:1527
msgid "Cut"
msgstr "ამოჭრა"
#: src/bin/edi_main.c:1330 src/bin/edi_main.c:1528
msgid "Copy"
msgstr "კოპირება"
#: src/bin/edi_main.c:1331 src/bin/edi_main.c:1529
msgid "Paste"
msgstr "ჩასმა"
#: src/bin/edi_main.c:1333
msgid "Find & Replace"
msgstr "პოვნა და ჩანაცვლება"
#: src/bin/edi_main.c:1335 src/bin/edi_main.c:1535
msgid "Goto Line"
msgstr "გადასვლა ხაზზე"
#: src/bin/edi_main.c:1340
msgid "Find in project"
msgstr "პროექტში მოძებნა"
#: src/bin/edi_main.c:1341
msgid "Replace in project"
msgstr "პროექტში ჩანაცვლება"
#: src/bin/edi_main.c:1344
msgid "View"
msgstr "ნახვა"
#: src/bin/edi_main.c:1345
msgid "New Window"
msgstr "ახალი ფანჯარა"
#: src/bin/edi_main.c:1346
msgid "New Panel"
msgstr "ახალი პანელი"
#: src/bin/edi_main.c:1347
msgid "Split View"
msgstr "ხედის გაყოფა"
#: src/bin/edi_main.c:1352
msgid "Open Tasks"
msgstr "ამოცანების გახსა"
#: src/bin/edi_main.c:1358 src/bin/edi_main.c:1546
msgid "Run"
msgstr "გაშვება"
#: src/bin/edi_main.c:1359 src/bin/edi_main.c:1547
msgid "Terminate"
msgstr "შეწყვეტა"
#: src/bin/edi_main.c:1361
msgid "Debugger"
msgstr "გამმართველი"
#: src/bin/edi_main.c:1362
msgid "Memcheck"
msgstr "მეხსიერების შემოწმება"
#: src/bin/edi_main.c:1365
msgid "Init"
msgstr "ერთეული"
#: src/bin/edi_main.c:1366 src/bin/edi_scm_ui.c:887
msgid "Commit"
msgstr "გადაცემა"
#: src/bin/edi_main.c:1367
msgid "Stash"
msgstr ""
#: src/bin/edi_main.c:1369
msgid "Status"
msgstr "სტატუსი"
#: src/bin/edi_main.c:1370
msgid "Log"
msgstr "ჟურნალი"
#: src/bin/edi_main.c:1372
msgid "Push"
msgstr "გადაცემა"
#: src/bin/edi_main.c:1373
msgid "Pull"
msgstr "მიღება"
#: src/bin/edi_main.c:1376
msgid "Help"
msgstr "დახმარება"
#: src/bin/edi_main.c:1377
msgid "Documentation"
msgstr "დოკუმენტაცია"
#: src/bin/edi_main.c:1381 src/bin/edi_main.c:1555
msgid "About"
msgstr "შესახებ"
#: src/bin/edi_main.c:1514
msgid "New File"
msgstr "ახალი ფაილი"
#: src/bin/edi_main.c:1534
msgid "Find"
msgstr "მოძებნა"
#: src/bin/edi_main.c:1585
msgid "editor"
msgstr "რედაქტორი"
#: src/bin/edi_main.c:1587 src/bin/edi_scm_main.c:24
msgid "unknown"
msgstr "უცნობი"
#: src/bin/edi_main.c:1592
#, c-format
msgid "Edi :: %s (%s)"
msgstr "Edi :: %s (%s)"
#: src/bin/edi_main.c:1608
#, c-format
msgid "%s - Edi"
msgstr "%s - Edi"
#: src/bin/edi_main.c:2042
#, c-format
msgid "Could not create file (%s) (%s)\n"
msgstr "ფაილის შექმნის შეცდომა (%s) (%s)\n"
#: src/bin/edi_main.c:2048
#, c-format
msgid "Could not open file (%s) (%s)\n"
msgstr "ფაილის გახსნის შეცდომა (%s) (%s)\n"
#: src/bin/edi_main.c:2056
#, c-format
msgid "Could not open file of unsupported mime type (%s)\n"
msgstr "უცნობი mime-type-ის მქონე ფაილის გახსნა შეუძლებელია: %s\n"
#: src/bin/edi_scm_main.c:22
#, c-format
msgid "Edi Source Control :: %s (%s)"
msgstr "Edi კოდის კონტროლი :: %s (%s)"
#: src/bin/edi_scm_main.c:92
#, c-format
msgid "Root path must be a directory\n"
msgstr "საწყისი ბილიკი საქაღალდეს უნდა წარმოადგენდეს\n"
#: src/bin/edi_scm_ui.c:151
msgid "Please enter a valid commit message."
msgstr "შეიყვანეთ კომიტის სწორი შეტყობინება."
#: src/bin/edi_scm_ui.c:721
msgid "User information"
msgstr "ინფორმაცია მომხმარებელზე"
#: src/bin/edi_scm_ui.c:764
msgid "Unable to obtain user information."
msgstr "მომხმარებლის ინფორმაციის მიღების შეცდომა."
#: src/bin/edi_scm_ui.c:795
msgid "Unstaged Changes"
msgstr "რიგიდან მოცილებული ცვლილებები"
#: src/bin/edi_scm_ui.c:813
msgid "Staged Changes"
msgstr "რიგში მყოფი ცვლილებები"
#: src/bin/edi_scm_ui.c:824
msgid "Commit message"
msgstr "კომიტის შეტყობინება"
#: src/bin/edi_scm_ui.c:828
msgid "Enter commit summary<br><br>And change details<br>"
msgstr "შეიყვანეთ კომიტის მიმოხილვა<br><br>და ცვლილების დეტალები<br>"
#: src/bin/edi_scm_ui.c:844
msgid "Source changes"
msgstr "კოდის ცვლილებები"
#: src/bin/edi_consolepanel.c:160
#, c-format
msgid "Total pass %d (%d%%), fail %d)"
msgstr "სულ წარმატებული %d (%d%%), წარუმატებელი %d)"

Some files were not shown because too many files have changed in this diff Show More