summaryrefslogtreecommitdiff
path: root/po/POTFILES.in
Commit message (Collapse)AuthorAgeFilesLines
* list-view: Build column editor with GtkBuilderwip/antoniof/column-chooser-dialog-reworkAntónio Fernandes2021-07-261-0/+1
| | | | | | | | Keeping with the direction of preferring declarative UI definitions. Also, it will help with porting to GTK4. While we are at it, adopt HdyWindow for rounded corners, and make the label not bold.
* column-chooser: Build interface from template XMLAntónio Fernandes2021-07-261-0/+1
| | | | | | Keeping with the direction of preferring declarative UI definitions. Also, it will help with porting to GTK4.
* Update POTFILES.inPiotr Drąg2020-08-081-0/+2
|
* mime-application-chooser: Remove the whole classApoorv Sachan2020-08-051-1/+0
| | | | | | Until the previous commit, its single user was the Properties window. Now it's unused, so we can remove the its source files completely.
* Update POTFILES.inPiotr Drąg2020-04-191-0/+1
|
* Add copy/paste of totem's properties window nautilus extensionBastien Nocera2019-02-111-0/+4
| | | | | | | | | The code is quite stable and this is basic functionality which is going to be better in Nautilus rather than relying on extensions, given the quite bad extension system Nautilus has. This will also help with the port to gtk4, so we rely in yet another important extension providing properties pages (which in turn export gtk3 widgets).
* Update POTFILES.inPiotr Drąg2019-01-231-0/+1
|
* Update POTFILES.inPiotr Drąg2018-11-021-1/+0
|
* Update POTFILES.inPiotr Drąg2018-07-261-1/+0
|
* Update POTFILES.inPiotr Drąg2018-05-181-1/+0
|
* Update POTFILES.inPiotr Drąg2018-05-091-1/+0
|
* Update POTFILES.inPiotr Drąg2018-05-041-1/+0
|
* Update POTFILES.inPiotr Drąg2018-03-191-2/+2
|
* Update POTFILES.inPiotr Drąg2018-02-091-2/+3
|
* Update POTFILES.inPiotr Drąg2018-01-021-1/+0
|
* general: remove desktop supportErnestas Kulik2018-01-021-5/+0
|
* Update POTFILES.inPiotr Drąg2017-11-061-1/+2
|
* files-view: better empty state for TrashMohammed Sadiq2016-11-021-0/+1
| | | | | | Implement better empty state for Trash as per new design. https://bugzilla.gnome.org/show_bug.cgi?id=763147
* Update POTFILES.inPiotr Drąg2016-09-121-0/+1
|
* Update POTFILES.inPiotr Drąg2016-08-301-1/+0
|
* Update POTFILES.inPiotr Drąg2016-08-291-0/+2
|
* Update POTFILES.inPiotr Drąg2016-08-221-0/+3
|
* Update POTFILES.inPiotr Drąg2016-08-191-24/+27
|
* Port from intltoolErnestas Kulik2016-08-031-21/+20
| | | | | | | | gettext has been continuously improving, up to a point where intltool can be deprecated in favor of it. This commit ports the project files to use upstream gettext. https://bugzilla.gnome.org/show_bug.cgi?id=769362
* Updated POTFILES.inPiotr Drąg2016-06-251-1/+1
|
* general: merge libnautilus-private to srcwip/csoriano/private-to-srcCarlos Soriano2016-04-251-25/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And fix make distcheck. Although libnautilus-private seem self contained, it was actually depending on the files on src/ for dnd. Not only that, but files in libnautilus-private also were depending on dnd files, which you can guess it's wrong. Before the desktop split, this was working because the files were distributed, but now was a problem since we reestructured the code, and now nautilus being a library make distcheck stop working. First solution was try to fix this inter dependency of files, but at some point I realized that there was no real point on splitting some of those files, because for example, is perfectly fine for dnd to need to access the window functions, and it's perfectly fine for the widgets in the private library to need to access to all dnd functions. So seems to me the private library of nautilus is somehow an artificial split, which provides more problems than solutions. We needed libnautilus-private to have a private library that we could isolate from extensions, but I don't think it worth given the problems it provides, and also, this not so good logical split. Right now, since with the desktop split we created a libnautilus to be used by the desktop part of nautilus, extensions have access to all the API of nautilus. We will think in future how this can be handled if we want. So for now, merge the libnautilus-private into src, and let's rethink a better logic to split the code and the private parts of nautilus than what we had. Thanks a lot to Rafael Fonseca for helping in get this done. https://bugzilla.gnome.org/show_bug.cgi?id=765543
* Updated POTFILES.inPiotr Drąg2016-04-221-0/+1
|
* Updated POTFILES.inPiotr Drąg2016-04-151-6/+4
|
* Fixes intltool-updateJordi Mas2016-03-101-4/+4
|
* POTFILES: add nautilus-ui-utilitiesCarlos Soriano2016-03-021-0/+1
|
* Updated POTFILES.inPiotr Drąg2016-02-131-2/+2
|
* Updated POTFILES.inPiotr Drąg2016-02-041-1/+2
|
* Updated POTFILES.inPiotr Drąg2015-12-211-1/+0
|
* Updated POTFILES.inPiotr Drąg2015-12-181-1/+2
|
* Updated POTFILES.inPiotr Drąg2015-12-171-3/+0
|
* gschema: move to /dataCarlos Soriano2015-12-161-1/+1
| | | | | | To be more clear and follow a similar structure than gedit. Also remove tabs sneakily...
* build: Rely on intltool >= 0.50 for gsettings translationCarlos Soriano2015-12-161-1/+1
|
* Updated POTFILES.inPiotr Drąg2015-11-231-1/+2
|
* resources: rename toolbar without the *-uiCarlos Soriano2015-11-121-1/+1
|
* Updated POTFILES.inPiotr Drąg2015-11-121-20/+20
|
* Updated POTFILES.inPiotr Drąg2015-09-031-0/+1
|
* POTFILES: add gtkplacesviewCarlos Soriano2015-08-211-0/+4
|
* remove leftovers of connect to serverCarlos Soriano2015-08-211-3/+0
|
* Updated POTFILES.inPiotr Drąg2015-08-171-3/+3
|
* Updated POTFILES.inPiotr Drąg2015-08-161-1/+2
|
* Updated POTFILES.inPiotr Drąg2015-08-051-0/+1
|
* update POTFILESCarlos Soriano2015-07-231-0/+1
|
* Updated POTFILES.inPiotr Drąg2015-07-231-0/+1
|
* Updated POTFILES.inPiotr Drąg2015-07-171-1/+1
|
* Remove eel-editable-label.c from translation.Theppitak Karoonboonyanan2015-05-241-1/+0
| | | | | eel/ell-editable-label.c was recently removed from source tree. So, remove it from POT generation.